Advertisement
lumpynose

beaglebone uEnv.txt changes

Feb 16th, 2014
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.75 KB | None | 0 0
  1. 21c21,23
  2. < mmcroot=/dev/mmcblk0p2 ro
  3. ---
  4. > bootdev=0:1
  5. >
  6. > mmcroot=/dev/sda3 ro
  7. 24,26c26,28
  8. < loadkernel=load mmc ${mmcdev}:${mmcpart} 0x80300000 ${kernel_file}
  9. < loadinitrd=load mmc ${mmcdev}:${mmcpart} 0x81600000 ${initrd_file}; setenv initrd_size ${filesize}
  10. < loadfdt=load mmc ${mmcdev}:${mmcpart} 0x815f0000 /dtbs/${fdtfile}
  11. ---
  12. > loadkernel=load usb ${bootdev} 0x80300000 ${kernel_file}
  13. > loadinitrd=load usb ${bootdev} 0x81600000 ${initrd_file}; setenv initrd_size ${filesize}
  14. > loadfdt=load usb ${bootdev} 0x815f0000 /dtbs/${fdtfile}
  15. 34c36
  16. < uenvcmd=run boot_ftd; run device_args; bootz 0x80300000 0x81600000:${initrd_size} 0x815f0000
  17. ---
  18. > uenvcmd=usb start; run boot_ftd; run device_args; bootz 0x80300000 0x81600000:${initrd_size} 0x815f0000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement