Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. U-Boot# setenv bootcmd 'mmc rescan; fatload mmc 0 0x80200000 uImage;
  2. > fatload mmc 0 0x82000000 dtb;
  3. > bootz 0x80200000 - 0x82000000'
  4. U-Boot# setenv bootargs 'console=ttyO0 earlyprintk root=/dev/mmcblk0p2 rw'
  5. U-Boot# saveenv
  6. Saving Environment to NAND...
  7. Erasing NAND...
  8. Attempt to erase non block-aligned data
  9. U-Boot# boot
  10. reading uImage
  11. 5067688 bytes read in 294 ms (16.4 MiB/s)
  12. U-Boot#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement