dexterdev

Untitled

Sep 22nd, 2011
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. mmc rescan
  2. fatload mmc 0 82000000 MLO
  3. nandecc hw
  4. nand erase 0 80000
  5. nand write 82000000 0 20000
  6. nand write 82000000 20000 20000
  7. nand write 82000000 40000 20000
  8. nand write 82000000 60000 20000
  9. fatload mmc 0 0x80200000 u-boot.bin
  10. setenv bootargs 'console=tty02,115200n8 root=/dev/mmcblk0p2 rw rootwait'
  11. setenv bootcmd 'mmc rescan;fatload mmc 0 80300000 uImage;bootm 80300000'
  12. saveenv
  13. boot
Add Comment
Please, Sign In to add comment