Skip to content

Instantly share code, notes, and snippets.

@tokyovigilante
Created March 9, 2024 22:36
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 tokyovigilante/f958a00fc1f50c80ef8c6aadf0318f9c to your computer and use it in GitHub Desktop.
Save tokyovigilante/f958a00fc1f50c80ef8c6aadf0318f9c to your computer and use it in GitHub Desktop.
// change root to wherever your kernel is, and add earlycon if no serial output
// setenv bootargs earlycon console=tty0 console=ttyS0,115200 root=/dev/mmcblk0p3
setenv bootargs console=tty0 console=ttyS0,115200 root=/dev/mmcblk0p3
load mmc 0:2 $kernel_addr_r Image
booti $kernel_addr_r - $fdtcontroladdr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment