Advertisement
Guest User

Untitled

a guest
Feb 10th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. setenv kernel_addr 11000000
  2. setenv fdt_addr 1000000
  3. setenv initrd_loadaddr 13000000
  4. setenv bootfile /boot/vmlinuz-5.0.0-rc5
  5. setenv fdtfile /boot/dtbs/5.0.0-rc5/amlogic/meson-gxbb-odroidc2.dtb
  6. setenv initrdfile /boot/uinitrd.img-5.0.0-rc5
  7. setenv initrdsize 99859097
  8. setenv scriptaddr 0x08000000
  9. setenv fsargs "setenv bootargs root=UUID=e139ce78-9841-40fe-8823-96a304a09859 ro rootdelay=2 no_console_suspend fsck.fix=yes"
  10. setenv bootcmd 'ext2load mmc 1:2 ${initrd_loadaddr} ${initrdfile} ;ext2load mmc 1:2 ${kernel_addr} ${bootfile};ext2load mmc 1:2 ${fdt_addr} ${fdtfile};run fsargs; booti ${kernel_addr} ${initrd_loadaddr} ${fdt_addr}'
  11. boot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement