Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.15 KB | None | 0 0
  1.  
  2. U-Boot SPL 2012.10-g6299a25 (Dec 02 2013 - 11:29:49)
  3. OMAP4430 ES2.3
  4. OMAP SD/MMC: 0
  5. reading u-boot.img
  6. reading u-boot.img
  7.  
  8.  
  9. U-Boot 2012.10-g6299a25 (Dec 02 2013 - 11:29:49)
  10.  
  11. CPU : OMAP4430 ES2.3
  12. Board: duovero
  13. I2C: ready
  14. DRAM: 1 GiB
  15. MMC: OMAP SD/MMC: 0
  16. Using default environment
  17.  
  18. In: serial
  19. Out: serial
  20. Err: serial
  21. Net: smc911x-0
  22. Warning: smc911x-0 using MAC address from net device
  23.  
  24. Hit any key to stop autoboot: 0
  25. reading boot.scr
  26.  
  27. ** Unable to read "boot.scr" from mmc 0:1 **
  28. reading uImage
  29.  
  30. 2944112 bytes read
  31. Booting from mmc0 ...
  32. ## Booting kernel from Legacy Image at 82000000 ...
  33. Image Name: Linux-3.6.0
  34. Image Type: ARM Linux Kernel Image (uncompressed)
  35. Data Size: 2944048 Bytes = 2.8 MiB
  36. Load Address: 80008000
  37. Entry Point: 80008000
  38. Verifying Checksum ... OK
  39. Loading Kernel Image ... OK
  40. OK
  41.  
  42. Starting kernel ...
  43.  
  44. [ 0.000000] Booting Linux on physical CPU 0
  45. [ 0.000000] Initializing cgroup subsys cpuset
  46. [ 0.000000] Initializing cgroup subsys cpu
  47. [ 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
  48. [ 0.000000] CPU: ARMv7 Processor [411fc093] revision 3 (ARMv7), cr=10c5387d
  49. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  50. [ 0.000000] Machine: OMAP4 duovero board
  51. [ 0.000000] Reserving 16777216 bytes SDRAM for VRAM
  52. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  53. [ 0.000000] OMAP4430 ES2.3
  54. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c0e81000 s12928 r8192 d15744 u36864
  55. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 255744
  56. [ 0.000000] Kernel command line: console=ttyO2,115200n8 vram=16M root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
  57. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  58. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  59. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  60. [ 0.000000] allocated 2097152 bytes of page_cgroup
  61. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  62. [ 0.000000] Memory: 743MB 264MB = 1007MB total
  63. [ 0.000000] Memory: 1013404k/1013404k available, 35172k reserved, 270336K highmem
  64. [ 0.000000] Virtual kernel memory layout:
  65. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  66. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  67. [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  68. [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  69. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  70. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  71. [ 0.000000] .text : 0xc0008000 - 0xc054e92c (5403 kB)
  72. [ 0.000000] .init : 0xc054f000 - 0xc058b280 ( 241 kB)
  73. [ 0.000000] .data : 0xc058c000 - 0xc05e9c48 ( 376 kB)
  74. [ 0.000000] .bss : 0xc05e9c6c - 0xc06786b8 ( 571 kB)
  75. [ 0.000000] Hierarchical RCU implementation.
  76. [ 0.000000] NR_IRQS:474
  77. [ 0.000000] omap_hwmod: dpll_mpu_m2_ck: missing clockdomain for dpll_mpu_m2_ck.
  78. [ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
  79. [ 0.000000] omap_hwmod: sys_32k_ck: missing clockdomain for sys_32k_ck.
  80. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  81. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
  82. [ 0.000000] Console: colour dummy device 80x30
  83. [ 0.000305] Calibrating delay loop... 1598.59 BogoMIPS (lpj=6242304)
  84. [ 0.070251] pid_max: default: 32768 minimum: 301
  85. [ 0.070495] Security Framework initialized
  86. [ 0.070617] Mount-cache hash table entries: 512
  87. [ 0.072021] Initializing cgroup subsys debug
  88. [ 0.072052] Initializing cgroup subsys cpuacct
  89. [ 0.072052] Initializing cgroup subsys memory
  90. [ 0.072113] Initializing cgroup subsys devices
  91. [ 0.072113] Initializing cgroup subsys freezer
  92. [ 0.072143] Initializing cgroup subsys perf_event
  93. [ 0.072296] CPU: Testing write buffer coherency: ok
  94. [ 0.072601] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  95. [ 0.072845] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  96. [ 0.072967] Setting up static identity map for 0x803a2a30 - 0x803a2a88
  97. [ 0.072967] L310 cache controller enabled
  98. [ 0.072998] l2x0: 16 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x7e470000, Cache size: 1048576 B
  99. [ 0.076049] CPU1: Booted secondary processor
  100. [ 0.143157] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  101. [ 0.143188] CPU1: Unknown IPI message 0x0
  102. [ 0.143249] Brought up 2 CPUs
  103. [ 0.143280] SMP: Total of 2 processors activated (3196.18 BogoMIPS).
  104. [ 0.144226] devtmpfs: initialized
  105. [ 0.148254] omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
  106. [ 0.150634] omap_hwmod: cm_core_aon: cannot be enabled for reset (3)
  107. [ 0.150634] omap_hwmod: cm_core: cannot be enabled for reset (3)
  108. [ 0.152526] dummy:
  109. [ 0.152801] NET: Registered protocol family 16
  110. [ 0.153900] DMA: preallocated 256 KiB pool for atomic coherent allocations
  111. [ 0.154052] GPMC revision 6.0
  112. [ 0.154083] gpmc: irq-52 could not claim: err -22
  113. [ 0.155487] OMAP GPIO hardware version 0.1
  114. [ 0.157104] omap_mux_init: Add partition: #1: core, flags: 2
  115. [ 0.158142] omap_mux_init: Add partition: #2: wkup, flags: 2
  116. [ 0.159179] _omap_mux_get_by_name: Could not find signal uart1_rx.uart1_rx
  117. [ 0.159179] _omap_mux_get_by_name: Could not find signal uart1_rx.uart1_rx
  118. [ 0.171997] usbhs_omap: alias fck already exists
  119. [ 0.173645] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  120. [ 0.173645] hw-breakpoint: maximum watchpoint size is 4 bytes.
  121. [ 0.175842] OMAP DMA hardware revision 0.0
  122. [ 0.179992] bio: create slab <bio-0> at 0
  123. [ 0.192016] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
  124. [ 0.192230] vwlan: 3000 mV
  125. [ 0.192413] fixed-dummy:
  126. [ 0.192932] SCSI subsystem initialized
  127. [ 0.193176] usbcore: registered new interface driver usbfs
  128. [ 0.193237] usbcore: registered new interface driver hub
  129. [ 0.193359] usbcore: registered new device driver usb
  130. [ 0.205718] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
  131. [ 0.206115] Skipping twl internal clock init and using bootloader value (unknown osc rate)
  132. [ 0.206634] twl 1-0048: PIH (irq 39) chaining IRQs 352..372
  133. [ 0.207153] VUSB: 3300 mV normal standby
  134. [ 0.409698] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
  135. [ 0.409942] vdd_mpu: 500 <--> 1500 mV normal
  136. [ 0.410217] vdd_iva: 500 <--> 1500 mV normal
  137. [ 0.410430] vdd_core: 500 <--> 1500 mV normal
  138. [ 0.410888] V1V8: 1800 mV normal standby
  139. [ 0.411163] V2V1: 2100 mV normal standby
  140. [ 0.411529] VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
  141. [ 0.412048] VPP: 1800 <--> 2500 mV at 1900 mV normal standby
  142. [ 0.412628] VCXIO: 1800 mV normal standby
  143. [ 0.412658] VCXIO: supplied by V2V1
  144. [ 0.413482] VDAC: 1800 mV normal standby
  145. [ 0.413513] VDAC: supplied by V2V1
  146. [ 0.414154] VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
  147. [ 0.414672] VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
  148. [ 0.415161] VANA: 2100 mV normal standby
  149. [ 0.424438] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
  150. [ 0.440063] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
  151. [ 0.455688] omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
  152. [ 0.455871] Linux video capture interface: v2.00
  153. [ 0.456207] omap-iommu omap-iommu.0: ducati registered
  154. [ 0.456298] omap-iommu omap-iommu.1: tesla registered
  155. [ 0.456939] Switching to clocksource 32k_counter
  156. [ 0.475952] usbhs_omap usbhs_omap: ehci_logic_fck failed:-2
  157. [ 0.476562] NET: Registered protocol family 2
  158. [ 0.477264] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  159. [ 0.479125] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
  160. [ 0.480102] TCP: Hash tables configured (established 131072 bind 65536)
  161. [ 0.480163] TCP: reno registered
  162. [ 0.480194] UDP hash table entries: 512 (order: 2, 16384 bytes)
  163. [ 0.480255] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  164. [ 0.480621] NET: Registered protocol family 1
  165. [ 0.520751] audit: initializing netlink socket (disabled)
  166. [ 0.520782] type=2000 audit(0.515:1): initialized
  167. [ 0.621185] bounce pool size: 64 pages
  168. [ 0.621917] fuse init (API version 7.20)
  169. [ 0.622253] msgmni has been set to 1451
  170. [ 0.623352] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  171. [ 0.623352] io scheduler noop registered
  172. [ 0.623382] io scheduler deadline registered (default)
  173. [ 0.623413] io scheduler cfq registered
  174. [ 0.624114] OMAP DSS rev 4.0
  175. [ 0.625732] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
  176. [ 0.626098] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
  177. [ 0.626403] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
  178. [ 1.373260] console [ttyO2] enabled
  179. [ 1.377258] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
  180. [ 1.392517] brd: module loaded
  181. [ 1.399688] loop: module loaded
  182. [ 1.406433] smsc911x: Driver version 2008-10-21
  183. [ 1.412414] libphy: smsc911x-mdio: probed
  184. [ 1.416687] smsc911x smsc911x.0: eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=smsc911x-0:01, irq=-1)
  185. [ 1.427612] smsc911x smsc911x.0: eth0: MAC Address: 00:15:c9:29:06:37
  186. [ 1.434509] usbcore: registered new interface driver asix
  187. [ 1.440216] usbcore: registered new interface driver cdc_ether
  188. [ 1.446411] usbcore: registered new interface driver cdc_ncm
  189. [ 1.452545] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  190. [ 1.459594] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
  191. [ 1.465759] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
  192. [ 1.503906] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
  193. [ 1.519500] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
  194. [ 1.525634] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  195. [ 1.532775] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  196. [ 1.540374] usb usb1: Product: OMAP-EHCI Host Controller
  197. [ 1.545959] usb usb1: Manufacturer: Linux 3.6.0 ehci_hcd
  198. [ 1.551544] usb usb1: SerialNumber: ehci-omap.0
  199. [ 1.556823] hub 1-0:1.0: USB hub found
  200. [ 1.560791] hub 1-0:1.0: 3 ports detected
  201. [ 1.565277] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  202. [ 1.571868] ohci-omap3 ohci-omap3.0: OMAP3 OHCI Host Controller
  203. [ 1.578277] ohci-omap3 ohci-omap3.0: new USB bus registered, assigned bus number 2
  204. [ 1.586334] ohci-omap3 ohci-omap3.0: irq 108, io mem 0x4a064800
  205. [ 1.672576] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  206. [ 1.679718] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  207. [ 1.687286] usb usb2: Product: OMAP3 OHCI Host Controller
  208. [ 1.692962] usb usb2: Manufacturer: Linux 3.6.0 ohci_hcd
  209. [ 1.698516] usb usb2: SerialNumber: ohci-omap3.0
  210. [ 1.703918] hub 2-0:1.0: USB hub found
  211. [ 1.707885] hub 2-0:1.0: 3 ports detected
  212. [ 1.712341] Initializing USB Mass Storage driver...
  213. [ 1.717620] usbcore: registered new interface driver usb-storage
  214. [ 1.723907] USB Mass Storage support registered.
  215. [ 1.728759] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
  216. [ 1.735534] musb-hdrc musb-hdrc: USB OTG mode controller at fc0ab000 using DMA, IRQ 124
  217. [ 1.744323] mousedev: PS/2 mouse device common for all mice
  218. [ 1.750610] twl_rtc twl_rtc: Power up reset detected.
  219. [ 1.756500] twl_rtc twl_rtc: Enabling TWL-RTC
  220. [ 1.763366] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
  221. [ 1.770080] i2c /dev entries driver
  222. [ 1.774841] cpuidle: using governor ladder
  223. [ 1.779144] cpuidle: using governor menu
  224. [ 1.783508] omap_hsmmc omap_hsmmc.0: Failed to get debounce clk
  225. [ 1.789825] omap-dma-engine omap-dma-engine: allocating channel for 62
  226. [ 1.796691] omap-dma-engine omap-dma-engine: allocating channel for 61
  227. [ 1.847778] omap_hsmmc omap_hsmmc.4: Failed to get debounce clk
  228. [ 1.854003] omap-dma-engine omap-dma-engine: allocating channel for 60
  229. [ 1.860870] omap-dma-engine omap-dma-engine: allocating channel for 59
  230. [ 1.981719] usbcore: registered new interface driver usbhid
  231. [ 1.987579] usbhid: USB HID core driver
  232. [ 1.991638] OCR: 0
  233. [ 1.991851] oprofile: using arm/armv7-ca9
  234. [ 1.998199] TCP: cubic registered
  235. [ 2.001708] NET: Registered protocol family 17
  236. [ 2.006530] Key type dns_resolver registered
  237. [ 2.011108] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  238. [ 2.021209] omap_vc_i2c_init: I2C config for vdd_iva does not match other channels (0).
  239. [ 2.029449] omap_vc_i2c_init: I2C config for vdd_mpu does not match other channels (0).[ 2.038696] Power Management for TI OMAP4.
  240. [ 2.043334] ThumbEE CPU extension supported.
  241. [ 2.047821] OCR: 0
  242. [ 2.047851] Registering SWP/SWPB emulation handler
  243. [ 2.053680] registered taskstats version 1
  244. [ 2.068511] omapdss error: timeout reading edid
  245. [ 2.105529] Console: switching to colour frame buffer device 80x30
  246. [ 2.134735] VANA: incomplete constraints, leaving on
  247. [ 2.140808] VDAC: incomplete constraints, leaving on
  248. [ 2.146606] VUSB: incomplete constraints, leaving on
  249. [ 2.152709] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
  250. [ 2.161621] Waiting for root device /dev/mmcblk0p2...
  251. [ 2.241027] mmc0: host does not support reading read-only switch. assuming write-enable.
  252. [ 2.252502] mmc0: new high speed SDHC card at address aaaa
  253. [ 2.258758] mmcblk0: mmc0:aaaa SU04G 3.69 GiB
  254. [ 2.273834] mmcblk0: p1 p2
  255. [ 2.485321] kjournald starting. Commit interval 5 seconds
  256. [ 2.487091] EXT3-fs (mmcblk0p2): using internal journal
  257. [ 2.488555] EXT3-fs (mmcblk0p2): recovery complete
  258. [ 2.488555] EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode
  259. [ 2.488616] VFS: Mounted root (ext3 filesystem) on device 179:2.
  260. [ 2.490234] devtmpfs: mounted
  261. [ 2.490509] Freeing init memory: 240K
  262. INIT: version 2.88 booting
  263. Starting udev
  264. [ 2.861785] udevd[93]: starting version 182
  265. ALSA: Restoring mixer settings...
  266. Configuring network interfaces... /usr/sbin/alsactl: load_state:1696: No soundcards found...
  267. [ 4.715087] smsc911x smsc911x.0: eth0: SMSC911x/921x identified at 0xf00a6000, IRQ: 204
  268. udhcpc (v1.20.2) started
  269. Sending discover...
  270. Sending discover...
  271. Sending discover...
  272. No lease, failing
  273. Successfully initialized wpa_supplicant
  274. rfkill: Cannot open RFKILL control device
  275. Could not read interface mlan0 flags: No such device
  276. WEXT: Could not set interface 'mlan0' UP
  277. mlan0: Failed to initialize driver interface
  278. Starting rpcbind daemon...[ 14.454650] NET: Registered protocol family 10
  279. [ 14.460205] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  280. done.
  281. Mon Dec 2 16:49:00 UTC 2013
  282. INIT: Entering runlevel: 5
  283. Starting system message bus: dbus.
  284. Starting OpenBSD Secure Shell server: sshd
  285. done.
  286. Starting ntpd: done
  287. Starting syslogd/klogd: done
  288. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon
  289. ...done.
  290. Starting Telephony daemon
  291. Starting Linux NFC daemon
  292.  
  293. Poky 9.0.2 (Yocto Project 1.4 Reference Distro) 1.4.2 duovero ttyO2
  294.  
  295. duovero login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement