Skip to content

Instantly share code, notes, and snippets.

@cdcs
Created June 24, 2015 08: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 cdcs/5ebf5e6ee59746657721 to your computer and use it in GitHub Desktop.
Save cdcs/5ebf5e6ee59746657721 to your computer and use it in GitHub Desktop.
load mmc 1:1 0x82000000 zImage
load mmc 1:1 0x88080000 initrd.img; setenv initrd_size ${filesize}
load mmc 1:1 0x88000000 /dtbs/am335x-boneblack.dtb
setenv bootargs console=tty0 console='ttyO0,115200n8' root='/dev/mmcblk0p2 ro' rootfstype='ext4 rootwait fixrtc' 'quiet init=/lib/systemd/systemd'
bootz 0x82000000 0x88080000:${filesize} 0x88000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment