Advertisement
Guest User

Untitled

a guest
Apr 7th, 2010
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. Texas Instruments X-Loader 1.4.2 (Jun 29 2009 - 10:45:02)
  2. Reading boot sector
  3. Loading u-boot.bin from nand
  4.  
  5.  
  6. U-Boot 2009.06-00191-g3e88337-dirty (Nov 16 2009 - 18:42:55)
  7.  
  8. OMAP3530-GP ES3.1, CPU-OPP2 L3-165MHz
  9. OMAP3 Thunder board + LPDDR/NAND
  10. DRAM: 128 MB
  11. NAND: 256 MiB
  12. In: serial
  13. Out: serial
  14. Err: serial
  15. Die ID #39cc002400000000040365fa0900c011
  16. Hit any key to stop autoboot: 0
  17. OMAP3 Thunder # printenv
  18. bootdelay=10
  19. baudrate=115200
  20. loadaddr=0x82000000
  21. console=ttyS2,115200n8
  22. mmcargs=setenv bootargs console=${console} root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
  23. nandargs=setenv bootargs console=${console} root=/dev/mtdblock4 rw rootfstype=jffs2
  24. loadbootscript=fatload mmc 0 ${loadaddr} boot.scr
  25. bootscript=echo Running bootscript from mmc ...; source ${loadaddr}
  26. loaduimage=fatload mmc 0 ${loadaddr} uImage
  27. mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
  28. nandboot=echo Booting from nand ...; run nandargs; nand read ${loadaddr} 280000 400000; bootm ${loadaddr}
  29. dieid#=39cc002400000000040365fa0900c011
  30. bootcmd=mmc init;fatload mmc 0 80300000 uImage;bootm 80300000
  31. bootargs=console=ttyS2,115200n8
  32. stdin=serial
  33. stdout=serial
  34. stderr=serial
  35.  
  36. Environment size: 756/131068 bytes
  37. OMAP3 Thunder # boot
  38. mmc1 is available
  39. reading uImage
  40.  
  41. 2996196 bytes read
  42. ## Booting kernel from Legacy Image at 80300000 ...
  43. Image Name: Angstrom/2.6.29/beagleboard
  44. Image Type: ARM Linux Kernel Image (uncompressed)
  45. Data Size: 2996132 Bytes = 2.9 MB
  46. Load Address: 80008000
  47. Entry Point: 80008000
  48. Verifying Checksum ... OK
  49. Loading Kernel Image ... OK
  50. OK
  51.  
  52. Starting kernel ...
  53.  
  54. Uncompressing Linux.................................................................................................................................................................................................. done, booting the kernel.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement