Created
September 27, 2014 04:25
-
-
Save cdave1/9b283371edefdc629463 to your computer and use it in GitHub Desktop.
uEnv.txt for https://gist.github.com/cdave1/5d105af16d51c4acfe2d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bootargs=console=ttyS0,115200 console=tty0 disp.screen0_output_mode=EDID:1280x720p50 hdmi.audio=EDID:0 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait | |
aload_script=fatload mmc 0 0x43000000 script.bin; | |
aload_kernel=fatload mmc 0 0x48000000 uImage; bootm 0x48000000; | |
uenvcmd=run aload_script aload_kernel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment