Advertisement
Guest User

Untitled

a guest
Nov 1st, 2010
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. U-Boot 2010.03-dirty (Jun 05 2010 - 21:06:53)
  2.  
  3. OMAP3530-GP ES3.1, CPU-OPP2, L3-165MHz, Max clock-720Mhz
  4. OMAP3 Beagle board + LPDDR/NAND
  5. I2C: ready
  6. DRAM: 256 MB
  7. NAND: 256 MiB
  8. In: serial
  9. Out: serial
  10. Err: serial
  11.  
  12. Probing for expansion boards, if none are connected you'll see a harmless I2C error.
  13.  
  14. timed out in wait_for_pin: I2C_STAT=0
  15. I2C read: I/O error
  16. Unrecognized expansion board: 0
  17. Beagle Rev C4
  18. Die ID #726e00040000000004037f6608011008
  19. Hit any key to stop autoboot: 0
  20. mmc1 is available
  21. reading boot.scr
  22.  
  23. 452 bytes read
  24. Running bootscript from mmc ...
  25. ## Executing script at 80200000
  26. mmc1 is available
  27. reading uImage
  28.  
  29. 3190724 bytes read
  30. Booting from mmc ...
  31. setenv - set environment variables
  32.  
  33. Usage:
  34. setenv name value ...
  35. - set environment variable 'name' to 'value ...'
  36. setenv name
  37. - delete environment variable 'name'
  38. ## Booting kernel from Legacy Image at 80200000 ...
  39. Image Name: Angstrom/2.6.32/beagleboard
  40. Image Type: ARM Linux Kernel Image (uncompressed)
  41. Data Size: 3190660 Bytes = 3 MB
  42. Load Address: 80008000
  43. Entry Point: 80008000
  44. Verifying Checksum ... OK
  45. Loading Kernel Image ... OK
  46. OK
  47.  
  48. Starting kernel ...
  49.  
  50. Uncompressing Linux................................................................................................................................................................................................................ done, booting the kernel.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement