Advertisement
Guest User

Untitled

a guest
Oct 28th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.96 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x500
  2. [ 0.000000] Linux version 4.3.0-rc6-next-20151022 (fun@fxos) (gcc version 5.1.1 20150608 (Linaro GCC 5.1-2015.08) ) #2 SMP Wed Oct 28 10:28:27 JST 2015
  3. [ 0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
  4. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  5. [ 0.000000] Machine model: Radxa Rock 2 Square
  6. [ 0.000000] cma: Reserved 64 MiB at 0x7c000000
  7. [ 0.000000] Memory policy: Data cache writealloc
  8. [ 0.000000] On node 0 totalpages: 524288
  9. [ 0.000000] free_area_init_node: node 0, pgdat c0ff0980, node_mem_map eeff9000
  10. [ 0.000000] DMA zone: 1536 pages used for memmap
  11. [ 0.000000] DMA zone: 0 pages reserved
  12. [ 0.000000] DMA zone: 196608 pages, LIFO batch:31
  13. [ 0.000000] HighMem zone: 327680 pages, LIFO batch:31
  14. [ 0.000000] PERCPU: Embedded 12 pages/cpu @eefa5000 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: 522752
  18. [ 0.000000] Kernel command line:
  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: 1997936K/2097152K available (8405K kernel code, 978K rwdata, 3812K rodata, 1048K init, 338K bss, 33680K reserved, 65536K cma-reserved, 1245184K highmem)
  23. [ 0.000000] Virtual kernel memory layout:
  24. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  25. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  26. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  27. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  28. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  29. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  30. [ 0.000000] .text : 0xc0208000 - 0xc0df7474 (12222 kB)
  31. [ 0.000000] .init : 0xc0df8000 - 0xc0efe000 (1048 kB)
  32. [ 0.000000] .data : 0xc0efe000 - 0xc0ff28e0 ( 979 kB)
  33. [ 0.000000] .bss : 0xc0ff5000 - 0xc1049acc ( 339 kB)
  34. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  35. [ 0.000000] Hierarchical RCU implementation.
  36. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  37. [ 0.000000] RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4.
  38. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=4
  39. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  40. [ 0.000000] L2C: failed to init: -19
  41. [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  42. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  43. [ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  44. [ 0.000021] Switching to timer-based delay loop, resolution 41ns
  45. [ 0.003457] Console: colour dummy device 80x30
  46. [ 0.004000] console [tty0] enabled
  47. [ 0.004038] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=120000)
  48. [ 0.004087] pid_max: default: 32768 minimum: 301
  49. [ 0.004223] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  50. [ 0.004257] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  51. [ 0.004982] CPU: Testing write buffer coherency: ok
  52. [ 0.005226] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
  53. [ 0.005467] Setting up static identity map for 0x209000 - 0x209098
  54. [ 0.010432] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
  55. [ 0.012023] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
  56. [ 0.013600] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
  57. [ 0.013685] Brought up 4 CPUs
  58. [ 0.013788] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  59. [ 0.013817] CPU: All CPU(s) started in SVC mode.
  60. [ 0.015007] devtmpfs: initialized
  61. [ 0.023512] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
  62. [ 0.024245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302231375000 ns
  63. [ 0.026443] pinctrl core: initialized pinctrl subsystem
  64. [ 0.028172] NET: Registered protocol family 16
  65. [ 0.030276] DMA: preallocated 256 KiB pool for atomic coherent allocations
  66. [ 0.044993] cpuidle: using governor ladder
  67. [ 0.060008] cpuidle: using governor menu
  68. [ 0.070246] No ATAGs?
  69. [ 0.070292] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  70. [ 0.070349] hw-breakpoint: maximum watchpoint size is 4 bytes.
  71. [ 0.073875] Serial: AMBA PL011 UART driver
  72. [ 0.101311] iommu: Adding device ff930000.vop to group 0
  73. [ 0.101405] iommu: Adding device ff940000.vop to group 1
  74. [ 0.101847] vgaarb: loaded
  75. [ 0.102834] SCSI subsystem initialized
  76. [ 0.103054] libata version 3.00 loaded.
  77. [ 0.103382] usbcore: registered new interface driver usbfs
  78. [ 0.103473] usbcore: registered new interface driver hub
  79. [ 0.103560] usbcore: registered new device driver usb
  80. [ 0.104994] pps_core: LinuxPPS API ver. 1 registered
  81. [ 0.105023] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  82. [ 0.105089] PTP clock support registered
  83. [ 0.105345] EDAC MC: Ver: 3.0.0
  84. [ 0.107598] clocksource: Switched to clocksource arch_sys_counter
  85. [ 0.119406] NET: Registered protocol family 2
  86. [ 0.119993] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  87. [ 0.120124] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  88. [ 0.120332] TCP: Hash tables configured (established 8192 bind 8192)
  89. [ 0.120410] UDP hash table entries: 512 (order: 2, 16384 bytes)
  90. [ 0.120475] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  91. [ 0.120692] NET: Registered protocol family 1
  92. [ 0.120981] RPC: Registered named UNIX socket transport module.
  93. [ 0.121014] RPC: Registered udp transport module.
  94. [ 0.121038] RPC: Registered tcp transport module.
  95. [ 0.121062] RPC: Registered tcp NFSv4.1 backchannel transport module.
  96. [ 0.121104] PCI: CLS 0 bytes, default 64
  97. [ 0.121467] Unpacking initramfs...
  98. [ 0.232864] Freeing initrd memory: 1508K (dfe87000 - e0000000)
  99. [ 0.234657] futex hash table entries: 1024 (order: 4, 65536 bytes)
  100. [ 0.246796] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  101. [ 0.247781] NFS: Registering the id_resolver key type
  102. [ 0.247842] Key type id_resolver registered
  103. [ 0.247869] Key type id_legacy registered
  104. [ 0.247963] ntfs: driver 2.1.32 [Flags: R/O].
  105. [ 0.249367] bounce: pool size: 64 pages
  106. [ 0.249617] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  107. [ 0.249671] io scheduler noop registered
  108. [ 0.249705] io scheduler deadline registered
  109. [ 0.249763] io scheduler cfq registered (default)
  110. [ 0.330209] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  111. [ 0.332452] SuperH (H)SCI(F) driver initialized
  112. [ 0.333364] msm_serial: driver initialized
  113. [ 0.333922] STMicroelectronics ASC driver initialized
  114. [ 0.335476] [drm] Initialized drm 1.1.0 20060810
  115. [ 0.344900] loop: module loaded
  116. [ 0.351789] libphy: Fixed MDIO Bus: probed
  117. [ 0.352529] CAN device driver interface
  118. [ 0.353893] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
  119. [ 0.353923] igb: Copyright (c) 2007-2014 Intel Corporation.
  120. [ 0.356775] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
  121. [ 0.356883] usbcore: registered new interface driver pegasus
  122. [ 0.356987] usbcore: registered new interface driver asix
  123. [ 0.357076] usbcore: registered new interface driver ax88179_178a
  124. [ 0.357163] usbcore: registered new interface driver cdc_ether
  125. [ 0.357270] usbcore: registered new interface driver smsc75xx
  126. [ 0.357375] usbcore: registered new interface driver smsc95xx
  127. [ 0.357464] usbcore: registered new interface driver net1080
  128. [ 0.357558] usbcore: registered new interface driver cdc_subset
  129. [ 0.357676] usbcore: registered new interface driver zaurus
  130. [ 0.357810] usbcore: registered new interface driver cdc_ncm
  131. [ 0.359669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  132. [ 0.359705] ehci-pci: EHCI PCI platform driver
  133. [ 0.359788] ehci-platform: EHCI generic platform driver
  134. [ 0.360012] ehci-omap: OMAP-EHCI Host Controller driver
  135. [ 0.360177] ehci-orion: EHCI orion driver
  136. [ 0.360339] SPEAr-ehci: EHCI SPEAr driver
  137. [ 0.360503] ehci-st: EHCI STMicroelectronics driver
  138. [ 0.360674] ehci-exynos: EHCI EXYNOS driver
  139. [ 0.360856] ehci-atmel: EHCI Atmel driver
  140. [ 0.361020] tegra-ehci: Tegra EHCI driver
  141. [ 0.361204] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  142. [ 0.361247] ohci-pci: OHCI PCI platform driver
  143. [ 0.361337] ohci-platform: OHCI generic platform driver
  144. [ 0.361523] ohci-omap3: OHCI OMAP3 driver
  145. [ 0.361687] SPEAr-ohci: OHCI SPEAr driver
  146. [ 0.361853] ohci-st: OHCI STMicroelectronics driver
  147. [ 0.362018] ohci-atmel: OHCI Atmel driver
  148. [ 0.362548] usbcore: registered new interface driver usb-storage
  149. [ 0.364080] mousedev: PS/2 mouse device common for all mice
  150. [ 0.367915] i2c /dev entries driver
  151. [ 0.377057] sdhci: Secure Digital Host Controller Interface driver
  152. [ 0.377088] sdhci: Copyright(c) Pierre Ossman
  153. [ 0.378624] Synopsys Designware Multimedia Card Interface Driver
  154. [ 0.379757] sdhci-pltfm: SDHCI platform and OF driver helper
  155. [ 0.381582] ledtrig-cpu: registered to indicate activity on CPUs
  156. [ 0.381988] usbcore: registered new interface driver usbhid
  157. [ 0.382016] usbhid: USB HID core driver
  158. [ 0.386829] NET: Registered protocol family 10
  159. [ 0.387716] sit: IPv6 over IPv4 tunneling driver
  160. [ 0.388465] NET: Registered protocol family 17
  161. [ 0.388514] can: controller area network core (rev 20120528 abi 9)
  162. [ 0.388602] NET: Registered protocol family 29
  163. [ 0.388642] can: raw protocol (rev 20120528)
  164. [ 0.388677] can: broadcast manager protocol (rev 20120528 t)
  165. [ 0.388717] can: netlink gateway (rev 20130117) max_hops=1
  166. [ 0.389183] Key type dns_resolver registered
  167. [ 0.389253] ThumbEE CPU extension supported.
  168. [ 0.389297] Registering SWP/SWPB emulation handler
  169. [ 0.409912] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available
  170. [ 0.416638] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330
  171. [ 0.416692] dma-pl330 ff250000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
  172. [ 0.418579] dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330
  173. [ 0.418632] dma-pl330 ffb20000.dma-controller: DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
  174. [ 0.421914] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 32, base_baud = 1500000) is a 16550A
  175. [ 1.333757] console [ttyS2] enabled
  176. [ 1.341615] rk3x-i2c ff650000.i2c: using default SCL frequency: 100000
  177. [ 1.374904] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
  178. [ 1.386101] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
  179. [ 1.396291] rk3x-i2c ff650000.i2c: Initialized RK3xxx I2C bus at f08d6000
  180. [ 1.403182] VCCIO_PMU: supplied by vcc_sys
  181. [ 1.408402] rk_gmac-dwmac ff290000.ethernet: clock input or output? (input).
  182. [ 1.415498] rk_gmac-dwmac ff290000.ethernet: TX delay(0x30).
  183. [ 1.421193] rk_gmac-dwmac ff290000.ethernet: RX delay(0x10).
  184. [ 1.426885] rk_gmac-dwmac ff290000.ethernet: init for RGMII
  185. [ 1.437356] rk_gmac-dwmac ff290000.ethernet: clock input from PHY
  186. [ 1.449481] stmmac - user ID: 0x10, Synopsys ID: 0x35
  187. [ 1.454567] Ring mode enabled
  188. [ 1.457648] DMA HW capability register supported
  189. [ 1.462179] Normal descriptors
  190. [ 1.465543] RX Checksum Offload Engine supported (type 2)
  191. [ 1.471049] TX Checksum insertion supported
  192. [ 1.475341] Wake-Up On Lan supported
  193. [ 1.479083] Enable RX Mitigation via HW Watchdog Timer
  194. [ 1.536842] libphy: stmmac: probed
  195. [ 1.540292] eth0: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active
  196. [ 1.546675] eth0: PHY ID 001cc915 at 1 IRQ POLL (stmmac-0:01)
  197. [ 1.554268] ehci-platform ff500000.usb: EHCI Host Controller
  198. [ 1.559992] ehci-platform ff500000.usb: new USB bus registered, assigned bus number 1
  199. [ 1.568046] ehci-platform ff500000.usb: irq 35, io mem 0xff500000
  200. [ 1.582610] ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00
  201. [ 1.589649] hub 1-0:1.0: USB hub found
  202. [ 1.593492] hub 1-0:1.0: 1 port detected
  203. [ 1.598841] rk3x-i2c ff170000.i2c: using default SCL frequency: 100000
  204. [ 1.606829] rk3x-i2c ff170000.i2c: Initialized RK3xxx I2C bus at f08f8000
  205. [ 1.617130] vdd_cpu: supplied by vcc_sys
  206. [ 1.624918] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 500000 KHz
  207. [ 1.635402] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 600000 KHz
  208. [ 1.648809] dwmmc_rockchip ff0c0000.dwmmc: IDMAC supports 32-bit address mode.
  209. [ 1.656060] dwmmc_rockchip ff0c0000.dwmmc: Using internal DMA controller.
  210. [ 1.662850] dwmmc_rockchip ff0c0000.dwmmc: Version ID is 270a
  211. [ 1.668610] dwmmc_rockchip ff0c0000.dwmmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
  212. [ 1.678390] VCC_IO: supplied by vcc_sys
  213. [ 1.682718] vcc_sd: supplied by VCC_IO
  214. [ 1.686974] VCCIO_SD: supplied by VCC_IO
  215. [ 1.707607] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  216. [ 1.727648] dwmmc_rockchip ff0c0000.dwmmc: 1 slots initialized
  217. [ 1.735175] dwmmc_rockchip ff0f0000.dwmmc: IDMAC supports 32-bit address mode.
  218. [ 1.742569] dwmmc_rockchip ff0f0000.dwmmc: Using internal DMA controller.
  219. [ 1.749381] dwmmc_rockchip ff0f0000.dwmmc: Version ID is 270a
  220. [ 1.755158] dwmmc_rockchip ff0f0000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
  221. [ 1.765475] dwmmc_rockchip ff0f0000.dwmmc: No vqmmc regulator found
  222. [ 1.771822] dwmmc_rockchip ff0f0000.dwmmc: allocated mmc-pwrseq
  223. [ 1.792823] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  224. [ 1.812624] dwmmc_rockchip ff0f0000.dwmmc: 1 slots initialized
  225. [ 1.819886] hctosys: unable to open rtc device (rtc0)
  226. [ 1.830571] ttyS2 - failed to request DMA
  227. [ 1.835191] Freeing unused kernel memory: 1048K (c0df8000 - c0efe000)
  228. [ 1.856899] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  229. [ 1.866744] mmc0: new high speed SD card at address aaaa
  230. [ 1.872331] mmcblk0: mmc0:aaaa SU02G 1.84 GiB
  231. [ 1.878199] mmcblk0: p1
  232. [ 1.907601] usb 1-1: new high-speed USB device number 2 using ehci-platform
  233. [ 1.950380] mmc1: MAN_BKOPS_EN bit is not set
  234. [ 1.956051] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 52000000Hz, actual 50000000HZ div = 0)
  235. [ 1.966491] mmc1: new high speed MMC card at address 0001
  236. [ 1.972259] mmcblk1: mmc1:0001 032GE4 29.1 GiB
  237. [ 1.976983] mmcblk1boot0: mmc1:0001 032GE4 partition 1 4.00 MiB
  238. [ 1.983081] mmcblk1boot1: mmc1:0001 032GE4 partition 2 4.00 MiB
  239. [ 2.044833] hub 1-1:1.0: USB hub found
  240. [ 2.048947] hub 1-1:1.0: 4 ports detected
  241. [ 2.322782] usb 1-1.4: new high-speed USB device number 3 using ehci-platform
  242. [ 2.483584] usb-storage 1-1.4:1.0: USB Mass Storage device detected
  243. [ 2.491968] usb-storage 1-1.4:1.0: Quirks match for vid 174c pid 55aa: 400000
  244. [ 2.499678] scsi host0: usb-storage 1-1.4:1.0
  245. [ 3.503511] scsi 0:0:0:0: Direct-Access ASMT 2105 0 PQ: 0 ANSI: 6
  246. [ 3.514133] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
  247. [ 3.522728] sd 0:0:0:0: [sda] Write Protect is off
  248. [ 3.527540] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
  249. [ 3.528603] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  250. [ 3.902112] sd 0:0:0:0: [sda] Attached SCSI disk
  251. [ 4.879201] EXT4-fs (sda): couldn't mount as ext3 due to feature incompatibilities
  252. [ 4.890374] EXT4-fs (sda): couldn't mount as ext2 due to feature incompatibilities
  253. [ 5.011480] EXT4-fs (sda): mounted filesystem with ordered data mode. Opts: (null)
  254. [ 5.709416] random: init urandom read with 67 bits of entropy available
  255. [ 6.157545] init: plymouth-upstart-bridge main process (112) terminated with status 1
  256. [ 6.165839] init: plymouth-upstart-bridge main process ended, respawning
  257. [ 6.219137] init: plymouth-upstart-bridge main process (123) terminated with status 1
  258. [ 6.227317] init: plymouth-upstart-bridge main process ended, respawning
  259. [ 6.247379] init: plymouth-upstart-bridge main process (126) terminated with status 1
  260. [ 6.255312] init: plymouth-upstart-bridge main process ended, respawning
  261. [ 6.272410] init: plymouth-upstart-bridge main process (128) terminated with status 1
  262. [ 6.280353] init: plymouth-upstart-bridge main process ended, respawning
  263. [ 6.296231] init: plymouth-upstart-bridge main process (130) terminated with status 1
  264. [ 6.304185] init: plymouth-upstart-bridge main process ended, respawning
  265. [ 6.388851] init: hwclock main process (114) terminated with status 1
  266. [ 6.395573] init: plymouth-upstart-bridge main process (132) terminated with status 1
  267. [ 6.403494] init: plymouth-upstart-bridge main process ended, respawning
  268. [ 6.421147] init: plymouth-upstart-bridge main process (134) terminated with status 1
  269. [ 6.429227] init: plymouth-upstart-bridge main process ended, respawning
  270. [ 6.455390] init: plymouth-upstart-bridge main process (139) terminated with status 1
  271. [ 6.463513] init: plymouth-upstart-bridge main process ended, respawning
  272. [ 6.483300] init: plymouth-upstart-bridge main process (142) terminated with status 1
  273. [ 6.491307] init: plymouth-upstart-bridge main process ended, respawning
  274. [ 6.510144] init: plymouth-upstart-bridge main process (144) terminated with status 1
  275. [ 6.518343] init: plymouth-upstart-bridge main process ended, respawning
  276. [ 6.531241] init: plymouth-upstart-bridge main process (146) terminated with status 1
  277. [ 6.539143] init: plymouth-upstart-bridge respawning too fast, stopped
  278. [ 6.607211] init: ureadahead main process (115) terminated with status 5
  279. [ 6.816474] random: nonblocking pool is initialized
  280. [ 7.862043] systemd-udevd[264]: starting version 204
  281. [ 8.513733] mmcblk0: error -84 transferring data, sector 120, nr 8, cmd response 0x900, card status 0xb00
  282. [ 8.542634] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  283. [ 8.705741] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  284. [ 8.705770] mmc0: tried to reset card
  285. [ 8.713462] mmcblk0: error -84 transferring data, sector 120, nr 8, cmd response 0x900, card status 0xb00
  286. [ 8.723053] mmcblk0: retrying using single block read
  287. [ 8.735942] mmcblk0: error -110 sending status command, retrying
  288. [ 8.742968] mmcblk0: error -84 transferring data, sector 124, nr 4, cmd response 0x900, card status 0x0
  289. [ 8.767617] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  290. [ 8.835752] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  291. [ 8.835786] mmc0: tried to reset card
  292. [ 8.837836] mmcblk0: error -110 sending status command, retrying
  293. [ 8.843895] mmcblk0: error -84 transferring data, sector 124, nr 4, cmd response 0x900, card status 0x0
  294. [ 8.853312] blk_update_request: I/O error, dev mmcblk0, sector 124
  295. [ 8.860140] mmcblk0: error -110 sending status command, retrying
  296. [ 8.866180] mmcblk0: error -84 transferring data, sector 125, nr 3, cmd response 0x900, card status 0x0
  297. [ 8.875595] blk_update_request: I/O error, dev mmcblk0, sector 125
  298. [ 8.882500] mmcblk0: error -110 sending status command, retrying
  299. [ 8.888594] mmcblk0: error -84 transferring data, sector 126, nr 2, cmd response 0x900, card status 0x0
  300. [ 8.898014] blk_update_request: I/O error, dev mmcblk0, sector 126
  301. [ 8.904847] mmcblk0: error -110 sending status command, retrying
  302. [ 8.910924] mmcblk0: error -84 transferring data, sector 127, nr 1, cmd response 0x900, card status 0x0
  303. [ 8.920358] blk_update_request: I/O error, dev mmcblk0, sector 127
  304. [ 8.927502] mmcblk0: error -84 transferring data, sector 120, nr 8, cmd response 0x900, card status 0x0
  305. [ 8.936953] mmcblk0: retrying using single block read
  306. [ 8.939926] mmcblk0: error -110 sending status command, retrying
  307. [ 8.945997] mmcblk0: error -84 transferring data, sector 124, nr 4, cmd response 0x900, card status 0x0
  308. [ 8.972635] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  309. [ 9.148983] eth0: device MAC address c6:ff:21:88:30:76
  310. [ 9.585641] init: failsafe main process (352) killed by TERM signal
  311. [ 10.492628] mmc0: card never left busy state
  312. [ 10.496941] mmc0: tried to reset card
  313. [ 10.496955] blk_update_request: I/O error, dev mmcblk0, sector 124
  314. [ 10.505796] mmcblk0: error -110 sending status command, retrying
  315. [ 10.512673] mmcblk0: error -110 sending status command, retrying
  316. [ 10.519588] mmcblk0: error -110 sending status command, aborting
  317. [ 10.525681] blk_update_request: I/O error, dev mmcblk0, sector 125
  318. [ 10.531903] Buffer I/O error on dev mmcblk0, logical block 15, async page read
  319. [ 10.541957] mmcblk0: error -110 sending status command, retrying
  320. [ 10.549118] mmcblk0: error -110 sending status command, retrying
  321. [ 10.556011] mmcblk0: error -110 sending status command, aborting
  322. [ 10.562066] blk_update_request: I/O error, dev mmcblk0, sector 120
  323. [ 10.568315] Buffer I/O error on dev mmcblk0, logical block 15, async page read
  324. [ 10.578198] mmcblk0: error -110 sending status command, retrying
  325. [ 10.585054] mmcblk0: error -110 sending status command, retrying
  326. [ 10.591912] mmcblk0: error -110 sending status command, aborting
  327. [ 10.597950] blk_update_request: I/O error, dev mmcblk0, sector 120
  328. [ 10.604186] Buffer I/O error on dev mmcblk0, logical block 15, async page read
  329. [ 10.614011] mmcblk0: error -110 sending status command, retrying
  330. [ 10.620868] mmcblk0: error -110 sending status command, retrying
  331. [ 10.627705] mmcblk0: error -110 sending status command, aborting
  332. [ 10.633720] blk_update_request: I/O error, dev mmcblk0, sector 120
  333. [ 10.639908] Buffer I/O error on dev mmcblk0, logical block 15, async page read
  334. [ 10.649655] mmcblk0: error -110 sending status command, retrying
  335. [ 10.656483] mmcblk0: error -110 sending status command, retrying
  336. [ 10.663316] mmcblk0: error -110 sending status command, aborting
  337. [ 10.669347] blk_update_request: I/O error, dev mmcblk0, sector 120
  338. [ 10.675545] Buffer I/O error on dev mmcblk0, logical block 15, async page read
  339. [ 10.685296] mmcblk0: error -110 sending status command, retrying
  340. [ 10.692133] mmcblk0: error -110 sending status command, retrying
  341. [ 10.698985] mmcblk0: error -110 sending status command, aborting
  342. [ 10.705034] Buffer I/O error on dev mmcblk0, logical block 15, async page read
  343. [ 10.714802] mmcblk0: error -110 sending status command, retrying
  344. [ 10.721659] mmcblk0: error -110 sending status command, retrying
  345. [ 10.728506] mmcblk0: error -110 sending status command, aborting
  346. [ 10.734523] Buffer I/O error on dev mmcblk0, logical block 2, async page read
  347. [ 10.744192] mmcblk0: error -110 sending status command, retrying
  348. [ 10.751036] mmcblk0: error -110 sending status command, retrying
  349. [ 10.757892] mmcblk0: error -110 sending status command, aborting
  350. [ 10.763929] Buffer I/O error on dev mmcblk0, logical block 16, async page read
  351. [ 10.773673] mmcblk0: error -110 sending status command, retrying
  352. [ 10.774499] mmcblk0: error -110 sending status command, retrying
  353. [ 10.775322] mmcblk0: error -110 sending status command, aborting
  354. [ 10.775330] Buffer I/O error on dev mmcblk0, logical block 16, async page read
  355. [ 10.779686] mmcblk0: error -110 sending status command, retrying
  356. [ 10.785715] mmcblk0: error -110 sending status command, retrying
  357. [ 10.791720] mmcblk0: error -110 sending status command, aborting
  358. [ 10.791728] Buffer I/O error on dev mmcblk0, logical block 16, async page read
  359. [ 10.811152] mmcblk0: error -110 sending status command, retrying
  360. [ 10.817109] mmcblk0: error -110 sending status command, retrying
  361. [ 10.830535] mmcblk0: error -110 sending status command, aborting
  362. [ 10.843287] mmcblk0: error -110 sending status command, retrying
  363. [ 10.852134] mmcblk0: error -110 sending status command, retrying
  364. [ 10.858973] mmcblk0: error -110 sending status command, aborting
  365. [ 10.870269] mmcblk0: error -110 sending status command, retrying
  366. [ 10.877109] mmcblk0: error -110 sending status command, retrying
  367. [ 10.883935] mmcblk0: error -110 sending status command, aborting
  368. [ 10.892623] mmcblk0: error -110 sending status command, retrying
  369. [ 10.899456] mmcblk0: error -110 sending status command, retrying
  370. [ 10.906294] mmcblk0: error -110 sending status command, aborting
  371. [ 10.914841] mmcblk0: error -110 sending status command, retrying
  372. [ 10.921680] mmcblk0: error -110 sending status command, retrying
  373. [ 10.928520] mmcblk0: error -110 sending status command, aborting
  374. [ 10.937052] mmcblk0: error -110 sending status command, retrying
  375. [ 10.943903] mmcblk0: error -110 sending status command, retrying
  376. [ 10.950758] mmcblk0: error -110 sending status command, aborting
  377. [ 10.964601] mmcblk0: error -110 sending status command, retrying
  378. [ 10.972632] mmcblk0: error -110 sending status command, retrying
  379. [ 10.980236] mmcblk0: error -110 sending status command, aborting
  380. [ 10.989019] mmcblk0: error -110 sending status command, retrying
  381. [ 10.995904] mmcblk0: error -110 sending status command, retrying
  382. [ 11.002867] mmcblk0: error -110 sending status command, aborting
  383. [ 11.011506] mmcblk0: error -110 sending status command, retrying
  384. [ 11.018385] mmcblk0: error -110 sending status command, retrying
  385. [ 11.025251] mmcblk0: error -110 sending status command, aborting
  386. [ 11.033888] mmcblk0: error -110 sending status command, retrying
  387. [ 11.040768] mmcblk0: error -110 sending status command, retrying
  388. [ 11.047597] mmcblk0: error -110 sending status command, aborting
  389. [ 11.056119] mmcblk0: error -110 sending status command, retrying
  390. [ 11.062948] mmcblk0: error -110 sending status command, retrying
  391. [ 11.069769] mmcblk0: error -110 sending status command, aborting
  392. [ 11.078294] mmcblk0: error -110 sending status command, retrying
  393. [ 11.085120] mmcblk0: error -110 sending status command, retrying
  394. [ 11.091948] mmcblk0: error -110 sending status command, aborting
  395. [ 11.100459] mmcblk0: error -110 sending status command, retrying
  396. [ 11.107300] mmcblk0: error -110 sending status command, retrying
  397. [ 11.114132] mmcblk0: error -110 sending status command, aborting
  398. [ 11.122710] mmcblk0: error -110 sending status command, retrying
  399. [ 11.129551] mmcblk0: error -110 sending status command, retrying
  400. [ 11.136433] mmcblk0: error -110 sending status command, aborting
  401. [ 11.144951] mmcblk0: error -110 sending status command, retrying
  402. [ 11.151788] mmcblk0: error -110 sending status command, retrying
  403. [ 11.158617] mmcblk0: error -110 sending status command, aborting
  404. [ 11.167150] mmcblk0: error -110 sending status command, retrying
  405. [ 11.174151] mmcblk0: error -110 sending status command, retrying
  406. [ 11.180992] mmcblk0: error -110 sending status command, aborting
  407. [ 11.189536] mmcblk0: error -110 sending status command, retrying
  408. [ 11.196362] mmcblk0: error -110 sending status command, retrying
  409. [ 11.203194] mmcblk0: error -110 sending status command, aborting
  410. [ 11.211769] mmcblk0: error -110 sending status command, retrying
  411. [ 11.218603] mmcblk0: error -110 sending status command, retrying
  412. [ 11.225449] mmcblk0: error -110 sending status command, aborting
  413. [ 11.233984] mmcblk0: error -110 sending status command, retrying
  414. [ 11.240813] mmcblk0: error -110 sending status command, retrying
  415. [ 11.247642] mmcblk0: error -110 sending status command, aborting
  416. [ 11.256169] mmcblk0: error -110 sending status command, retrying
  417. [ 11.262997] mmcblk0: error -110 sending status command, retrying
  418. [ 11.269826] mmcblk0: error -110 sending status command, aborting
  419. [ 11.278359] mmcblk0: error -110 sending status command, retrying
  420. [ 11.285227] mmcblk0: error -110 sending status command, retrying
  421. [ 11.292114] mmcblk0: error -110 sending status command, aborting
  422. [ 11.300632] mmcblk0: error -110 sending status command, retrying
  423. [ 11.307479] mmcblk0: error -110 sending status command, retrying
  424. [ 11.314318] mmcblk0: error -110 sending status command, aborting
  425. [ 11.324129] mmcblk0: error -110 sending status command, retrying
  426. [ 11.330962] mmcblk0: error -110 sending status command, retrying
  427. [ 11.337804] mmcblk0: error -110 sending status command, aborting
  428. [ 11.346480] mmcblk0: error -110 sending status command, retrying
  429. [ 11.353329] mmcblk0: error -110 sending status command, retrying
  430. [ 11.360194] mmcblk0: error -110 sending status command, aborting
  431. [ 11.368758] mmcblk0: error -110 sending status command, retrying
  432. [ 11.375585] mmcblk0: error -110 sending status command, retrying
  433. [ 11.382414] mmcblk0: error -110 sending status command, aborting
  434. [ 11.391101] mmcblk0: error -110 sending status command, retrying
  435. [ 11.397932] mmcblk0: error -110 sending status command, retrying
  436. [ 11.404754] mmcblk0: error -110 sending status command, aborting
  437. [ 11.413279] mmcblk0: error -110 sending status command, retrying
  438. [ 11.420116] mmcblk0: error -110 sending status command, retrying
  439. [ 11.426951] mmcblk0: error -110 sending status command, aborting
  440. [ 11.436292] mmcblk0: error -110 sending status command, retrying
  441. [ 11.443137] mmcblk0: error -110 sending status command, retrying
  442. [ 11.449962] mmcblk0: error -110 sending status command, aborting
  443. [ 11.458514] mmcblk0: error -110 sending status command, retrying
  444. [ 11.465357] mmcblk0: error -110 sending status command, retrying
  445. [ 11.472203] mmcblk0: error -110 sending status command, aborting
  446. [ 11.480750] mmcblk0: error -110 sending status command, retrying
  447. [ 11.487592] mmcblk0: error -110 sending status command, retrying
  448. [ 11.494428] mmcblk0: error -110 sending status command, aborting
  449. [ 11.503136] mmcblk0: error -110 sending status command, retrying
  450. [ 11.509962] mmcblk0: error -110 sending status command, retrying
  451. [ 11.516799] mmcblk0: error -110 sending status command, aborting
  452. [ 11.525335] mmcblk0: error -110 sending status command, retrying
  453. [ 11.532167] mmcblk0: error -110 sending status command, retrying
  454. [ 11.538992] mmcblk0: error -110 sending status command, aborting
  455. [ 11.547513] mmcblk0: error -110 sending status command, retrying
  456. [ 11.554356] mmcblk0: error -110 sending status command, retrying
  457. [ 11.565019] mmcblk0: error -110 sending status command, aborting
  458. [ 11.578271] mmcblk0: error -110 sending status command, retrying
  459. [ 11.587502] mmcblk0: error -110 sending status command, retrying
  460. [ 11.594351] mmcblk0: error -110 sending status command, aborting
  461. [ 11.602905] mmcblk0: error -110 sending status command, retrying
  462. [ 11.609751] mmcblk0: error -110 sending status command, retrying
  463. [ 11.616596] mmcblk0: error -110 sending status command, aborting
  464. [ 11.625146] mmcblk0: error -110 sending status command, retrying
  465. [ 11.631993] mmcblk0: error -110 sending status command, retrying
  466. [ 11.638839] mmcblk0: error -110 sending status command, aborting
  467. [ 11.647398] mmcblk0: error -110 sending status command, retrying
  468. [ 11.654230] mmcblk0: error -110 sending status command, retrying
  469. [ 11.661058] mmcblk0: error -110 sending status command, aborting
  470. [ 11.669601] mmcblk0: error -110 sending status command, retrying
  471. [ 11.676427] mmcblk0: error -110 sending status command, retrying
  472. [ 11.683255] mmcblk0: error -110 sending status command, aborting
  473. [ 11.691767] mmcblk0: error -110 sending status command, retrying
  474. [ 11.698597] mmcblk0: error -110 sending status command, retrying
  475. [ 11.705430] mmcblk0: error -110 sending status command, aborting
  476. [ 11.713978] mmcblk0: error -110 sending status command, retrying
  477. [ 11.720833] mmcblk0: error -110 sending status command, retrying
  478. [ 11.727694] mmcblk0: error -110 sending status command, aborting
  479. [ 11.736262] mmcblk0: error -110 sending status command, retrying
  480. [ 11.743110] mmcblk0: error -110 sending status command, retrying
  481. [ 11.749958] mmcblk0: error -110 sending status command, aborting
  482. [ 11.758542] mmcblk0: error -110 sending status command, retrying
  483. [ 11.765385] mmcblk0: error -110 sending status command, retrying
  484. [ 11.772225] mmcblk0: error -110 sending status command, aborting
  485. [ 11.781385] mmcblk0: error -110 sending status command, retrying
  486. [ 11.788229] mmcblk0: error -110 sending status command, retrying
  487. [ 11.795066] mmcblk0: error -110 sending status command, aborting
  488. [ 11.803615] mmcblk0: error -110 sending status command, retrying
  489. [ 11.810451] mmcblk0: error -110 sending status command, retrying
  490. [ 11.817288] mmcblk0: error -110 sending status command, aborting
  491. [ 11.825911] mmcblk0: error -110 sending status command, retrying
  492. [ 11.832754] mmcblk0: error -110 sending status command, retrying
  493. [ 11.839577] mmcblk0: error -110 sending status command, aborting
  494. [ 11.848091] mmcblk0: error -110 sending status command, retrying
  495. [ 11.854920] mmcblk0: error -110 sending status command, retrying
  496. [ 11.861744] mmcblk0: error -110 sending status command, aborting
  497. [ 11.870247] mmcblk0: error -110 sending status command, retrying
  498. [ 11.877074] mmcblk0: error -110 sending status command, retrying
  499. [ 11.883897] mmcblk0: error -110 sending status command, aborting
  500. [ 11.892406] mmcblk0: error -110 sending status command, retrying
  501. [ 11.899229] mmcblk0: error -110 sending status command, retrying
  502. [ 11.906054] mmcblk0: error -110 sending status command, aborting
  503. [ 11.914561] mmcblk0: error -110 sending status command, retrying
  504. [ 11.921388] mmcblk0: error -110 sending status command, retrying
  505. [ 11.928214] mmcblk0: error -110 sending status command, aborting
  506. [ 11.936717] mmcblk0: error -110 sending status command, retrying
  507. [ 11.943544] mmcblk0: error -110 sending status command, retrying
  508. [ 11.950367] mmcblk0: error -110 sending status command, aborting
  509. [ 11.958881] mmcblk0: error -110 sending status command, retrying
  510. [ 11.965705] mmcblk0: error -110 sending status command, retrying
  511. [ 11.972529] mmcblk0: error -110 sending status command, aborting
  512. [ 11.981029] mmcblk0: error -110 sending status command, retrying
  513. [ 11.987857] mmcblk0: error -110 sending status command, retrying
  514. [ 11.994679] mmcblk0: error -110 sending status command, aborting
  515. [ 12.003189] mmcblk0: error -110 sending status command, retrying
  516. [ 12.010012] mmcblk0: error -110 sending status command, retrying
  517. [ 12.016840] mmcblk0: error -110 sending status command, aborting
  518. [ 12.025354] mmcblk0: error -110 sending status command, retrying
  519. [ 12.032182] mmcblk0: error -110 sending status command, retrying
  520. [ 12.039004] mmcblk0: error -110 sending status command, aborting
  521. [ 12.047515] mmcblk0: error -110 sending status command, retrying
  522. [ 12.054340] mmcblk0: error -110 sending status command, retrying
  523. [ 12.061167] mmcblk0: error -110 sending status command, aborting
  524. [ 12.069673] mmcblk0: error -110 sending status command, retrying
  525. [ 12.076495] mmcblk0: error -110 sending status command, retrying
  526. [ 12.083319] mmcblk0: error -110 sending status command, aborting
  527. [ 12.091819] mmcblk0: error -110 sending status command, retrying
  528. [ 12.098647] mmcblk0: error -110 sending status command, retrying
  529. [ 12.105469] mmcblk0: error -110 sending status command, aborting
  530. [ 12.113976] mmcblk0: error -110 sending status command, retrying
  531. [ 12.120803] mmcblk0: error -110 sending status command, retrying
  532. [ 12.127630] mmcblk0: error -110 sending status command, aborting
  533. [ 12.136132] mmcblk0: error -110 sending status command, retrying
  534. [ 12.142960] mmcblk0: error -110 sending status command, retrying
  535. [ 12.149782] mmcblk0: error -110 sending status command, aborting
  536. [ 12.158296] mmcblk0: error -110 sending status command, retrying
  537. [ 12.165122] mmcblk0: error -110 sending status command, retrying
  538. [ 12.171947] mmcblk0: error -110 sending status command, aborting
  539. [ 12.180449] mmcblk0: error -110 sending status command, retrying
  540. [ 12.187277] mmcblk0: error -110 sending status command, retrying
  541. [ 12.194099] mmcblk0: error -110 sending status command, aborting
  542. [ 12.202609] mmcblk0: error -110 sending status command, retrying
  543. [ 12.209432] mmcblk0: error -110 sending status command, retrying
  544. [ 12.216257] mmcblk0: error -110 sending status command, aborting
  545. [ 12.224771] mmcblk0: error -110 sending status command, retrying
  546. [ 12.231591] mmcblk0: error -110 sending status command, retrying
  547. [ 12.238416] mmcblk0: error -110 sending status command, aborting
  548. [ 12.246917] mmcblk0: error -110 sending status command, retrying
  549. [ 12.253744] mmcblk0: error -110 sending status command, retrying
  550. [ 12.260567] mmcblk0: error -110 sending status command, aborting
  551. [ 12.269081] mmcblk0: error -110 sending status command, retrying
  552. [ 12.275905] mmcblk0: error -110 sending status command, retrying
  553. [ 12.282729] mmcblk0: error -110 sending status command, aborting
  554. [ 12.291232] mmcblk0: error -110 sending status command, retrying
  555. [ 12.298060] mmcblk0: error -110 sending status command, retrying
  556. [ 12.304882] mmcblk0: error -110 sending status command, aborting
  557. [ 12.313391] mmcblk0: error -110 sending status command, retrying
  558. [ 12.320218] mmcblk0: error -110 sending status command, retrying
  559. [ 12.327044] mmcblk0: error -110 sending status command, aborting
  560. [ 12.335549] mmcblk0: error -110 sending status command, retrying
  561. [ 12.342377] mmcblk0: error -110 sending status command, retrying
  562. [ 12.349199] mmcblk0: error -110 sending status command, aborting
  563. [ 12.357708] mmcblk0: error -110 sending status command, retrying
  564. [ 12.364532] mmcblk0: error -110 sending status command, retrying
  565. [ 12.371359] mmcblk0: error -110 sending status command, aborting
  566. [ 12.379861] mmcblk0: error -110 sending status command, retrying
  567. [ 12.386682] mmcblk0: error -110 sending status command, retrying
  568. [ 12.393506] mmcblk0: error -110 sending status command, aborting
  569. [ 12.402009] mmcblk0: error -110 sending status command, retrying
  570. [ 12.408837] mmcblk0: error -110 sending status command, retrying
  571. [ 12.415660] mmcblk0: error -110 sending status command, aborting
  572. [ 12.424187] mmcblk0: error -110 sending status command, retrying
  573. [ 12.431012] mmcblk0: error -110 sending status command, retrying
  574. [ 12.437839] mmcblk0: error -110 sending status command, aborting
  575. [ 12.446339] mmcblk0: error -110 sending status command, retrying
  576. [ 12.453167] mmcblk0: error -110 sending status command, retrying
  577. [ 12.459989] mmcblk0: error -110 sending status command, aborting
  578. [ 12.468508] mmcblk0: error -110 sending status command, retrying
  579. [ 12.475332] mmcblk0: error -110 sending status command, retrying
  580. [ 12.482159] mmcblk0: error -110 sending status command, aborting
  581. [ 12.490656] mmcblk0: error -110 sending status command, retrying
  582. [ 12.497482] mmcblk0: error -110 sending status command, retrying
  583. [ 12.504307] mmcblk0: error -110 sending status command, aborting
  584. [ 12.512828] mmcblk0: error -110 sending status command, retrying
  585. [ 12.519651] mmcblk0: error -110 sending status command, retrying
  586. [ 12.526476] mmcblk0: error -110 sending status command, aborting
  587. [ 12.534980] mmcblk0: error -110 sending status command, retrying
  588. [ 12.541802] mmcblk0: error -110 sending status command, retrying
  589. [ 12.548626] mmcblk0: error -110 sending status command, aborting
  590. [ 12.557124] mmcblk0: error -110 sending status command, retrying
  591. [ 12.563952] mmcblk0: error -110 sending status command, retrying
  592. [ 12.570774] mmcblk0: error -110 sending status command, aborting
  593. [ 12.579290] mmcblk0: error -110 sending status command, retrying
  594. [ 12.586112] mmcblk0: error -110 sending status command, retrying
  595. [ 12.592936] mmcblk0: error -110 sending status command, aborting
  596. [ 12.601434] mmcblk0: error -110 sending status command, retrying
  597. [ 12.608259] mmcblk0: error -110 sending status command, retrying
  598. [ 12.615079] mmcblk0: error -110 sending status command, aborting
  599. [ 12.623598] mmcblk0: error -110 sending status command, retrying
  600. [ 12.630419] mmcblk0: error -110 sending status command, retrying
  601. [ 12.637244] mmcblk0: error -110 sending status command, aborting
  602. [ 12.645744] mmcblk0: error -110 sending status command, retrying
  603. [ 12.652569] mmcblk0: error -110 sending status command, retrying
  604. [ 12.659394] mmcblk0: error -110 sending status command, aborting
  605. [ 12.667911] mmcblk0: error -110 sending status command, retrying
  606. [ 12.674735] mmcblk0: error -110 sending status command, retrying
  607. [ 12.681562] mmcblk0: error -110 sending status command, aborting
  608. [ 12.690070] mmcblk0: error -110 sending status command, retrying
  609. [ 12.696892] mmcblk0: error -110 sending status command, retrying
  610. [ 12.703719] mmcblk0: error -110 sending status command, aborting
  611. [ 12.712219] mmcblk0: error -110 sending status command, retrying
  612. [ 12.719052] mmcblk0: error -110 sending status command, retrying
  613. [ 12.725877] mmcblk0: error -110 sending status command, aborting
  614. [ 12.734395] mmcblk0: error -110 sending status command, retrying
  615. [ 12.741217] mmcblk0: error -110 sending status command, retrying
  616. [ 12.748042] mmcblk0: error -110 sending status command, aborting
  617. [ 12.756542] mmcblk0: error -110 sending status command, retrying
  618. [ 12.763370] mmcblk0: error -110 sending status command, retrying
  619. [ 12.770192] mmcblk0: error -110 sending status command, aborting
  620. [ 12.778715] mmcblk0: error -110 sending status command, retrying
  621. [ 12.785539] mmcblk0: error -110 sending status command, retrying
  622. [ 12.792365] mmcblk0: error -110 sending status command, aborting
  623. [ 12.800866] mmcblk0: error -110 sending status command, retrying
  624. [ 12.807692] mmcblk0: error -110 sending status command, retrying
  625. [ 12.814514] mmcblk0: error -110 sending status command, aborting
  626. [ 12.823034] mmcblk0: error -110 sending status command, retrying
  627. [ 12.829857] mmcblk0: error -110 sending status command, retrying
  628. [ 12.836682] mmcblk0: error -110 sending status command, aborting
  629. [ 12.845179] mmcblk0: error -110 sending status command, retrying
  630. [ 12.852004] mmcblk0: error -110 sending status command, retrying
  631. [ 12.858827] mmcblk0: error -110 sending status command, aborting
  632. [ 12.867345] mmcblk0: error -110 sending status command, retrying
  633. [ 12.874170] mmcblk0: error -110 sending status command, retrying
  634. [ 12.880994] mmcblk0: error -110 sending status command, aborting
  635. [ 12.889498] mmcblk0: error -110 sending status command, retrying
  636. [ 12.896319] mmcblk0: error -110 sending status command, retrying
  637. [ 12.903144] mmcblk0: error -110 sending status command, aborting
  638. [ 12.911644] mmcblk0: error -110 sending status command, retrying
  639. [ 12.918478] mmcblk0: error -110 sending status command, retrying
  640. [ 12.925300] mmcblk0: error -110 sending status command, aborting
  641. [ 12.933818] mmcblk0: error -110 sending status command, retrying
  642. [ 12.940642] mmcblk0: error -110 sending status command, retrying
  643. [ 12.947467] mmcblk0: error -110 sending status command, aborting
  644. [ 12.955972] mmcblk0: error -110 sending status command, retrying
  645. [ 12.962802] mmcblk0: error -110 sending status command, retrying
  646. [ 12.969622] mmcblk0: error -110 sending status command, aborting
  647. [ 12.978143] mmcblk0: error -110 sending status command, retrying
  648. [ 12.984967] mmcblk0: error -110 sending status command, retrying
  649. [ 12.991794] mmcblk0: error -110 sending status command, aborting
  650. [ 13.000294] mmcblk0: error -110 sending status command, retrying
  651. [ 13.007119] mmcblk0: error -110 sending status command, retrying
  652. [ 13.013942] mmcblk0: error -110 sending status command, aborting
  653. [ 13.022463] mmcblk0: error -110 sending status command, retrying
  654. [ 13.029287] mmcblk0: error -110 sending status command, retrying
  655. [ 13.036112] mmcblk0: error -110 sending status command, aborting
  656. [ 13.044616] mmcblk0: error -110 sending status command, retrying
  657. [ 13.051437] mmcblk0: error -110 sending status command, retrying
  658. [ 13.058262] mmcblk0: error -110 sending status command, aborting
  659. [ 13.066759] mmcblk0: error -110 sending status command, retrying
  660. [ 13.073587] mmcblk0: error -110 sending status command, retrying
  661. [ 13.080409] mmcblk0: error -110 sending status command, aborting
  662. [ 13.088928] mmcblk0: error -110 sending status command, retrying
  663. [ 13.095755] mmcblk0: error -110 sending status command, retrying
  664. [ 13.102582] mmcblk0: error -110 sending status command, aborting
  665. [ 13.111081] mmcblk0: error -110 sending status command, retrying
  666. [ 13.117909] mmcblk0: error -110 sending status command, retrying
  667. [ 13.124732] mmcblk0: error -110 sending status command, aborting
  668. [ 13.133251] mmcblk0: error -110 sending status command, retrying
  669. [ 13.140075] mmcblk0: error -110 sending status command, retrying
  670. [ 13.146899] mmcblk0: error -110 sending status command, aborting
  671. [ 13.155399] mmcblk0: error -110 sending status command, retrying
  672. [ 13.162226] mmcblk0: error -110 sending status command, retrying
  673. [ 13.169049] mmcblk0: error -110 sending status command, aborting
  674. [ 13.177568] mmcblk0: error -110 sending status command, retrying
  675. [ 13.184392] mmcblk0: error -110 sending status command, retrying
  676. [ 13.191217] mmcblk0: error -110 sending status command, aborting
  677. [ 13.199720] mmcblk0: error -110 sending status command, retrying
  678. [ 13.206542] mmcblk0: error -110 sending status command, retrying
  679. [ 13.213367] mmcblk0: error -110 sending status command, aborting
  680. [ 13.221867] mmcblk0: error -110 sending status command, retrying
  681. [ 13.228694] mmcblk0: error -110 sending status command, retrying
  682. [ 13.235517] mmcblk0: error -110 sending status command, aborting
  683. [ 13.244033] mmcblk0: error -110 sending status command, retrying
  684. [ 13.250857] mmcblk0: error -110 sending status command, retrying
  685. [ 13.257682] mmcblk0: error -110 sending status command, aborting
  686. [ 13.266179] mmcblk0: error -110 sending status command, retrying
  687. [ 13.273005] mmcblk0: error -110 sending status command, retrying
  688. [ 13.279827] mmcblk0: error -110 sending status command, aborting
  689. [ 13.288343] mmcblk0: error -110 sending status command, retrying
  690. [ 13.295167] mmcblk0: error -110 sending status command, retrying
  691. [ 13.301994] mmcblk0: error -110 sending status command, aborting
  692. [ 13.310494] mmcblk0: error -110 sending status command, retrying
  693. [ 13.317319] mmcblk0: error -110 sending status command, retrying
  694. [ 13.324145] mmcblk0: error -110 sending status command, aborting
  695. [ 13.332663] mmcblk0: error -110 sending status command, retrying
  696. [ 13.339487] mmcblk0: error -110 sending status command, retrying
  697. [ 13.346314] mmcblk0: error -110 sending status command, aborting
  698. [ 13.354818] mmcblk0: error -110 sending status command, retrying
  699. [ 13.361639] mmcblk0: error -110 sending status command, retrying
  700. [ 13.368464] mmcblk0: error -110 sending status command, aborting
  701. [ 13.376961] mmcblk0: error -110 sending status command, retrying
  702. [ 13.383789] mmcblk0: error -110 sending status command, retrying
  703. [ 13.390612] mmcblk0: error -110 sending status command, aborting
  704. [ 13.399127] mmcblk0: error -110 sending status command, retrying
  705. [ 13.405952] mmcblk0: error -110 sending status command, retrying
  706. [ 13.412777] mmcblk0: error -110 sending status command, aborting
  707. [ 13.421276] mmcblk0: error -110 sending status command, retrying
  708. [ 13.428105] mmcblk0: error -110 sending status command, retrying
  709. [ 13.434924] mmcblk0: error -110 sending status command, aborting
  710. [ 13.443443] mmcblk0: error -110 sending status command, retrying
  711. [ 13.450264] mmcblk0: error -110 sending status command, retrying
  712. [ 13.457089] mmcblk0: error -110 sending status command, aborting
  713. [ 13.465589] mmcblk0: error -110 sending status command, retrying
  714. [ 13.472417] mmcblk0: error -110 sending status command, retrying
  715. [ 13.479239] mmcblk0: error -110 sending status command, aborting
  716. [ 13.487761] mmcblk0: error -110 sending status command, retrying
  717. [ 13.494584] mmcblk0: error -110 sending status command, retrying
  718. [ 13.501408] mmcblk0: error -110 sending status command, aborting
  719. [ 13.509908] mmcblk0: error -110 sending status command, retrying
  720. [ 13.516729] mmcblk0: error -110 sending status command, retrying
  721. [ 13.523554] mmcblk0: error -110 sending status command, aborting
  722. [ 13.532051] mmcblk0: error -110 sending status command, retrying
  723. [ 13.538879] mmcblk0: error -110 sending status command, retrying
  724. [ 13.545702] mmcblk0: error -110 sending status command, aborting
  725. [ 13.554220] mmcblk0: error -110 sending status command, retrying
  726. [ 13.561044] mmcblk0: error -110 sending status command, retrying
  727. [ 13.567872] mmcblk0: error -110 sending status command, aborting
  728. [ 13.576371] mmcblk0: error -110 sending status command, retrying
  729. [ 13.583200] mmcblk0: error -110 sending status command, retrying
  730. [ 13.590022] mmcblk0: error -110 sending status command, aborting
  731. [ 13.598540] mmcblk0: error -110 sending status command, retrying
  732. [ 13.605365] mmcblk0: error -110 sending status command, retrying
  733. [ 13.612191] mmcblk0: error -110 sending status command, aborting
  734. [ 13.620692] mmcblk0: error -110 sending status command, retrying
  735. [ 13.627519] mmcblk0: error -110 sending status command, retrying
  736. [ 13.634342] mmcblk0: error -110 sending status command, aborting
  737. [ 13.642861] mmcblk0: error -110 sending status command, retrying
  738. [ 13.649684] mmcblk0: error -110 sending status command, retrying
  739. [ 13.656509] mmcblk0: error -110 sending status command, aborting
  740. [ 13.665010] mmcblk0: error -110 sending status command, retrying
  741. [ 13.671832] mmcblk0: error -110 sending status command, retrying
  742. [ 13.678657] mmcblk0: error -110 sending status command, aborting
  743. [ 13.687156] mmcblk0: error -110 sending status command, retrying
  744. [ 13.693984] mmcblk0: error -110 sending status command, retrying
  745. [ 13.700805] mmcblk0: error -110 sending status command, aborting
  746. [ 13.709323] mmcblk0: error -110 sending status command, retrying
  747. [ 13.716147] mmcblk0: error -110 sending status command, retrying
  748. [ 13.722980] mmcblk0: error -110 sending status command, aborting
  749. [ 13.731479] mmcblk0: error -110 sending status command, retrying
  750. [ 13.738307] mmcblk0: error -110 sending status command, retrying
  751. [ 13.745129] mmcblk0: error -110 sending status command, aborting
  752. [ 13.753648] mmcblk0: error -110 sending status command, retrying
  753. [ 13.760472] mmcblk0: error -110 sending status command, retrying
  754. [ 13.767297] mmcblk0: error -110 sending status command, aborting
  755. [ 13.775798] mmcblk0: error -110 sending status command, retrying
  756. [ 13.782627] mmcblk0: error -110 sending status command, retrying
  757. [ 13.789449] mmcblk0: error -110 sending status command, aborting
  758. [ 13.797968] mmcblk0: error -110 sending status command, retrying
  759. [ 13.804792] mmcblk0: error -110 sending status command, retrying
  760. [ 13.811616] mmcblk0: error -110 sending status command, aborting
  761. [ 13.820117] mmcblk0: error -110 sending status command, retrying
  762. [ 13.826944] mmcblk0: error -110 sending status command, retrying
  763. [ 13.833767] mmcblk0: error -110 sending status command, aborting
  764. [ 13.842283] mmcblk0: error -110 sending status command, retrying
  765. [ 13.849107] mmcblk0: error -110 sending status command, retrying
  766. [ 13.855932] mmcblk0: error -110 sending status command, aborting
  767. [ 13.861941] blk_update_request: 140 callbacks suppressed
  768. [ 13.861946] blk_update_request: I/O error, dev mmcblk0, sector 2048
  769. [ 13.870725] mmcblk0: error -110 sending status command, retrying
  770. [ 13.877549] mmcblk0: error -110 sending status command, retrying
  771. [ 13.884377] mmcblk0: error -110 sending status command, aborting
  772. [ 13.890388] blk_update_request: I/O error, dev mmcblk0, sector 2048
  773. [ 13.899168] mmcblk0: error -110 sending status command, retrying
  774. [ 13.905992] mmcblk0: error -110 sending status command, retrying
  775. [ 13.912817] mmcblk0: error -110 sending status command, aborting
  776. [ 13.918832] blk_update_request: I/O error, dev mmcblk0, sector 2048
  777. [ 13.927611] mmcblk0: error -110 sending status command, retrying
  778. [ 13.934435] mmcblk0: error -110 sending status command, retrying
  779. [ 13.941259] mmcblk0: error -110 sending status command, aborting
  780. [ 13.947269] blk_update_request: I/O error, dev mmcblk0, sector 2048
  781. [ 13.956050] mmcblk0: error -110 sending status command, retrying
  782. [ 13.962877] mmcblk0: error -110 sending status command, retrying
  783. [ 13.969699] mmcblk0: error -110 sending status command, aborting
  784. [ 13.975712] blk_update_request: I/O error, dev mmcblk0, sector 2048
  785. [ 13.984475] mmcblk0: error -110 sending status command, retrying
  786. [ 13.991297] mmcblk0: error -110 sending status command, retrying
  787. [ 13.998122] mmcblk0: error -110 sending status command, aborting
  788. [ 14.004132] blk_update_request: I/O error, dev mmcblk0, sector 2048
  789. [ 14.012908] mmcblk0: error -110 sending status command, retrying
  790. [ 14.019735] mmcblk0: error -110 sending status command, retrying
  791. [ 14.026562] mmcblk0: error -110 sending status command, aborting
  792. [ 14.032578] blk_update_request: I/O error, dev mmcblk0, sector 2048
  793. [ 14.041334] mmcblk0: error -110 sending status command, retrying
  794. [ 14.048162] mmcblk0: error -110 sending status command, retrying
  795. [ 14.054984] mmcblk0: error -110 sending status command, aborting
  796. [ 14.060997] blk_update_request: I/O error, dev mmcblk0, sector 2048
  797. [ 14.069758] mmcblk0: error -110 sending status command, retrying
  798. [ 14.076579] mmcblk0: error -110 sending status command, retrying
  799. [ 14.083404] mmcblk0: error -110 sending status command, aborting
  800. [ 14.089413] blk_update_request: I/O error, dev mmcblk0, sector 2048
  801. [ 14.098188] mmcblk0: error -110 sending status command, retrying
  802. [ 14.105012] mmcblk0: error -110 sending status command, retrying
  803. [ 14.111837] mmcblk0: error -110 sending status command, aborting
  804. [ 14.117850] blk_update_request: I/O error, dev mmcblk0, sector 2048
  805. [ 14.126633] mmcblk0: error -110 sending status command, retrying
  806. [ 14.133457] mmcblk0: error -110 sending status command, retrying
  807. [ 14.140282] mmcblk0: error -110 sending status command, aborting
  808. [ 14.148785] mmcblk0: error -110 sending status command, retrying
  809. [ 14.155607] mmcblk0: error -110 sending status command, retrying
  810. [ 14.162432] mmcblk0: error -110 sending status command, aborting
  811. [ 14.170932] mmcblk0: error -110 sending status command, retrying
  812. [ 14.177759] mmcblk0: error -110 sending status command, retrying
  813. [ 14.184582] mmcblk0: error -110 sending status command, aborting
  814. [ 14.193098] mmcblk0: error -110 sending status command, retrying
  815. [ 14.199922] mmcblk0: error -110 sending status command, retrying
  816. [ 14.206747] mmcblk0: error -110 sending status command, aborting
  817. [ 14.215246] mmcblk0: error -110 sending status command, retrying
  818. [ 14.222080] mmcblk0: error -110 sending status command, retrying
  819. [ 14.228905] mmcblk0: error -110 sending status command, aborting
  820. [ 14.237423] mmcblk0: error -110 sending status command, retrying
  821. [ 14.244247] mmcblk0: error -110 sending status command, retrying
  822. [ 14.251072] mmcblk0: error -110 sending status command, aborting
  823. [ 14.259575] mmcblk0: error -110 sending status command, retrying
  824. [ 14.266397] mmcblk0: error -110 sending status command, retrying
  825. [ 14.273223] mmcblk0: error -110 sending status command, aborting
  826. [ 14.281826] mmcblk0: error -110 sending status command, retrying
  827. [ 14.288659] mmcblk0: error -110 sending status command, retrying
  828. [ 14.295482] mmcblk0: error -110 sending status command, aborting
  829. [ 14.304000] mmcblk0: error -110 sending status command, retrying
  830. [ 14.310825] mmcblk0: error -110 sending status command, retrying
  831. [ 14.317650] mmcblk0: error -110 sending status command, aborting
  832. [ 14.326149] mmcblk0: error -110 sending status command, retrying
  833. [ 14.332984] mmcblk0: error -110 sending status command, retrying
  834. [ 14.339807] mmcblk0: error -110 sending status command, aborting
  835. [ 14.348326] mmcblk0: error -110 sending status command, retrying
  836. [ 14.355149] mmcblk0: error -110 sending status command, retrying
  837. [ 14.361974] mmcblk0: error -110 sending status command, aborting
  838. [ 14.370474] mmcblk0: error -110 sending status command, retrying
  839. [ 14.377302] mmcblk0: error -110 sending status command, retrying
  840. [ 14.384124] mmcblk0: error -110 sending status command, aborting
  841. [ 14.392633] mmcblk0: error -110 sending status command, retrying
  842. [ 14.399458] mmcblk0: error -110 sending status command, retrying
  843. [ 14.406284] mmcblk0: error -110 sending status command, aborting
  844. [ 14.414785] mmcblk0: error -110 sending status command, retrying
  845. [ 14.421600] mmcblk0: error -110 sending status command, retrying
  846. [ 14.428429] mmcblk0: error -110 sending status command, aborting
  847. [ 14.436934] mmcblk0: error -110 sending status command, retrying
  848. [ 14.443762] mmcblk0: error -110 sending status command, retrying
  849. [ 14.450582] mmcblk0: error -110 sending status command, aborting
  850. [ 14.459088] mmcblk0: error -110 sending status command, retrying
  851. [ 14.465912] mmcblk0: error -110 sending status command, retrying
  852. [ 14.472737] mmcblk0: error -110 sending status command, aborting
  853. [ 14.481236] mmcblk0: error -110 sending status command, retrying
  854. [ 14.488064] mmcblk0: error -110 sending status command, retrying
  855. [ 14.494887] mmcblk0: error -110 sending status command, aborting
  856. [ 14.503392] mmcblk0: error -110 sending status command, retrying
  857. [ 14.510217] mmcblk0: error -110 sending status command, retrying
  858. [ 14.517044] mmcblk0: error -110 sending status command, aborting
  859. [ 14.525558] mmcblk0: error -110 sending status command, retrying
  860. [ 14.532385] mmcblk0: error -110 sending status command, retrying
  861. [ 14.539212] mmcblk0: error -110 sending status command, aborting
  862. [ 14.547721] mmcblk0: error -110 sending status command, retrying
  863. [ 14.554544] mmcblk0: error -110 sending status command, retrying
  864. [ 14.561369] mmcblk0: error -110 sending status command, aborting
  865. [ 14.569870] mmcblk0: error -110 sending status command, retrying
  866. [ 14.576692] mmcblk0: error -110 sending status command, retrying
  867. [ 14.583516] mmcblk0: error -110 sending status command, aborting
  868. [ 14.665264] init: plymouth-splash main process (648) terminated with status 1
  869. [ 19.268279] rk_gmac-dwmac ff290000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  870. [ 25.268196] rk_gmac-dwmac ff290000.ethernet eth0: Link is Down
  871. [ 26.268269] rk_gmac-dwmac ff290000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  872. [ 32.268186] rk_gmac-dwmac ff290000.ethernet eth0: Link is Down
  873. [ 34.268275] rk_gmac-dwmac ff290000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  874. [ 39.268171] rk_gmac-dwmac ff290000.ethernet eth0: Link is Down
  875. [ 40.268005] rk_gmac-dwmac ff290000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement