Advertisement
Guest User

boot

a guest
Aug 8th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.99 KB | None | 0 0
  1. U-Boot 2013.04-dirty (Jun 19 2013 - 09:57:14)
  2.  
  3. I2C: ready
  4. DRAM: 512 MiB
  5. WARNING: Caches not enabled
  6. NAND: No NAND device found!!!
  7. 0 MiB
  8. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  9. *** Warning - readenv() failed, using default environment
  10.  
  11. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  12. musb-hdrc: MHDRC RTL version 2.0
  13. musb-hdrc: setup fifo_mode 4
  14. musb-hdrc: 28/31 max ep, 16384/16384 memory
  15. USB Peripheral mode controller at 47401000 using PIO, IRQ 0
  16. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, SoftConn)
  17. musb-hdrc: MHDRC RTL version 2.0
  18. musb-hdrc: setup fifo_mode 4
  19. musb-hdrc: 28/31 max ep, 16384/16384 memory
  20. USB Host mode controller at 47401800 using PIO, IRQ 0
  21. Net: <ethaddr> not set. Validating first E-fuse MAC
  22. cpsw, usb_ether
  23. Hit any key to stop autoboot: 0
  24. gpio: pin 53 (gpio 53) value is 1
  25. mmc0 is current device
  26. micro SD card found
  27. mmc0 is current device
  28. gpio: pin 54 (gpio 54) value is 1
  29. SD/MMC found on device 0
  30. reading uEnv.txt
  31. ** Unable to read file uEnv.txt **
  32. gpio: pin 55 (gpio 55) value is 1
  33. 4384392 bytes read in 770 ms (5.4 MiB/s)
  34. gpio: pin 56 (gpio 56) value is 1
  35. 22953 bytes read in 35 ms (639.6 KiB/s)
  36. Booting from mmc ...
  37. ## Booting kernel from Legacy Image at 80007fc0 ...
  38. Image Name: Linux-3.8.13
  39. Image Type: ARM Linux Kernel Image (uncompressed)
  40. Data Size: 4384328 Bytes = 4.2 MiB
  41. Load Address: 80008000
  42. Entry Point: 80008000
  43. Verifying Checksum ... OK
  44. ## Flattened Device Tree blob at 80f80000
  45. Booting using the fdt blob at 0x80f80000
  46. XIP Kernel Image ... OK
  47. OK
  48. Using Device Tree in place at 80f80000, end 80f889a8
  49.  
  50. Starting kernel ...
  51.  
  52. [ 0.000000] Booting Linux on physical CPU 0x0
  53. [ 0.000000] Linux version 3.8.13 (bmentink@bodhi-box) (gcc version 4.7.2 (GCC) ) #1 SMP Wed Aug 7 13:33
  54. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
  55. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  56. [ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
  57. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  58. [ 0.000000] AM335X ES2.0 (sgx neon )
  59. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c1395000 s13440 r8192 d15232 u36864
  60. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129792
  61. [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
  62. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  63. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  64. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  65. [ 0.000000] __ex_table already sorted, skipping sort
  66. [ 0.000000] Memory: 511MB = 511MB total
  67. [ 0.000000] Memory: 504076k/504076k available, 20212k reserved, 0K highmem
  68. [ 0.000000] Virtual kernel memory layout:
  69. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  70. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  71. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  72. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  73. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  74. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  75. [ 0.000000] .text : 0xc0008000 - 0xc07bb4b0 (7886 kB)
  76. [ 0.000000] .init : 0xc07bc000 - 0xc0817480 ( 366 kB)
  77. [ 0.000000] .data : 0xc0818000 - 0xc08dc918 ( 787 kB)
  78. [ 0.000000] .bss : 0xc08dc918 - 0xc0e3acb4 (5497 kB)
  79. [ 0.000000] Hierarchical RCU implementation.
  80. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  81. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  82. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  83. [ 0.000000] Total of 128 interrupts on 1 active controller
  84. [ 0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz
  85. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  86. [ 0.000000] OMAP clocksource: GPTIMER1 at 24000000 Hz
  87. [ 0.000000] Console: colour dummy device 80x30
  88. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  89. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  90. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  91. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  92. [ 0.000000] ... CLASSHASH_SIZE: 4096
  93. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  94. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  95. [ 0.000000] ... CHAINHASH_SIZE: 16384
  96. [ 0.000000] memory used by lock dependency info: 3695 kB
  97. [ 0.000000] per task-struct memory footprint: 1152 bytes
  98. [ 0.001071] Calibrating delay loop... 364.48 BogoMIPS (lpj=1425408)
  99. [ 0.109103] pid_max: default: 32768 minimum: 301
  100. [ 0.109679] Security Framework initialized
  101. [ 0.109873] Mount-cache hash table entries: 512
  102. [ 0.123475] CPU: Testing write buffer coherency: ok
  103. [ 0.125181] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  104. [ 0.125267] Setting up static identity map for 0x805654b0 - 0x80565520
  105. [ 0.128232] Brought up 1 CPUs
  106. [ 0.128262] SMP: Total of 1 processors activated (364.48 BogoMIPS).
  107. [ 0.131845] devtmpfs: initialized
  108. [ 0.153213] omap_hwmod: debugss: _wait_target_disable failed
  109. [ 0.214094] pinctrl core: initialized pinctrl subsystem
  110. [ 0.221069] regulator-dummy: no parameters
  111. [ 0.223501] NET: Registered protocol family 16
  112. [ 0.224392] DMA: preallocated 256 KiB pool for atomic coherent allocations
  113. [ 0.225790] omap-gpmc omap-gpmc: GPMC revision 6.0
  114. [ 0.250339] platform 49000000.edma: alias fck already exists
  115. [ 0.250385] platform 49000000.edma: alias fck already exists
  116. [ 0.250414] platform 49000000.edma: alias fck already exists
  117. [ 0.256565] OMAP GPIO hardware version 0.1
  118. [ 0.285665] DSS not supported on this SoC
  119. [ 0.285731] No ATAGs?
  120. [ 0.285750] hw-breakpoint: debug architecture 0x4 unsupported.
  121. [ 0.295194] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  122. [ 0.387061] bio: create slab <bio-0> at 0
  123. [ 0.440857] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
  124. [ 0.454662] SCSI subsystem initialized
  125. [ 0.459074] usbcore: registered new interface driver usbfs
  126. [ 0.459688] usbcore: registered new interface driver hub
  127. [ 0.460573] usbcore: registered new device driver usb
  128. [ 0.467478] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  129. [ 0.474639] DCDC1: at 1500 mV
  130. [ 0.477890] vdd_mpu: 925 <--> 1325 mV at 1100 mV
  131. [ 0.480462] vdd_core: 925 <--> 1150 mV at 1100 mV
  132. [ 0.482816] LDO1: at 1800 mV
  133. [ 0.485617] LDO2: at 3300 mV
  134. [ 0.488016] LDO3: 1800 <--> 3300 mV at 1800 mV
  135. [ 0.490418] LDO4: at 3300 mV
  136. [ 0.493201] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  137. [ 0.503302] Switching to clocksource gp_timer
  138. [ 0.663956] NET: Registered protocol family 2
  139. [ 0.666276] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  140. [ 0.666625] TCP bind hash table entries: 4096 (order: 5, 147456 bytes)
  141. [ 0.669534] TCP: Hash tables configured (established 4096 bind 4096)
  142. [ 0.669823] TCP: reno registered
  143. [ 0.669869] UDP hash table entries: 256 (order: 2, 20480 bytes)
  144. [ 0.670215] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
  145. [ 0.671332] NET: Registered protocol family 1
  146. [ 0.672902] RPC: Registered named UNIX socket transport module.
  147. [ 0.672931] RPC: Registered udp transport module.
  148. [ 0.672947] RPC: Registered tcp transport module.
  149. [ 0.672963] RPC: Registered tcp NFSv4.1 backchannel transport module.
  150. [ 0.676448] NetWinder Floating Point Emulator V0.97 (double precision)
  151. [ 0.914021] VFS: Disk quotas dquot_6.5.2
  152. [ 0.914347] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  153. [ 0.917585] NFS: Registering the id_resolver key type
  154. [ 0.918297] Key type id_resolver registered
  155. [ 0.918327] Key type id_legacy registered
  156. [ 0.918504] jffs2: version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
  157. [ 0.919197] msgmni has been set to 984
  158. [ 0.923341] io scheduler noop registered
  159. [ 0.923373] io scheduler deadline registered
  160. [ 0.923489] io scheduler cfq registered (default)
  161. [ 0.936985] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  162. [ 0.946837] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
  163. [ 1.575189] console [ttyO0] enabled
  164. [ 1.583565] [drm] Initialized drm 1.1.0 20060810
  165. [ 1.629139] brd: module loaded
  166. [ 1.656834] loop: module loaded
  167. [ 1.669680] mtdoops: mtd device (mtddev=name/number) must be supplied
  168. [ 1.678577] OneNAND driver initializing
  169. [ 1.690688] usbcore: registered new interface driver asix
  170. [ 1.697261] usbcore: registered new interface driver cdc_ether
  171. [ 1.704266] usbcore: registered new interface driver smsc95xx
  172. [ 1.711322] usbcore: registered new interface driver net1080
  173. [ 1.718016] usbcore: registered new interface driver cdc_subset
  174. [ 1.724990] usbcore: registered new interface driver zaurus
  175. [ 1.731743] usbcore: registered new interface driver cdc_ncm
  176. [ 1.739857] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  177. [ 1.747006] ehci-omap: OMAP-EHCI Host Controller driver
  178. [ 1.754203] usbcore: registered new interface driver cdc_wdm
  179. [ 1.760188] Initializing USB Mass Storage driver...
  180. [ 1.766172] usbcore: registered new interface driver usb-storage
  181. [ 1.772635] USB Mass Storage support registered.
  182. [ 1.778240] usbcore: registered new interface driver usbtest
  183. [ 1.787141] mousedev: PS/2 mouse device common for all mice
  184. [ 1.799730] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  185. [ 1.810275] i2c /dev entries driver
  186. [ 1.817164] Driver for 1-wire Dallas network protocol.
  187. [ 1.828248] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  188. [ 1.842285] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
  189. [ 1.849727] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
  190. [ 1.859226] omap_hsmmc mmc.4: pins are not configured from the driver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement