Advertisement
Guest User

duovero_zephyr_boot.log

a guest
Dec 3rd, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.53 KB | None | 0 0
  1. U-Boot SPL 2012.10-g6299a25 (Dec 02 2013 - 11:29:49)
  2. OMAP4430 ES2.3
  3. OMAP SD/MMC: 0
  4. reading u-boot.img
  5. reading u-boot.img
  6.  
  7.  
  8. U-Boot 2012.10-g6299a25 (Dec 02 2013 - 11:29:49)
  9.  
  10. CPU : OMAP4430 ES2.3
  11. Board: duovero
  12. I2C: ready
  13. DRAM: 1 GiB
  14. MMC: OMAP SD/MMC: 0
  15. Using default environment
  16.  
  17. In: serial
  18. Out: serial
  19. Err: serial
  20. Net: smc911x-0
  21. Warning: smc911x-0 using MAC address from net device
  22.  
  23. Hit any key to stop autoboot: 0
  24. reading boot.scr
  25.  
  26. ** Unable to read "boot.scr" from mmc 0:1 **
  27. reading uImage
  28.  
  29. 2944112 bytes read
  30. Booting from mmc0 ...
  31. ## Booting kernel from Legacy Image at 82000000 ...
  32. Image Name: Linux-3.6.0
  33. Image Type: ARM Linux Kernel Image (uncompressed)
  34. Data Size: 2944048 Bytes = 2.8 MiB
  35. Load Address: 80008000
  36. Entry Point: 80008000
  37. Verifying Checksum ... OK
  38. Loading Kernel Image ... OK
  39. OK
  40.  
  41. Starting kernel ...
  42.  
  43. [ 0.000000] Booting Linux on physical CPU 0
  44. [ 0.000000] Initializing cgroup subsys cpuset
  45. [ 0.000000] Initializing cgroup subsys cpu
  46. [ 0.000000] Linux version 3.6.0 (scott@hex.jumpnow.it) (gcc version 4.7.2 (GCC) ) #1 SMP Mon Dec 2 11:31:47 EST 2013
  47. [ 0.000000] CPU: ARMv7 Processor [411fc093] revision 3 (ARMv7), cr=10c5387d
  48. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  49. [ 0.000000] Machine: OMAP4 duovero board
  50. [ 0.000000] Reserving 16777216 bytes SDRAM for VRAM
  51. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  52. [ 0.000000] OMAP4430 ES2.3
  53. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c0e81000 s12928 r8192 d15744 u36864
  54. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 255744
  55. [ 0.000000] Kernel command line: console=ttyO2,115200n8 vram=16M root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
  56. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  57. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  58. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  59. [ 0.000000] allocated 2097152 bytes of page_cgroup
  60. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  61. [ 0.000000] Memory: 743MB 264MB = 1007MB total
  62. [ 0.000000] Memory: 1013404k/1013404k available, 35172k reserved, 270336K highmem
  63. [ 0.000000] Virtual kernel memory layout:
  64. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  65. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  66. [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  67. [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  68. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  69. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  70. [ 0.000000] .text : 0xc0008000 - 0xc054e92c (5403 kB)
  71. [ 0.000000] .init : 0xc054f000 - 0xc058b280 ( 241 kB)
  72. [ 0.000000] .data : 0xc058c000 - 0xc05e9c48 ( 376 kB)
  73. [ 0.000000] .bss : 0xc05e9c6c - 0xc06786b8 ( 571 kB)
  74. [ 0.000000] Hierarchical RCU implementation.
  75. [ 0.000000] NR_IRQS:474
  76. [ 0.000000] omap_hwmod: dpll_mpu_m2_ck: missing clockdomain for dpll_mpu_m2_ck.
  77. [ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
  78. [ 0.000000] omap_hwmod: sys_32k_ck: missing clockdomain for sys_32k_ck.
  79. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  80. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
  81. [ 0.000000] Console: colour dummy device 80x30
  82. [ 0.000305] Calibrating delay loop... 1598.59 BogoMIPS (lpj=6242304)
  83. [ 0.070251] pid_max: default: 32768 minimum: 301
  84. [ 0.070465] Security Framework initialized
  85. [ 0.070617] Mount-cache hash table entries: 512
  86. [ 0.072021] Initializing cgroup subsys debug
  87. [ 0.072052] Initializing cgroup subsys cpuacct
  88. [ 0.072052] Initializing cgroup subsys memory
  89. [ 0.072113] Initializing cgroup subsys devices
  90. [ 0.072143] Initializing cgroup subsys freezer
  91. [ 0.072143] Initializing cgroup subsys perf_event
  92. [ 0.072296] CPU: Testing write buffer coherency: ok
  93. [ 0.072601] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  94. [ 0.072845] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  95. [ 0.072967] Setting up static identity map for 0x803a2a30 - 0x803a2a88
  96. [ 0.072967] L310 cache controller enabled
  97. [ 0.072998] l2x0: 16 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x7e470000, Cache size: 1048576 B
  98. [ 0.076049] CPU1: Booted secondary processor
  99. [ 0.143157] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  100. [ 0.143188] CPU1: Unknown IPI message 0x0
  101. [ 0.143249] Brought up 2 CPUs
  102. [ 0.143280] SMP: Total of 2 processors activated (3196.18 BogoMIPS).
  103. [ 0.144226] devtmpfs: initialized
  104. [ 0.148254] omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
  105. [ 0.150604] omap_hwmod: cm_core_aon: cannot be enabled for reset (3)
  106. [ 0.150604] omap_hwmod: cm_core: cannot be enabled for reset (3)
  107. [ 0.152496] dummy:
  108. [ 0.152770] NET: Registered protocol family 16
  109. [ 0.153869] DMA: preallocated 256 KiB pool for atomic coherent allocations
  110. [ 0.154052] GPMC revision 6.0
  111. [ 0.154083] gpmc: irq-52 could not claim: err -22
  112. [ 0.155456] OMAP GPIO hardware version 0.1
  113. [ 0.157073] omap_mux_init: Add partition: #1: core, flags: 2
  114. [ 0.158111] omap_mux_init: Add partition: #2: wkup, flags: 2
  115. [ 0.159118] _omap_mux_get_by_name: Could not find signal uart1_rx.uart1_rx
  116. [ 0.159118] _omap_mux_get_by_name: Could not find signal uart1_rx.uart1_rx
  117. [ 0.171936] usbhs_omap: alias fck already exists
  118. [ 0.173553] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  119. [ 0.173553] hw-breakpoint: maximum watchpoint size is 4 bytes.
  120. [ 0.175781] OMAP DMA hardware revision 0.0
  121. [ 0.179901] bio: create slab <bio-0> at 0
  122. [ 0.191925] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
  123. [ 0.192108] vwlan: 3000 mV
  124. [ 0.192321] fixed-dummy:
  125. [ 0.192840] SCSI subsystem initialized
  126. [ 0.193054] usbcore: registered new interface driver usbfs
  127. [ 0.193115] usbcore: registered new interface driver hub
  128. [ 0.193237] usbcore: registered new device driver usb
  129. [ 0.205749] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
  130. [ 0.206146] Skipping twl internal clock init and using bootloader value (unknown osc rate)
  131. [ 0.206665] twl 1-0048: PIH (irq 39) chaining IRQs 352..372
  132. [ 0.207183] VUSB: 3300 mV normal standby
  133. [ 0.409759] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
  134. [ 0.410003] vdd_mpu: 500 <--> 1500 mV normal
  135. [ 0.410247] vdd_iva: 500 <--> 1500 mV normal
  136. [ 0.410491] vdd_core: 500 <--> 1500 mV normal
  137. [ 0.410949] V1V8: 1800 mV normal standby
  138. [ 0.411193] V2V1: 2100 mV normal standby
  139. [ 0.411590] VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
  140. [ 0.412109] VPP: 1800 <--> 2500 mV at 1900 mV normal standby
  141. [ 0.412719] VCXIO: 1800 mV normal standby
  142. [ 0.412750] VCXIO: supplied by V2V1
  143. [ 0.413543] VDAC: 1800 mV normal standby
  144. [ 0.413574] VDAC: supplied by V2V1
  145. [ 0.414215] VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
  146. [ 0.414764] VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
  147. [ 0.415252] VANA: 2100 mV normal standby
  148. [ 0.424438] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
  149. [ 0.440063] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
  150. [ 0.455688] omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
  151. [ 0.455871] Linux video capture interface: v2.00
  152. [ 0.456207] omap-iommu omap-iommu.0: ducati registered
  153. [ 0.456268] omap-iommu omap-iommu.1: tesla registered
  154. [ 0.456939] Switching to clocksource 32k_counter
  155. [ 0.475921] usbhs_omap usbhs_omap: ehci_logic_fck failed:-2
  156. [ 0.476593] NET: Registered protocol family 2
  157. [ 0.477264] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  158. [ 0.479125] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
  159. [ 0.480102] TCP: Hash tables configured (established 131072 bind 65536)
  160. [ 0.480163] TCP: reno registered
  161. [ 0.480194] UDP hash table entries: 512 (order: 2, 16384 bytes)
  162. [ 0.480255] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  163. [ 0.480621] NET: Registered protocol family 1
  164. [ 0.520751] audit: initializing netlink socket (disabled)
  165. [ 0.520782] type=2000 audit(0.515:1): initialized
  166. [ 0.620880] bounce pool size: 64 pages
  167. [ 0.621673] fuse init (API version 7.20)
  168. [ 0.621978] msgmni has been set to 1451
  169. [ 0.623138] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  170. [ 0.623168] io scheduler noop registered
  171. [ 0.623168] io scheduler deadline registered (default)
  172. [ 0.623199] io scheduler cfq registered
  173. [ 0.623901] OMAP DSS rev 4.0
  174. [ 0.625518] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
  175. [ 0.625885] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
  176. [ 0.626190] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
  177. [ 1.373107] console [ttyO2] enabled
  178. [ 1.377075] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
  179. [ 1.392333] brd: module loaded
  180. [ 1.399505] loop: module loaded
  181. [ 1.406280] smsc911x: Driver version 2008-10-21
  182. [ 1.412231] libphy: smsc911x-mdio: probed
  183. [ 1.416534] smsc911x smsc911x.0: eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=smsc911x-0:01, irq=-1)
  184. [ 1.427459] smsc911x smsc911x.0: eth0: MAC Address: 00:15:c9:28:f8:95
  185. [ 1.434356] usbcore: registered new interface driver asix
  186. [ 1.440063] usbcore: registered new interface driver cdc_ether
  187. [ 1.446258] usbcore: registered new interface driver cdc_ncm
  188. [ 1.452392] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  189. [ 1.459472] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
  190. [ 1.465606] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
  191. [ 1.503906] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
  192. [ 1.519500] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
  193. [ 1.525665] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  194. [ 1.532775] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  195. [ 1.540374] usb usb1: Product: OMAP-EHCI Host Controller
  196. [ 1.545959] usb usb1: Manufacturer: Linux 3.6.0 ehci_hcd
  197. [ 1.551513] usb usb1: SerialNumber: ehci-omap.0
  198. [ 1.556823] hub 1-0:1.0: USB hub found
  199. [ 1.560791] hub 1-0:1.0: 3 ports detected
  200. [ 1.565246] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  201. [ 1.571868] ohci-omap3 ohci-omap3.0: OMAP3 OHCI Host Controller
  202. [ 1.578277] ohci-omap3 ohci-omap3.0: new USB bus registered, assigned bus number 2
  203. [ 1.586334] ohci-omap3 ohci-omap3.0: irq 108, io mem 0x4a064800
  204. [ 1.672607] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  205. [ 1.679718] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  206. [ 1.687316] usb usb2: Product: OMAP3 OHCI Host Controller
  207. [ 1.692962] usb usb2: Manufacturer: Linux 3.6.0 ohci_hcd
  208. [ 1.698547] usb usb2: SerialNumber: ohci-omap3.0
  209. [ 1.703948] hub 2-0:1.0: USB hub found
  210. [ 1.707885] hub 2-0:1.0: 3 ports detected
  211. [ 1.712371] Initializing USB Mass Storage driver...
  212. [ 1.717620] usbcore: registered new interface driver usb-storage
  213. [ 1.723937] USB Mass Storage support registered.
  214. [ 1.728790] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
  215. [ 1.735565] musb-hdrc musb-hdrc: USB OTG mode controller at fc0ab000 using DMA, IRQ 124
  216. [ 1.744354] mousedev: PS/2 mouse device common for all mice
  217. [ 1.750640] twl_rtc twl_rtc: Power up reset detected.
  218. [ 1.756530] twl_rtc twl_rtc: Enabling TWL-RTC
  219. [ 1.763397] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
  220. [ 1.770080] i2c /dev entries driver
  221. [ 1.774841] cpuidle: using governor ladder
  222. [ 1.779144] cpuidle: using governor menu
  223. [ 1.783538] omap_hsmmc omap_hsmmc.0: Failed to get debounce clk
  224. [ 1.789825] omap-dma-engine omap-dma-engine: allocating channel for 62
  225. [ 1.796691] omap-dma-engine omap-dma-engine: allocating channel for 61
  226. [ 1.847778] omap_hsmmc omap_hsmmc.4: Failed to get debounce clk
  227. [ 1.854003] omap-dma-engine omap-dma-engine: allocating channel for 60
  228. [ 1.860870] omap-dma-engine omap-dma-engine: allocating channel for 59
  229. [ 1.981689] usbcore: registered new interface driver usbhid
  230. [ 1.987548] usbhid: USB HID core driver
  231. [ 1.991607] OCR: 0
  232. [ 1.991821] oprofile: using arm/armv7-ca9
  233. [ 1.998138] TCP: cubic registered
  234. [ 2.001647] host->ocr_avail_sdio: 0
  235. [ 2.001647] NET: Registered protocol family 17
  236. [ 2.001708] Key type dns_resolver registered
  237. [ 2.014404] VFP support v0.3: [ 2.014434] Host: 40000 OCR: b0ff8000
  238. implementor 41 architecture 3 part 30 variant 9 rev 4
  239. [ 2.028167] omap_vc_i2c_init: I2C config for vdd_iva does not match other channels (0).
  240. [ 2.036437] omap_vc_i2c_init: I2C config for vdd_mpu does not match other channels (0).[ 2.045623] Power Management for TI OMAP4.
  241. [ 2.050262] ThumbEE CPU extension supported.
  242. [ 2.054779] Registering SWP/SWPB emulation handler
  243. [ 2.065826] registered taskstats version 1
  244. [ 2.081939] mmc1: new high speed SDIO card at address 0001
  245. [ 2.086151] omapdss error: timeout reading edid
  246. [ 2.098266] OCR: 0
  247. [ 2.105499] Console: switching to colour frame buffer device 80x30
  248. [ 2.134735] VANA: incomplete constraints, leaving on
  249. [ 2.140808] VDAC: incomplete constraints, leaving on
  250. [ 2.146606] VUSB: incomplete constraints, leaving on
  251. [ 2.152709] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
  252. [ 2.161621] Waiting for root device /dev/mmcblk0p2...
  253. [ 2.285186] mmc0: host does not support reading read-only switch. assuming write-enable.
  254. [ 2.295898] mmc0: new high speed SDHC card at address aaaa
  255. [ 2.302124] mmcblk0: mmc0:aaaa SU16G 14.8 GiB
  256. [ 2.308074] mmcblk0: p1 p2 p3
  257. [ 2.383575] kjournald starting. Commit interval 5 seconds
  258. [ 2.385009] EXT3-fs (mmcblk0p2): using internal journal
  259. [ 2.385009] EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode
  260. [ 2.385040] VFS: Mounted root (ext3 filesystem) on device 179:2.
  261. [ 2.386352] devtmpfs: mounted
  262. [ 2.386566] Freeing init memory: 240K
  263. INIT: version 2.88 booting
  264. Starting udev
  265. [ 2.734558] udevd[83]: starting version 182
  266. [ 3.258728] cfg80211: Calling CRDA to update world regulatory domain
  267. [ 3.265594] cfg80211: World regulatory domain updated:
  268. [ 3.271026] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  269. [ 3.279663] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  270. [ 3.287872] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  271. [ 3.296051] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  272. [ 3.304199] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  273. [ 3.312316] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  274. Wait for CRDA initialization...
  275. [ 4.858154] mwifiex_sdio mmc1:0001:1: WLAN FW is active
  276. [ 5.146392] cfg80211: Calling CRDA for country: US
  277. [ 5.151794] mwifiex_sdio mmc1:0001:1: driver_version = mwifiex 1.0 (14.66.9.p96)
  278. [ 5.159942] cfg80211: Regulatory domain changed to country: US
  279. [ 5.166137] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  280. [ 5.174774] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
  281. [ 5.182922] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
  282. [ 5.191070] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  283. [ 5.199188] cfg80211: (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  284. [ 5.207305] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  285. [ 5.215454] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
  286. [ 5.223571] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
  287. Configuring network interfaces...
  288. Successfully initialized wpa_supplicant
  289. udhcpc (v1.20.2) started
  290. Sending discover...
  291. Sending discover...
  292. Sending select for 192.168.10.100...
  293. Lease of 192.168.10.100 obtained, lease time 43200
  294. /etc/udhcpc.d/50default: Adding DNS 75.75.75.75
  295. /etc/udhcpc.d/50default: Adding DNS 76.76.76.76
  296. done.
  297. Mon Dec 2 20:59:00 UTC 2013
  298. INIT: Entering runlevel: 5
  299. Starting system message bus: dbus.
  300. Starting OpenBSD Secure Shell server: sshd
  301. done.
  302. Starting ntpd: done
  303. Starting syslogd/klogd: done
  304. [ 11.012145] NET: Registered protocol family 10
  305. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon
  306. ...done.
  307.  
  308. Poky 9.0.2 (Yocto Project 1.4 Reference Distro) 1.4.2 duovero ttyO2
  309.  
  310. duovero login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement