Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 139.49 KB | None | 0 0
  1. U-Boot SPL 2016.03-rc2-armbian (Feb 22 2016 - 19:20:08)
  2. DRAM: 512 MiB
  3. Failed to set core voltage! Can't set CPU frequency
  4. Trying to boot from MMC
  5.  
  6.  
  7. U-Boot 2016.03-rc2-armbian (Feb 22 2016 - 19:20:08 +0100) Allwinner Technology
  8.  
  9. CPU: Allwinner H3 (SUN8I)
  10. I2C: ready
  11. DRAM: 512 MiB
  12. MMC: SUNXI SD/MMC: 0
  13. *** Warning - bad CRC, using default environment
  14.  
  15. In: serial
  16. Out: serial
  17. Err: serial
  18. Net: No ethernet found.
  19. starting USB...
  20. No controllers found
  21. Hit any key to stop autoboot: 0
  22. switch to partitions #0, OK
  23. mmc0 is current device
  24. Scanning mmc 0:1...
  25. Found U-Boot script /boot/boot.scr
  26. 2139 bytes read in 302 ms (6.8 KiB/s)
  27. ## Executing script at 43100000
  28. gpio: pin PA15 (gpio 15) value is 1
  29. ** File not found /boot/.next **
  30. ** Unrecognized filesystem type **
  31. ** File not found .next **
  32. 37052 bytes read in 835 ms (43 KiB/s)
  33. 4826712 bytes read in 598 ms (7.7 MiB/s)
  34. Kernel image @ 0x48000000 [ 0x000000 - 0x49a658 ]
  35. Using machid 0x1029 from environment
  36.  
  37. Starting kernel ...
  38.  
  39. [sun8i_fixup]: From boot, get meminfo:
  40. Start: 0x40000000
  41. Size: 512MB
  42. ion_carveout reserve: 160m@0 256m@0 130m@1 200m@1
  43. ion_reserve_common: ion reserve: [0x56000000, 0x60000000]!
  44. [ 0.000000] Booting Linux on physical CPU 0
  45. [ 0.000000] Initializing cgroup subsys cpuset
  46. [ 0.000000] Initializing cgroup subsys cpu
  47. [ 0.000000] Linux version 3.4.110-sun8i (root@opennms) (gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-16ubuntu4) ) #28 SMP PREEMPT Mon Feb 22 19:26:01 CET 2016
  48. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  49. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  50. [ 0.000000] Machine: sun8i
  51. [ 0.000000] cma: CMA: reserved 160 MiB at 56000000
  52. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  53. [ 0.000000] On node 0 totalpages: 131072
  54. [ 0.000000] free_area_init_node: node 0, pgdat c09d62c0, node_mem_map c0ac4000
  55. [ 0.000000] Normal zone: 1152 pages used for memmap
  56. [ 0.000000] Normal zone: 0 pages reserved
  57. [ 0.000000] Normal zone: 129920 pages, LIFO batch:31
  58. [ 0.000000] script_init enter!
  59. [ 0.000000] script_init exit!
  60. [ 0.000000] PERCPU: Embedded 8 pages/cpu @c0f57000 s11904 r8192 d12672 u32768
  61. [ 0.000000] pcpu-alloc: s11904 r8192 d12672 u32768 alloc=8*4096
  62. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  63. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129920
  64. [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait rootfstype=ext4 cgroup-enable=memory swapaccount=1 sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_no8
  65. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  66. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  67. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  68. [ 0.000000] allocated 1048576 bytes of page_cgroup
  69. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  70. [ 0.000000] Memory: 512MB = 512MB total
  71. [ 0.000000] Memory: 342608k/342608k available, 181680k reserved, 0K highmem
  72. [ 0.000000] Virtual kernel memory layout:
  73. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  74. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  75. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  76. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  77. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  78. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  79. [ 0.000000] .text : 0xc0008000 - 0xc0914884 (9267 kB)
  80. [ 0.000000] .init : 0xc0915000 - 0xc0961e80 ( 308 kB)
  81. [ 0.000000] .data : 0xc0962000 - 0xc09db110 ( 485 kB)
  82. [ 0.000000] .bss : 0xc09db8c4 - 0xc0ac3a18 ( 929 kB)
  83. [ 0.000000] Preemptible hierarchical RCU implementation.
  84. [ 0.000000] Additional per-CPU info printed with stalls.
  85. [ 0.000000] NR_IRQS:544
  86. [ 0.000000] Architected local timer running at 24.00MHz.
  87. [ 0.000000] Switching to timer-based delay loop
  88. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  89. [ 0.000000] Console: colour dummy device 80x30
  90. [ 0.000433] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
  91. [ 0.000495] pid_max: default: 32768 minimum: 301
  92. [ 0.001278] Mount-cache hash table entries: 512
  93. [ 0.003583] Initializing cgroup subsys cpuacct
  94. [ 0.003619] Initializing cgroup subsys memory
  95. [ 0.003724] Initializing cgroup subsys devices
  96. [ 0.003754] Initializing cgroup subsys freezer
  97. [ 0.003782] Initializing cgroup subsys blkio
  98. [ 0.003836] Initializing cgroup subsys perf_event
  99. [ 0.003964] CPU: Testing write buffer coherency: ok
  100. [ 0.004067] ftrace: allocating 25349 entries in 75 pages
  101. [ 0.080491] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  102. [ 0.080530] [sunxi_smp_prepare_cpus] enter
  103. [ 0.080602] Setting up static identity map for 0x406834d8 - 0x40683530
  104. [ 0.082607] CPU1: Booted secondary processor
  105. [ 0.082607] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  106. [ 0.082767] CPU2: Booted secondary processor
  107. [ 0.082767] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  108. [ 0.090971] CPU3: Booted secondary processor
  109. [ 0.090971] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  110. [ 0.091116] Brought up 4 CPUs
  111. [ 0.091116] SMP: Total of 4 processors activated (19200.00 BogoMIPS).
  112. [ 0.100025] devtmpfs: initialized
  113. [ 0.110230] wakeup src cnt is : 2.
  114. [ 0.110261] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000
  115. [ 0.110290] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x0
  116. [ 0.110320] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40
  117. [ 0.110352] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000
  118. [ 0.110381] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x8
  119. [ 0.110411] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40
  120. [ 0.110440] sunxi pm init
  121. [ 0.110776] pinctrl core: initialized pinctrl subsystem
  122. [ 0.125140] NET: Registered protocol family 16
  123. [ 0.131110] DMA: preallocated 2048 KiB pool for atomic coherent allocations
  124. [ 0.131227] script_sysfs_init success
  125. [ 0.131301] sunxi_dump_init success
  126. [ 0.133325] gpiochip_add: registered GPIOs 0 to 383 on device: sunxi-pinctrl
  127. [ 0.136331] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
  128. [ 0.138609] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  129. [ 0.138647] hw-breakpoint: maximum watchpoint size is 8 bytes.
  130. [ 0.139114] script config pll_video to 297 Mhz
  131. [ 0.139154] script config pll_de to 864 Mhz
  132. [ 0.139222] script config pll_ve to 402 Mhz
  133. [ 0.139261] sunxi_default_clk_init
  134. [ 0.139282] try to set pll6ahb1 to 200000000
  135. [ 0.139329] try to set ahb clk source to pll6ahb1
  136. [ 0.139352] set ahb clk source to pll6ahb1
  137. [ 0.139376] try to set ahb1 to 200000000
  138. [ 0.139405] try to set apb1 to 100000000
  139. [ 0.141047] ===fe3o4==== sunxi_root_procfs_attach ret:0
  140. [ 0.154407] bio: create slab <bio-0> at 0
  141. [ 0.155178] [ARISC] :sunxi-arisc driver v1.04
  142. [ 0.173752] [ARISC] :arisc version: [v0.1.34]
  143. [ 0.268658] [ARISC] :sunxi-arisc driver v1.04 startup succeeded
  144. [ 0.272354] SCSI subsystem initialized
  145. [ 0.272354] usbcore: registered new interface driver usbfs
  146. [ 0.272354] usbcore: registered new interface driver hub
  147. [ 0.272354] usbcore: registered new device driver usb
  148. [ 0.272512] twi_chan_cfg()335 - [twi0] has no twi_regulator.
  149. [ 0.272545] twi_chan_cfg()335 - [twi1] has no twi_regulator.
  150. [ 0.272576] twi_chan_cfg()335 - [twi2] has no twi_regulator.
  151. [ 0.273941] Linux video capture interface: v2.00
  152. [ 0.274486] Advanced Linux Sound Architecture Driver Version 1.0.25.
  153. <6>[ 0.276154] cfg80211: Calling CRDA to update world regulatory domain
  154. [ 0.280328] Switching to clocksource arch_sys_counter
  155. [ 0.312554] FS-Cache: Loaded
  156. [ 0.313081] CacheFiles: Loaded
  157. [ 0.340690] NET: Registered protocol family 2
  158. [ 0.370828] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
  159. [ 0.372077] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  160. [ 0.372683] TCP bind hash table entries: 16384 (order: 5, 196608 bytes)
  161. [ 0.373323] TCP: Hash tables configured (established 16384 bind 16384)
  162. [ 0.373351] TCP: reno registered
  163. [ 0.373383] UDP hash table entries: 256 (order: 1, 8192 bytes)
  164. [ 0.373448] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  165. [ 0.374227] NET: Registered protocol family 1
  166. [ 0.374985] RPC: Registered named UNIX socket transport module.
  167. [ 0.375017] RPC: Registered udp transport module.
  168. [ 0.375040] RPC: Registered tcp transport module.
  169. [ 0.375063] RPC: Registered tcp NFSv4.1 backchannel transport module.
  170. [ 0.376409] hw perfevents: enabled with ARMv7 Cortex_A7 PMU driver, 5 counters available
  171. [ 0.376649] sunxi_reg_init enter
  172. [ 0.378501] audit: initializing netlink socket (disabled)
  173. [ 0.378606] type=2000 audit(0.370:1): initialized
  174. [ 0.382755] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  175. [ 0.382999] NFS: Registering the id_resolver key type
  176. [ 0.383803] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  177. [ 0.385368] NTFS driver 2.1.30 [Flags: R/W].
  178. [ 0.386110] fuse init (API version 7.18)
  179. [ 0.387942] Btrfs loaded
  180. [ 0.387997] msgmni has been set to 989
  181. [ 0.390893] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  182. [ 0.390941] io scheduler noop registered
  183. [ 0.390965] io scheduler deadline registered
  184. [ 0.391148] io scheduler cfq registered (default)
  185. [ 0.392202] [DISP]disp_module_init
  186. [ 0.427325] [DISP] Fb_map_kernel_logo,line:931:Fb_map_kernel_logo failed!
  187. [ 0.520694] Console: switching to colour frame buffer device 240x67
  188. [ 0.616274] [DISP]disp_module_init finish
  189. [ 0.616737] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
  190. [ 0.616781] sw_uart_get_devinfo()1503 - uart2 has no uart_regulator.
  191. [ 0.616818] sw_uart_get_devinfo()1503 - uart3 has no uart_regulator.
  192. [ 0.617844] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
  193. [ 0.617877] sw_uart_pm()890 - uart0 clk is already enable
  194. [ 0.617920] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
  195. [ 0.714751] console [ttyS0] enabled
  196. [ 0.813565] uart2: ttyS2 at MMIO 0x1c28800 (irq = 34) is a SUNXI
  197. [ 0.940917] uart3: ttyS3 at MMIO 0x1c28c00 (irq = 35) is a SUNXI
  198. [ 1.008051] sunxi_cmatest_init enter
  199. [ 1.008150] sunxi_cmatest_init success
  200. [ 1.019007] loop: module loaded
  201. [ 1.104953] sunxi_spi_chan_cfg()1355 - [spi-0] has no spi_regulator.
  202. [ 1.395507] sunxi_spi_chan_cfg()1355 - [spi-1] has no spi_regulator.
  203. [ 1.590404] spi spi0: master is unqueued, this is deprecated
  204. [ 1.600453] tun: Universal TUN/TAP device driver, 1.6
  205. [ 1.606145] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  206. [ 1.615897] PPP generic driver version 2.4.2
  207. [ 1.621176] PPP BSD Compression module registered
  208. [ 1.626479] PPP Deflate Compression module registered
  209. [ 1.634013] PPP MPPE Compression module registered
  210. [ 1.639420] NET: Registered protocol family 24
  211. [ 1.644560] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  212. [ 1.672100] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  213. [ 1.681195] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
  214. [ 1.691007] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
  215. [ 1.710081] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
  216. [ 1.711496] hub 1-0:1.0: USB hub found
  217. [ 1.711544] hub 1-0:1.0: 1 port detected
  218. [ 1.732447] sunxi-ehci sunxi-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  219. [ 1.741545] sunxi-ehci sunxi-ehci.2: new USB bus registered, assigned bus number 2
  220. [ 1.751237] sunxi-ehci sunxi-ehci.2: irq 106, io mem 0xf1c1b000
  221. [ 1.770080] sunxi-ehci sunxi-ehci.2: USB 0.0 started, EHCI 1.00
  222. [ 1.778099] hub 2-0:1.0: USB hub found
  223. [ 1.782398] hub 2-0:1.0: 1 port detected
  224. [ 1.807707] sunxi-ehci sunxi-ehci.4: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  225. [ 1.816906] sunxi-ehci sunxi-ehci.4: new USB bus registered, assigned bus number 3
  226. [ 1.826653] sunxi-ehci sunxi-ehci.4: irq 110, io mem 0xf1c1d000
  227. [ 1.850114] sunxi-ehci sunxi-ehci.4: USB 0.0 started, EHCI 1.00
  228. [ 1.858092] hub 3-0:1.0: USB hub found
  229. [ 1.862394] hub 3-0:1.0: 1 port detected
  230. [ 1.867767] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  231. [ 1.894888] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
  232. [ 1.903586] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 4
  233. [ 1.912190] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
  234. [ 1.975378] hub 4-0:1.0: USB hub found
  235. [ 1.979628] hub 4-0:1.0: 1 port detected
  236. [ 2.005067] sunxi-ohci sunxi-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
  237. [ 2.013760] sunxi-ohci sunxi-ohci.2: new USB bus registered, assigned bus number 5
  238. [ 2.022368] sunxi-ohci sunxi-ohci.2: irq 107, io mem 0xf1c1b400
  239. [ 2.085394] hub 5-0:1.0: USB hub found
  240. [ 2.089643] hub 5-0:1.0: 1 port detected
  241. [ 2.114943] sunxi-ohci sunxi-ohci.4: SW USB2.0 'Open' Host Controller (OHCI) Driver
  242. [ 2.123638] sunxi-ohci sunxi-ohci.4: new USB bus registered, assigned bus number 6
  243. [ 2.132249] sunxi-ohci sunxi-ohci.4: irq 111, io mem 0xf1c1d400
  244. [ 2.195337] hub 6-0:1.0: USB hub found
  245. [ 2.199587] hub 6-0:1.0: 1 port detected
  246. [ 2.204934] Initializing USB Mass Storage driver...
  247. [ 2.210886] usbcore: registered new interface driver usb-storage
  248. [ 2.217694] USB Mass Storage support registered.
  249. [ 2.223038] usbcore: registered new interface driver ums-alauda
  250. [ 2.229797] usbcore: registered new interface driver ums-cypress
  251. [ 2.236696] usbcore: registered new interface driver ums-datafab
  252. [ 2.243597] usbcore: registered new interface driver ums_eneub6250
  253. [ 2.250690] usbcore: registered new interface driver ums-freecom
  254. [ 2.257546] usbcore: registered new interface driver ums-isd200
  255. [ 2.264350] usbcore: registered new interface driver ums-jumpshot
  256. [ 2.271346] usbcore: registered new interface driver ums-karma
  257. [ 2.278010] usbcore: registered new interface driver ums-onetouch
  258. [ 2.285043] usbcore: registered new interface driver ums-realtek
  259. [ 2.291967] usbcore: registered new interface driver ums-sddr09
  260. [ 2.298734] usbcore: registered new interface driver ums-sddr55
  261. [ 2.305652] usbcore: registered new interface driver ums-usbat
  262. [ 2.313035] file system registered
  263. [ 2.320962] android_usb gadget: Mass Storage Function, version: 2009/09/11
  264. [ 2.328717] android_usb gadget: Number of LUNs=3
  265. [ 2.333987] lun0: LUN: removable file: (no medium)
  266. [ 2.339485] lun1: LUN: removable file: (no medium)
  267. [ 2.345021] lun2: LUN: removable file: (no medium)
  268. [ 2.351393] android_usb gadget: android_usb ready
  269. [ 2.357207] uinput result 0 , vmouse_init
  270. [ 2.363485] mousedev: PS/2 mouse device common for all mice
  271. [ 2.371456] ls_fetch_sysconfig_para: type err device_used = -1073054916.
  272. [ 2.379220] =========script_get_err============
  273. [ 2.379240] ltr_init: ls_fetch_sysconfig_para err.
  274. [ 2.379991] [RTC] WARNING: Rtc time will be wrong!!
  275. [ 2.380667] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
  276. [ 2.380779] i2c /dev entries driver
  277. [ 2.381748] IR RC5(x) protocol handler initialized
  278. [ 2.382103] sunxi cedar version 0.1
  279. [ 2.382193] [cedar]: install start!!!
  280. [ 2.382625] [cedar]: install end!!!
  281. [ 2.389840] sunxi_i2c_do_xfer()980 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
  282. [ 2.433418] sunxi_i2c_do_xfer()980 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
  283. [ 2.442983] sunxi_i2c_do_xfer()980 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1a)
  284. [ 2.452541] sunxi_i2c_do_xfer()980 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
  285. [ 2.462085] sunxi_i2c_do_xfer()980 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2a)
  286. [ 2.471628] sunxi_i2c_do_xfer()980 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2b)
  287. [ 2.481171] sunxi_i2c_do_xfer()980 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
  288. [ 2.490712] sunxi_i2c_do_xfer()980 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4d)
  289. [ 2.500253] sunxi_i2c_do_xfer()980 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4e)
  290. [ 2.509785] sunxi_i2c_do_xfer()980 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x18)
  291. [ 2.519435] sunxi_i2c_do_xfer()980 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x19)
  292. [ 2.529009] sunxi_i2c_do_xfer()980 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x1a)
  293. [ 2.538581] sunxi_i2c_do_xfer()980 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x29)
  294. [ 2.548155] sunxi_i2c_do_xfer()980 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2a)
  295. [ 2.557728] sunxi_i2c_do_xfer()980 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2b)
  296. [ 2.567301] sunxi_i2c_do_xfer()980 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4c)
  297. [ 2.576873] sunxi_i2c_do_xfer()980 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4d)
  298. [ 2.586445] sunxi_i2c_do_xfer()980 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4e)
  299. [ 2.595800] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
  300. [ 2.603232] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
  301. [ 2.614786] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
  302. [ 2.622387] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
  303. [ 2.628667] timeout_to_interv, line 167
  304. [ 2.633025] interv_to_timeout, line 189
  305. [ 2.637349] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
  306. [ 2.647476] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
  307. [ 2.663851] [ARISC ERROR] :message process error
  308. [ 2.669059] [ARISC ERROR] :message addr : f004b840
  309. [ 2.674679] [ARISC ERROR] :message state : 5
  310. [ 2.679587] [ARISC ERROR] :message attr : 2
  311. [ 2.684521] [ARISC ERROR] :message type : 30
  312. [ 2.689524] [ARISC ERROR] :message result : ff
  313. [ 2.694555] [ARISC WARING] :callback not install
  314. [ 2.699758] [cpu_freq] ERR:set cpu frequency to 480MHz failed!
  315. [ 2.706878] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.109 2014-12-4 20:51) Compiled in Feb 22 2016 at 19:22:38
  316. [ 2.712850] [ARISC ERROR] :message process error
  317. [ 2.712874] [ARISC ERROR] :message addr : f004b840
  318. [ 2.712893] [ARISC ERROR] :message state : 5
  319. [ 2.712910] [ARISC ERROR] :message attr : 2
  320. [ 2.712928] [ARISC ERROR] :message type : 30
  321. [ 2.712945] [ARISC ERROR] :message result : ff
  322. [ 2.712961] [ARISC WARING] :callback not install
  323. [ 2.712982] [cpu_freq] ERR:set cpu frequency to 1008MHz failed!
  324. [ 2.719424] [ARISC ERROR] :message process error
  325. [ 2.719444] [ARISC ERROR] :message addr : f004b840
  326. [ 2.719463] [ARISC ERROR] :message state : 5
  327. [ 2.719480] [ARISC ERROR] :message attr : 2
  328. [ 2.719498] [ARISC ERROR] :message type : 30
  329. [ 2.719515] [ARISC ERROR] :message result : ff
  330. [ 2.719531] [ARISC WARING] :callback not install
  331. [ 2.719552] [cpu_freq] ERR:set cpu frequency to 1008MHz failed!
  332. [ 2.803258] [mmc]: get mmc0's sdc_power is null!
  333. [ 2.808503] [mmc]: get mmc1's sdc_power is null!
  334. [ 2.809297] [ARISC ERROR] :message process error
  335. [ 2.809320] [ARISC ERROR] :message addr : f004b840
  336. [ 2.809339] [ARISC ERROR] :message state : 5
  337. [ 2.809356] [ARISC ERROR] :message attr : 2
  338. [ 2.809373] [ARISC ERROR] :message type : 30
  339. [ 2.809391] [ARISC ERROR] :message result : ff
  340. [ 2.809407] [ARISC WARING] :callback not install
  341. [ 2.809428] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  342. [ 2.815859] [ARISC ERROR] :message process error
  343. [ 2.815881] [ARISC ERROR] :message addr : f004b840
  344. [ 2.815900] [ARISC ERROR] :message state : 5
  345. [ 2.815917] [ARISC ERROR] :message attr : 2
  346. [ 2.815934] [ARISC ERROR] :message type : 30
  347. [ 2.815952] [ARISC ERROR] :message result : ff
  348. [ 2.815968] [ARISC WARING] :callback not install
  349. [ 2.815989] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  350. [ 2.898367] [mmc]: get mmc1's 2xmode ok, val = 1
  351. [ 2.903609] [mmc]: get mmc1's ddrmode ok, val = 1
  352. [ 2.908924] [mmc]: get mmc2's IO(sdc_cd) failed
  353. [ 2.914094] [mmc]: get mmc2's sdc_power is null!
  354. [ 2.919299] [mmc]: get mmc2's 2xmode ok, val = 1
  355. [ 2.924538] [mmc]: get mmc2's ddrmode ok, val = 1
  356. [ 2.929848] [mmc]: MMC host used card: 0x7, boot card: 0x0, io_card 2
  357. [ 2.944858] [ARISC ERROR] :message process error
  358. [ 2.950101] [ARISC ERROR] :message addr : f004b840
  359. [ 2.955691] [ARISC ERROR] :message state : 5
  360. [ 2.960629] [ARISC ERROR] :message attr : 2
  361. [ 2.965537] [ARISC ERROR] :message type : 30
  362. [ 2.970574] [ARISC ERROR] :message result : ff
  363. [ 2.975578] [ARISC WARING] :callback not install
  364. [ 2.980811] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  365. [ 2.993749] [ARISC ERROR] :message process error
  366. [ 2.998950] [ARISC ERROR] :message addr : f004b840
  367. [ 3.004567] [ARISC ERROR] :message state : 5
  368. [ 3.009474] [ARISC ERROR] :message attr : 2
  369. [ 3.014417] [ARISC ERROR] :message type : 30
  370. [ 3.019421] [ARISC ERROR] :message result : ff
  371. [ 3.024452] [ARISC WARING] :callback not install
  372. [ 3.029657] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  373. [ 3.042771] [ARISC ERROR] :message process error
  374. [ 3.047975] [ARISC ERROR] :message addr : f004b840
  375. [ 3.053595] [ARISC ERROR] :message state : 5
  376. [ 3.058500] [ARISC ERROR] :message attr : 2
  377. [ 3.063434] [ARISC ERROR] :message type : 30
  378. [ 3.068438] [ARISC ERROR] :message result : ff
  379. [ 3.073468] [ARISC WARING] :callback not install
  380. [ 3.078670] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  381. [ 3.086605] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  382. [ 3.092006] [ARISC ERROR] :message process error
  383. [ 3.092030] [ARISC ERROR] :message addr : f004b840
  384. [ 3.092049] [ARISC ERROR] :message state : 5
  385. [ 3.092066] [ARISC ERROR] :message attr : 2
  386. [ 3.092083] [ARISC ERROR] :message type : 30
  387. [ 3.092100] [ARISC ERROR] :message result : ff
  388. [ 3.092117] [ARISC WARING] :callback not install
  389. [ 3.092138] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  390. [ 3.098577] [ARISC ERROR] :message process error
  391. [ 3.098597] [ARISC ERROR] :message addr : f004b840
  392. [ 3.098616] [ARISC ERROR] :message state : 5
  393. [ 3.098633] [ARISC ERROR] :message attr : 2
  394. [ 3.098650] [ARISC ERROR] :message type : 30
  395. [ 3.098668] [ARISC ERROR] :message result : ff
  396. [ 3.098684] [ARISC WARING] :callback not install
  397. [ 3.098704] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  398. [ 3.185812] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  399. [ 3.200270] [mmc]: sdc2 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  400. [ 3.213370] no blue_led, ignore it!
  401. [ 3.217816] Registered led device: red_led
  402. [ 3.222724] Registered led device: green_led
  403. [ 3.229334] usbcore: registered new interface driver usbhid
  404. [ 3.235687] usbhid: USB HID core driver
  405. [ 3.248506] asoc: sndcodec <-> sunxi-codec mapping ok
  406. [ 3.262047] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
  407. [ 3.270438] oprofile: using arm/armv7-ca7
  408. [ 3.275260] u32 classifier
  409. [ 3.278313] Actions configured
  410. [ 3.282615] IPv4 over IPv4 tunneling driver
  411. [ 3.288818] TCP: bic registered
  412. [ 3.292434] TCP: cubic registered
  413. [ 3.296171] TCP: westwood registered
  414. [ 3.300235] TCP: highspeed registered
  415. [ 3.304363] TCP: hybla registered
  416. [ 3.308097] TCP: htcp registered
  417. [ 3.311767] TCP: vegas registered
  418. [ 3.315502] TCP: veno registered
  419. [ 3.319136] TCP: scalable registered
  420. [ 3.323198] TCP: lp registered
  421. [ 3.326641] TCP: yeah registered
  422. [ 3.330312] TCP: illinois registered
  423. [ 3.334338] Initializing XFRM netlink socket
  424. [ 3.339656] NET: Registered protocol family 10
  425. [ 3.347343] NET: Registered protocol family 17
  426. [ 3.352469] NET: Registered protocol family 15
  427. [ 3.357554] Registering the dns_resolver key type
  428. [ 3.364086] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  429. [ 3.372778] ThumbEE CPU extension supported.
  430. [ 3.377615] Registering SWP/SWPB emulation handler
  431. [ 3.385386] cmdline,disp=
  432. [ 3.388683] [HDMI] power vcc-hdmi-18
  433. [ 3.423892] ths_fetch_sysconfig_para: type err device_used = 1.
  434. [ 3.433564] parse cooler0 from sysconfig failed
  435. [ 3.439529] CPU Budget:Register notifier
  436. [ 3.444017] CPU Budget:register Success
  437. [ 3.448351] sunxi-budget-cooling sunxi-budget-cooling: Cooling device registered: thermal-budget-0
  438. [ 3.465944] [rf_pm]: select module num is 7
  439. [ 3.470756] [rf_pm]: module power0 name vcc-wifi-33
  440. [ 3.476259] [rf_pm]: failed to fetch module_power1
  441. [ 3.481697] [rf_pm]: mod has no chip_en gpio
  442. [ 3.486508] [rf_pm]: failed to fetch lpo_use_apclk
  443. [ 3.491935] [rf_pm]: regulator on.
  444. [ 3.496295] [wifi_pm]: wifi gpio init is OK !!
  445. [ 3.501457] [rfkill]: init no bt used in configuration
  446. [ 3.507246] ALSA device list:
  447. [ 3.510630] #0: audiocodec
  448. [ 3.513873] #1: sndhdmi
  449. [ 3.517480] Waiting for root device /dev/mmcblk0p1...
  450. [ 4.030164] [DISP] disp_device_attached_and_enable,line:159:attched ok, mgr0<-->device0, type=4, mode=10
  451. [ 4.085097] [mmc]: mmc 0 detect change, present 1
  452. [ 4.195053] [mmc]: mmc 2 detect change, present 1
  453. [ 4.346266] [ARISC ERROR] :message process error
  454. [ 4.351515] [ARISC ERROR] :message addr : f004b840
  455. [ 4.357104] [ARISC ERROR] :message state : 5
  456. [ 4.362041] [ARISC ERROR] :message attr : 2
  457. [ 4.366944] [ARISC ERROR] :message type : 30
  458. [ 4.371978] [ARISC ERROR] :message result : ff
  459. [ 4.376980] [ARISC WARING] :callback not install
  460. [ 4.382213] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  461. [ 4.590166] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  462. [ 4.596141] [ARISC ERROR] :message process error
  463. [ 4.596163] [ARISC ERROR] :message addr : f004b840
  464. [ 4.596182] [ARISC ERROR] :message state : 5
  465. [ 4.596200] [ARISC ERROR] :message attr : 2
  466. [ 4.596217] [ARISC ERROR] :message type : 30
  467. [ 4.596234] [ARISC ERROR] :message result : ff
  468. [ 4.596251] [ARISC WARING] :callback not install
  469. [ 4.596271] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  470. [ 4.643978] [mmc]: sdc0 power_supply is null
  471. [ 4.670091] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  472. [ 4.702503] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
  473. [ 4.711679] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
  474. [ 4.719973] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  475. [ 4.732959] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  476. [ 4.744887] *******************Try sdio*******************
  477. [ 4.751918] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
  478. [ 4.760965] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
  479. [ 4.769970] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
  480. [ 4.779015] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
  481. [ 4.787216] *******************Try sd *******************
  482. [ 4.794068] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  483. [ 4.809682] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  484. [ 4.822665] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  485. [ 4.846305] [ARISC ERROR] :message process error
  486. [ 4.851560] [ARISC ERROR] :message addr : f004b840
  487. [ 4.857150] [ARISC ERROR] :message state : 5
  488. [ 4.862091] [ARISC ERROR] :message attr : 2
  489. [ 4.866997] [ARISC ERROR] :message type : 30
  490. [ 4.872029] [ARISC ERROR] :message result : ff
  491. [ 4.877030] [ARISC WARING] :callback not install
  492. [ 4.882263] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  493. [ 4.891773] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  494. [ 4.908910] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
  495. [ 4.919530] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
  496. [ 4.930297] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing SD-HS(SDR25) dt B
  497. [ 4.940934] mmc0: new high speed SDHC card at address aaaa
  498. [ 4.948230] mmcblk0: mmc0:aaaa SL08G 7.40 GiB
  499. [ 4.955545] mmcblk0: p1
  500. [ 4.959584] *******************sd init ok*******************
  501. [ 4.959608] [ARISC ERROR] :message process error
  502. [ 4.959632] [ARISC ERROR] :message addr : f004b840
  503. [ 4.959651] [ARISC ERROR] :message state : 5
  504. [ 4.959669] [ARISC ERROR] :message attr : 2
  505. [ 4.959686] [ARISC ERROR] :message type : 30
  506. [ 4.959704] [ARISC ERROR] :message result : ff
  507. [ 4.959720] [ARISC WARING] :callback not install
  508. [ 4.959742] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  509. [ 5.008449] [mmc]: sdc2 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  510. [ 5.019842] [mmc]: sdc2 power_supply is null
  511. [ 5.040085] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  512. [ 5.072439] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 52, RTO !!
  513. [ 5.081683] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 52, RTO !!
  514. [ 5.090145] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  515. [ 5.100703] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  516. [ 5.106119] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  517. [ 5.108158] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 8, RTO !!
  518. [ 5.108227] *******************Try sdio*******************
  519. [ 5.109144] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  520. [ 5.110048] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  521. [ 5.110966] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  522. [ 5.111850] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  523. [ 5.111926] *******************Try sd *******************
  524. [ 5.112765] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  525. [ 5.113653] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  526. [ 5.114540] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  527. [ 5.115428] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  528. [ 5.115502] *******************Try mmc*******************
  529. [ 5.115535] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  530. [ 5.116571] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 1, RTO !!
  531. [ 5.116661] [mmc]: sdc2 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  532. <7>[ 5.116967] [mmc]: sdc2 power_supply is null
  533. [ 5.119682] [mmc]: sdc2 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  534. [ 5.121270] [mmc]: sdc2 power_supply is null
  535. [ 5.140118] [mmc]: sdc2 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  536. [ 5.162698] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 52, RTO !!
  537. [ 5.163856] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 52, RTO !!
  538. [ 5.163943] [mmc]: sdc2 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  539. [ 5.166724] [mmc]: sdc2 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  540. [ 5.169038] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 8, RTO !!
  541. [ 5.169113] *******************Try sdio*******************
  542. [ 5.170217] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  543. [ 5.171374] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  544. [ 5.172527] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  545. [ 5.173677] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  546. [ 5.173752] *******************Try sd *******************
  547. [ 5.174857] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  548. [ 5.176078] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  549. [ 5.177238] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  550. [ 5.178394] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  551. [ 5.178468] *******************Try mmc*******************
  552. [ 5.178501] [mmc]: sdc2 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  553. [ 5.179815] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 1, RTO !!
  554. [ 5.179903] [mmc]: sdc2 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  555. [ 5.180243] [mmc]: sdc2 power_supply is null
  556. [ 5.182958] [mmc]: sdc2 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  557. [ 5.184536] [mmc]: sdc2 power_supply is null
  558. [ 5.200081] [mmc]: sdc2 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  559. [ 5.223249] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 52, RTO !!
  560. [ 5.224960] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 52, RTO !!
  561. [ 5.225076] [mmc]: sdc2 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  562. [ 5.228125] [mmc]: sdc2 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  563. [ 5.230999] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 8, RTO !!
  564. [ 5.231078] *******************Try sdio*******************
  565. [ 5.232719] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  566. [ 5.234399] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  567. [ 5.236079] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  568. [ 5.237758] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  569. [ 5.237821] *******************Try sd *******************
  570. [ 5.239463] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  571. [ 5.240544] VFS: Mounted root (ext4 filesystem) on device 179:1.
  572. [ 5.241145] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  573. [ 5.242845] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  574. [ 5.244544] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  575. [ 5.244619] *******************Try mmc*******************
  576. [ 5.244651] [mmc]: sdc2 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  577. [ 5.246529] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 1, RTO !!
  578. [ 5.246618] [mmc]: sdc2 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  579. [ 5.246914] [mmc]: sdc2 power_supply is null
  580. [ 5.249626] [mmc]: sdc2 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  581. [ 5.251214] [mmc]: sdc2 power_supply is null
  582. [ 5.270109] [mmc]: sdc2 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  583. [ 5.298843] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 52, RTO !!
  584. [ 5.301082] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 52, RTO !!
  585. [ 5.301171] [mmc]: sdc2 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  586. [ 5.304479] [mmc]: sdc2 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  587. [ 5.307916] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 8, RTO !!
  588. [ 5.307992] *******************Try sdio*******************
  589. [ 5.310171] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  590. [ 5.312403] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  591. [ 5.314630] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  592. [ 5.316856] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 5, RTO !!
  593. [ 5.316929] *******************Try sd *******************
  594. [ 5.319109] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  595. [ 5.321343] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  596. [ 5.323576] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  597. [ 5.325811] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 55, RTO !!
  598. [ 5.325887] *******************Try mmc*******************
  599. [ 5.325919] [mmc]: sdc2 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  600. [ 5.328357] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 2 err, cmd 1, RTO !!
  601. [ 5.328445] [mmc]: sdc2 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  602. [ 5.328740] [mmc]: sdc2 power_supply is null
  603. [ 5.739870] devtmpfs: mounted
  604. [ 5.740672] Freeing init memory: 304K
  605. INIT: version 2.88 booting
  606. [info] Using makefile-style concurrent boot in runlevel S.
  607. [....] Starting the hotplug events dispatcher: udevd[ 6.987630] udevd[191]: starting version 175
  608. . ok
  609. [....] Synthesizing the initial hotplug events...done.
  610. [....] Waiting for /dev to be fully populated...done.
  611. Starting fake hwclock: loading system time.
  612. Mon Feb 22 19:03:44 UTC 2016
  613. [....] Setting parameters of disc: (none). ok
  614. [....] Setting preliminary keymap...[ 13.776683] [ARISC ERROR] :message process error
  615. [ 13.781977] [ARISC ERROR] :message addr : f004b840
  616. [ 13.787573] [ARISC ERROR] :message state : 5
  617. [ 13.792509] [ARISC ERROR] :message attr : 2
  618. [ 13.797417] [ARISC ERROR] :message type : 30
  619. [ 13.802452] [ARISC ERROR] :message result : ff
  620. [ 13.807457] [ARISC WARING] :callback not install
  621. [ 13.812692] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  622. [ 13.826601] [ARISC ERROR] :message process error
  623. [ 13.831848] [ARISC ERROR] :message addr : f004b840
  624. [ 13.837438] [ARISC ERROR] :message state : 5
  625. [ 13.842372] [ARISC ERROR] :message attr : 2
  626. [ 13.847278] [ARISC ERROR] :message type : 30
  627. [ 13.852314] [ARISC ERROR] :message result : ff
  628. [ 13.857322] [ARISC WARING] :callback not install
  629. [ 13.862589] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  630. [ 13.876663] [ARISC ERROR] :message process error
  631. [ 13.881922] [ARISC ERROR] :message addr : f004b840
  632. [ 13.887515] [ARISC ERROR] :message state : 5
  633. [ 13.892481] [ARISC ERROR] :message attr : 2
  634. [ 13.897391] [ARISC ERROR] :message type : 30
  635. [ 13.902461] [ARISC ERROR] :message result : ff
  636. [ 13.907469] [ARISC WARING] :callback not install
  637. [ 13.912740] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  638. done.
  639. [....] Activating swap...done.
  640. [ 18.678128] EXT4-fs (mmcblk0p1): re-mounted. Opts: data=writeback,commit=600,errors=remount-ro
  641. [....] Creating compatibility symlink from /etc/mtab to /proc/mounts. ... (warning).
  642. [....] Cleaning up temporary files... /tmp. ok
  643. [info] Loading kernel module 8189es.
  644. [ 19.389719] RTL871X: module init start
  645. [ 19.394049] RTL871X: rtl8189es v4.3.0.4_11916.20140724_COB
  646. [ 19.400275] RTL871X: build time: Feb 22 2016 19:23:04
  647. [ 19.405977] [wifi_pm]: set wl_reg_on 0 !
  648. [ 19.460528] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  649. [ 19.471948] [mmc]: sdc1 power_supply is null
  650. [ 19.490139] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  651. [ 19.522515] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
  652. [ 19.531698] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
  653. [ 19.540006] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  654. [ 19.552997] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  655. [ 19.560501] [wifi_pm]: set wl_reg_on 1 !
  656. [ 19.560884] RTL871X: module init ret=0
  657. [ 19.574071] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
  658. [ 19.582429] *******************Try sdio*******************
  659. [ 19.589442] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  660. [ 19.598519] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  661. [ 19.607564] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  662. [ 19.616649] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  663. [ 19.624903] *******************Try sd *******************
  664. [info] Loading kern[ 19.631899] [mmc]: *** sunxi_mci_dump_errinfo(L826): el module gpio_sunxi.
  665. smc 1 err, cmd 55, RTO !!
  666. [ 19.644661] failed to get normal led pin assign
  667. [ 19.649790] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  668. [ 19.658156] failed to get standby led pin assign
  669. [ 19.663444] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  670. [ 19.671798] gpio_pin_1(6) gpio_request
  671. [ 19.676040] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  672. [ 19.684368] *******************Try mmc*******************
  673. [ 19.684781] gpio_pin_2(13) gpio_request
  674. [ 19.685100] gpio_pin_3(14) gpio_request
  675. [ 19.685377] gpio_pin_4(1) gpio_request
  676. [ 19.685694] gpio_pin_5(110) gpio_request
  677. [ 19.688095] gpio_pin_6(0) gpio_request
  678. [ 19.688131] gpio_pin_6(0) gpio_request fail
  679. [ 19.688157] gpio_pin_7(3) gpio_request
  680. [ 19.688594] gpio_pin_8(68) gpio_request
  681. [ 19.688958] gpio_pin_9(71) gpio_request
  682. [ 19.689352] gpio_pin_10(2) gpio_request
  683. [ 19.689653] gpio_pin_11(21) gpio_request
  684. [ 19.689960] gpio_pin_12(7) gpio_request
  685. [ 19.690370] gpio_pin_13(8) gpio_request
  686. [ 19.690701] gpio_pin_14(200) gpio_request
  687. [ 19.691073] gpio_pin_15(9) gpio_request
  688. [ 19.691471] gpio_pin_16(10) gpio_request
  689. [ 19.700509] gpio_pin_17(201) gpio_request
  690. [ 19.700925] gpio_pin_18(198) gpio_request
  691. [ 19.701301] gpio_pin_19(199) gpio_request
  692. [ 19.701884] gpio name is PA6, ret = 0
  693. [ 19.707207] gpio name is PA13, ret = 0
  694. [ 19.707814] gpio name is PA14, ret = 0
  695. [ 19.713070] gpio name is PA1, ret = 0
  696. [ 19.718399] gpio name is PD14, ret = 0
  697. [ 19.719059] gpio name is PA3, ret = 0
  698. [ 19.719602] gpio name is PC4, ret = 0
  699. [ 19.720166] gpio name is PC7, ret = 0
  700. [ 19.725247] gpio name is PA2, ret = 0
  701. [ 19.725824] gpio name is PA21, ret = 0
  702. [ 19.726316] gpio name is PA7, ret = 0
  703. [ 19.726817] gpio name is PA8, ret = 0
  704. [ 19.746585] gpio name is PG8, ret = 0
  705. [ 19.747242] gpio name is PA9, ret = 0
  706. [ 19.747721] gpio name is PA10, ret = 0
  707. [ 19.755890] gpio name is PG9, ret = 0
  708. [ 19.756430] gpio name is PG6, ret = 0
  709. [ 19.756827] gpio name is PG7, ret = 0
  710. [ 19.757389] gpio_init finish with uesd 1!
  711. [ 19.832037] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  712. [ 19.870712] W1_SUNXI: Added w1-gpio on GPIO-20
  713.  
  714. [ 19.877101] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
  715. [ 19.885390] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  716. [ 19.895695] [mmc]: sdc1 power_supply is null
  717. [ 19.903367] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  718. [ 19.914822] [mmc]: sdc1 power_supply is null
  719. [info] Loading kernel module w1-gpio.
  720. [ 19.940180] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  721. [ 19.942732] Driver for 1-wire Dallas network protocol.
  722. [ 19.972812] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
  723. [ 19.982288] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
  724. [ 19.990674] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  725. [ 20.003955] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  726.  
  727. [ 20.018142] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
  728. [ 20.026464] *******************Try sdio*******************
  729. [ 20.033786] [mmc]: *** sunxi_mci_dump_errinfo(L826):
  730. [ 20.037742] w1_master_driver w1_bus_master1: Family 28 for 28.0000064cfef9.dd is not registered.
  731. [ 20.049443] smc 1 err, cmd 5, RTO !!
  732. [ 20.058807] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  733. [ 20.068189] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  734. [ 20.077542] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  735. [ 20.085851] *******************Try sd *******************
  736. [ 20.093096] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  737. [ 20.102506] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  738. [ 20.111939] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  739. [ 20.121425] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  740. [ 20.129777] *******************Try mmc*******************
  741. [ 20.135980] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  742. [ 20.147719] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
  743. [ 20.155998] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  744. [ 20.166343] [mmc]: sdc1 power_supply is null
  745. [ 20.174116] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  746. [ 20.185639] [mmc]: sdc1 power_supply is null
  747. [ 20.210238] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  748. [ 20.243430] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
  749. [ 20.253432] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
  750. [ 20.261813] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  751. [ 20.275395] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  752. [ 20.288728] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
  753. [ 20.297049] *******************Try sdio*******************
  754. [ 20.304985] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  755. [ 20.314867] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  756. [ 20.324732] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  757. [ 20.334604] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  758. [ 20.342857] *******************Try sd *******************
  759. [ 20.355122] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  760. [ 20.365136] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  761. [ 20.375105] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  762. [ 20.385104] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  763. [ 20.393507] *******************Try mmc*******************
  764. [ 20.399606] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  765. [ 20.412019] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
  766. [ 20.420310] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  767. [ 20.430719] [mmc]: sdc1 power_supply is null
  768. [ 20.438394] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  769. [ 20.449950] [mmc]: sdc1 power_supply is null
  770. [ 20.470195] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  771. [ 20.503964] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
  772. [ 20.514495] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
  773. [ 20.522892] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  774. [ 20.536800] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  775. [ 20.555904] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
  776. [ 20.564195] *******************Try sdio*******************
  777. [ 20.572569] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  778. [ 20.582977] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  779. [ 20.593391] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  780. [ 20.603811] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
  781. [ 20.612209] *******************Try sd *******************
  782. [ 20.620460] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  783. [ 20.630953] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  784. [ 20.641438] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  785. [ 20.655239] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
  786. [ 20.663591] *******************Try mmc*******************
  787. [ 20.669690] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  788. [ 20.682646] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
  789. [ 20.690938] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
  790. [ 20.701230] [mmc]: sdc1 power_supply is null
  791. [....] Activating lvm and md swap...done.
  792. [....] Checking file systems...fsck from util-linux 2.20.1
  793. done.
  794. [....] Mounting local filesystems...done.
  795. [....] Activating swapfile swap...done.
  796. [....] Cleaning up temporary files.... ok
  797. [....] Setting kernel variables ...done.
  798. [....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.2.2
  799. Copyright 2004-2011 Internet Systems Consortium.
  800. All rights reserved.
  801. For info, please visit https://www.isc.org/software/dhcp/
  802.  
  803. [ 25.255698] gmac0: probed
  804. [ 25.258858] gmac0 gmac0: eth0: eth0: PHY ID 0000ffff at 0 IRQ poll (gmac0-0:00)
  805. [ 25.277360] gmac0 gmac0: eth0: Initialize hardware error
  806. Listening on LPF/eth0/82:16:c6:9d:0e:5f
  807. Sending on LPF/eth0/82:16:c6:9d:0e:5f
  808. Sending on Socket/fallback
  809. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
  810. send_packet: Network is down
  811. receive_packet failed on eth0: Network is down
  812. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
  813. send_packet: Network is down
  814. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
  815. send_packet: Network is down
  816. [ 48.300840] [ARISC ERROR] :message process error
  817. [ 48.306054] [ARISC ERROR] :message addr : f004b840
  818. [ 48.311718] [ARISC ERROR] :message state : 5
  819. [ 48.316630] [ARISC ERROR] :message attr : 2
  820. [ 48.321571] [ARISC ERROR] :message type : 30
  821. [ 48.326577] [ARISC ERROR] :message result : ff
  822. [ 48.331615] [ARISC WARING] :callback not install
  823. [ 48.336820] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  824. [ 48.356617] [ARISC ERROR] :message process error
  825. [ 48.361871] [ARISC ERROR] :message addr : f004b840
  826. [ 48.367464] [ARISC ERROR] :message state : 5
  827. [ 48.372406] [ARISC ERROR] :message attr : 2
  828. [ 48.377313] [ARISC ERROR] :message type : 30
  829. [ 48.382354] [ARISC ERROR] :message result : ff
  830. [ 48.387357] [ARISC WARING] :callback not install
  831. [ 48.392607] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  832. [ 48.456697] [ARISC ERROR] :message process error
  833. [ 48.461977] [ARISC ERROR] :message addr : f004b840
  834. [ 48.467569] [ARISC ERROR] :message state : 5
  835. [ 48.472512] [ARISC ERROR] :message attr : 2
  836. [ 48.477421] [ARISC ERROR] :message type : 30
  837. [ 48.482454] [ARISC ERROR] :message result : ff
  838. [ 48.487458] [ARISC WARING] :callback not install
  839. [ 48.492715] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  840. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
  841. send_packet: Network is down
  842. [ 63.576697] [ARISC ERROR] :message process error
  843. [ 63.581969] [ARISC ERROR] :message addr : f004b840
  844. [ 63.587563] [ARISC ERROR] :message state : 5
  845. [ 63.592499] [ARISC ERROR] :message attr : 2
  846. [ 63.597397] [ARISC ERROR] :message type : 30
  847. [ 63.602432] [ARISC ERROR] :message result : ff
  848. [ 63.607436] [ARISC WARING] :callback not install
  849. [ 63.612673] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  850. [ 63.626615] [ARISC ERROR] :message process error
  851. [ 63.631856] [ARISC ERROR] :message addr : f004b840
  852. [ 63.637445] [ARISC ERROR] :message state : 5
  853. [ 63.642382] [ARISC ERROR] :message attr : 2
  854. [ 63.647290] [ARISC ERROR] :message type : 30
  855. [ 63.652328] [ARISC ERROR] :message result : ff
  856. [ 63.657331] [ARISC WARING] :callback not install
  857. [ 63.662583] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  858. [ 63.676686] [ARISC ERROR] :message process error
  859. [ 63.681944] [ARISC ERROR] :message addr : f004b840
  860. [ 63.687525] [ARISC ERROR] :message state : 5
  861. [ 63.692492] [ARISC ERROR] :message attr : 2
  862. [ 63.697401] [ARISC ERROR] :message type : 30
  863. [ 63.702461] [ARISC ERROR] :message result : ff
  864. [ 63.707465] [ARISC WARING] :callback not install
  865. [ 63.712708] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  866. [ 63.966688] [ARISC ERROR] :message process error
  867. [ 63.971943] [ARISC ERROR] :message addr : f004b840
  868. [ 63.977533] [ARISC ERROR] :message state : 5
  869. [ 63.982474] [ARISC ERROR] :message attr : 2
  870. [ 63.987381] [ARISC ERROR] :message type : 30
  871. [ 63.992413] [ARISC ERROR] :message result : ff
  872. [ 63.997417] [ARISC WARING] :callback not install
  873. [ 64.002662] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  874. [ 64.086540] [ARISC ERROR] :message process error
  875. [ 64.091840] [ARISC ERROR] :message addr : f004b840
  876. [ 64.097431] [ARISC ERROR] :message state : 5
  877. [ 64.102393] [ARISC ERROR] :message attr : 2
  878. [ 64.107299] [ARISC ERROR] :message type : 30
  879. [ 64.112349] [ARISC ERROR] :message result : ff
  880. [ 64.117351] [ARISC WARING] :callback not install
  881. [ 64.122585] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  882. [ 64.336653] [ARISC ERROR] :message process error
  883. [ 64.341962] [ARISC ERROR] :message addr : f004b840
  884. [ 64.347557] [ARISC ERROR] :message state : 5
  885. [ 64.357506] [ARISC ERROR] :message attr : 2
  886. [ 64.362456] [ARISC ERROR] :message type : 30
  887. [ 64.367462] [ARISC ERROR] :message result : ff
  888. [ 64.372512] [ARISC WARING] :callback not install
  889. [ 64.377726] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  890. [ 66.626665] [ARISC ERROR] :message process error
  891. [ 66.631965] [ARISC ERROR] :message addr : f004b840
  892. [ 66.637559] [ARISC ERROR] :message state : 5
  893. [ 66.642535] [ARISC ERROR] :message attr : 2
  894. [ 66.647443] [ARISC ERROR] :message type : 30
  895. [ 66.652495] [ARISC ERROR] :message result : ff
  896. [ 66.657501] [ARISC WARING] :callback not install
  897. [ 66.662752] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  898. [ 66.676617] [ARISC ERROR] :message process error
  899. [ 66.681866] [ARISC ERROR] :message addr : f004b840
  900. [ 66.687458] [ARISC ERROR] :message state : 5
  901. [ 66.692414] [ARISC ERROR] :message attr : 2
  902. [ 66.697319] [ARISC ERROR] :message type : 30
  903. [ 66.702355] [ARISC ERROR] :message result : ff
  904. [ 66.707358] [ARISC WARING] :callback not install
  905. [ 66.712620] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  906. [ 66.776680] [ARISC ERROR] :message process error
  907. [ 66.781951] [ARISC ERROR] :message addr : f004b840
  908. [ 66.787546] [ARISC ERROR] :message state : 5
  909. [ 66.792500] [ARISC ERROR] :message attr : 2
  910. [ 66.797407] [ARISC ERROR] :message type : 30
  911. [ 66.802443] [ARISC ERROR] :message result : ff
  912. [ 66.807445] [ARISC WARING] :callback not install
  913. [ 66.812732] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  914. [ 68.346649] [ARISC ERROR] :message process error
  915. [ 68.356927] [ARISC ERROR] :message addr : f004b840
  916. [ 68.362570] [ARISC ERROR] :message state : 5
  917. [ 68.367476] [ARISC ERROR] :message attr : 2
  918. [ 68.372432] [ARISC ERROR] :message type : 30
  919. [ 68.377451] [ARISC ERROR] :message result : ff
  920. [ 68.382486] [ARISC WARING] :callback not install
  921. [ 68.387692] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  922. [ 68.596496] [ARISC ERROR] :message process error
  923. [ 68.601784] [ARISC ERROR] :message addr : f004b840
  924. [ 68.607374] [ARISC ERROR] :message state : 5
  925. [ 68.612375] [ARISC ERROR] :message attr : 2
  926. [ 68.617284] [ARISC ERROR] :message type : 30
  927. [ 68.622345] [ARISC ERROR] :message result : ff
  928. [ 68.627370] [ARISC WARING] :callback not install
  929. [ 68.632648] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  930. [ 68.696514] [ARISC ERROR] :message process error
  931. [ 68.701757] [ARISC ERROR] :message addr : f004b840
  932. [ 68.707349] [ARISC ERROR] :message state : 5
  933. [ 68.712298] [ARISC ERROR] :message attr : 2
  934. [ 68.717206] [ARISC ERROR] :message type : 30
  935. [ 68.722238] [ARISC ERROR] :message result : ff
  936. [ 68.727254] [ARISC WARING] :callback not install
  937. [ 68.732483] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  938. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
  939. send_packet: Network is down
  940. [ 72.346657] [ARISC ERROR] :message process error
  941. [ 72.351923] [ARISC ERROR] :message addr : f004b840
  942. [ 72.357517] [ARISC ERROR] :message state : 5
  943. [ 72.362473] [ARISC ERROR] :message attr : 2
  944. [ 72.367382] [ARISC ERROR] :message type : 30
  945. [ 72.372420] [ARISC ERROR] :message result : ff
  946. [ 72.377435] [ARISC WARING] :callback not install
  947. [ 72.382669] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  948. [ 72.596482] [ARISC ERROR] :message process error
  949. [ 72.601736] [ARISC ERROR] :message addr : f004b840
  950. [ 72.607329] [ARISC ERROR] :message state : 5
  951. [ 72.612278] [ARISC ERROR] :message attr : 2
  952. [ 72.617187] [ARISC ERROR] :message type : 30
  953. [ 72.622221] [ARISC ERROR] :message result : ff
  954. [ 72.627237] [ARISC WARING] :callback not install
  955. [ 72.632492] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  956. [ 72.673795] [ARISC ERROR] :message process error
  957. [ 72.679040] [ARISC ERROR] :message addr : f004b840
  958. [ 72.684692] [ARISC ERROR] :message state : 5
  959. [ 72.689597] [ARISC ERROR] :message attr : 2
  960. [ 72.694554] [ARISC ERROR] :message type : 30
  961. [ 72.699548] [ARISC ERROR] :message result : ff
  962. [ 72.704612] [ARISC WARING] :callback not install
  963. [ 72.709862] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  964. [ 76.346650] [ARISC ERROR] :message process error
  965. [ 76.356923] [ARISC ERROR] :message addr : f004b840
  966. [ 76.362561] [ARISC ERROR] :message state : 5
  967. [ 76.367466] [ARISC ERROR] :message attr : 2
  968. [ 76.372422] [ARISC ERROR] :message type : 30
  969. [ 76.377440] [ARISC ERROR] :message result : ff
  970. [ 76.382475] [ARISC WARING] :callback not install
  971. [ 76.387681] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  972. [ 76.596496] [ARISC ERROR] :message process error
  973. [ 76.601763] [ARISC ERROR] :message addr : f004b840
  974. [ 76.607352] [ARISC ERROR] :message state : 5
  975. [ 76.612304] [ARISC ERROR] :message attr : 2
  976. [ 76.617212] [ARISC ERROR] :message type : 30
  977. [ 76.622247] [ARISC ERROR] :message result : ff
  978. [ 76.627262] [ARISC WARING] :callback not install
  979. [ 76.632520] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  980. [ 76.761677] [ARISC ERROR] :message process error
  981. [ 76.766894] [ARISC ERROR] :message addr : f004b840
  982. [ 76.772556] [ARISC ERROR] :message state : 5
  983. [ 76.777498] [ARISC ERROR] :message attr : 2
  984. [ 76.782438] [ARISC ERROR] :message type : 30
  985. [ 76.787443] [ARISC ERROR] :message result : ff
  986. [ 76.792520] [ARISC WARING] :callback not install
  987. [ 76.797727] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  988. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
  989. send_packet: Network is down
  990. [ 85.946676] [ARISC ERROR] :message process error
  991. [ 85.957004] [ARISC ERROR] :message addr : f004b840
  992. [ 85.962654] [ARISC ERROR] :message state : 5
  993. [ 85.967563] [ARISC ERROR] :message attr : 2
  994. [ 85.972506] [ARISC ERROR] :message type : 30
  995. [ 85.977526] [ARISC ERROR] :message result : ff
  996. [ 85.982560] [ARISC WARING] :callback not install
  997. [ 85.987764] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  998. [ 86.006659] [ARISC ERROR] :message process error
  999. [ 86.011973] [ARISC ERROR] :message addr : f004b840
  1000. [ 86.017577] [ARISC ERROR] :message state : 5
  1001. [ 86.022535] [ARISC ERROR] :message attr : 2
  1002. [ 86.027460] [ARISC ERROR] :message type : 30
  1003. [ 86.032547] [ARISC ERROR] :message result : ff
  1004. [ 86.037545] [ARISC WARING] :callback not install
  1005. [ 86.042929] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1006. No DHCPOFFERS received.
  1007. No working leases in persistent database - sleeping.
  1008. done.
  1009. [....] Cleaning up temporary files.... ok
  1010. [....] Setting up ALSA...done.
  1011. [info] Setting console screen modes.
  1012. setterm: cannot (un)set powersave mode: Invalid argument
  1013. [info] Skipping font and keymap setup (handled by console-setup).
  1014. [....] Setting up console font and keymap...done.
  1015. INIT: Entering runlevel: 2
  1016. [info] Using makefile-style concurrent boot in runlevel 2.
  1017. [....] Starting enhanced syslogd: rsyslogd. ok
  1018. [ 100.512693] vmouse_input_dev_open
  1019. [ 100.620357] vmouse_input_dev_close
  1020. [....] Loading cpufreq kernel modules...done (none).
  1021. [....] Starting NTP server: ntpd. ok
  1022. [....] Starting ACPI services...RTNETLINK1 answers: No such file or directory
  1023. acpid: error talking to the kernel via netlink
  1024. . ok
  1025. [....] Starting system message bus: dbus. ok
  1026. [....] Starting periodic command scheduler: cron. ok
  1027. [ 101.392181] [ARISC ERROR] :message process error
  1028. [ 101.397401] [ARISC ERROR] :message addr : f004b840
  1029. [ 101.403180] [ARISC ERROR] :message state : 5
  1030. [ 101.408094] [ARISC ERROR] :message attr : 2
  1031. [ 101.413182] [ARISC ERROR] :message type : 30
  1032. [ 101.418184] [ARISC ERROR] :message result : ff
  1033. [ 101.423327] [ARISC WARING] :callback not install
  1034. [ 101.428738] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1035. [ 101.444150] [ARISC ERROR] :message process error
  1036. [ 101.449375] [ARISC ERROR] :message addr : f004b840
  1037. [ 101.455144] [ARISC ERROR] :message state : 5
  1038. [ 101.460119] [ARISC ERROR] :message attr : 2
  1039. [....] Loading LIRC modules: 101.465036] [ARISC ERROR] :message type : 30
  1040. 5l[ ok 101.472883] [ARISC ERROR] :message result : ff
  1041. 8.[ 101.480698] [ARISC WARING] :callback not install
  1042. [ 101.487611] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1043.  
  1044. [....] Starting remote control daemon(s) : LIRC : 101.502525] [ARISC ERROR] :message process error
  1045. c.
  1046. [ 101.507968] [ARISC ERROR] :message addr : f004b840
  1047. [ 101.514036] [ARISC ERROR] :message state : 5
  1048. [ 101.518952] [ARISC ERROR] :message attr : 2
  1049. [ 101.524022] [ARISC ERROR] :message type : 30
  1050. [ 101.529048] [ARISC ERROR] :message result : ff
  1051. [ 101.534139] [ARISC WARING] :callback not install
  1052. [ 101.539862] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1053. [ 101.579929] Bluetooth: Core ver 2.16
  1054. [ 101.590290] NET: Registered protocol family 31
  1055. [ 101.596179] Bluetooth: HCI device and connection manager initialized
  1056. [ 101.596694] [ARISC ERROR] :message process error
  1057. [ 101.596721] [ARISC ERROR] :message addr : f004b840
  1058. [ 101.596740] [ARISC ERROR] :message state : 5
  1059. [ 101.596758] [ARISC ERROR] :message attr : 2
  1060. [ 101.596776] [ARISC ERROR] :message type : 30
  1061. [ 101.596794] [ARISC ERROR] :message result : ff
  1062. [ 101.596811] [ARISC WARING] :callback not install
  1063. [ 101.596834] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1064. [ 101.603831] [ARISC ERROR] :message process error
  1065. [ 101.603871] [ARISC ERROR] :message addr : f004b840
  1066. [ 101.603892] [ARISC ERROR] :message state : 5
  1067. [ 101.603910] [ARISC ERROR] :message attr : 2
  1068. [ 101.603928] [ARISC ERROR] :message type : 30
  1069. [ 101.603946] [ARISC ERROR] :message result : ff
  1070. [ 101.603963] [ARISC WARING] :callback not install
  1071. [ 101.603988] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1072. [ 101.611017] [ARISC ERROR] :message process error
  1073. [ 101.611059] [ARISC ERROR] :message addr : f004b840
  1074. [ 101.611087] [ARISC ERROR] :message state : 5
  1075. [ 101.611113] [ARISC ERROR] :message attr : 2
  1076. [ 101.611137] [ARISC ERROR] :message type : 30
  1077. [ 101.611165] [ARISC ERROR] :message result : ff
  1078. [ 101.611186] [ARISC WARING] :callback not install
  1079. [ 101.611220] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1080. [ 101.740452] Bluetooth: HCI socket layer initialized
  1081. [ 101.746179] Bluetooth: L2CAP socket layer initialized
  1082. [ 101.752372] Bluetooth: SCO socket layer initialized
  1083. [ 101.755483] [ARISC ERROR] :message process error
  1084. [ 101.755520] [ARISC ERROR] :message addr : f004b840
  1085. [ 101.755541] [ARISC ERROR] :message state : 5
  1086. [ 101.755558] [ARISC ERROR] :message attr : 2
  1087. [ 101.755577] [ARISC ERROR] :message type : 30
  1088. [ 101.755595] [ARISC ERROR] :message result : ff
  1089. [ 101.755611] [ARISC WARING] :callback not install
  1090. [ 101.755636] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1091. [ 101.762665] [ARISC ERROR] :message process error
  1092. [ 101.762698] [ARISC ERROR] :message addr : f004b840
  1093. [ 101.762718] [ARISC ERROR] :message state : 5
  1094. [ 101.762735] [ARISC ERROR] :message attr : 2
  1095. [ 101.762754] [ARISC ERROR] :message type : 30
  1096. [ 101.762772] [ARISC ERROR] :message result : ff
  1097. [ 101.762789] [ARISC WARING] :callback not install
  1098. [ 101.762877] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1099. [ 101.769770] [ARISC ERROR] :message process error
  1100. [ 101.769797] [ARISC ERROR] :message addr : f004b840
  1101. [ 101.769816] [ARISC ERROR] :message state : 5
  1102. [ 101.769833] [ARISC ERROR] :message attr : 2
  1103. [ 101.769851] [ARISC ERROR] :message type : 30
  1104. [ 101.769869] [ARISC ERROR] :message result : ff
  1105. [ 101.769886] [ARISC WARING] :callback not install
  1106. [ 101.769907] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1107. [ 101.805415] [ARISC ERROR] :message process error
  1108. [ 101.805446] [ARISC ERROR] :message addr : f004b840
  1109. [ 101.805466] [ARISC ERROR] :message state : 5
  1110. [ 101.805484] [ARISC ERROR] :message attr : 2
  1111. [ 101.805503] [ARISC ERROR] :message type : 30
  1112. [ 101.805521] [ARISC ERROR] :message result : ff
  1113. [ 101.805537] [ARISC WARING] :callback not install
  1114. [ 101.805561] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1115. [ 101.812472] [ARISC ERROR] :message process error
  1116. [ 101.812507] [ARISC ERROR] :message addr : f004b840
  1117. [....] CPUFreq Utilities: Settin[ 101.812532] [ARISC ERROR] :message state : 5
  1118. [ 101.812557] [ARISC ERROR] :message attr : 2
  1119. [ 101.812583] [ARISC ERROR] :message type : 30
  1120. g interactive CPUFreq governor..[ 101.812601] [ARISC ERROR] :message result : ff
  1121. [ 101.812619] [ARISC WARING] :callback not install
  1122. .CPU0...CPU1...CPU2...CPU3... 101.812642] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1123. [ 101.819645] [ARISC ERROR] :message process error
  1124. [ 101.819673] [ARISC ERROR] :message addr : f004b840
  1125. 25l[ ok [ 101.819693] [ARISC ERROR] :message state : 5
  1126. [ 101.819711] [ARISC ERROR] :message attr : 2
  1127. done.
  1128. [ 101.819729] [ARISC ERROR] :message type : 30
  1129. [ 101.819747] [ARISC ERROR] :message result : ff
  1130. [ 101.819763] [ARISC WARING] :callback not install
  1131. [ 101.819786] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1132. [ 101.901200] Bluetooth: RFCOMM TTY layer initialized
  1133. [ 101.940753] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  1134. [ 101.940781] Bluetooth: BNEP filters: protocol multicast
  1135. [ 102.058623] Bluetooth: RFCOMM socket layer initialized
  1136. [ 102.064542] Bluetooth: RFCOMM ver 1.11
  1137. [ ok ] Setting noop I/O scheduler for mmcblk0
  1138. [ ok ] Starting ARM hardware info: Orange Pi One
  1139. [....] Starting OpenBSD Secure Shell server: sshd. ok
  1140. [....] Starting bluetooth: bluetoothd rfcomm. ok
  1141. [....] Setting sysfs variables.... ok
  1142.  
  1143. Debian GNU/Linux 7 orangepi2 ttyS0
  1144.  
  1145. orangepi2 login: [ 111.016538] [ARISC ERROR] :message process error
  1146. [ 111.021901] [ARISC ERROR] :message addr : f004b840
  1147. [ 111.027547] [ARISC ERROR] :message state : 5
  1148. [ 111.037588] [ARISC ERROR] :message attr : 2
  1149. [ 111.042638] [ARISC ERROR] :message type : 30
  1150. [ 111.047652] [ARISC ERROR] :message result : ff
  1151. [ 111.052746] [ARISC WARING] :callback not install
  1152. [ 111.057955] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1153. [ 111.071410] [ARISC ERROR] :message process error
  1154. [ 111.076664] [ARISC ERROR] :message addr : f004b840
  1155. [ 111.082354] [ARISC ERROR] :message state : 5
  1156. [ 111.087270] [ARISC ERROR] :message attr : 2
  1157. [ 111.092305] [ARISC ERROR] :message type : 30
  1158. [ 111.097317] [ARISC ERROR] :message result : ff
  1159. [ 111.102421] [ARISC WARING] :callback not install
  1160. [ 111.107643] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1161. [ 111.121172] [ARISC ERROR] :message process error
  1162. [ 111.126419] [ARISC ERROR] :message addr : f004b840
  1163. [ 111.132118] [ARISC ERROR] :message state : 5
  1164. [ 111.137034] [ARISC ERROR] :message attr : 2
  1165. [ 111.142074] [ARISC ERROR] :message type : 30
  1166. [ 111.147089] [ARISC ERROR] :message result : ff
  1167. [ 111.157226] [ARISC WARING] :callback not install
  1168. [ 111.162570] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1169. [ 112.436941] [ARISC ERROR] :message process error
  1170. [ 112.442253] [ARISC ERROR] :message addr : f004b840
  1171. [ 112.447843] [ARISC ERROR] :message state : 5
  1172. [ 112.452802] [ARISC ERROR] :message attr : 2
  1173. [ 112.457709] [ARISC ERROR] :message type : 30
  1174. [ 112.462774] [ARISC ERROR] :message result : ff
  1175. [ 112.467778] [ARISC WARING] :callback not install
  1176. [ 112.473050] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1177. [ 112.686769] [ARISC ERROR] :message process error
  1178. [ 112.692071] [ARISC ERROR] :message addr : f004b840
  1179. [ 112.697664] [ARISC ERROR] :message state : 5
  1180. [ 112.702618] [ARISC ERROR] :message attr : 2
  1181. [ 112.707528] [ARISC ERROR] :message type : 30
  1182. [ 112.712593] [ARISC ERROR] :message result : ff
  1183. [ 112.717599] [ARISC WARING] :callback not install
  1184. [ 112.722847] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1185. [ 112.936935] [ARISC ERROR] :message process error
  1186. [ 112.942224] [ARISC ERROR] :message addr : f004b840
  1187. [ 112.947819] [ARISC ERROR] :message state : 5
  1188. [ 112.957787] [ARISC ERROR] :message attr : 2
  1189. [ 112.962755] [ARISC ERROR] :message type : 30
  1190. [ 112.967760] [ARISC ERROR] :message result : ff
  1191. [ 112.972826] [ARISC WARING] :callback not install
  1192. [ 112.978045] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1193. [ 117.436948] [ARISC ERROR] :message process error
  1194. [ 117.442261] [ARISC ERROR] :message addr : f004b840
  1195. [ 117.447853] [ARISC ERROR] :message state : 5
  1196. [ 117.457823] [ARISC ERROR] :message attr : 2
  1197. [ 117.462795] [ARISC ERROR] :message type : 30
  1198. [ 117.467802] [ARISC ERROR] :message result : ff
  1199. [ 117.472851] [ARISC WARING] :callback not install
  1200. [ 117.478073] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1201. [ 117.491789] [ARISC ERROR] :message process error
  1202. [ 117.496994] [ARISC ERROR] :message addr : f004b840
  1203. [ 117.502632] [ARISC ERROR] :message state : 5
  1204. [ 117.507537] [ARISC ERROR] :message attr : 2
  1205. [ 117.512503] [ARISC ERROR] :message type : 30
  1206. [ 117.517508] [ARISC ERROR] :message result : ff
  1207. [ 117.522557] [ARISC WARING] :callback not install
  1208. [ 117.527773] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1209. [ 117.786793] [ARISC ERROR] :message process error
  1210. [ 117.792096] [ARISC ERROR] :message addr : f004b840
  1211. [ 117.797690] [ARISC ERROR] :message state : 5
  1212. [ 117.802678] [ARISC ERROR] :message attr : 2
  1213. [ 117.807585] [ARISC ERROR] :message type : 30
  1214. [ 117.812652] [ARISC ERROR] :message result : ff
  1215. [ 117.817656] [ARISC WARING] :callback not install
  1216. [ 117.822907] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1217. [ 146.997870] Adding 131068k swap on /var/swap. Priority:-1 extents:2 across:139260k SS
  1218. [....] Enabling ramlog.... ok
  1219. INIT: Switching to runlevel: 6
  1220. [ 148.685674] sw_uart_set_termios()749 - uart0 write LCR(pre-dlab) failed, lcr 93 reg 13
  1221. INIT: Sendin[info] Using makefile-style concurrent boot in runlevel 6.
  1222. Stopping fake hwclock: saving system time.
  1223. [....] Stopping remote control daemon(s): LIRC:. ok
  1224. [....] Stopping bluetooth: rfcomm /usr/sbin/bluetoothd. ok
  1225. [....] Shutting down ALSA...done.
  1226. [ ok ] Stopping ARM hardware info ...
  1227. [....] Asking all remaining processes to terminate...done.
  1228. [....] All processes ended within 1 seconds...done.
  1229. [....] Stopping enhanced syslogd: rsyslogd. ok
  1230. [ 151.967806] sunxi-rtc sunxi-rtc: Alarm time is invalid, tm->tm_year:136
  1231. [ 151.975412] The process is "hwclock" (pid 3708)
  1232. [....] Stopping ramlog: Error: ramlog is not running failed!
  1233. [....] Deconfiguring network interfaces...Internet Systems Consortium DHCP Client 4.2.2
  1234. Copyright 2004-2011 Internet Systems Consortium.
  1235. All rights reserved.
  1236. For info, please visit https://www.isc.org/software/dhcp/
  1237.  
  1238. Listening on LPF/eth0/82:16:c6:9d:0e:5f
  1239. Sending on LPF/eth0/82:16:c6:9d:0e:5f
  1240. Sending on Socket/fallback
  1241. done.
  1242. [info] Saving the system clock.
  1243. hwclock: Warning: unrecognized third line in adjtime file
  1244. (Expected: `UTC' or `LOCAL' or nothing.)
  1245. hwclock: ioctl(RTC_RD_TIME) to /dev/rtc0 to read the time failed: Operation not permitted
  1246. [info] Hardware Clock updated to Mon Feb 22 20:06:08 CET 2016.
  1247. [....] Unmounting temporary filesystems...done.
  1248. [....] Deactivating swap...done.
  1249. [ 153.313962] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
  1250. [info] Will now restart.
  1251. [ 155.425236] drivers/cpufreq/cpufreq.c:reboot_notifier_call: stop none boot cpus
  1252. [ 155.440768] [ARISC ERROR] :message process error
  1253. [ 155.445976] [ARISC ERROR] :message addr : f004b840
  1254. [ 155.451603] [ARISC ERROR] :message state : 5
  1255. [ 155.456506] [ARISC ERROR] :message attr : 2
  1256. [ 155.461446] [ARISC ERROR] :message type : 30
  1257. [ 155.466450] [ARISC ERROR] :message result : ff
  1258. [ 155.471496] [ARISC WARING] :callback not install
  1259. [ 155.476699] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1260. [ 155.485159] IRQ106 no longer affine to CPU1
  1261. [ 155.490558] CPU1: shutdown
  1262. [ 155.493636] [hotplug]: cpu(2) try to kill cpu(1)
  1263. [ 155.498893] [hotplug]: cpu1 is killed! .
  1264. [ 155.512408] [ARISC ERROR] :message process error
  1265. [ 155.517614] [ARISC ERROR] :message addr : f004b840
  1266. [ 155.523241] [ARISC ERROR] :message state : 5
  1267. [ 155.528149] [ARISC ERROR] :message attr : 2
  1268. [ 155.533114] [ARISC ERROR] :message type : 30
  1269. [ 155.538118] [ARISC ERROR] :message result : ff
  1270. [ 155.543150] [ARISC WARING] :callback not install
  1271. [ 155.548367] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1272. [ 155.556555] IRQ110 no longer affine to CPU2
  1273. [ 155.562031] CPU2: shutdown
  1274. [ 155.565108] [hotplug]: cpu(3) try to kill cpu(2)
  1275. [ 155.570415] [hotplug]: cpu2 is killed! .
  1276. [ 155.583715] [ARISC ERROR] :message process error
  1277. [ 155.588924] [ARISC ERROR] :message addr : f004b840
  1278. [ 155.594545] [ARISC ERROR] :message state : 5
  1279. [ 155.599452] [ARISC ERROR] :message attr : 2
  1280. [ 155.604389] [ARISC ERROR] :message type : 30
  1281. [ 155.609393] [ARISC ERROR] :message result : ff
  1282. [ 155.614423] [ARISC WARING] :callback not install
  1283. [ 155.619628] [cpu_freq] ERR:set cpu frequency to 1296MHz failed!
  1284. [ 155.628380] CPU3: shutdown
  1285. [ 155.631614] [hotplug]: cpu(0) try to kill cpu(3)
  1286. [ 155.636870] [hotplug]: cpu3 is killed! .
  1287. [ 155.643991] drivers/cpufreq/cpufreq.c:reboot_notifier_call: stop none boot cpus done
  1288. [ 155.653691] [mmc]: try to disable cache
  1289. [ 155.658039] ------------[ cut here ]------------
  1290. [ 155.662735] Kernel BUG at c04f86b8 [verbose debug info unavailable]
  1291. [ 155.662735] sunxi oops: enable sdcard JTAG interface
  1292. [ 155.662735] sunxi oops: cpu frequency: 408 MHz
  1293. [ 155.662735] sunxi oops: ddr frequency: 624 MHz
  1294. [ 155.662735] sunxi oops: gpu frequency: 105 MHz
  1295. [ 155.662735] sunxi oops: cpu temperature: 58
  1296. [ 155.662735] Internal error: Oops - BUG: 0 [#1] PREEMPT SMP ARM
  1297. [ 155.662735] Modules linked in: bnep rfcomm bluetooth w1_therm w1_gpio wire w1_sunxi gpio_sunxi 8189es
  1298. [ 155.662735] CPU: 0 Not tainted (3.4.110-sun8i #28)
  1299. [ 155.662735] PC is at mmc_send_status+0x44/0x98
  1300. [ 155.662735] LR is at mmc_send_status+0x30/0x98
  1301. [ 155.662735] pc : [<c04f86b8>] lr : [<c04f86a4>] psr: 60000013
  1302. [ 155.662735] sp : d53f1db8 ip : d53f1de8 fp : d53f1dfc
  1303. [ 155.662735] r10: 00000000 r9 : d53f0000 r8 : d53f0000
  1304. [ 155.662735] r7 : c0aa7b9c r6 : c09c58b0 r5 : 00000000 r4 : d53f1e04
  1305. [ 155.662735] r3 : 00000000 r2 : fffffff0 r1 : 00000000 r0 : d53f1db8
  1306. [ 155.662735] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
  1307. [ 155.662735] Control: 10c5387d Table: 54b1006a DAC: 00000015
  1308. [ 155.662735]
  1309. [ 155.662735] PC: 0xc04f8638:
  1310. [ 155.662735] 8638 e1a00004 e24b1044 e3a02000 e3a0303b e50b5040 e50b3044 e3a03080 e50b302c
  1311. [ 155.662735] 8658 ebffeb16 e3500000 05d43200 07c03015 05c43200 e24bd014 e89da830 e1a0c00d
  1312. [ 155.662735] 8678 e92dd830 e24cb004 e24dd030 e52de004 e8bd4000 e3a02030 e1a05000 e1a04001
  1313. [ 155.662735] 8698 e24b0044 e3a01000 ebf9abbe e3550000 0a000002 e5950000 e3500000 1a000000
  1314. [ 155.662735] 86b8 e7f001f2 e3a0300d e50b3044 e59031b8 e24b1044 e3a02003 e3130010 05953188
  1315. [ 155.662735] 86d8 01a03803 050b3040 e3003195 e50b302c ebffeaf2 e3500000 1a000003 e3540000
  1316. [ 155.662735] 86f8 151b303c 01a00004 15843000 e24bd014 e89da830 e1a0c00d e92dd8f0 e24cb004
  1317. [ 155.662735] 8718 e24dd038 e52de004 e8bd4000 e1a04000 e1a06001 e1a05002 e24b004c e3a01000
  1318. [ 155.662735]
  1319. [ 155.662735] LR: 0xc04f8624:
  1320. [ 155.662735] 8624 e1a04000 e1a05001 e24b0044 e3a01000 ebf9abd9 e1a00004 e24b1044 e3a02000
  1321. [ 155.662735] 8644 e3a0303b e50b5040 e50b3044 e3a03080 e50b302c ebffeb16 e3500000 05d43200
  1322. [ 155.662735] 8664 07c03015 05c43200 e24bd014 e89da830 e1a0c00d e92dd830 e24cb004 e24dd030
  1323. [ 155.662735] 8684 e52de004 e8bd4000 e3a02030 e1a05000 e1a04001 e24b0044 e3a01000 ebf9abbe
  1324. [ 155.662735] 86a4 e3550000 0a000002 e5950000 e3500000 1a000000 e7f001f2 e3a0300d e50b3044
  1325. [ 155.662735] 86c4 e59031b8 e24b1044 e3a02003 e3130010 05953188 01a03803 050b3040 e3003195
  1326. [ 155.662735] 86e4 e50b302c ebffeaf2 e3500000 1a000003 e3540000 151b303c 01a00004 15843000
  1327. [ 155.662735] 8704 e24bd014 e89da830 e1a0c00d e92dd8f0 e24cb004 e24dd038 e52de004 e8bd4000
  1328. [ 155.662735]
  1329. [ 155.662735] SP: 0xd53f1d38:
  1330. [ 155.662735] 1d38 c002b240 c002abe0 00000000 60000013 74eb0b61 00000013 c04f86bc 60000013
  1331. [ 155.662735] 1d58 c000de14 00000000 d53f1dfc d53f1d70 c000db6c c000820c d53f1db8 00000000
  1332. [ 155.662735] 1d78 fffffff0 00000000 d53f1e04 00000000 c09c58b0 c0aa7b9c d53f0000 d53f0000
  1333. [ 155.662735] 1d98 00000000 d53f1dfc d53f1de8 d53f1db8 c04f86a4 c04f86b8 60000013 ffffffff
  1334. [ 155.662735] 1db8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1335. [ 155.662735] 1dd8 00000000 00000000 00000000 00000000 d5072400 00000000 d53f1e24 d53f1e00
  1336. [ 155.662735] 1df8 c05049d8 c04f8680 00000000 00000000 d53f1e34 c09c58c4 c09c58b8 c0aa7b9c
  1337. [ 155.662735] 1e18 d53f1e34 d53f1e28 c04111b4 c0504940 d53f1e54 d53f1e38 c040dde4 c041119c
  1338. [ 155.662735]
  1339. [ 155.662735] IP: 0xd53f1d68:
  1340. [ 155.662735] 1d68 c000db6c c000820c d53f1db8 00000000 fffffff0 00000000 d53f1e04 00000000
  1341. [ 155.662735] 1d88 c09c58b0 c0aa7b9c d53f0000 d53f0000 00000000 d53f1dfc d53f1de8 d53f1db8
  1342. [ 155.662735] 1da8 c04f86a4 c04f86b8 60000013 ffffffff 00000000 00000000 00000000 00000000
  1343. [ 155.662735] 1dc8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1344. [ 155.662735] 1de8 d5072400 00000000 d53f1e24 d53f1e00 c05049d8 c04f8680 00000000 00000000
  1345. [ 155.662735] 1e08 d53f1e34 c09c58c4 c09c58b8 c0aa7b9c d53f1e34 d53f1e28 c04111b4 c0504940
  1346. [ 155.662735] 1e28 d53f1e54 d53f1e38 c040dde4 c041119c 00000000 00000000 00000001 c098cf7c
  1347. [ 155.662735] 1e48 d53f1e64 d53f1e58 c003fb34 c040dd30 d53f1e7c d53f1e68 c003fb5c c003fb04
  1348. [ 155.662735]
  1349. [ 155.662735] FP: 0xd53f1d7c:
  1350. [ 155.662735] 1d7c 00000000 d53f1e04 00000000 c09c58b0 c0aa7b9c d53f0000 d53f0000 00000000
  1351. [ 155.662735] 1d9c d53f1dfc d53f1de8 d53f1db8 c04f86a4 c04f86b8 60000013 ffffffff 00000000
  1352. [ 155.662735] 1dbc 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1353. [ 155.662735] 1ddc 00000000 00000000 00000000 d5072400 00000000 d53f1e24 d53f1e00 c05049d8
  1354. [ 155.662735] 1dfc c04f8680 00000000 00000000 d53f1e34 c09c58c4 c09c58b8 c0aa7b9c d53f1e34
  1355. [ 155.662735] 1e1c d53f1e28 c04111b4 c0504940 d53f1e54 d53f1e38 c040dde4 c041119c 00000000
  1356. [ 155.662735] 1e3c 00000000 00000001 c098cf7c d53f1e64 d53f1e58 c003fb34 c040dd30 d53f1e7c
  1357. [ 155.662735] 1e5c d53f1e68 c003fb5c c003fb04 01234567 01234567 d53f1fa4 d53f1e80 c003fd48
  1358. [ 155.662735]
  1359. [ 155.662735] R0: 0xd53f1d38:
  1360. [ 155.662735] 1d38 c002b240 c002abe0 00000000 60000013 74eb0b61 00000013 c04f86bc 60000013
  1361. [ 155.662735] 1d58 c000de14 00000000 d53f1dfc d53f1d70 c000db6c c000820c d53f1db8 00000000
  1362. [ 155.662735] 1d78 fffffff0 00000000 d53f1e04 00000000 c09c58b0 c0aa7b9c d53f0000 d53f0000
  1363. [ 155.662735] 1d98 00000000 d53f1dfc d53f1de8 d53f1db8 c04f86a4 c04f86b8 60000013 ffffffff
  1364. [ 155.662735] 1db8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1365. [ 155.662735] 1dd8 00000000 00000000 00000000 00000000 d5072400 00000000 d53f1e24 d53f1e00
  1366. [ 155.662735] 1df8 c05049d8 c04f8680 00000000 00000000 d53f1e34 c09c58c4 c09c58b8 c0aa7b9c
  1367. [ 155.662735] 1e18 d53f1e34 d53f1e28 c04111b4 c0504940 d53f1e54 d53f1e38 c040dde4 c041119c
  1368. [ 155.662735]
  1369. [ 155.662735] R4: 0xd53f1d84:
  1370. [ 155.662735] 1d84 00000000 c09c58b0 c0aa7b9c d53f0000 d53f0000 00000000 d53f1dfc d53f1de8
  1371. [ 155.662735] 1da4 d53f1db8 c04f86a4 c04f86b8 60000013 ffffffff 00000000 00000000 00000000
  1372. [ 155.662735] 1dc4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1373. [ 155.662735] 1de4 00000000 d5072400 00000000 d53f1e24 d53f1e00 c05049d8 c04f8680 00000000
  1374. [ 155.662735] 1e04 00000000 d53f1e34 c09c58c4 c09c58b8 c0aa7b9c d53f1e34 d53f1e28 c04111b4
  1375. [ 155.662735] 1e24 c0504940 d53f1e54 d53f1e38 c040dde4 c041119c 00000000 00000000 00000001
  1376. [ 155.662735] 1e44 c098cf7c d53f1e64 d53f1e58 c003fb34 c040dd30 d53f1e7c d53f1e68 c003fb5c
  1377. [ 155.662735] 1e64 c003fb04 01234567 01234567 d53f1fa4 d53f1e80 c003fd48 c003fb4c 00000000
  1378. [ 155.662735]
  1379. [ 155.662735] R6: 0xc09c5830:
  1380. [ 155.662735] 5830 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1381. [ 155.662735] 5850 00000000 c09c5854 c09c5854 00000000 00000000 00000000 00000000 00000000
  1382. [ 155.662735] 5870 00000000 00000000 00000000 c09c587c c09c587c 00000000 00000000 00000000
  1383. [ 155.662735] 5890 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1384. [ 155.662735] 58b0 c0844b7c 00000002 c09aedc0 d5060240 d506a880 c09c58c4 c09c58c4 c09aedc8
  1385. [ 155.662735] 58d0 d58ccbc0 c09aec58 d5071948 00000006 00000007 00000000 00000000 00000001
  1386. [ 155.662735] 58f0 00000000 00000000 c09c58f8 c09c58f8 00000000 c09aef40 c09c5094 c09c53f0
  1387. [ 155.662735] 5910 00000000 00000002 00000000 00000000 d5072c70 c09c5788 7fffffff 00000000
  1388. [ 155.662735]
  1389. [ 155.662735] R7: 0xc0aa7b1c:
  1390. [ 155.662735] 7b1c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1391. [ 155.662735] 7b3c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1392. [ 155.662735] 7b5c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1393. [ 155.662735] 7b7c 00000000 00000000 00000000 d552b778 d598ba80 d59752c0 00000000 00000003
  1394. [ 155.662735] 7b9c d58ccbc0 d5948a40 d58ccb00 00000000 00000000 d58ccb80 d58ccb40 d58ccac0
  1395. [ 155.662735] 7bbc d58cca80 00000000 00000001 0000001b d5028dc0 d58cca40 00000000 d58cca00
  1396. [ 155.662735] 7bdc d58f3ac0 00000000 00000000 00000000 d58f0500 00000000 00000000 00000000
  1397. [ 155.662735] 7bfc 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1398. [ 155.662735]
  1399. [ 155.662735] R8: 0xd53eff80:
  1400. [ 155.662735] ff80 d523b6a8 d518d3c8 00100100 00200200 00100100 00200200 d51a2a70 d5167f38
  1401. [ 155.662735] ffa0 00100100 00200200 00100100 00200200 d4a6b5a0 d5267428 00100100 00200200
  1402. [ 155.662735] ffc0 00100100 00200200 d530e338 d518d578 00100100 00200200 00100100 00200200
  1403. [ 155.662735] ffe0 d532b390 d53244e8 00100100 00200200 00100100 00200200 00000000 00000000
  1404. [ 155.662735] 0000 00000000 00000002 00000000 d51b9580 c098b300 00000000 00000015 d50bbe40
  1405. [ 155.662735] 0020 00000000 d51b9580 c0f59740 d58f3040 d53f0000 c0985518 d53f1ca4 d53f1c00
  1406. [ 155.662735] 0040 c068191c 00000000 00000000 00000000 00000000 00000000 01000000 00000000
  1407. [ 155.662735] 0060 b6f15800 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1408. [ 155.662735]
  1409. [ 155.662735] R9: 0xd53eff80:
  1410. [ 155.662735] ff80 d523b6a8 d518d3c8 00100100 00200200 00100100 00200200 d51a2a70 d5167f38
  1411. [ 155.662735] ffa0 00100100 00200200 00100100 00200200 d4a6b5a0 d5267428 00100100 00200200
  1412. [ 155.662735] ffc0 00100100 00200200 d530e338 d518d578 00100100 00200200 00100100 00200200
  1413. [ 155.662735] ffe0 d532b390 d53244e8 00100100 00200200 00100100 00200200 00000000 00000000
  1414. [ 155.662735] 0000 00000000 00000002 00000000 d51b9580 c098b300 00000000 00000015 d50bbe40
  1415. [ 155.662735] 0020 00000000 d51b9580 c0f59740 d58f3040 d53f0000 c0985518 d53f1ca4 d53f1c00
  1416. [ 155.662735] 0040 c068191c 00000000 00000000 00000000 00000000 00000000 01000000 00000000
  1417. [ 155.662735] 0060 b6f15800 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1418. [ 155.662735] Process reboot (pid: 3864, stack limit = 0xd53f02f8)
  1419. [ 155.662735] Stack: (0xd53f1db8 to 0xd53f2000)
  1420. [ 155.662735] 1da0: 00000000 00000000
  1421. [ 155.662735] 1dc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1422. [ 155.662735] 1de0: 00000000 00000000 d5072400 00000000 d53f1e24 d53f1e00 c05049d8 c04f8680
  1423. [ 155.662735] 1e00: 00000000 00000000 d53f1e34 c09c58c4 c09c58b8 c0aa7b9c d53f1e34 d53f1e28
  1424. [ 155.662735] 1e20: c04111b4 c0504940 d53f1e54 d53f1e38 c040dde4 c041119c 00000000 00000000
  1425. [ 155.662735] 1e40: 00000001 c098cf7c d53f1e64 d53f1e58 c003fb34 c040dd30 d53f1e7c d53f1e68
  1426. [ 155.662735] 1e60: c003fb5c c003fb04 01234567 01234567 d53f1fa4 d53f1e80 c003fd48 c003fb4c
  1427. [ 155.662735] 1e80: 00000000 d532b3e8 d4a73de0 d51a2338 01d85000 c011ff04 d53f1eb4 d53f1ea8
  1428. [ 155.662735] 1ea0: c00e3d0c c00e3b2c d53f1ec4 d53f1eb8 c00e3d5c c00e3ccc d53f1f3c d53f1ec8
  1429. [ 155.662735] 1ec0: c0102d0c c011fee4 00000020 00000000 d532b40c c00aba74 c0f67aa8 c0682f60
  1430. [ 155.662735] 1ee0: 00000000 c013a00c d53f1f1c d53f1ef8 c013a00c c0138df0 d5137b50 d51cb500
  1431. [ 155.662735] 1f00: d571c9e8 40000010 d55c9c40 d5137b50 d53f1f2c d53f1f20 c013a150 c0139fb4
  1432. [ 155.662735] 1f20: d53f1f64 d53f1f30 c0120048 c013a128 00000020 00000000 c0159d90 d51cb500
  1433. [ 155.662735] 1f40: 00000000 d485c5c0 d51cb500 c000e168 d53f0000 00000000 d53f1f84 d53f1f68
  1434. [ 155.662735] 1f60: c011c46c c011fe48 00000000 00000003 d485c5c0 d485c600 d53f1fa4 d53f1f88
  1435. [ 155.662735] 1f80: c011c538 00000001 00000000 00000000 00000058 c000e168 00000000 d53f1fa8
  1436. [ 155.662735] 1fa0: c000df00 c003fbcc 00000001 00000000 fee1dead 28121969 01234567 00000001
  1437. [ 155.662735] 1fc0: 00000001 00000000 00000000 00000058 00013104 00000001 000130fc 00000000
  1438. [ 155.662735] 1fe0: 00000058 be86bc14 b6e9dd3d b6e23f96 80000030 fee1dead 00000000 00000000
  1439. [ 155.662735] [<c04f86b8>] (mmc_send_status+0x44/0x98) from [<c05049d8>] (shutdown_mmc+0xa4/0x1d8)
  1440. [ 155.662735] [<c05049d8>] (shutdown_mmc+0xa4/0x1d8) from [<c04111b4>] (platform_drv_shutdown+0x24/0x28)
  1441. [ 155.662735] [<c04111b4>] (platform_drv_shutdown+0x24/0x28) from [<c040dde4>] (device_shutdown+0xc0/0xec)
  1442. [ 155.662735] [<c040dde4>] (device_shutdown+0xc0/0xec) from [<c003fb34>] (kernel_restart_prepare+0x3c/0x48)
  1443. [ 155.662735] [<c003fb34>] (kernel_restart_prepare+0x3c/0x48) from [<c003fb5c>] (kernel_restart+0x1c/0x60)
  1444. [ 155.662735] [<c003fb5c>] (kernel_restart+0x1c/0x60) from [<c003fd48>] (sys_reboot+0x188/0x1fc)
  1445. [ 155.662735] [<c003fd48>] (sys_reboot+0x188/0x1fc) from [<c000df00>] (ret_fast_syscall+0x0/0x30)
  1446. [ 155.662735] Code: 0a000002 e5950000 e3500000 1a000000 (e7f001f2)
  1447. [ 156.924432] ---[ end trace 96d443160678ddac ]---
  1448. Segmentation fault
  1449. [....] startpar: service(s) returned failure: resize2fs ... failed!
  1450. [ 157.130938] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1451. [ 157.139104] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1452. [ 157.147032] [mmc]: found data error, need to send stop command !!
  1453. [ 157.153936] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1454. [ 157.163166] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1455. [ 157.171412] mmcblk0: error -110 sending status command, retrying
  1456. [ 157.178211] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1457. [ 157.186493] mmcblk0: error -110 sending status command, retrying
  1458. [ 157.193339] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1459. [ 157.201585] mmcblk0: error -110 sending status command, aborting
  1460. [ 157.208456] end_request: I/O error, dev mmcblk0, sector 68368
  1461. [ 157.225271] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 25, RE !!
  1462. [ 157.233465] [mmc]: *** sunxi_mci_request_done(L887): In data write operation
  1463. [ 157.241444] [mmc]: found data error, need to send stop command !!
  1464. [ 157.248321] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1465. [ 157.257453] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1466. [ 157.265699] mmcblk0: error -110 sending status command, retrying
  1467. [ 157.272516] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1468. [ 157.280757] mmcblk0: error -110 sending status command, retrying
  1469. [ 157.287541] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1470. [ 157.295787] mmcblk0: error -110 sending status command, aborting
  1471. [ 157.302596] end_request: I/O error, dev mmcblk0, sector 2048
  1472. [ 157.308979] Buffer I/O error on device mmcblk0p1, logical block 0
  1473. [ 157.312566] lost page write due to I/O error on mmcblk0p1
  1474. [ 157.322070] EXT4-fs error (device mmcblk0p1): ext4_find_entry:941: inode #8002: comm init: reading directory lblock 0
  1475. [ 157.334306] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1476. [ 157.342509] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1477. [ 157.350395] [mmc]: found data error, need to send stop command !!
  1478. [ 157.357263] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1479. [ 157.366420] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1480. [ 157.374665] mmcblk0: error -110 sending status command, retrying
  1481. [ 157.381501] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1482. [ 157.389674] mmcblk0: error -110 sending status command, retrying
  1483. [ 157.396493] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1484. [ 157.404725] mmcblk0: error -110 sending status command, aborting
  1485. [ 157.411545] end_request: I/O error, dev mmcblk0, sector 68368
  1486. [ 157.418071] EXT4-fs (mmcblk0p1): previous I/O error to superblock detected
  1487. [ 157.426086] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 25, RE !!
  1488. [ 157.434277] [mmc]: *** sunxi_mci_request_done(L887): In data write operation
  1489. [ 157.442264] [mmc]: found data error, need to send stop command !!
  1490. [ 157.449129] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1491. [ 157.458324] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1492. [ 157.466567] mmcblk0: error -110 sending status command, retrying
  1493. [ 157.473383] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1494. [ 157.481625] mmcblk0: error -110 sending status command, retrying
  1495. [ 157.488409] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1496. [ 157.496656] mmcblk0: error -110 sending status command, aborting
  1497. [ 157.503466] end_request: I/O error, dev mmcblk0, sector 2048
  1498. [ 157.509850] Buffer I/O error on device mmcblk0p1, logical block 0
  1499. [ 157.513435] lost page write due to I/O error on mmcblk0p1
  1500. [ 157.532946] EXT4-fs error (device mmcblk0p1): ext4_find_entry:941: inode #8002: comm init: reading directory lblock 0
  1501. [ 157.547702] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1502. [ 157.555926] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1503. [ 157.563829] [mmc]: found data error, need to send stop command !!
  1504. [ 157.570729] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1505. [ 157.580826] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1506. [ 157.588994] mmcblk0: error -110 sending status command, retrying
  1507. [ 157.595841] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1508. [ 157.604085] mmcblk0: error -110 sending status command, retrying
  1509. [ 157.610917] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1510. [ 157.619091] mmcblk0: error -110 sending status command, aborting
  1511. [ 157.625912] end_request: I/O error, dev mmcblk0, sector 12800
  1512. [ 157.632577] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1513. [ 157.640762] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1514. [ 157.648686] [mmc]: found data error, need to send stop command !!
  1515. [ 157.655582] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1516. [ 157.664714] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1517. [ 157.672990] mmcblk0: error -110 sending status command, retrying
  1518. [ 157.679789] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1519. [ 157.688028] mmcblk0: error -110 sending status command, retrying
  1520. [ 157.694858] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1521. [ 157.703090] mmcblk0: error -110 sending status command, aborting
  1522. [ 157.709877] end_request: I/O error, dev mmcblk0, sector 12808
  1523. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12816
  1524. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12824
  1525. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12832
  1526. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12840
  1527. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12848
  1528. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12856
  1529. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12864
  1530. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12872
  1531. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12880
  1532. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12888
  1533. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12896
  1534. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12904
  1535. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12912
  1536. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12920
  1537. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12928
  1538. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12936
  1539. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12944
  1540. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12952
  1541. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12960
  1542. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12968
  1543. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12976
  1544. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12984
  1545. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 12992
  1546. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 13000
  1547. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 13008
  1548. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 13016
  1549. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 13024
  1550. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 13032
  1551. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 13040
  1552. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 13048
  1553. [ 157.710361] end_request: I/O error, dev mmcblk0, sector 13056
  1554. [ 157.927409] EXT4-fs (mmcblk0p1): previous I/O error to superblock detected
  1555. [ 157.935434] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 25, RE !!
  1556. [ 157.943638] [mmc]: *** sunxi_mci_request_done(L887): In data write operation
  1557. [ 157.951621] [mmc]: found data error, need to send stop command !!
  1558. [ 157.958537] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1559. [ 157.967698] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1560. [ 157.975949] mmcblk0: error -110 sending status command, retrying
  1561. [ 157.982766] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1562. [ 157.990997] mmcblk0: error -110 sending status command, retrying
  1563. [ 157.997791] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1564. [ 158.006022] mmcblk0: error -110 sending status command, aborting
  1565. [ 158.012842] end_request: I/O error, dev mmcblk0, sector 2048
  1566. [ 158.019226] Buffer I/O error on device mmcblk0p1, logical block 0
  1567. [ 158.022800] lost page write due to I/O error on mmcblk0p1
  1568. [ 158.032297] EXT4-fs error (device mmcblk0p1): __ext4_get_inode_loc:3593: inode #17246: block 1360: comm init: unable to read itable block
  1569. INIT: cannot execute "/sbin/sulogin"
  1570. [ 158.072994] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1571. [ 158.081231] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1572. [ 158.089091] [mmc]: found data error, need to send stop command !!
  1573. [ 158.096000] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1574. [ 158.105630] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1575. [ 158.113961] mmcblk0: error -110 sending status command, retrying
  1576. [ 158.120821] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1577. [ 158.129010] mmcblk0: error -110 sending status command, retrying
  1578. [ 158.135887] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1579. [ 158.144184] mmcblk0: error -110 sending status command, aborting
  1580. [ 158.151004] end_request: I/O error, dev mmcblk0, sector 12800
  1581. [ 158.157629] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1582. [ 158.165830] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1583. [ 158.173773] [mmc]: found data error, need to send stop command !!
  1584. [ 158.180677] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1585. [ 158.189781] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1586. [ 158.198032] mmcblk0: error -110 sending status command, retrying
  1587. [ 158.204853] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1588. [ 158.213094] mmcblk0: error -110 sending status command, retrying
  1589. [ 158.219877] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1590. [ 158.238155] mmcblk0: error -110 sending status command, aborting
  1591. [ 158.245047] end_request: I/O error, dev mmcblk0, sector 12808
  1592. [ 158.251536] end_request: I/O error, dev mmcblk0, sector 12816
  1593. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12824
  1594. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12832
  1595. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12840
  1596. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12848
  1597. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12856
  1598. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12864
  1599. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12872
  1600. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12880
  1601. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12888
  1602. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12896
  1603. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12904
  1604. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12912
  1605. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12920
  1606. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12928
  1607. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12936
  1608. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12944
  1609. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12952
  1610. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12960
  1611. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12968
  1612. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12976
  1613. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12984
  1614. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 12992
  1615. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 13000
  1616. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 13008
  1617. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 13016
  1618. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 13024
  1619. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 13032
  1620. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 13040
  1621. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 13048
  1622. [ 158.254935] end_request: I/O error, dev mmcblk0, sector 13056
  1623. [ 158.452531] EXT4-fs (mmcblk0p1): previous I/O error to superblock detected
  1624. [ 158.460555] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 25, RE !!
  1625. [ 158.468709] [mmc]: *** sunxi_mci_request_done(L887): In data write operation
  1626. [ 158.476707] [mmc]: found data error, need to send stop command !!
  1627. [ 158.483609] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1628. [ 158.492756] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1629. [ 158.500990] mmcblk0: error -110 sending status command, retrying
  1630. [ 158.507773] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1631. [ 158.516020] mmcblk0: error -110 sending status command, retrying
  1632. [ 158.522839] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1633. [ 158.541099] mmcblk0: error -110 sending status command, aborting
  1634. [ 158.547883] end_request: I/O error, dev mmcblk0, sector 2048
  1635. [ 158.550017] Buffer I/O error on device mmcblk0p1, logical block 0
  1636. [ 158.550017] lost page write due to I/O error on mmcblk0p1
  1637. [ 158.567337] EXT4-fs error (device mmcblk0p1): __ext4_get_inode_loc:3593: inode #17246: block 1360: comm init: unable to read itable block
  1638. INIT: cannot execute "/sbin/sulogin"
  1639. [ 158.602917] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1640. [ 158.611206] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1641. [ 158.619066] [mmc]: found data error, need to send stop command !!
  1642. [ 158.625970] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1643. [ 158.635186] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1644. [ 158.643857] mmcblk0: error -110 sending status command, retrying
  1645. [ 158.650724] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1646. [ 158.658949] mmcblk0: error -110 sending status command, retrying
  1647. [ 158.665828] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1648. [ 158.674079] mmcblk0: error -110 sending status command, aborting
  1649. [ 158.680984] end_request: I/O error, dev mmcblk0, sector 12800
  1650. [ 158.687603] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1651. [ 158.695802] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1652. [ 158.703749] [mmc]: found data error, need to send stop command !!
  1653. [ 158.710652] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1654. [ 158.719757] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1655. [ 158.728070] mmcblk0: error -110 sending status command, retrying
  1656. [ 158.734892] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1657. [ 158.743139] mmcblk0: error -110 sending status command, retrying
  1658. [ 158.749950] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1659. [ 158.758189] mmcblk0: error -110 sending status command, aborting
  1660. [ 158.765010] end_request: I/O error, dev mmcblk0, sector 12808
  1661. [ 158.771498] end_request: I/O error, dev mmcblk0, sector 12816
  1662. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12824
  1663. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12832
  1664. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12840
  1665. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12848
  1666. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12856
  1667. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12864
  1668. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12872
  1669. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12880
  1670. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12888
  1671. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12896
  1672. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12904
  1673. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12912
  1674. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12920
  1675. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12928
  1676. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12936
  1677. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12944
  1678. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12952
  1679. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12960
  1680. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12968
  1681. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12976
  1682. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12984
  1683. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 12992
  1684. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 13000
  1685. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 13008
  1686. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 13016
  1687. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 13024
  1688. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 13032
  1689. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 13040
  1690. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 13048
  1691. [ 158.774967] end_request: I/O error, dev mmcblk0, sector 13056
  1692. [ 158.982536] EXT4-fs (mmcblk0p1): previous I/O error to superblock detected
  1693. [ 158.990556] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 25, RE !!
  1694. [ 158.998722] [mmc]: *** sunxi_mci_request_done(L887): In data write operation
  1695. [ 159.006709] [mmc]: found data error, need to send stop command !!
  1696. [ 159.013615] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1697. [ 159.022750] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1698. [ 159.030997] mmcblk0: error -110 sending status command, retrying
  1699. [ 159.037784] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1700. [ 159.046397] mmcblk0: error -110 sending status command, retrying
  1701. [ 159.053230] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1702. [ 159.061483] mmcblk0: error -110 sending status command, aborting
  1703. [ 159.068256] end_request: I/O error, dev mmcblk0, sector 2048
  1704. [ 159.071402] Buffer I/O error on device mmcblk0p1, logical block 0
  1705. [ 159.071402] lost page write due to I/O error on mmcblk0p1
  1706. [ 159.087707] EXT4-fs error (device mmcblk0p1): __ext4_get_inode_loc:3593: inode #17246: block 1360: comm init: unable to read itable block
  1707. INIT: cannot execute "/sbin/sulogin"
  1708. [ 159.122932] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1709. [ 159.131170] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1710. [ 159.139030] [mmc]: found data error, need to send stop command !!
  1711. [ 159.145938] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1712. [ 159.155507] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1713. [ 159.163812] mmcblk0: error -110 sending status command, retrying
  1714. [ 159.170644] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1715. [ 159.178828] mmcblk0: error -110 sending status command, retrying
  1716. [ 159.185722] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1717. [ 159.194023] mmcblk0: error -110 sending status command, aborting
  1718. [ 159.200902] end_request: I/O error, dev mmcblk0, sector 12800
  1719. [ 159.207528] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1720. [ 159.215724] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1721. [ 159.223666] [mmc]: found data error, need to send stop command !!
  1722. [ 159.230569] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1723. [ 159.239668] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1724. [ 159.247921] mmcblk0: error -110 sending status command, retrying
  1725. [ 159.254740] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1726. [ 159.262990] mmcblk0: error -110 sending status command, retrying
  1727. [ 159.269774] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1728. [ 159.288131] mmcblk0: error -110 sending status command, aborting
  1729. [ 159.294950] end_request: I/O error, dev mmcblk0, sector 12808
  1730. [ 159.301439] end_request: I/O error, dev mmcblk0, sector 12816
  1731. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12824
  1732. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12832
  1733. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12840
  1734. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12848
  1735. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12856
  1736. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12864
  1737. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12872
  1738. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12880
  1739. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12888
  1740. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12896
  1741. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12904
  1742. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12912
  1743. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12920
  1744. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12928
  1745. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12936
  1746. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12944
  1747. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12952
  1748. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12960
  1749. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12968
  1750. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12976
  1751. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12984
  1752. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 12992
  1753. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 13000
  1754. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 13008
  1755. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 13016
  1756. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 13024
  1757. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 13032
  1758. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 13040
  1759. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 13048
  1760. [ 159.304909] end_request: I/O error, dev mmcblk0, sector 13056
  1761. [ 159.502455] EXT4-fs (mmcblk0p1): previous I/O error to superblock detected
  1762. [ 159.510480] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 25, RE !!
  1763. [ 159.518633] [mmc]: *** sunxi_mci_request_done(L887): In data write operation
  1764. [ 159.526633] [mmc]: found data error, need to send stop command !!
  1765. [ 159.533532] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1766. [ 159.542678] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1767. [ 159.550909] mmcblk0: error -110 sending status command, retrying
  1768. [ 159.557717] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1769. [ 159.565969] mmcblk0: error -110 sending status command, retrying
  1770. [ 159.572789] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1771. [ 159.591064] mmcblk0: error -110 sending status command, aborting
  1772. [ 159.597849] end_request: I/O error, dev mmcblk0, sector 2048
  1773. [ 159.600016] Buffer I/O error on device mmcblk0p1, logical block 0
  1774. [ 159.600016] lost page write due to I/O error on mmcblk0p1
  1775. [ 159.617291] EXT4-fs error (device mmcblk0p1): __ext4_get_inode_loc:3593: inode #17246: block 1360: comm init: unable to read itable block
  1776. INIT: cannot execute "/sbin/sulogin"
  1777. [ 159.652910] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1778. [ 159.661200] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1779. [ 159.669057] [mmc]: found data error, need to send stop command !!
  1780. [ 159.675962] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1781. [ 159.685179] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1782. [ 159.693867] mmcblk0: error -110 sending status command, retrying
  1783. [ 159.700729] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1784. [ 159.708952] mmcblk0: error -110 sending status command, retrying
  1785. [ 159.715830] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1786. [ 159.724075] mmcblk0: error -110 sending status command, aborting
  1787. [ 159.730978] end_request: I/O error, dev mmcblk0, sector 12800
  1788. [ 159.737605] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1789. [ 159.745805] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1790. [ 159.753749] [mmc]: found data error, need to send stop command !!
  1791. [ 159.760651] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1792. [ 159.769753] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1793. [ 159.778065] mmcblk0: error -110 sending status command, retrying
  1794. [ 159.784884] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1795. [ 159.793131] mmcblk0: error -110 sending status command, retrying
  1796. [ 159.799915] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1797. [ 159.808148] mmcblk0: error -110 sending status command, aborting
  1798. [ 159.814967] end_request: I/O error, dev mmcblk0, sector 12808
  1799. [ 159.821455] end_request: I/O error, dev mmcblk0, sector 12816
  1800. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12824
  1801. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12832
  1802. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12840
  1803. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12848
  1804. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12856
  1805. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12864
  1806. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12872
  1807. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12880
  1808. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12888
  1809. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12896
  1810. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12904
  1811. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12912
  1812. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12920
  1813. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12928
  1814. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12936
  1815. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12944
  1816. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12952
  1817. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12960
  1818. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12968
  1819. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12976
  1820. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12984
  1821. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 12992
  1822. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 13000
  1823. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 13008
  1824. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 13016
  1825. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 13024
  1826. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 13032
  1827. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 13040
  1828. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 13048
  1829. [ 159.824924] end_request: I/O error, dev mmcblk0, sector 13056
  1830. [ 160.032486] EXT4-fs (mmcblk0p1): previous I/O error to superblock detected
  1831. [ 160.040512] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 25, RE !!
  1832. [ 160.048677] [mmc]: *** sunxi_mci_request_done(L887): In data write operation
  1833. [ 160.056667] [mmc]: found data error, need to send stop command !!
  1834. [ 160.063574] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1835. [ 160.072710] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1836. [ 160.081063] mmcblk0: error -110 sending status command, retrying
  1837. [ 160.087874] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1838. [ 160.096134] mmcblk0: error -110 sending status command, retrying
  1839. [ 160.102952] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1840. [ 160.111264] mmcblk0: error -110 sending status command, aborting
  1841. [ 160.118038] end_request: I/O error, dev mmcblk0, sector 2048
  1842. [ 160.121171] Buffer I/O error on device mmcblk0p1, logical block 0
  1843. [ 160.121171] lost page write due to I/O error on mmcblk0p1
  1844. [ 160.137487] EXT4-fs error (device mmcblk0p1): __ext4_get_inode_loc:3593: inode #17246: block 1360: comm init: unable to read itable block
  1845. INIT: cannot execute "/sbin/sulogin"
  1846. [ 160.172899] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1847. [ 160.181138] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1848. [ 160.188998] [mmc]: found data error, need to send stop command !!
  1849. [ 160.195907] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1850. [ 160.205508] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1851. [ 160.213810] mmcblk0: error -110 sending status command, retrying
  1852. [ 160.220640] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1853. [ 160.228829] mmcblk0: error -110 sending status command, retrying
  1854. [ 160.235721] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1855. [ 160.244020] mmcblk0: error -110 sending status command, aborting
  1856. [ 160.250896] end_request: I/O error, dev mmcblk0, sector 12800
  1857. [ 160.257513] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1858. [ 160.265710] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1859. [ 160.273656] [mmc]: found data error, need to send stop command !!
  1860. [ 160.280560] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1861. [ 160.289664] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1862. [ 160.297923] mmcblk0: error -110 sending status command, retrying
  1863. [ 160.304742] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1864. [ 160.312989] mmcblk0: error -110 sending status command, retrying
  1865. [ 160.319771] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1866. [ 160.338120] mmcblk0: error -110 sending status command, aborting
  1867. [ 160.344940] end_request: I/O error, dev mmcblk0, sector 12808
  1868. [ 160.351425] end_request: I/O error, dev mmcblk0, sector 12816
  1869. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12824
  1870. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12832
  1871. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12840
  1872. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12848
  1873. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12856
  1874. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12864
  1875. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12872
  1876. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12880
  1877. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12888
  1878. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12896
  1879. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12904
  1880. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12912
  1881. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12920
  1882. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12928
  1883. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12936
  1884. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12944
  1885. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12952
  1886. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12960
  1887. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12968
  1888. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12976
  1889. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12984
  1890. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 12992
  1891. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 13000
  1892. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 13008
  1893. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 13016
  1894. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 13024
  1895. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 13032
  1896. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 13040
  1897. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 13048
  1898. [ 160.354899] end_request: I/O error, dev mmcblk0, sector 13056
  1899. [ 160.552444] EXT4-fs (mmcblk0p1): previous I/O error to superblock detected
  1900. [ 160.560531] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 25, RE !!
  1901. [ 160.568684] [mmc]: *** sunxi_mci_request_done(L887): In data write operation
  1902. [ 160.576684] [mmc]: found data error, need to send stop command !!
  1903. [ 160.583586] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1904. [ 160.592717] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1905. [ 160.600952] mmcblk0: error -110 sending status command, retrying
  1906. [ 160.607736] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1907. [ 160.615984] mmcblk0: error -110 sending status command, retrying
  1908. [ 160.622802] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1909. [ 160.641065] mmcblk0: error -110 sending status command, aborting
  1910. [ 160.647852] end_request: I/O error, dev mmcblk0, sector 2048
  1911. [ 160.650016] Buffer I/O error on device mmcblk0p1, logical block 0
  1912. [ 160.650016] lost page write due to I/O error on mmcblk0p1
  1913. [ 160.667307] EXT4-fs error (device mmcblk0p1): __ext4_get_inode_loc:3593: inode #17246: block 1360: comm init: unable to read itable block
  1914. INIT: cannot execute "/sbin/sulogin"
  1915. [ 160.702881] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1916. [ 160.711167] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1917. [ 160.719022] [mmc]: found data error, need to send stop command !!
  1918. [ 160.725930] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1919. [ 160.735147] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1920. [ 160.743814] mmcblk0: error -110 sending status command, retrying
  1921. [ 160.750676] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1922. [ 160.758900] mmcblk0: error -110 sending status command, retrying
  1923. [ 160.765779] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1924. [ 160.774026] mmcblk0: error -110 sending status command, aborting
  1925. [ 160.780930] end_request: I/O error, dev mmcblk0, sector 12800
  1926. [ 160.787557] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1927. [ 160.795756] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1928. [ 160.803702] [mmc]: found data error, need to send stop command !!
  1929. [ 160.810613] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1930. [ 160.819715] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1931. [ 160.828030] mmcblk0: error -110 sending status command, retrying
  1932. [ 160.834855] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1933. [ 160.843105] mmcblk0: error -110 sending status command, retrying
  1934. [ 160.849912] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1935. [ 160.858153] mmcblk0: error -110 sending status command, aborting
  1936. [ 160.864973] end_request: I/O error, dev mmcblk0, sector 12808
  1937. [ 160.871457] end_request: I/O error, dev mmcblk0, sector 12816
  1938. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12824
  1939. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12832
  1940. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12840
  1941. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12848
  1942. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12856
  1943. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12864
  1944. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12872
  1945. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12880
  1946. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12888
  1947. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12896
  1948. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12904
  1949. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12912
  1950. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12920
  1951. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12928
  1952. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12936
  1953. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12944
  1954. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12952
  1955. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12960
  1956. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12968
  1957. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12976
  1958. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12984
  1959. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 12992
  1960. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 13000
  1961. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 13008
  1962. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 13016
  1963. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 13024
  1964. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 13032
  1965. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 13040
  1966. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 13048
  1967. [ 160.874931] end_request: I/O error, dev mmcblk0, sector 13056
  1968. [ 161.082526] EXT4-fs (mmcblk0p1): previous I/O error to superblock detected
  1969. [ 161.091851] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 25, RE !!
  1970. [ 161.100061] [mmc]: *** sunxi_mci_request_done(L887): In data write operation
  1971. [ 161.108013] [mmc]: found data error, need to send stop command !!
  1972. [ 161.114925] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1973. [ 161.141797] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1974. [ 161.149962] mmcblk0: error -110 sending status command, retrying
  1975. [ 161.156781] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1976. [ 161.165034] mmcblk0: error -110 sending status command, retrying
  1977. [ 161.171850] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1978. [ 161.180091] mmcblk0: error -110 sending status command, aborting
  1979. [ 161.186864] end_request: I/O error, dev mmcblk0, sector 2048
  1980. [ 161.190020] Buffer I/O error on device mmcblk0p1, logical block 0
  1981. [ 161.190020] lost page write due to I/O error on mmcblk0p1
  1982. [ 161.206329] EXT4-fs error (device mmcblk0p1): __ext4_get_inode_loc:3593: inode #17246: block 1360: comm init: unable to read itable block
  1983. INIT: cannot execute "/sbin/sulogin"
  1984. [ 161.243041] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1985. [ 161.251263] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1986. [ 161.259133] [mmc]: found data error, need to send stop command !!
  1987. [ 161.266035] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1988. [ 161.275680] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1989. [ 161.284020] mmcblk0: error -110 sending status command, retrying
  1990. [ 161.290909] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1991. [ 161.299087] mmcblk0: error -110 sending status command, retrying
  1992. [ 161.305911] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  1993. [ 161.314165] mmcblk0: error -110 sending status command, aborting
  1994. [ 161.321039] end_request: I/O error, dev mmcblk0, sector 12800
  1995. [ 161.327677] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  1996. [ 161.335867] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  1997. [ 161.343820] [mmc]: found data error, need to send stop command !!
  1998. [ 161.350719] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  1999. [ 161.359829] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2000. [ 161.368071] mmcblk0: error -110 sending status command, retrying
  2001. [ 161.379963] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2002. [ 161.393250] mmcblk0: error -110 sending status command, retrying
  2003. [ 161.400070] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2004. [ 161.408244] mmcblk0: error -110 sending status command, aborting
  2005. [ 161.415060] end_request: I/O error, dev mmcblk0, sector 12808
  2006. [ 161.421550] end_request: I/O error, dev mmcblk0, sector 12816
  2007. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12824
  2008. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12832
  2009. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12840
  2010. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12848
  2011. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12856
  2012. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12864
  2013. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12872
  2014. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12880
  2015. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12888
  2016. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12896
  2017. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12904
  2018. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12912
  2019. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12920
  2020. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12928
  2021. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12936
  2022. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12944
  2023. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12952
  2024. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12960
  2025. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12968
  2026. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12976
  2027. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12984
  2028. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 12992
  2029. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 13000
  2030. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 13008
  2031. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 13016
  2032. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 13024
  2033. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 13032
  2034. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 13040
  2035. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 13048
  2036. [ 161.425019] end_request: I/O error, dev mmcblk0, sector 13056
  2037. [ 161.622567] EXT4-fs (mmcblk0p1): previous I/O error to superblock detected
  2038. [ 161.630589] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 25, RE !!
  2039. [ 161.638743] [mmc]: *** sunxi_mci_request_done(L887): In data write operation
  2040. [ 161.646742] [mmc]: found data error, need to send stop command !!
  2041. [ 161.653642] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  2042. [ 161.662789] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2043. [ 161.676072] mmcblk0: error -110 sending status command, retrying
  2044. [ 161.682894] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2045. [ 161.696164] mmcblk0: error -110 sending status command, retrying
  2046. [ 161.702983] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2047. [ 161.711284] mmcblk0: error -110 sending status command, aborting
  2048. [ 161.718058] end_request: I/O error, dev mmcblk0, sector 2048
  2049. [ 161.721194] Buffer I/O error on device mmcblk0p1, logical block 0
  2050. [ 161.721194] lost page write due to I/O error on mmcblk0p1
  2051. [ 161.737516] EXT4-fs error (device mmcblk0p1): __ext4_get_inode_loc:3593: inode #17246: block 1360: comm init: unable to read itable block
  2052. INIT: cannot execute "/sbin/sulogin"
  2053. [ 161.772925] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  2054. [ 161.781160] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  2055. [ 161.789015] [mmc]: found data error, need to send stop command !!
  2056. [ 161.795924] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  2057. [ 161.805495] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2058. [ 161.813795] mmcblk0: error -110 sending status command, retrying
  2059. [ 161.820702] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2060. [ 161.828887] mmcblk0: error -110 sending status command, retrying
  2061. [ 161.835764] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2062. [ 161.844023] mmcblk0: error -110 sending status command, aborting
  2063. [ 161.850891] end_request: I/O error, dev mmcblk0, sector 12800
  2064. [ 161.857515] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  2065. [ 161.865715] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  2066. [ 161.873657] [mmc]: found data error, need to send stop command !!
  2067. [ 161.880562] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  2068. [ 161.889662] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2069. [ 161.897917] mmcblk0: error -110 sending status command, retrying
  2070. [ 161.904736] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2071. [ 161.912980] mmcblk0: error -110 sending status command, retrying
  2072. [ 161.919764] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2073. [ 161.928081] mmcblk0: error -110 sending status command, aborting
  2074. [ 161.934893] end_request: I/O error, dev mmcblk0, sector 12808
  2075. [ 161.941383] end_request: I/O error, dev mmcblk0, sector 12816
  2076. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12824
  2077. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12832
  2078. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12840
  2079. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12848
  2080. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12856
  2081. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12864
  2082. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12872
  2083. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12880
  2084. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12888
  2085. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12896
  2086. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12904
  2087. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12912
  2088. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12920
  2089. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12928
  2090. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12936
  2091. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12944
  2092. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12952
  2093. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12960
  2094. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12968
  2095. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12976
  2096. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12984
  2097. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 12992
  2098. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 13000
  2099. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 13008
  2100. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 13016
  2101. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 13024
  2102. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 13032
  2103. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 13040
  2104. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 13048
  2105. [ 161.944862] end_request: I/O error, dev mmcblk0, sector 13056
  2106. [ 162.152428] EXT4-fs (mmcblk0p1): previous I/O error to superblock detected
  2107. [ 162.160497] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 25, RE !!
  2108. [ 162.168652] [mmc]: *** sunxi_mci_request_done(L887): In data write operation
  2109. [ 162.176652] [mmc]: found data error, need to send stop command !!
  2110. [ 162.183551] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  2111. [ 162.192695] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2112. [ 162.200932] mmcblk0: error -110 sending status command, retrying
  2113. [ 162.207714] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2114. [ 162.215956] mmcblk0: error -110 sending status command, retrying
  2115. [ 162.222772] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2116. [ 162.231075] mmcblk0: error -110 sending status command, aborting
  2117. [ 162.237849] end_request: I/O error, dev mmcblk0, sector 2048
  2118. [ 162.240940] Buffer I/O error on device mmcblk0p1, logical block 0
  2119. [ 162.240940] lost page write due to I/O error on mmcblk0p1
  2120. [ 162.257298] EXT4-fs error (device mmcblk0p1): __ext4_get_inode_loc:3593: inode #17246: block 1360: comm init: unable to read itable block
  2121. INIT: cannot execute "/sbin/sulogin"
  2122. [ 162.292985] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  2123. [ 162.301203] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  2124. [ 162.309074] [mmc]: found data error, need to send stop command !!
  2125. [ 162.315975] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  2126. [ 162.325621] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2127. [ 162.333905] mmcblk0: error -110 sending status command, retrying
  2128. [ 162.340735] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2129. [ 162.348927] mmcblk0: error -110 sending status command, retrying
  2130. [ 162.355816] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2131. [ 162.364112] mmcblk0: error -110 sending status command, aborting
  2132. [ 162.370988] end_request: I/O error, dev mmcblk0, sector 12800
  2133. [ 162.377629] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 18, RE !!
  2134. [ 162.385818] [mmc]: *** sunxi_mci_request_done(L887): In data read operation
  2135. [ 162.393771] [mmc]: found data error, need to send stop command !!
  2136. [ 162.400663] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  2137. [ 162.409776] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2138. [ 162.418021] mmcblk0: error -110 sending status command, retrying
  2139. [ 162.424840] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2140. [ 162.433088] mmcblk0: error -110 sending status command, retrying
  2141. [ 162.439870] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2142. [ 162.458148] mmcblk0: error -110 sending status command, aborting
  2143. [ 162.464968] end_request: I/O error, dev mmcblk0, sector 12808
  2144. [ 162.471449] end_request: I/O error, dev mmcblk0, sector 12816
  2145. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12824
  2146. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12832
  2147. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12840
  2148. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12848
  2149. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12856
  2150. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12864
  2151. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12872
  2152. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12880
  2153. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12888
  2154. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12896
  2155. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12904
  2156. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12912
  2157. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12920
  2158. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12928
  2159. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12936
  2160. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12944
  2161. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12952
  2162. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12960
  2163. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12968
  2164. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12976
  2165. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12984
  2166. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 12992
  2167. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 13000
  2168. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 13008
  2169. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 13016
  2170. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 13024
  2171. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 13032
  2172. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 13040
  2173. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 13048
  2174. [ 162.474926] end_request: I/O error, dev mmcblk0, sector 13056
  2175. [ 162.672471] EXT4-fs (mmcblk0p1): previous I/O error to superblock detected
  2176. [ 162.680494] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 25, RE !!
  2177. [ 162.688649] [mmc]: *** sunxi_mci_request_done(L887): In data write operation
  2178. [ 162.696647] [mmc]: found data error, need to send stop command !!
  2179. [ 162.703549] [mmc]: *** sunxi_mci_send_manual_stop(L795): sdc 0 send stop command failed
  2180. [ 162.712696] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2181. [ 162.720931] mmcblk0: error -110 sending status command, retrying
  2182. [ 162.727727] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2183. [ 162.735962] mmcblk0: error -110 sending status command, retrying
  2184. [ 162.742793] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 13, RE !!
  2185. [ 162.761084] mmcblk0: error -110 sending status command, aborting
  2186. [ 162.767861] end_request: I/O error, dev mmcblk0, sector 2048
  2187. [ 162.770019] Buffer I/O error on device mmcblk0p1, logical block 0
  2188. [ 162.770019] lost page write due to I/O error on mmcblk0p1
  2189. [ 162.787317] EXT4-fs error (device mmcblk0p1): __ext4_get_inode_loc:3593: inode #17246: block 1360: comm init: unable to read itable block
  2190. INIT: cannot execute "/sbin/sulogin"
  2191. INIT: Id "z6" respawning too fast: disabled for 5 minutes
  2192. INIT: no more processes left in this runlevel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement