Advertisement
Guest User

Untitled

a guest
Sep 1st, 2011
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.16 KB | None | 0 0
  1. 3194256 bytes read
  2. Booting from mmc ...
  3. ## Booting kernel from Legacy Image at 80200000 ...
  4. Image Name: Angstrom/2.6.32/beagleboard
  5. Image Type: ARM Linux Kernel Image (uncompressed)
  6. Data Size: 3194192 Bytes = 3 MiB
  7. Load Address: 80008000
  8. Entry Point: 80008000
  9. Verifying Checksum ... OK
  10. Loading Kernel Image ... OK
  11. OK
  12.  
  13. Starting kernel ...
  14.  
  15. Uncompressing Linux................................................................................................................................................................................................................ done, booting the kernel.
  16.  
  17.  
  18. Texas Instruments X-Loader 1.5.0 (Mar 27 2011 - 17:37:56)
  19. Beagle xM
  20. Reading boot sector
  21. Loading u-boot.bin from mmc
  22.  
  23.  
  24. U-Boot 2011.03-rc1-00000-g9a3cc57-dirty (Apr 01 2011 - 17:41:42)
  25.  
  26. OMAP3630/3730-GP ES2.1, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz
  27. OMAP3 Beagle board + LPDDR/NAND
  28. I2C: ready
  29. DRAM: 512 MiB
  30. NAND: 0 MiB
  31. MMC: OMAP SD/MMC: 0
  32. *** Warning - readenv() failed, using default environment
  33.  
  34. In: serial
  35. Out: serial
  36. Err: serial
  37. Beagle xM Rev C
  38. No EEPROM on expansion board
  39. Die ID #0fb600029ff80000016830101702401a
  40. Hit any key to stop autoboot: 3  2  1  0
  41. The user button is currently NOT pressed.
  42. SD/MMC found on device 0
  43. reading uEnv.txt
  44.  
  45. 134 bytes read
  46. Loaded environment from uEnv.txt
  47. Importing environment from mmc ...
  48. Loading file "/boot/uImage" from mmc device 0:2 (xxa2)
  49. 3194256 bytes read
  50. Booting from mmc ...
  51. ## Booting kernel from Legacy Image at 80200000 ...
  52. Image Name: Angstrom/2.6.32/beagleboard
  53. Image Type: ARM Linux Kernel Image (uncompressed)
  54. Data Size: 3194192 Bytes = 3 MiB
  55. Load Address: 80008000
  56. Entry Point: 80008000
  57. Verifying Checksum ... OK
  58. Loading Kernel Image ... OK
  59. OK
  60.  
  61. Starting kernel ...
  62.  
  63. Uncompressing Linux................................................................................................................................................................................................................ done, booting the kernel.
  64.  
  65.  
  66. Texas Instruments X-Loader 1.5.0 (Mar 27 2011 - 17:37:56)
  67. Beagle xM
  68. Reading boot sector
  69. Loading u-boot.bin from mmc
  70.  
  71.  
  72. U-Boot 2011.03-rc1-00000-g9a3cc57-dirty (Apr 01 2011 - 17:41:42)
  73.  
  74. OMAP3630/3730-GP ES2.1, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz
  75. OMAP3 Beagle board + LPDDR/NAND
  76. I2C: ready
  77. DRAM: 512 MiB
  78. NAND: 0 MiB
  79. MMC: OMAP SD/MMC: 0
  80. *** Warning - readenv() failed, using default environment
  81.  
  82. In: serial
  83. Out: serial
  84. Err: serial
  85. Beagle xM Rev C
  86. No EEPROM on expansion board
  87. Die ID #0fb600029ff80000016830101702401a
  88. Hit any key to stop autoboot: 3  2  0
  89. OMAP3 beagleboard.org # help
  90.  
  91. ? - alias for 'help'
  92. base - print or set address offset
  93. bdinfo - print Board Info structure
  94. boot - boot default, i.e., run 'bootcmd'
  95. bootd - boot default, i.e., run 'bootcmd'
  96. bootm - boot application image from memory
  97. chpart - change active partition
  98. cmp - memory compare
  99. coninfo - print console devices and information
  100. cp - memory copy
  101. crc32 - checksum calculation
  102. dcache - enable or disable data cache
  103. echo - echo args to console
  104. editenv - edit environment variable
  105. env - environment handling commands
  106. exit - exit script
  107. ext2load- load binary file from a Ext2 filesystem
  108. ext2ls - list files in a directory (default /)
  109. false - do nothing, unsuccessfully
  110. fatinfo - print information about filesystem
  111. fatload - load binary file from a dos filesystem
  112. fatls - list files in a directory (default /)
  113. fdt - flattened device tree utility commands
  114. fsinfo - print information about filesystems
  115. fsload - load binary file from a filesystem image
  116. go - start application at address 'addr'
  117. help - print command description/usage
  118. i2c - I2C sub-system
  119. icache - enable or disable instruction cache
  120. imxtract- extract a part of a multi-image
  121. itest - return true/false on integer compare
  122. led - led - [0|1|green|all] [on|off]
  123.  
  124. loadb - load binary file over serial line (kermit mode)
  125. loads - load S-Record file over serial line
  126. loady - load binary file over serial line (ymodem mode)
  127. loop - infinite loop on address range
  128. ls - list files in a directory (default /)
  129. md - memory display
  130. mm - memory modify (auto-incrementing address)
  131. mmc - MMC sub system
  132. mmcinfo - display MMC info
  133. mtdparts- define flash/nand partitions
  134. mtest - simple RAM read/write test
  135. mw - memory write (fill)
  136. nand - NAND sub-system
  137. nandecc - switch OMAP3 NAND ECC calculation algorithm
  138. nboot - boot from NAND device
  139. nm - memory modify (constant address)
  140. printenv- print environment variables
  141. reset - Perform RESET of the CPU
  142. run - run commands in an environment variable
  143. saveenv - save environment variables to persistent storage
  144. setenv - set environment variables
  145. setexpr - set environment variable as the result of eval expression
  146. showvar - print local hushshell variables
  147. sleep - delay execution for some time
  148. source - run script from memory
  149. test - minimal test like /bin/sh
  150. true - do nothing, successfully
  151. userbutton- Return the status of the BeagleBoard USER button
  152. version - print monitor, compiler and linker version
  153. OMAP3 beagleboard.org # mmc init
  154.  
  155. OMAP3 beagleboard.org # mmc part 0
  156.  
  157.  
  158. Partition Map for MMC device 0 -- Partition Type: DOS
  159.  
  160. Partition Start Sector Num Sectors Type
  161. 1 63 240912 c
  162. 2 240975 6891885 83
  163. OMAP3 beagleboard.org # fatload mmc 0 0x80000000 uImage
  164.  
  165. reading uImage
  166.  
  167. 3194256 bytes read
  168. OMAP3 beagleboard.org # bootm 0x0 80000000
  169.  
  170. ## Booting kernel from Legacy Image at 80000000 ...
  171. Image Name: Angstrom/2.6.32/beagleboard
  172. Image Type: ARM Linux Kernel Image (uncompressed)
  173. Data Size: 3194192 Bytes = 3 MiB
  174. Load Address: 80008000
  175. Entry Point: 80008000
  176. Verifying Checksum ... OK
  177. Loading Kernel Image ... OK
  178. OK
  179.  
  180. Starting kernel ...
  181.  
  182. Uncompressing Linux................................................................................................................................................................................................................ done, booting the kernel.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement