Advertisement
Guest User

anu

a guest
May 10th, 2010
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.26 KB | None | 0 0
  1. this is the result when I am setting the environment variables to specific values used below,
  2.  
  3. Welcome to minicom 2.3
  4.  
  5. OPTIONS: I18n
  6. Compiled on Oct 24 2008, 06:47:12.
  7. Port /dev/ttyS0
  8.  
  9. Press CTRL-A Z for help on special keys
  10.  
  11.  
  12.  
  13. Texas Instruments X-Loader 1.4.2 (Feb 19 2009 - 12:01:24)
  14. Reading boot sector
  15. Loading u-boot.bin from mmc
  16.  
  17.  
  18. U-Boot 2009.06-rc2-00003-gc06326c (May 19 2009 - 15:14:43)
  19.  
  20. OMAP3530-GP ES3.0, CPU-OPP2 L3-165MHz
  21. OMAP3 Beagle board + LPDDR/NAND
  22. DRAM: 256 MB
  23. NAND: 256 MiB
  24. In: serial
  25. Out: serial
  26. Err: serial
  27. Board revision C
  28. Die ID #7a8c000300000000040323090f009011
  29. Hit any key to stop autoboot: 0
  30. OMAP3 beagleboard.org # setenv bootcmd 'mmc init;fatload mmc 0 80000000 uImage;bootm 80000000'
  31. OMAP3 beagleboard.org # saveenv
  32. Saving Environment to NAND...
  33. Erasing Nand...
  34. Erasing at 0x260000 -- 100% complete.
  35. Writing to Nand... done
  36. OMAP3 beagleboard.org # setenv bootargs console=ttyS2,115200n8 noinitrd root=/dev/mmcblk0p2 video=omapfb.mode=dvi:1280x720MR2
  37. OMAP3 beagleboard.org # printenv
  38. bootdelay=10
  39. baudrate=115200
  40. loadaddr=0x80200000
  41. rdaddr=0x81600000
  42. console=ttyS2,115200n8
  43. optargs=
  44. mmcargs=setenv bootargs console=${console} ${optargs} root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
  45. ramargs=setenv bootargs console=${console} ${optargs} root=/dev/ram0 rw ramdisk_size=32768 initrd=${rdaddr},32M
  46. ubifsargs=setenv bootargs console=${console} ${optargs} root=ubi0:beagleroot ubi.mtd=4 rw rootfstype=ubifs
  47. jffs2args=setenv bootargs console=${console} ${optargs} root=/dev/mtdblock4 rw rootfstype=jffs2
  48. loadbootscript=fatload mmc 0 ${loadaddr} boot.scr
  49. bootscript=echo Running bootscript from mmc ...; autoscr ${loadaddr}
  50. loaduimage=fatload mmc 0 ${loadaddr} uImage.bin
  51. loadramdisk=fatload mmc 0 ${rdaddr} ramdisk.gz
  52. ramboot=echo Booting from ramdisk.gz ...; run ramargs; bootm ${loadaddr}
  53. mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
  54. nandboot=echo Booting from nand ...; run jffs2args; nand read ${loadaddr} 280000 400000; bootm ${loadaddr}
  55. usbtty=cdc_acm
  56. serial=7a8c000300000000040323090f009011
  57. dieid#=7a8c000300000000040323090f009011
  58. stdin=serial
  59. stdout=serial
  60. stderr=serial
  61. bootcmd=mmc init;fatload mmc 0 80000000 uImage;bootm 80000000
  62. bootargs=console=ttyS2,115200n8 noinitrd root=/dev/mmcblk0p2 video=omapfb.mode=dvi:1280x720MR-24@50 init=/init rootfstype=ex2
  63.  
  64. Environment size: 1351/131068 bytes
  65. OMAP3 beagleboard.org # bootm
  66. Wrong Image Format for bootm command
  67. ERROR: can't get kernel image!
  68. OMAP3 beagleboard.org # boot
  69. mmc1 is available
  70. reading uImage
  71.  
  72. 1850264 bytes read
  73. ## Booting kernel from Legacy Image at 80000000 ...
  74. Image Name: Linux-2.6.29-omap1-07176-g57a557
  75. Image Type: ARM Linux Kernel Image (uncompressed)
  76. Data Size: 1850200 Bytes = 1.8 MB
  77. Load Address: 80008000
  78. Entry Point: 80008000
  79. Verifying Checksum ... OK
  80. Loading Kernel Image ... OK
  81. OK
  82.  
  83. Starting kernel ...
  84.  
  85. Uncompressing Linux..........................................................................................................
  86. Linux version 2.6.29-omap1-07176-g57a5578 (root@Enmedia) (gcc version 4.2.1 (CodeSourcery Sourcery G++ Lite 2007q3-51)) #1 F0
  87. CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c5387f
  88. CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  89. Machine: OMAP3 Beagle Board
  90. Memory policy: ECC disabled, Data cache writeback
  91. OMAP3430 ES3.0
  92. SRAM: Mapped pa 0x40200000 to va 0xd7000000 size: 0x100000
  93. Reserving 12582912 bytes SDRAM for VRAM
  94. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
  95. Kernel command line: console=ttyS2,115200n8 noinitrd root=/dev/mmcblk0p2 video=omapfb.mode=dvi:1280x720MR-24@50 init=/init r2
  96. Unknown boot option `androidboot.console=ttyS2': ignoring
  97. Clocking rate (Crystal/DPLL/ARM core): 26.0/332/500 MHz
  98. GPMC revision 5.0
  99. IRQ: Found an INTC at 0xd8200000 (revision 4.0) with 96 interrupts
  100. Total of 96 interrupts on 1 active controller
  101. OMAP34xx GPIO hardware version 2.5
  102. PID hash table entries: 1024 (order: 10, 4096 bytes)
  103. OMAP clockevent source: GPTIMER12 at 32768 Hz
  104. Console: colour dummy device 80x30
  105. Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  106. Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  107. Memory: 128MB 128MB = 256MB total
  108. Memory: 243200KB available (3368K code, 680K data, 132K init)
  109. Calibrating delay loop... 477.86 BogoMIPS (lpj=1863680)
  110. Mount-cache hash table entries: 512
  111. CPU: Testing write buffer coherency: ok
  112. net_namespace: 520 bytes
  113. regulator: core version 0.5
  114. NET: Registered protocol family 16
  115. Found NAND on CS0
  116. Registering NAND on CS0
  117. OMAP DMA hardware revision 4.0
  118. bio: create slab <bio-0> at 0
  119. OMAP DSS rev 2.0
  120. OMAP DISPC rev 3.0
  121. OMAP VENC rev 2
  122. i2c_omap i2c_omap.1: bus 1 rev3.12 at 2600 kHz
  123. twl4030: PIH (irq 7) chaining IRQs 368..375
  124. twl4030: power (irq 373) chaining IRQs 376..383
  125. twl4030: gpio (irq 368) chaining IRQs 384..401
  126. regulator: VMMC1: 1850 <--> 3150 mV normal standby
  127. regulator: VDAC: 1800 mV normal standby
  128. regulator: VUSB1V5: 1500 <--> 0 mV normal standby
  129. regulator: VUSB1V8: 1800 <--> 0 mV normal standby
  130. regulator: VUSB3V1: 3100 <--> 0 mV normal standby
  131. regulator: VPLL2: 1800 mV normal standby
  132. regulator: VSIM: 1800 <--> 3000 mV normal standby
  133. i2c_omap i2c_omap.3: bus 3 rev3.12 at 100 kHz
  134. SCSI subsystem initialized
  135. twl4030_usb twl4030_usb: Initialized TWL4030 USB module
  136. usbcore: registered new interface driver usbfs
  137. usbcore: registered new interface driver hub
  138. usbcore: registered new device driver usb
  139. musb_hdrc: version 6.0, musb-dma, host, debug=0
  140. musb_hdrc: USB Host mode controller at d80ab000 using DMA, IRQ 92
  141. musb_hdrc musb_hdrc: MUSB HDRC host driver
  142. musb_hdrc musb_hdrc: new USB bus registered, assigned bus number 1
  143. usb usb1: configuration #1 chosen from 1 choice
  144. hub 1-0:1.0: USB hub found
  145. hub 1-0:1.0: 1 port detected
  146. NET: Registered protocol family 2
  147. IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
  148. TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  149. TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
  150. TCP: Hash tables configured (established 8192 bind 8192)
  151. TCP reno registered
  152. NET: Registered protocol family 1
  153. NetWinder Floating Point Emulator V0.97 (double precision)
  154. ashmem: initialized
  155. VFS: Disk quotas dquot_6.5.2
  156. Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  157. JFFS2 version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.
  158. msgmni has been set to 475
  159. alg: No test for stdrng (krng)
  160. io scheduler noop registered
  161. io scheduler anticipatory registered (default)
  162. io scheduler deadline registered
  163. io scheduler cfq registered
  164. Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  165. serial8250.0: ttyS0 at MMIO 0x4806a000 (irq = 72) is a ST16654
  166. serial8250.0: ttyS1 at MMIO 0x4806c000 (irq = 73) is a ST16654
  167. serial8250.0: ttyS2 at MMIO 0x49020000 (irq = 74) is a ST16654
  168. console [ttyS2] enabled
  169. brd: module loaded
  170. loop: module loaded
  171. i2c /dev entries driver
  172. Driver 'sd' needs updating - please use bus_type methods
  173. omap2-nand driver initializing
  174. NAND device: Manufacturer ID: 0x2c, Chip ID: 0xba (Micron NAND 256MiB 1,8V 16-bit)
  175. cmdlinepart partition parsing not available
  176. Creating 5 MTD partitions on "omap2-nand":
  177. 0x000000000000-0x000000080000 : "X-Loader"
  178. 0x000000080000-0x000000260000 : "U-Boot"
  179. 0x000000260000-0x000000280000 : "U-Boot Env"
  180. 0x000000280000-0x000000680000 : "Kernel"
  181. 0x000000680000-0x000010000000 : "File System"
  182. Initializing USB Mass Storage driver...
  183. usbcore: registered new interface driver usb-storage
  184. USB Mass Storage support registered.
  185. twl4030_rtc twl4030_rtc: rtc core: registered twl4030_rtc as rtc0
  186. twl4030_rtc twl4030_rtc: Power up reset detected.
  187. twl4030_rtc twl4030_rtc: Enabling TWL4030-RTC.
  188. mmci-omap-hs mmci-omap-hs.0: Failed to get debounce clock
  189. usbcore: registered new interface driver usbhid
  190. usbhid: v2.6:USB HID core driver
  191. logger: created 64K log 'log_main'
  192. logger: created 256K log 'log_events'
  193. logger: created 64K log 'log_radio'
  194. TCP cubic registered
  195. NET: Registered protocol family 17
  196. NET: Registered protocol family 15
  197. RPC: Registered udp transport module.
  198. RPC: Registered tcp transport module.
  199. Power Management for TI OMAP3.
  200. VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1
  201. clock: clksel_round_rate_div: dpll4_m4_ck target_rate 36000000
  202. clock: new_div = 12, new_rate = 36000000
  203. omapdss: Could not find exact pixel clock. Requested 23500 kHz, got 24000 kHz
  204. twl4030_rtc twl4030_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
  205. Waiting 1sec before mounting root device...
  206. mmc0: new SD card at address aaaa
  207. mmcblk0: mmc0:aaaa SD02G 1.84 GiB
  208. mmcblk0: p1 p2
  209. kjournald starting. Commit interval 5 seconds
  210. EXT3 FS on mmcblk0p2, internal journal
  211. EXT3-fs: recovery complete.
  212. EXT3-fs: mounted filesystem with ordered data mode.
  213. VFS: Mounted root (ext3 filesystem) on device 179:2.
  214. Freeing init memory: 132K
  215. Warning: unable to open an initial console.
  216. init: cannot open '/initlogo.rle'
  217. init: cannot find '/system/bin/playmp3', disabling 'bootsound'
  218. # warning: `rild' uses 32-bit capabilities (legacy support in use)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement