Advertisement
Guest User

dmesg output

a guest
Jan 6th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.84 KB | None | 0 0
  1. debian@arm:~$ dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Initializing cgroup subsys cpu
  4. [ 0.000000] Linux version 3.14.22-ti-r31 (root@a6-imx6q-wandboard-2gb) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP PREEMPT Fri Oct 24 20:50:46 UTC 2014
  5. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  6. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  7. [ 0.000000] Machine model: TI AM335x BeagleBone Black
  8. [ 0.000000] cma: CMA: reserved 24 MiB at 9e000000
  9. [ 0.000000] Memory policy: Data cache writeback
  10. [ 0.000000] On node 0 totalpages: 130560
  11. [ 0.000000] free_area_init_node: node 0, pgdat c0cada80, node_mem_map df9ee000
  12. [ 0.000000] Normal zone: 1024 pages used for memmap
  13. [ 0.000000] Normal zone: 0 pages reserved
  14. [ 0.000000] Normal zone: 130560 pages, LIFO batch:31
  15. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  16. [ 0.000000] AM335X ES2.1 (sgx neon )
  17. [ 0.000000] PERCPU: Embedded 10 pages/cpu @df9b1000 s16768 r8192 d16000 u40960
  18. [ 0.000000] pcpu-alloc: s16768 r8192 d16000 u40960 alloc=10*4096
  19. [ 0.000000] pcpu-alloc: [0] 0
  20. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129536
  21. [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=UUID=497d0971-9902-43ef-ae44-bdc274b6c40c ro rootfstype=ext4 rootwait fixrtc quiet
  22. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  23. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  24. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  25. [ 0.000000] Memory: 471828K/522240K available (8551K kernel code, 752K rwdata, 3256K rodata, 484K init, 5820K bss, 50412K reserved, 0K highmem)
  26. [ 0.000000] Virtual kernel memory layout:
  27. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  28. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  29. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  30. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  31. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  32. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  33. [ 0.000000] .text : 0xc0008000 - 0xc0b8ff74 (11808 kB)
  34. [ 0.000000] .init : 0xc0b90000 - 0xc0c09180 ( 485 kB)
  35. [ 0.000000] .data : 0xc0c0a000 - 0xc0cc616c ( 753 kB)
  36. [ 0.000000] .bss : 0xc0cc616c - 0xc1275318 (5821 kB)
  37. [ 0.000000] Preemptible hierarchical RCU implementation.
  38. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  39. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
  40. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  41. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  42. [ 0.000000] Total of 128 interrupts on 1 active controller
  43. [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
  44. [ 0.000015] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
  45. [ 0.000058] OMAP clocksource: timer1 at 24000000 Hz
  46. [ 0.000765] Console: colour dummy device 80x30
  47. [ 0.000810] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  48. [ 0.000820] ... MAX_LOCKDEP_SUBCLASSES: 8
  49. [ 0.000828] ... MAX_LOCK_DEPTH: 48
  50. [ 0.000836] ... MAX_LOCKDEP_KEYS: 8191
  51. [ 0.000844] ... CLASSHASH_SIZE: 4096
  52. [ 0.000852] ... MAX_LOCKDEP_ENTRIES: 16384
  53. [ 0.000860] ... MAX_LOCKDEP_CHAINS: 32768
  54. [ 0.000868] ... CHAINHASH_SIZE: 16384
  55. [ 0.000876] memory used by lock dependency info: 3695 kB
  56. [ 0.000884] per task-struct memory footprint: 1152 bytes
  57. [ 0.000920] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
  58. [ 0.078480] pid_max: default: 32768 minimum: 301
  59. [ 0.078843] Security Framework initialized
  60. [ 0.078999] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  61. [ 0.079013] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  62. [ 0.150169] Initializing cgroup subsys net_cls
  63. [ 0.150334] CPU: Testing write buffer coherency: ok
  64. [ 0.151332] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  65. [ 0.151401] Setting up static identity map for 0x8085f408 - 0x8085f460
  66. [ 0.192392] Brought up 1 CPUs
  67. [ 0.192419] SMP: Total of 1 processors activated.
  68. [ 0.192431] CPU: All CPU(s) started in SVC mode.
  69. [ 0.194911] devtmpfs: initialized
  70. [ 0.204463] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  71. [ 0.253305] omap_hwmod: tptc0 using broken dt data from edma
  72. [ 0.253749] omap_hwmod: tptc1 using broken dt data from edma
  73. [ 0.254169] omap_hwmod: tptc2 using broken dt data from edma
  74. [ 0.262799] omap_hwmod: debugss: _wait_target_disable failed
  75. [ 0.322807] xor: measuring software checksum speed
  76. [ 0.418432] arm4regs : 1242.400 MB/sec
  77. [ 0.518428] 8regs : 1152.800 MB/sec
  78. [ 0.618426] 32regs : 1108.800 MB/sec
  79. [ 0.718428] neon : 907.200 MB/sec
  80. [ 0.718440] xor: using function: arm4regs (1242.400 MB/sec)
  81. [ 0.718465] pinctrl core: initialized pinctrl subsystem
  82. [ 0.720351] regulator-dummy: no parameters
  83. [ 0.723106] NET: Registered protocol family 16
  84. [ 0.728807] DMA: preallocated 256 KiB pool for atomic coherent allocations
  85. [ 0.730362] cpuidle: using governor ladder
  86. [ 0.730385] cpuidle: using governor menu
  87. [ 0.738087] syscon 44e10000.syscon: regmap [mem 0x44e10000-0x44e107ff] registered
  88. [ 0.739418] platform 49000000.edma: alias fck already exists
  89. [ 0.739452] platform 49000000.edma: alias fck already exists
  90. [ 0.739474] platform 49000000.edma: alias fck already exists
  91. [ 0.741996] OMAP GPIO hardware version 0.1
  92. [ 0.757120] platform 481d0000.d_can: alias fck already exists
  93. [ 0.788046] No ATAGs?
  94. [ 0.788076] hw-breakpoint: debug architecture 0x4 unsupported.
  95. [ 0.810915] bio: create slab <bio-0> at 0
  96. [ 0.978629] raid6: int32x1 204 MB/s
  97. [ 1.148627] raid6: int32x2 249 MB/s
  98. [ 1.318580] raid6: int32x4 238 MB/s
  99. [ 1.488482] raid6: int32x8 182 MB/s
  100. [ 1.658464] raid6: neonx1 1436 MB/s
  101. [ 1.828448] raid6: neonx2 1848 MB/s
  102. [ 1.998493] raid6: neonx4 775 MB/s
  103. [ 2.168581] raid6: neonx8 302 MB/s
  104. [ 2.168592] raid6: using algorithm neonx2 (1848 MB/s)
  105. [ 2.168602] raid6: using intx1 recovery algorithm
  106. [ 2.187896] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
  107. [ 2.189797] vbat: 5000 mV
  108. [ 2.190586] vmmcsd_fixed: 3300 mV
  109. [ 2.195214] i2c-core: driver [palmas] using legacy suspend method
  110. [ 2.195230] i2c-core: driver [palmas] using legacy resume method
  111. [ 2.195895] SCSI subsystem initialized
  112. [ 2.196584] libata version 3.00 loaded.
  113. [ 2.197293] usbcore: registered new interface driver usbfs
  114. [ 2.197448] usbcore: registered new interface driver hub
  115. [ 2.197798] usbcore: registered new device driver usb
  116. [ 2.199041] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
  117. [ 2.199087] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
  118. [ 2.199153] omap_i2c 4819c000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c2_pins, deferring probe
  119. [ 2.199182] platform 4819c000.i2c: Driver omap_i2c requests probe deferral
  120. [ 2.199707] pps_core: LinuxPPS API ver. 1 registered
  121. [ 2.199719] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  122. [ 2.199766] PTP clock support registered
  123. [ 2.201890] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
  124. [ 2.207546] Switched to clocksource timer1
  125. [ 2.433755] NET: Registered protocol family 2
  126. [ 2.435893] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  127. [ 2.436097] TCP bind hash table entries: 4096 (order: 5, 147456 bytes)
  128. [ 2.437820] TCP: Hash tables configured (established 4096 bind 4096)
  129. [ 2.437994] TCP: reno registered
  130. [ 2.438024] UDP hash table entries: 256 (order: 2, 20480 bytes)
  131. [ 2.438246] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
  132. [ 2.439436] NET: Registered protocol family 1
  133. [ 2.440699] RPC: Registered named UNIX socket transport module.
  134. [ 2.440722] RPC: Registered udp transport module.
  135. [ 2.440732] RPC: Registered tcp transport module.
  136. [ 2.440742] RPC: Registered tcp NFSv4.1 backchannel transport module.
  137. [ 2.442220] Trying to unpack rootfs image as initramfs...
  138. [ 2.598924] Freeing initrd memory: 2060K (cfdfc000 - cffff000)
  139. [ 2.599359] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  140. [ 2.604610] futex hash table entries: 256 (order: 2, 16384 bytes)
  141. [ 2.770442] VFS: Disk quotas dquot_6.5.2
  142. [ 2.770652] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  143. [ 2.772592] NFS: Registering the id_resolver key type
  144. [ 2.772882] Key type id_resolver registered
  145. [ 2.772902] Key type id_legacy registered
  146. [ 2.773006] jffs2: version 2.2. (NAND) (SUMMARY) \xffffffc2\xffffffa9\xffffffa9 2001-2006 Red Hat, Inc.
  147. [ 2.773952] fuse init (API version 7.22)
  148. [ 2.774393] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
  149. [ 2.776100] msgmni has been set to 973
  150. [ 2.781855] NET: Registered protocol family 38
  151. [ 2.782184] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  152. [ 2.782247] io scheduler noop registered
  153. [ 2.782261] io scheduler deadline registered
  154. [ 2.782312] io scheduler cfq registered (default)
  155. [ 2.785694] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  156. [ 2.792549] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  157. [ 2.798553] omap_uart 44e09000.serial: no wakeirq for uart0
  158. [ 2.799314] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
  159. [ 2.800444] console [ttyO0] enabled
  160. [ 2.801906] omap_uart 48022000.serial: no wakeirq for uart0
  161. [ 2.802275] 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 89, base_baud = 3000000) is a OMAP UART1
  162. [ 2.803438] omap_uart 48024000.serial: no wakeirq for uart0
  163. [ 2.803754] 48024000.serial: ttyO2 at MMIO 0x48024000 (irq = 90, base_baud = 3000000) is a OMAP UART2
  164. [ 2.804939] omap_uart 481a8000.serial: no wakeirq for uart0
  165. [ 2.805249] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 61, base_baud = 3000000) is a OMAP UART4
  166. [ 2.806354] omap_uart 481aa000.serial: no wakeirq for uart0
  167. [ 2.806666] 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 62, base_baud = 3000000) is a OMAP UART5
  168. [ 2.809807] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
  169. [ 2.810609] [drm] Initialized drm 1.1.0 20060810
  170. [ 2.830126] brd: module loaded
  171. [ 2.841325] loop: module loaded
  172. [ 2.842065] (hci_tty): inside hci_tty_init
  173. [ 2.842711] (hci_tty): allocated 248, 0
  174. [ 2.850192] bone-pinmux-helper P8_27_pinmux.18: Set initial pinmux mode to hdmi
  175. [ 2.850896] bone-pinmux-helper P8_28_pinmux.19: Set initial pinmux mode to hdmi
  176. [ 2.851597] bone-pinmux-helper P8_29_pinmux.20: Set initial pinmux mode to hdmi
  177. [ 2.852306] bone-pinmux-helper P8_30_pinmux.21: Set initial pinmux mode to hdmi
  178. [ 2.852961] bone-pinmux-helper P8_31_pinmux.22: Set initial pinmux mode to hdmi
  179. [ 2.853549] bone-pinmux-helper P8_32_pinmux.23: Set initial pinmux mode to hdmi
  180. [ 2.854140] bone-pinmux-helper P8_33_pinmux.24: Set initial pinmux mode to hdmi
  181. [ 2.854842] bone-pinmux-helper P8_34_pinmux.25: Set initial pinmux mode to hdmi
  182. [ 2.855459] bone-pinmux-helper P8_35_pinmux.26: Set initial pinmux mode to hdmi
  183. [ 2.856175] bone-pinmux-helper P8_36_pinmux.27: Set initial pinmux mode to hdmi
  184. [ 2.857005] bone-pinmux-helper P8_37_pinmux.28: Set initial pinmux mode to hdmi
  185. [ 2.858006] bone-pinmux-helper P8_38_pinmux.29: Set initial pinmux mode to hdmi
  186. [ 2.858936] bone-pinmux-helper P8_39_pinmux.30: Set initial pinmux mode to hdmi
  187. [ 2.859857] bone-pinmux-helper P8_40_pinmux.31: Set initial pinmux mode to hdmi
  188. [ 2.860795] bone-pinmux-helper P8_41_pinmux.32: Set initial pinmux mode to hdmi
  189. [ 2.861736] bone-pinmux-helper P8_42_pinmux.33: Set initial pinmux mode to hdmi
  190. [ 2.862832] bone-pinmux-helper P8_43_pinmux.34: Set initial pinmux mode to hdmi
  191. [ 2.864010] bone-pinmux-helper P8_44_pinmux.35: Set initial pinmux mode to hdmi
  192. [ 2.865164] bone-pinmux-helper P8_45_pinmux.36: Set initial pinmux mode to hdmi
  193. [ 2.866338] bone-pinmux-helper P8_46_pinmux.37: Set initial pinmux mode to hdmi
  194. [ 2.880137] bone-pinmux-helper P9_25_pinmux.50: Set initial pinmux mode to audio
  195. [ 2.884885] bone-pinmux-helper P9_28_pinmux.53: Set initial pinmux mode to audio
  196. [ 2.886691] bone-pinmux-helper P9_29_pinmux.54: Set initial pinmux mode to audio
  197. [ 2.890386] bone-pinmux-helper P9_31_pinmux.56: Set initial pinmux mode to audio
  198. [ 2.898109] mtdoops: mtd device (mtddev=name/number) must be supplied
  199. [ 2.910253] usbcore: registered new interface driver asix
  200. [ 2.910392] usbcore: registered new interface driver ax88179_178a
  201. [ 2.910501] usbcore: registered new interface driver cdc_ether
  202. [ 2.910665] usbcore: registered new interface driver smsc95xx
  203. [ 2.910771] usbcore: registered new interface driver net1080
  204. [ 2.910876] usbcore: registered new interface driver cdc_subset
  205. [ 2.910980] usbcore: registered new interface driver zaurus
  206. [ 2.911181] usbcore: registered new interface driver cdc_ncm
  207. [ 2.912101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  208. [ 2.912162] ehci-omap: OMAP-EHCI Host Controller driver
  209. [ 2.913296] usbcore: registered new interface driver cdc_wdm
  210. [ 2.913457] usbcore: registered new interface driver usb-storage
  211. [ 2.915557] mousedev: PS/2 mouse device common for all mice
  212. [ 2.919054] i2c-core: driver [rtc-ds1307] using legacy suspend method
  213. [ 2.919073] i2c-core: driver [rtc-ds1307] using legacy resume method
  214. [ 2.921204] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  215. [ 2.922832] i2c /dev entries driver
  216. [ 2.922916] Driver for 1-wire Dallas network protocol.
  217. [ 2.926728] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  218. [ 3.005725] mmc0: host does not support reading read-only switch. assuming write-enable.
  219. [ 3.012270] ledtrig-cpu: registered to indicate activity on CPUs
  220. [ 3.013144] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  221. [ 3.014288] mmc0: new high speed SDHC card at address b368
  222. [ 3.016759] mmcblk0: mmc0:b368 NCard 7.46 GiB
  223. [ 3.020358] mmcblk0: p1
  224. [ 3.025000] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  225. [ 3.032843] hidraw: raw HID events driver (C) Jiri Kosina
  226. [ 3.038727] usbcore: registered new interface driver usbhid
  227. [ 3.038744] usbhid: USB HID core driver
  228. [ 3.040434] ashmem: initialized
  229. [ 3.042889] remoteproc0: wkup_m3 is available
  230. [ 3.042913] remoteproc0: Note: remoteproc is still under development and considered experimental.
  231. [ 3.042924] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  232. [ 3.045251] pruss-rproc 4a300000.pruss: 8 PRU interrupts parsed
  233. [ 3.045331] pruss-rproc 4a300000.pruss: memory dram0: pa 0x4a300000 size 0x2000 va e085c000
  234. [ 3.045365] pruss-rproc 4a300000.pruss: memory dram1: pa 0x4a302000 size 0x2000 va e08b4000
  235. [ 3.045418] pruss-rproc 4a300000.pruss: memory shrdram2: pa 0x4a310000 size 0x3000 va e08b8000
  236. [ 3.045448] pruss-rproc 4a300000.pruss: memory intc: pa 0x4a320000 size 0x2000 va e08bc000
  237. [ 3.045478] pruss-rproc 4a300000.pruss: memory cfg: pa 0x4a326000 size 0x2000 va e08c0000
  238. [ 3.045804] pruss-rproc 4a300000.pruss: creating platform devices for PRU cores
  239. [ 3.048058] remoteproc0: powering up wkup_m3
  240. [ 3.048097] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 154768
  241. [ 3.049077] remoteproc0: remote processor wkup_m3 is now up
  242. [ 3.051074] pru-rproc 4a334000.pru0: memory iram: pa 0x4a334000 size 0x2000 va e08c4000
  243. [ 3.051124] pru-rproc 4a334000.pru0: memory control: pa 0x4a322000 size 0x400 va e085a000
  244. [ 3.051167] pru-rproc 4a334000.pru0: memory debug: pa 0x4a322400 size 0x100 va e08c8400
  245. [ 3.051628] remoteproc1: 4a334000.pru0 is available
  246. [ 3.051645] remoteproc1: Note: remoteproc is still under development and considered experimental.
  247. [ 3.051656] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  248. [ 3.052515] remoteproc1: failed to load rproc-pru0-fw
  249. [ 3.058825] pru-rproc 4a334000.pru0: booting the PRU core manually
  250. [ 3.058878] remoteproc1: powering up 4a334000.pru0
  251. [ 3.059251] remoteproc1: request_firmware failed: -2
  252. [ 3.064562] pru-rproc 4a334000.pru0: rproc_boot failed
  253. [ 3.070940] pru-rproc: probe of 4a334000.pru0 failed with error -2
  254. [ 3.071510] pru-rproc 4a338000.pru1: memory iram: pa 0x4a338000 size 0x2000 va e08cc000
  255. [ 3.071552] pru-rproc 4a338000.pru1: memory control: pa 0x4a324000 size 0x400 va e08ca000
  256. [ 3.071584] pru-rproc 4a338000.pru1: memory debug: pa 0x4a324400 size 0x100 va e08d0400
  257. [ 3.072252] remoteproc2: 4a338000.pru1 is available
  258. [ 3.072274] remoteproc2: Note: remoteproc is still under development and considered experimental.
  259. [ 3.072285] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  260. [ 3.072831] remoteproc2: failed to load rproc-pru1-fw
  261. [ 3.078716] pru-rproc 4a338000.pru1: booting the PRU core manually
  262. [ 3.078740] remoteproc2: powering up 4a338000.pru1
  263. [ 3.078966] remoteproc2: request_firmware failed: -2
  264. [ 3.084419] mmc1: BKOPS_EN bit is not set
  265. [ 3.084501] pru-rproc 4a338000.pru1: rproc_boot failed
  266. [ 3.090206] pru-rproc: probe of 4a338000.pru1 failed with error -2
  267. [ 3.093957] oprofile: using arm/armv7
  268. [ 3.094229] nf_conntrack version 0.5.0 (7788 buckets, 31152 max)
  269. [ 3.094629] mmc1: new high speed MMC card at address 0001
  270. [ 3.097800] ip_tables: (C) 2000-2006 Netfilter Core Team
  271. [ 3.098068] TCP: cubic registered
  272. [ 3.098352] NET: Registered protocol family 10
  273. [ 3.099844] mmcblk1: mmc1:0001 MMC04G 3.60 GiB
  274. [ 3.100471] mmcblk1boot0: mmc1:0001 MMC04G partition 1 2.00 MiB
  275. [ 3.101065] mmcblk1boot1: mmc1:0001 MMC04G partition 2 2.00 MiB
  276. [ 3.103338] mmcblk1: p1 p2
  277. [ 3.108000] mip6: Mobile IPv6
  278. [ 3.108136] NET: Registered protocol family 17
  279. [ 3.108497] Key type dns_resolver registered
  280. [ 3.108515] mpls_gso: MPLS GSO support
  281. [ 3.108534] NET: Registered protocol family 41
  282. [ 3.110193] cpu cpu0: of_pm_voltdm_notifier_register: Failed to get cpu0 regulator/voltdm: -517
  283. [ 3.110221] cpu cpu0: cpu0 clock notifier not ready, retry
  284. [ 3.116039] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
  285. [ 3.117292] PM: CM3 Firmware Version = 0x189
  286. [ 3.119964] mmcblk1boot1: unknown partition table
  287. [ 3.122655] PM: bootloader does not support rtc-only!
  288. [ 3.122915] mmcblk1boot0: unknown partition table
  289. [ 3.123945] ThumbEE CPU extension supported.
  290. [ 3.124014] Registering SWP/SWPB emulation handler
  291. [ 3.124028] SmartReflex Class3 initialized
  292. [ 3.126651] bio: create slab <bio-1> at 1
  293. [ 3.128014] Btrfs loaded
  294. [ 3.128734] vbat: disabling
  295. [ 3.128760] regulator-dummy: disabling
  296. [ 3.152420] vdd_ddr3: 1350 mV
  297. [ 3.154547] vdd_mpu: 925 <--> 1375 mV at 1325 mV
  298. [ 3.156523] vdd_core: 925 <--> 1150 mV at 1125 mV
  299. [ 3.158650] LDO1: at 1800 mV
  300. [ 3.160618] LDO2: at 3300 mV
  301. [ 3.162543] LDO3: 1800 mV
  302. [ 3.164459] LDO4: at 3300 mV
  303. [ 3.166719] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  304. [ 3.176961] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  305. [ 3.177097] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  306. [ 3.190739] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  307. [ 3.201358] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  308. [ 3.211853] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  309. [ 3.222434] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  310. [ 3.222553] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
  311. [ 3.224270] cpu cpu0: of_pm_voltdm_notifier_register: Fail calculating voltage latency[950000<->1325000]:-22
  312. [ 3.287604] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
  313. [ 3.287633] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
  314. [ 3.300112] libphy: 4a101000.mdio: probed
  315. [ 3.300154] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  316. [ 3.302160] cpsw 4a100000.ethernet: Detected MACID = 6c:ec:eb:67:10:bf
  317. [ 3.306549] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
  318. [ 3.306576] sr_init: No PMIC hook to init smartreflex
  319. [ 3.306898] sr_init: platform driver register failed for SR
  320. [ 3.335059] Freeing unused kernel memory: 484K (c0b90000 - c0c09000)
  321. [ 3.482023] udevd[101]: starting version 175
  322. [ 6.543290] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
  323. [ 7.037170] random: nonblocking pool is initialized
  324. [ 8.639950] udevd[390]: starting version 175
  325. [ 9.591820] 47401300.usb-phy supply vcc not found, using dummy regulator
  326. [ 9.644216] 47401b00.usb-phy supply vcc not found, using dummy regulator
  327. [ 9.891149] CAN device driver interface
  328. [ 9.942702] c_can_platform 481d0000.d_can: c_can_platform device registered (regs=fa1d0000, irq=71)
  329. [ 10.401740] tilcdc 4830e000.lcdc: found TDA19988
  330. [ 10.403057] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  331. [ 10.403074] [drm] No driver support for vblank timestamp query.
  332. [ 10.404020] tilcdc 4830e000.lcdc: No connectors reported connected with modes
  333. [ 10.404056] [drm] Cannot find any crtc or sizes - going 1024x768
  334. [ 10.556207] Console: switching to colour frame buffer device 128x48
  335. [ 10.630494] tilcdc 4830e000.lcdc: fb0: frame buffer device
  336. [ 10.630511] tilcdc 4830e000.lcdc: registered panic notifier
  337. [ 10.630592] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
  338. [ 11.323763] davinci_evm sound.67: hdmi-hifi <-> 48038000.mcasp mapping ok
  339. [ 12.279051] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  340. [ 12.279080] musb-hdrc: MHDRC RTL version 2.0
  341. [ 12.279092] musb-hdrc: setup fifo_mode 4
  342. [ 12.279112] musb-hdrc: 28/31 max ep, 16384/16384 memory
  343. [ 12.279387] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
  344. [ 12.297066] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1
  345. [ 12.308365] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  346. [ 12.308392] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  347. [ 12.308406] usb usb1: Product: MUSB HDRC host driver
  348. [ 12.308418] usb usb1: Manufacturer: Linux 3.14.22-ti-r31 musb-hcd
  349. [ 12.308430] usb usb1: SerialNumber: musb-hdrc.0.auto
  350. [ 12.329294] hub 1-0:1.0: USB hub found
  351. [ 12.349321] hub 1-0:1.0: 1 port detected
  352. [ 12.434283] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  353. [ 12.434313] musb-hdrc: MHDRC RTL version 2.0
  354. [ 12.434325] musb-hdrc: setup fifo_mode 4
  355. [ 12.434345] musb-hdrc: 28/31 max ep, 16384/16384 memory
  356. [ 12.434625] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  357. [ 12.442677] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2
  358. [ 12.445525] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  359. [ 12.445550] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  360. [ 12.445563] usb usb2: Product: MUSB HDRC host driver
  361. [ 12.445576] usb usb2: Manufacturer: Linux 3.14.22-ti-r31 musb-hcd
  362. [ 12.445588] usb usb2: SerialNumber: musb-hdrc.1.auto
  363. [ 12.455949] hub 2-0:1.0: USB hub found
  364. [ 12.462243] hub 2-0:1.0: 1 port detected
  365. [ 14.537414] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
  366. [ 14.838211] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro
  367. [ 23.243045] net eth0: initializing cpsw version 1.12 (0)
  368. [ 23.318686] net eth0: phy found : id is : 0x7c0f1
  369. [ 23.318954] libphy: PHY 4a101000.mdio:01 not found
  370. [ 23.323994] net eth0: phy 4a101000.mdio:01 not found on slave 1
  371. [ 23.354964] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  372. [ 104.890692] using random self ethernet address
  373. [ 104.890731] using random host ethernet address
  374. [ 104.890750] using host ethernet address: 6C:EC:EB:67:10:C1
  375. [ 104.890864] using random self ethernet address
  376. [ 104.890886] using random host ethernet address
  377. [ 104.890904] using host ethernet address: 6C:EC:EB:67:10:C1
  378. [ 104.901768] usb0: HOST MAC 6c:ec:eb:67:10:c1
  379. [ 104.908804] usb0: MAC 3e:e4:62:a9:e3:f7
  380. [ 104.985389] Number of LUNs=8
  381. [ 104.985468] Mass Storage Function, version: 2009/09/11
  382. [ 104.985499] LUN: removable file: (no medium)
  383. [ 104.985557] Number of LUNs=1
  384. [ 104.986080] LUN: removable file: /dev/mmcblk0p1
  385. [ 104.986100] Number of LUNs=1
  386. [ 105.006143] g_multi gadget: Multifunction Composite Gadget
  387. [ 105.006180] g_multi gadget: g_multi ready
  388. [ 105.423479] g_multi gadget: high-speed config #2: Multifunction with CDC ECM
  389. [ 107.406982] JBD2: Spotted dirty metadata buffer (dev = mmcblk0p1, blocknr = 747). There's a risk of filesystem corruption in case of system crash.
  390. [ 107.935165] JBD2: Spotted dirty metadata buffer (dev = mmcblk0p1, blocknr = 495). There's a risk of filesystem corruption in case of system crash.
  391. [ 107.935212] JBD2: Spotted dirty metadata buffer (dev = mmcblk0p1, blocknr = 1). There's a risk of filesystem corruption in case of system crash.
  392. [ 107.935271] EXT4-fs error (device mmcblk0p1): __ext4_new_inode:983: comm sed: failed to insert inode 1613: doubly allocated?
  393. [ 107.971541] Aborting journal on device mmcblk0p1-8.
  394. [ 107.990492] EXT4-fs (mmcblk0p1): Remounting filesystem read-only
  395. [ 108.001162] EXT4-fs error (device mmcblk0p1): ext4_journal_check_start:56:
  396. [ 108.016033] EXT4-fs error (device mmcblk0p1) in ext4_create:2259: IO failure
  397. [ 108.029254] Detected aborted journal
  398. [ 439.446492] SysRq : Emergency Remount R/O
  399. [ 439.454698] Emergency Remount complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement