Skip to content

Instantly share code, notes, and snippets.

@cdave1
Created September 27, 2014 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdave1/9b283371edefdc629463 to your computer and use it in GitHub Desktop.
Save cdave1/9b283371edefdc629463 to your computer and use it in GitHub Desktop.
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