Advertisement
Guest User

Untitled

a guest
Nov 16th, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.45 KB | None | 0 0
  1. dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Linux version 4.3.0-rc7-00001-g87ab6e2-dirty (michael@panicking) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-12ubuntu1) ) #9 SMP Sun Nov 15 10:32:16 CET 2015
  4. [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  6. [ 0.000000] Machine model: Engicam i.CoreM6 Quad SOM
  7. [ 0.000000] cma: Reserved 16 MiB at 0x4f000000
  8. [ 0.000000] Memory policy: Data cache writealloc
  9. [ 0.000000] On node 0 totalpages: 262144
  10. [ 0.000000] free_area_init_node: node 0, pgdat 81139940, node_mem_map be7f0000
  11. [ 0.000000] Normal zone: 2048 pages used for memmap
  12. [ 0.000000] Normal zone: 0 pages reserved
  13. [ 0.000000] Normal zone: 262144 pages, LIFO batch:31
  14. [ 0.000000] PERCPU: Embedded 12 pages/cpu @be799000 s19200 r8192 d21760 u49152
  15. [ 0.000000] pcpu-alloc: s19200 r8192 d21760 u49152 alloc=12*4096
  16. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  17. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260096
  18. [ 0.000000] Kernel command line: console=ttymxc3,115200 engi_board=SK.Q7 video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,Amp-WD fec_mac= root=/dev/mmcblk0p2 rootwait rw
  19. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  20. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  21. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  22. [ 0.000000] Memory: 996752K/1048576K available (7791K kernel code, 436K rwdata, 2716K rodata, 6664K init, 8370K bss, 35440K reserved, 16384K cma-reserved, 0K highmem)
  23. [ 0.000000] Virtual kernel memory layout:
  24. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  25. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  26. vmalloc : 0xc0800000 - 0xff000000 (1000 MB)
  27. lowmem : 0x80000000 - 0xc0000000 (1024 MB)
  28. pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
  29. modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
  30. .text : 0x80008000 - 0x80a4b064 (10509 kB)
  31. .init : 0x80a4c000 - 0x810ce000 (6664 kB)
  32. .data : 0x810ce000 - 0x8113b040 ( 437 kB)
  33. .bss : 0x8113e000 - 0x8196aa14 (8371 kB)
  34. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  35. [ 0.000000] Running RCU self tests
  36. [ 0.000000] Hierarchical RCU implementation.
  37. [ 0.000000] RCU lockdep checking is enabled.
  38. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  39. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  40. [ 0.000000] L2C-310 erratum 769419 enabled
  41. [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
  42. [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
  43. [ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines
  44. [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
  45. [ 0.000000] L2C-310 cache controller enabled, 16 ways, 1024 kB
  46. [ 0.000000] L2C-310: CACHE_ID 0x410000c7, AUX_CTRL 0x76070001
  47. [ 0.000000] Switching to timer-based delay loop, resolution 333ns
  48. [ 0.000007] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
  49. [ 0.000035] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
  50. [ 0.001360] Console: colour dummy device 80x30
  51. [ 0.001389] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  52. [ 0.001399] ... MAX_LOCKDEP_SUBCLASSES: 8
  53. [ 0.001407] ... MAX_LOCK_DEPTH: 48
  54. [ 0.001415] ... MAX_LOCKDEP_KEYS: 8191
  55. [ 0.001423] ... CLASSHASH_SIZE: 4096
  56. [ 0.001431] ... MAX_LOCKDEP_ENTRIES: 32768
  57. [ 0.001439] ... MAX_LOCKDEP_CHAINS: 65536
  58. [ 0.001447] ... CHAINHASH_SIZE: 32768
  59. [ 0.001455] memory used by lock dependency info: 5167 kB
  60. [ 0.001464] per task-struct memory footprint: 1536 bytes
  61. [ 0.001491] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
  62. [ 0.001511] pid_max: default: 32768 minimum: 301
  63. [ 0.001806] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  64. [ 0.001825] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  65. [ 0.003533] CPU: Testing write buffer coherency: ok
  66. [ 0.004381] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  67. [ 0.004477] Setting up static identity map for 0x10008280 - 0x100082f0
  68. [ 0.008714] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  69. [ 0.010405] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  70. [ 0.011643] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  71. [ 0.011823] Brought up 4 CPUs
  72. [ 0.011850] SMP: Total of 4 processors activated (24.00 BogoMIPS).
  73. [ 0.011860] CPU: All CPU(s) started in SVC mode.
  74. [ 0.013965] devtmpfs: initialized
  75. [ 0.038615] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  76. [ 0.039547] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  77. [ 0.041089] pinctrl core: initialized pinctrl subsystem
  78. [ 0.044392] NET: Registered protocol family 16
  79. [ 0.048379] DMA: preallocated 256 KiB pool for atomic coherent allocations
  80. [ 0.050609] CPU identified as i.MX6Q, silicon rev 1.2
  81. [ 0.094123] No ATAGs?
  82. [ 0.094186] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  83. [ 0.094201] hw-breakpoint: maximum watchpoint size is 4 bytes.
  84. [ 0.096670] imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
  85. [ 0.166763] mxs-dma 110000.dma-apbh: initialized
  86. [ 0.174398] vgaarb: loaded
  87. [ 0.175324] SCSI subsystem initialized
  88. [ 0.175753] libata version 3.00 loaded.
  89. [ 0.176442] usbcore: registered new interface driver usbfs
  90. [ 0.176598] usbcore: registered new interface driver hub
  91. [ 0.176822] usbcore: registered new device driver usb
  92. [ 0.178757] i2c i2c-0: IMX I2C adapter registered
  93. [ 0.178786] i2c i2c-0: can't use DMA
  94. [ 0.179643] i2c i2c-1: IMX I2C adapter registered
  95. [ 0.179670] i2c i2c-1: can't use DMA
  96. [ 0.180468] i2c i2c-2: IMX I2C adapter registered
  97. [ 0.180492] i2c i2c-2: can't use DMA
  98. [ 0.180680] Linux video capture interface: v2.00
  99. [ 0.180926] pps_core: LinuxPPS API ver. 1 registered
  100. [ 0.180938] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  101. [ 0.180995] PTP clock support registered
  102. [ 0.181748] Advanced Linux Sound Architecture Driver Initialized.
  103. [ 0.184921] Bluetooth: Core ver 2.20
  104. [ 0.185026] NET: Registered protocol family 31
  105. [ 0.185038] Bluetooth: HCI device and connection manager initialized
  106. [ 0.185104] Bluetooth: HCI socket layer initialized
  107. [ 0.185132] Bluetooth: L2CAP socket layer initialized
  108. [ 0.185263] Bluetooth: SCO socket layer initialized
  109. [ 0.188087] clocksource: Switched to clocksource mxc_timer1
  110. [ 0.217404] NET: Registered protocol family 2
  111. [ 0.219164] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  112. [ 0.219330] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
  113. [ 0.221986] TCP: Hash tables configured (established 8192 bind 8192)
  114. [ 0.222162] UDP hash table entries: 512 (order: 3, 40960 bytes)
  115. [ 0.222529] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
  116. [ 0.223623] NET: Registered protocol family 1
  117. [ 0.224684] RPC: Registered named UNIX socket transport module.
  118. [ 0.224700] RPC: Registered udp transport module.
  119. [ 0.224712] RPC: Registered tcp transport module.
  120. [ 0.224722] RPC: Registered tcp NFSv4.1 backchannel transport module.
  121. [ 0.224758] PCI: CLS 0 bytes, default 64
  122. [ 0.602186] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
  123. [ 0.605443] futex hash table entries: 1024 (order: 4, 65536 bytes)
  124. [ 0.623714] VFS: Disk quotas dquot_6.6.0
  125. [ 0.624149] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  126. [ 0.630837] NFS: Registering the id_resolver key type
  127. [ 0.631068] Key type id_resolver registered
  128. [ 0.631083] Key type id_legacy registered
  129. [ 0.631255] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  130. [ 0.633013] fuse init (API version 7.23)
  131. [ 0.641961] io scheduler noop registered
  132. [ 0.641988] io scheduler deadline registered
  133. [ 0.642082] io scheduler cfq registered (default)
  134. [ 0.642782] imx-weim 21b8000.weim: Driver registered.
  135. [ 0.957195] imx6q-pcie 1ffc000.pcie: phy link never came up
  136. [ 0.957837] imx6q-pcie 1ffc000.pcie: PCI host bridge to bus 0000:00
  137. [ 0.957859] pci_bus 0000:00: root bus resource [io 0x1000-0xffff]
  138. [ 0.957877] pci_bus 0000:00: root bus resource [mem 0x01000000-0x01efffff]
  139. [ 0.957896] pci_bus 0000:00: root bus resource [bus 00-ff]
  140. [ 0.958102] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400
  141. [ 0.958169] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
  142. [ 0.958208] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
  143. [ 0.958425] pci 0000:00:00.0: supports D1
  144. [ 0.958443] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold
  145. [ 0.959288] PCI: bus0: Fast back to back transfers disabled
  146. [ 0.959648] PCI: bus1: Fast back to back transfers enabled
  147. [ 0.959672] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  148. [ 0.959829] pci 0000:00:00.0: BAR 0: assigned [mem 0x01000000-0x010fffff]
  149. [ 0.959858] pci 0000:00:00.0: BAR 6: assigned [mem 0x01100000-0x0110ffff pref]
  150. [ 0.959880] pci 0000:00:00.0: PCI bridge to [bus 01]
  151. [ 0.960656] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
  152. [ 0.960684] pcie_pme 0000:00:00.0:pcie01: service driver pcie_pme loaded
  153. [ 0.964442] imx-sdma 20ec000.sdma: no event needs to be remapped
  154. [ 0.964979] imx-sdma 20ec000.sdma: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2
  155. [ 0.965007] imx-sdma 20ec000.sdma: external firmware not found, using ROM firmware
  156. [ 0.972264] imx-sdma 20ec000.sdma: initialized
  157. [ 0.974227] 21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 290, base_baud = 5000000) is a IMX
  158. [ 1.790122] console [ttymxc3] enabled
  159. [ 1.796401] [drm] Initialized drm 1.1.0 20060810
  160. [ 1.807226] imx-ipuv3 2400000.ipu: IPUv3H probed
  161. [ 1.816524] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  162. [ 1.823191] [drm] No driver support for vblank timestamp query.
  163. [ 1.829714] imx-drm display-subsystem: bound imx-ipuv3-crtc.0 (ops ipu_crtc_ops)
  164. [ 1.837307] imx-drm display-subsystem: bound imx-ipuv3-crtc.1 (ops ipu_crtc_ops)
  165. [ 1.844940] imx-drm display-subsystem: bound imx-ipuv3-crtc.4 (ops ipu_crtc_ops)
  166. [ 1.852556] imx-drm display-subsystem: bound imx-ipuv3-crtc.5 (ops ipu_crtc_ops)
  167. [ 1.860066] imx-drm display-subsystem: No connectors reported connected with modes
  168. [ 1.867657] [drm] Cannot find any crtc or sizes - going 1024x768
  169. [ 1.889870] Console: switching to colour frame buffer device 128x48
  170. [ 1.902064] imx-drm display-subsystem: fb0: frame buffer device
  171. [ 1.938112] [drm] Initialized imx-drm 1.0.0 20120507 on minor 0
  172. [ 1.944709] imx-ipuv3 2800000.ipu: IPUv3H probed
  173. [ 1.976913] brd: module loaded
  174. [ 1.998120] loop: module loaded
  175. [ 2.002993] ahci-imx 2200000.sata: fsl,transmit-level-mV not specified, using 00000024
  176. [ 2.010972] ahci-imx 2200000.sata: fsl,transmit-boost-mdB not specified, using 00000480
  177. [ 2.019024] ahci-imx 2200000.sata: fsl,transmit-atten-16ths not specified, using 00002000
  178. [ 2.027222] ahci-imx 2200000.sata: fsl,receive-eq-mdB not specified, using 05000000
  179. [ 2.038810] ahci-imx 2200000.sata: SSS flag set, parallel bus scan disabled
  180. [ 2.045821] ahci-imx 2200000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
  181. [ 2.054665] ahci-imx 2200000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst
  182. [ 2.067159] scsi host0: ahci-imx
  183. [ 2.071648] ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 293
  184. [ 2.085017] CAN device driver interface
  185. [ 2.090847] 2188000.ethernet supply phy not found, using dummy regulator
  186. [ 2.099403] pps pps0: new PPS source ptp0
  187. [ 2.122862] libphy: fec_enet_mii_bus: probed
  188. [ 2.129026] fec 2188000.ethernet eth0: registered PHC device 0
  189. [ 2.136567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  190. [ 2.143150] ehci-pci: EHCI PCI platform driver
  191. [ 2.147766] ehci-mxc: Freescale On-Chip EHCI Host driver
  192. [ 2.153488] usbcore: registered new interface driver usb-storage
  193. [ 2.160216] usb3503 usb-hub: unable to request GPIO 6 as reset pin (-16)
  194. [ 2.167003] usb3503: probe of usb-hub failed with error -16
  195. [ 2.182279] ci_hdrc ci_hdrc.0: EHCI Host Controller
  196. [ 2.187366] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
  197. [ 2.208144] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
  198. [ 2.217378] hub 1-0:1.0: USB hub found
  199. [ 2.221397] hub 1-0:1.0: 1 port detected
  200. [ 2.233051] ci_hdrc ci_hdrc.1: EHCI Host Controller
  201. [ 2.238016] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2
  202. [ 2.258131] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
  203. [ 2.265634] hub 2-0:1.0: USB hub found
  204. [ 2.269506] hub 2-0:1.0: 1 port detected
  205. [ 2.276116] mousedev: PS/2 mouse device common for all mice
  206. [ 2.286501] snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as rtc0
  207. [ 2.295565] i2c /dev entries driver
  208. [ 2.302227] IR NEC protocol handler initialized
  209. [ 2.306788] IR RC5(x/sz) protocol handler initialized
  210. [ 2.311942] IR RC6 protocol handler initialized
  211. [ 2.316497] IR JVC protocol handler initialized
  212. [ 2.322979] IR Sony protocol handler initialized
  213. [ 2.327626] IR SANYO protocol handler initialized
  214. [ 2.332427] IR Sharp protocol handler initialized
  215. [ 2.337155] IR MCE Keyboard/mouse protocol handler initialized
  216. [ 2.343036] IR XMP protocol handler initialized
  217. [ 2.351226] coda 2040000.vpu: Direct firmware load for v4l-coda960-imx6q.bin failed with error -2
  218. [ 2.360172] coda 2040000.vpu: firmware request failed
  219. [ 2.366814] imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)
  220. [ 2.373031] Bluetooth: HCI UART driver ver 2.3
  221. [ 2.377495] Bluetooth: HCI UART protocol H4 registered
  222. [ 2.382682] Bluetooth: HCI UART protocol LL registered
  223. [ 2.388407] sdhci: Secure Digital Host Controller Interface driver
  224. [ 2.394603] sdhci: Copyright(c) Pierre Ossman
  225. [ 2.399061] sdhci-pltfm: SDHCI platform and OF driver helper
  226. [ 2.406049] /soc/aips-bus@02100000/usdhc@02190000: voltage-ranges unspecified
  227. [ 2.413660] sdhci-esdhc-imx 2190000.usdhc: No vmmc regulator found
  228. [ 2.419907] sdhci-esdhc-imx 2190000.usdhc: No vqmmc regulator found
  229. [ 2.428136] ata1: SATA link down (SStatus 0 SControl 300)
  230. [ 2.433601] ahci-imx 2200000.sata: no device found, disabling link.
  231. [ 2.439917] ahci-imx 2200000.sata: pass ahci_imx..hotplug=1 to enable hotplug
  232. [ 2.468124] mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA
  233. [ 2.476815] /soc/aips-bus@02100000/usdhc@02198000: voltage-ranges unspecified
  234. [ 2.484040] sdhci-esdhc-imx 2198000.usdhc: Got CD GPIO
  235. [ 2.489446] sdhci-esdhc-imx 2198000.usdhc: No vmmc regulator found
  236. [ 2.495646] sdhci-esdhc-imx 2198000.usdhc: No vqmmc regulator found
  237. [ 2.548425] mmc1: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
  238. [ 2.557915] /soc/aips-bus@02100000/usdhc@0219c000: voltage-ranges unspecified
  239. [ 2.565348] sdhci-esdhc-imx 219c000.usdhc: No vmmc regulator found
  240. [ 2.571572] sdhci-esdhc-imx 219c000.usdhc: No vqmmc regulator found
  241. [ 2.588125] usb 2-1: new high-speed USB device number 2 using ci_hdrc
  242. [ 2.618118] mmc2: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA
  243. [ 2.628530] caam 2100000.caam: Entropy delay = 3200
  244. [ 2.633448] caam 2100000.caam: Instantiated RNG4 SH0
  245. [ 2.694213] caam 2100000.caam: Instantiated RNG4 SH1
  246. [ 2.699345] caam 2100000.caam: device ID = 0x0a16010000000000 (Era 4)
  247. [ 2.705805] caam 2100000.caam: job rings = 2, qi = 0
  248. [ 2.728810] caam algorithms registered in /proc/crypto
  249. [ 2.734165] hmac-sha1-caam alg registration failed
  250. [ 2.739026] sha1-caam alg registration failed
  251. [ 2.743405] hmac-sha224-caam alg registration failed
  252. [ 2.748414] sha224-caam alg registration failed
  253. [ 2.752961] hmac-sha256-caam alg registration failed
  254. [ 2.757953] sha256-caam alg registration failed
  255. [ 2.759737] hub 2-1:1.0: USB hub found
  256. [ 2.760031] hub 2-1:1.0: 4 ports detected
  257. [ 2.770327] hmac-md5-caam alg registration failed
  258. [ 2.775062] md5-caam alg registration failed
  259. [ 2.785457] caam_jr 2101000.jr0: registering rng-caam
  260. [ 2.791311] usbcore: registered new interface driver usbhid
  261. [ 2.796899] usbhid: USB HID core driver
  262. [ 2.807159] fsl-asrc 2034000.asrc: driver registered
  263. [ 2.819430] NET: Registered protocol family 10
  264. [ 2.826985] sit: IPv6 over IPv4 tunneling driver
  265. [ 2.828471] mmc1: host does not support reading read-only switch, assuming write-enable
  266. [ 2.836320] mmc1: new high speed SDHC card at address aaaa
  267. [ 2.838935] mmcblk0: mmc1:aaaa SS16G 14.8 GiB
  268. [ 2.842271] mmcblk0: p1 p2
  269. [ 2.854549] NET: Registered protocol family 17
  270. [ 2.859095] can: controller area network core (rev 20120528 abi 9)
  271. [ 2.865451] NET: Registered protocol family 29
  272. [ 2.869970] can: raw protocol (rev 20120528)
  273. [ 2.874374] can: broadcast manager protocol (rev 20120528 t)
  274. [ 2.880114] can: netlink gateway (rev 20130117) max_hops=1
  275. [ 2.886338] Key type dns_resolver registered
  276. [ 2.895084] Registering SWP/SWPB emulation handler
  277. [ 2.911184] snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 2015-09-03 00:58:14 UTC (1441241894)
  278. [ 2.923793] mmc2: MAN_BKOPS_EN bit is not set
  279. [ 2.935403] mmc2: new DDR MMC card at address 0001
  280. [ 2.941838] mmcblk1: mmc2:0001 MMC04G 3.52 GiB
  281. [ 2.946973] mmcblk1boot0: mmc2:0001 MMC04G partition 1 16.0 MiB
  282. [ 2.953566] mmcblk1boot1: mmc2:0001 MMC04G partition 2 16.0 MiB
  283. [ 2.960162] mmcblk1rpmb: mmc2:0001 MMC04G partition 3 128 KiB
  284. [ 2.968586] mmcblk1: p1 p2
  285. [ 2.972646] P3V3_SD3_SWITCHED: disabling
  286. [ 2.977133] ALSA device list:
  287. [ 2.980153] No soundcards found.
  288. [ 2.983749] Warning: unable to open an initial console.
  289. [ 2.996917] Freeing unused kernel memory: 6664K (80a4c000 - 810ce000)
  290. [ 3.154308] udevd[180]: starting version 175
  291. [ 4.794479] EXT4-fs (mmcblk0p2): warning: mounting fs with errors, running e2fsck is recommended
  292. [ 4.812648] EXT4-fs (mmcblk0p2): recovery complete
  293. [ 4.820067] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  294. [ 5.409060] random: systemd urandom read with 43 bits of entropy available
  295. [ 5.422550] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
  296. [ 5.436341] systemd[1]: Detected architecture 'arm'.
  297. [ 5.472916] systemd[1]: Set hostname to <wadaz>.
  298. [ 5.874102] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
  299. [ 5.891707] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  300. [ 5.900900] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  301. [ 5.908583] systemd[1]: Expecting device dev-ttymxc3.device...
  302. [ 5.938340] systemd[1]: Starting Remote File Systems (Pre).
  303. [ 5.958293] systemd[1]: Reached target Remote File Systems (Pre).
  304. [ 5.964550] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
  305. [ 5.973142] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  306. [ 5.981172] systemd[1]: Starting Paths.
  307. [ 6.008287] systemd[1]: Reached target Paths.
  308. [ 6.012728] systemd[1]: Starting Encrypted Volumes.
  309. [ 6.038664] systemd[1]: Reached target Encrypted Volumes.
  310. [ 6.044552] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
  311. [ 6.078638] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  312. [ 6.088408] systemd[1]: Starting Swap.
  313. [ 6.108757] systemd[1]: Reached target Swap.
  314. [ 6.113207] systemd[1]: Starting Root Slice.
  315. [ 6.138604] systemd[1]: Created slice Root Slice.
  316. [ 6.143481] systemd[1]: Starting User and Session Slice.
  317. [ 6.168630] systemd[1]: Created slice User and Session Slice.
  318. [ 6.174549] systemd[1]: Starting Delayed Shutdown Socket.
  319. [ 6.198761] systemd[1]: Listening on Delayed Shutdown Socket.
  320. [ 6.204678] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
  321. [ 6.238601] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  322. [ 6.245739] systemd[1]: Starting Journal Socket (/dev/log).
  323. [ 6.268607] systemd[1]: Listening on Journal Socket (/dev/log).
  324. [ 6.274793] systemd[1]: Starting udev Kernel Socket.
  325. [ 6.298604] systemd[1]: Listening on udev Kernel Socket.
  326. [ 6.304177] systemd[1]: Starting udev Control Socket.
  327. [ 6.328598] systemd[1]: Listening on udev Control Socket.
  328. [ 6.334189] systemd[1]: Starting Journal Socket.
  329. [ 6.358595] systemd[1]: Listening on Journal Socket.
  330. [ 6.363807] systemd[1]: Starting System Slice.
  331. [ 6.388619] systemd[1]: Created slice System Slice.
  332. [ 6.394638] systemd[1]: Started File System Check on Root Device.
  333. [ 6.401089] systemd[1]: Starting system-getty.slice.
  334. [ 6.428620] systemd[1]: Created slice system-getty.slice.
  335. [ 6.434184] systemd[1]: Starting system-serial\x2dgetty.slice.
  336. [ 6.458612] systemd[1]: Created slice system-serial\x2dgetty.slice.
  337. [ 6.465448] systemd[1]: Starting Increase datagram queue length...
  338. [ 6.507578] systemd[1]: Started Create list of required static device nodes for the current kernel.
  339. [ 6.519402] systemd[1]: Starting Create Static Device Nodes in /dev...
  340. [ 6.566827] systemd[1]: Starting Load Kernel Modules...
  341. [ 6.606175] systemd[1]: Mounting Debug File System...
  342. [ 6.657511] systemd[1]: Mounted POSIX Message Queue File System.
  343. [ 6.671924] systemd[1]: Started Set Up Additional Binary Formats.
  344. [ 6.678368] systemd[1]: Starting udev Coldplug all Devices...
  345. [ 6.711785] systemd[1]: Mounted Huge Pages File System.
  346. [ 6.717145] systemd[1]: Starting Slices.
  347. [ 6.738464] systemd[1]: Reached target Slices.
  348. [ 6.743122] systemd[1]: Starting Remount Root and Kernel File Systems...
  349. [ 6.798392] systemd[1]: Mounted Debug File System.
  350. [ 6.828591] systemd[1]: Started Increase datagram queue length.
  351. [ 6.888497] systemd[1]: Started Create Static Device Nodes in /dev.
  352. [ 6.919243] systemd[1]: Started Load Kernel Modules.
  353. [ 7.011452] systemd[1]: Mounted Configuration File System.
  354. [ 7.017142] systemd[1]: Starting Apply Kernel Variables...
  355. [ 7.043174] systemd[1]: Mounting FUSE Control File System...
  356. [ 7.072859] systemd[1]: Starting udev Kernel Device Manager...
  357. [ 7.102921] systemd[1]: Starting Syslog Socket.
  358. [ 7.128539] systemd[1]: Listening on Syslog Socket.
  359. [ 7.130821] systemd-udevd[399]: starting version 215
  360. [ 7.138792] systemd[1]: Starting Journal Service...
  361. [ 7.178380] systemd[1]: Started Journal Service.
  362. [ 7.824768] systemd-journald[401]: Received request to flush runtime journal from PID 1
  363. [ 8.859548] fec 2188000.ethernet eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=2188000.ethernet:03, irq=-1)
  364. [ 8.871048] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  365. [ 19.227358] random: nonblocking pool is initialized
  366. [ 305.118441] EXT4-fs (mmcblk0p2): error count since last fsck: 5
  367. [ 305.124443] EXT4-fs (mmcblk0p2): initial error at time 97: ext4_journal_check_start:56
  368. [ 305.132433] EXT4-fs (mmcblk0p2): last error at time 1479: ext4_remount:4813
  369. root@wadaz:/#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement