Advertisement
Guest User

Untitled

a guest
Jul 25th, 2011
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. OMAP3 beagleboard.org # setenv bootargs 'console=ttyO2,115200n8 root=/dev/mmcbl'
  2. OMAP3 beagleboard.org # setenv bootargs 'console=ttyO2,115200n8 root=/dev/mmcbl'
  3. OMAP3 beagleboard.org # setenv bootcmd 'mmc init;fatload mmc 0 80300000 uImage;'
  4. OMAP3 beagleboard.org # saveenv
  5. Saving Environment to NAND...
  6. Erasing Nand...
  7. Erasing at 0x260000 -- 100% complete.
  8. Writing to Nand... done
  9. OMAP3 beagleboard.org # boot
  10. MMC: block number 0x1 exceeds max(0x0)
  11. ** Can't read from device 0 **
  12.  
  13. ** Unable to use mmc 0:1 for fatload **
  14. Wrong Image Format for bootm command
  15. ERROR: can't get kernel image!
  16. OMAP3 beagleboard.org #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement