dexterdev

Untitled

Sep 22nd, 2011
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. reading u-boot.bin
  2.  
  3. 319712 bytes read
  4. OMAP3 beagleboard.org # setenv bootargs 'console=tty02,115200n8 root=/dev/mmcblk0p2 rw rootwait'
  5. OMAP3 beagleboard.org # setenv bootcmd 'mmc rescan;fatload mmc 0 80300000 uImage;bootm 80300000'
  6. OMAP3 beagleboard.org # saveenv
  7. Saving Environment to NAND...
  8. Erasing Nand...
  9. Erasing at 0x260000 -- 100% complete.
  10. Writing to Nand... done
  11. OMAP3 beagleboard.org # boot
  12. reading uImage
  13.  
  14. 3213120 bytes read
  15. ## Booting kernel from Legacy Image at 80300000 ...
  16. Image Name: Linux-2.6.32
  17. Image Type: ARM Linux Kernel Image (uncompressed)
  18. Data Size: 3213056 Bytes = 3.1 MiB
  19. Load Address: 80008000
  20. Entry Point: 80008000
  21. Verifying Checksum ... OK
  22. Loading Kernel Image ... OK
  23. OK
  24.  
  25. Starting kernel ...
  26.  
  27. Uncompressing Linux..............................................................................................................................................................
  28. (stuck at here)
Add Comment
Please, Sign In to add comment