· 6 years ago · Nov 06, 2019, 06:56 AM
1[ 0.000000] Booting Linux on physical CPU 0x0
2[ 0.000000] Linux version 4.19.42-v7+ (dom@dom-XPS-13-9370) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1219 SMP Tue May 14 21:20:58 BST 2019
3[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
4[ 0.000000] CPU: div instructions available: patching division code
5[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
6[ 0.000000] OF: fdt: Machine model: Raspberry Pi Compute Module 3 Rev 1.0
7[ 0.000000] Memory policy: Data cache writealloc
8[ 0.000000] cma: Reserved 8 MiB at 0x3dc00000
9[ 0.000000] random: get_random_bytes called from start_kernel+0xac/0x4b4 with crng_init=0
10[ 0.000000] percpu: Embedded 17 pages/cpu s39488 r8192 d21952 u69632
11[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 253242
12[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:78:18:77 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000 dwc_otg.lpm_enable=0 enable_uart1=1 console=ttyS0,115200 root=PARTUUID=6c586e13-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait ipv6.disable=1
13[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
14[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
15[ 0.000000] Memory: 989816K/1021952K available (8192K kernel code, 627K rwdata, 2164K rodata, 1024K init, 821K bss, 23944K reserved, 8192K cma-reserved)
16[ 0.000000] Virtual kernel memory layout:
17[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
18[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
19[ 0.000000] vmalloc : 0xbe800000 - 0xff800000 (1040 MB)
20[ 0.000000] lowmem : 0x80000000 - 0xbe600000 ( 998 MB)
21[ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
22[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9184 kB)
23[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
24[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 628 kB)
25[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 822 kB)
26[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
27[ 0.000000] ftrace: allocating 26229 entries in 77 pages
28[ 0.000000] rcu: Hierarchical RCU implementation.
29[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
30[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
31[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
32[ 0.000003] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
33[ 0.000011] Switching to timer-based delay loop, resolution 52ns
34[ 0.000160] Console: colour dummy device 80x30
35[ 0.000196] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
36[ 0.000207] pid_max: default: 32768 minimum: 301
37[ 0.000394] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
38[ 0.000405] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
39[ 0.000936] CPU: Testing write buffer coherency: ok
40[ 0.001223] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
41[ 0.001585] Setting up static identity map for 0x100000 - 0x10003c
42[ 0.001671] rcu: Hierarchical SRCU implementation.
43[ 0.002103] smp: Bringing up secondary CPUs ...
44[ 0.002594] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
45[ 0.003109] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
46[ 0.003579] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
47[ 0.003640] smp: Brought up 1 node, 4 CPUs
48[ 0.003655] SMP: Total of 4 processors activated (153.60 BogoMIPS).
49[ 0.003660] CPU: All CPU(s) started in HYP mode.
50[ 0.003665] CPU: Virtualization extensions available.
51[ 0.004246] devtmpfs: initialized
52[ 0.010468] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
53[ 0.010604] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
54[ 0.010618] futex hash table entries: 1024 (order: 4, 65536 bytes)
55[ 0.010953] pinctrl core: initialized pinctrl subsystem
56[ 0.011439] NET: Registered protocol family 16
57[ 0.013140] DMA: preallocated 1024 KiB pool for atomic coherent allocations
58[ 0.016131] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
59[ 0.016139] hw-breakpoint: maximum watchpoint size is 8 bytes.
60[ 0.016264] Serial: AMBA PL011 UART driver
61[ 0.017489] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
62[ 0.035550] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
63[ 0.036427] SCSI subsystem initialized
64[ 0.036552] usbcore: registered new interface driver usbfs
65[ 0.036583] usbcore: registered new interface driver hub
66[ 0.036635] usbcore: registered new device driver usb
67[ 0.050220] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-03-27 15:46, variant start_cd
68[ 0.060064] raspberrypi-firmware soc:firmware: Firmware hash is 2e98b31d18547962e564bdf88e57b3df7085c29b
69[ 0.071040] clocksource: Switched to clocksource arch_sys_counter
70[ 0.116783] VFS: Disk quotas dquot_6.6.0
71[ 0.116836] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
72[ 0.116963] FS-Cache: Loaded
73[ 0.117098] CacheFiles: Loaded
74[ 0.122170] NET: Registered protocol family 2
75[ 0.122607] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
76[ 0.122630] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
77[ 0.122689] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
78[ 0.122785] TCP: Hash tables configured (established 8192 bind 8192)
79[ 0.122873] UDP hash table entries: 512 (order: 2, 16384 bytes)
80[ 0.122902] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
81[ 0.123082] NET: Registered protocol family 1
82[ 0.123432] RPC: Registered named UNIX socket transport module.
83[ 0.123439] RPC: Registered udp transport module.
84[ 0.123444] RPC: Registered tcp transport module.
85[ 0.123449] RPC: Registered tcp NFSv4.1 backchannel transport module.
86[ 0.124422] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
87[ 0.126065] Initialise system trusted keyrings
88[ 0.126175] workingset: timestamp_bits=14 max_order=18 bucket_order=4
89[ 0.131244] FS-Cache: Netfs 'nfs' registered for caching
90[ 0.131553] NFS: Registering the id_resolver key type
91[ 0.131573] Key type id_resolver registered
92[ 0.131579] Key type id_legacy registered
93[ 0.131590] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
94[ 0.132807] Key type asymmetric registered
95[ 0.132816] Asymmetric key parser 'x509' registered
96[ 0.132847] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
97[ 0.132938] io scheduler noop registered
98[ 0.132945] io scheduler deadline registered (default)
99[ 0.133051] io scheduler cfq registered
100[ 0.133057] io scheduler mq-deadline registered (default)
101[ 0.133063] io scheduler kyber registered
102[ 0.134770] BCM2708FB: allocated DMA memory 0xfdd10000
103[ 0.134799] BCM2708FB: allocated DMA channel 0
104[ 0.137828] Console: switching to colour frame buffer device 82x26
105[ 0.139744] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
106[ 0.140613] bcm2835-rng 3f104000.rng: hwrng registered
107[ 0.140709] vc-mem: phys_addr:0x00000000 mem_base=0x3f000000 mem_size:0x3f600000(1014 MiB)
108[ 0.140975] vc-sm: Videocore shared memory driver
109[ 0.141198] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
110[ 0.146695] brd: module loaded
111[ 0.152191] loop: module loaded
112[ 0.152205] Loading iSCSI transport class v2.0-870.
113[ 0.152631] libphy: Fixed MDIO Bus: probed
114[ 0.152692] usbcore: registered new interface driver lan78xx
115[ 0.152724] usbcore: registered new interface driver smsc95xx
116[ 0.152736] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
117[ 0.180460] dwc_otg 3f980000.usb: base=(ptrval)
118[ 0.380621] Core Release: 2.80a
119[ 0.380630] Setting default values for core params
120[ 0.380651] Finished setting default values for core params
121[ 0.580801] Using Buffer DMA mode
122[ 0.580807] Periodic Transfer Interrupt Enhancement - disabled
123[ 0.580812] Multiprocessor Interrupt Enhancement - disabled
124[ 0.580818] OTG VER PARAM: 0, OTG VER FLAG: 0
125[ 0.580831] Dedicated Tx FIFOs mode
126[ 0.581110] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bdd04000 dma = 0xfdd04000 len=9024
127[ 0.581127] FIQ FSM acceleration enabled for :
128[ 0.581127] Non-periodic Split Transactions
129[ 0.581127] Periodic Split Transactions
130[ 0.581127] High-Speed Isochronous Endpoints
131[ 0.581127] Interrupt/Control Split Transaction hack enabled
132[ 0.581169] WARN::hcd_init_fiq:457: FIQ on core 1
133[ 0.581177] WARN::hcd_init_fiq:458: FIQ ASM at 8064b6dc length 36
134[ 0.581186] WARN::hcd_init_fiq:484: MPHI regs_base at f0006000
135[ 0.581220] dwc_otg 3f980000.usb: DWC OTG Controller
136[ 0.581241] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
137[ 0.581261] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
138[ 0.581300] Init: Port Power? op_state=1
139[ 0.581305] Init: Power Port (0)
140[ 0.581441] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
141[ 0.581449] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
142[ 0.581456] usb usb1: Product: DWC OTG Controller
143[ 0.581462] usb usb1: Manufacturer: Linux 4.19.42-v7+ dwc_otg_hcd
144[ 0.581469] usb usb1: SerialNumber: 3f980000.usb
145[ 0.581797] hub 1-0:1.0: USB hub found
146[ 0.581827] hub 1-0:1.0: 1 port detected
147[ 0.582291] usbcore: registered new interface driver usb-storage
148[ 0.582388] mousedev: PS/2 mouse device common for all mice
149[ 0.582874] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
150[ 0.583037] bcm2835-cpufreq: min=1200000 max=1200000
151[ 0.583286] sdhci: Secure Digital Host Controller Interface driver
152[ 0.583292] sdhci: Copyright(c) Pierre Ossman
153[ 0.583508] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
154[ 0.583576] sdhci-pltfm: SDHCI platform and OF driver helper
155[ 0.584032] ledtrig-cpu: registered to indicate activity on CPUs
156[ 0.584076] hidraw: raw HID events driver (C) Jiri Kosina
157[ 0.584174] usbcore: registered new interface driver usbhid
158[ 0.584179] usbhid: USB HID core driver
159[ 0.584600] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
160[ 0.585548] [vc_sm_connected_init]: start
161[ 0.588304] vc_vchi_sm_init: failed to open VCHI service (-1)
162[ 0.588309] [vc_sm_connected_init]: failed to initialize shared memory service
163[ 0.588318] [vc_sm_connected_init]: end - returning -1
164[ 0.588910] Initializing XFRM netlink socket
165[ 0.588927] NET: Registered protocol family 17
166[ 0.588990] Key type dns_resolver registered
167[ 0.589273] Registering SWP/SWPB emulation handler
168[ 0.589598] registered taskstats version 1
169[ 0.589612] Loading compiled-in X.509 certificates
170[ 0.593606] uart-pl011 3f201000.serial: cts_event_workaround enabled
171[ 0.593660] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
172[ 0.594606] console [ttyS0] disabled
173[ 0.594629] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 53, base_baud = 50000000) is a 16550
174[ 1.625474] console [ttyS0] enabled
175[ 1.629600] sdhost: log_buf @ (ptrval) (fdd07000)
176[ 1.681002] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
177[ 1.687260] of_cfs_init
178[ 1.689821] of_cfs_init: OK
179[ 1.693044] Waiting for root device PARTUUID=6c586e13-02...
180[ 1.731105] Indeed it is in host mode hprt0 = 00021501
181[ 1.803970] mmc0: host does not support reading read-only switch, assuming write-enable
182[ 1.814835] mmc0: new high speed SDHC card at address 1234
183[ 1.821017] mmcblk0: mmc0:1234 SA16G 14.4 GiB
184[ 1.826254] mmc0: unexpected command 23 error
185[ 1.827206] random: fast init done
186[ 1.830715] mmc0: unexpected command 13 error
187[ 1.838547] mmc0: unexpected command 13 error
188[ 1.842977] mmc0: unexpected command 13 error
189[ 1.847411] mmc0: unexpected command 13 error
190[ 1.851841] mmc0: unexpected command 13 error
191[ 1.856270] mmc0: unexpected command 13 error
192[ 1.860833] mmcblk0: unable to read partition table
193[ 1.866353] mmc0: card 1234 removed
194[ 1.949251] usb 1-1: new high-speed USB device number 2 using dwc_otg
195[ 1.955963] Indeed it is in host mode hprt0 = 00001101
196[ 2.054693] mmc0: host does not support reading read-only switch, assuming write-enable
197[ 2.065558] mmc0: new high speed SDHC card at address 1234
198[ 2.071738] mmcblk0: mmc0:1234 SA16G 14.4 GiB
199[ 2.076629] mmc0: unexpected command 23 error
200[ 2.081111] mmc0: unexpected command 13 error
201[ 2.085562] mmc0: unexpected command 13 error
202[ 2.090006] mmc0: unexpected command 13 error
203[ 2.094437] mmc0: unexpected command 13 error
204[ 2.098869] mmc0: unexpected command 13 error
205[ 2.103303] mmc0: unexpected command 13 error
206[ 2.107906] mmcblk0: unable to read partition table
207[ 2.113399] mmc0: card 1234 removed
208[ 2.201261] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
209[ 2.209553] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
210[ 2.217133] hub 1-1:1.0: USB hub found
211[ 2.220988] hub 1-1:1.0: 5 ports detected
212[ 2.256756] mmc0: host does not support reading read-only switch, assuming write-enable
213[ 2.267619] mmc0: new high speed SDHC card at address 1234
214[ 2.273799] mmcblk0: mmc0:1234 SA16G 14.4 GiB
215[ 2.278688] mmc0: unexpected command 23 error
216[ 2.283158] mmc0: unexpected command 13 error
217[ 2.287610] mmc0: unexpected command 13 error
218[ 2.292044] mmc0: unexpected command 13 error
219[ 2.296476] mmc0: unexpected command 13 error
220[ 2.300904] mmc0: unexpected command 13 error
221[ 2.305332] mmc0: unexpected command 13 error
222[ 2.309888] mmcblk0: unable to read partition table
223[ 2.315383] mmc0: card 1234 removed
224[ 2.435793] mmc0: host does not support reading read-only switch, assuming write-enable
225[ 2.446670] mmc0: new high speed SDHC card at address 1234
226[ 2.452846] mmcblk0: mmc0:1234 SA16G 14.4 GiB
227[ 2.457720] mmc0: unexpected command 23 error
228[ 2.462182] mmc0: unexpected command 13 error
229[ 2.466634] mmc0: unexpected command 13 error
230[ 2.471074] mmc0: unexpected command 13 error
231[ 2.471134] mmc0: unexpected command 13 error
232[ 2.479908] mmc0: unexpected command 13 error
233[ 2.484336] mmc0: unexpected command 13 error
234[ 2.488914] mmcblk0: unable to read partition table
235[ 2.494410] mmc0: card 1234 removed
236[ 2.551059] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
237[ 2.615946] mmc0: host does not support reading read-only switch, assuming write-enable
238[ 2.626816] mmc0: new high speed SDHC card at address 1234
239[ 2.632990] mmcblk0: mmc0:1234 SA16G 14.4 GiB
240[ 2.637867] mmc0: unexpected command 23 error
241[ 2.642340] mmc0: unexpected command 13 error
242[ 2.646792] mmc0: unexpected command 13 error
243[ 2.651228] mmc0: unexpected command 13 error
244[ 2.655697] mmc0: unexpected command 13 error
245[ 2.660122] mmc0: unexpected command 13 error
246[ 2.664548] mmc0: unexpected command 13 error
247[ 2.669110] mmcblk0: unable to read partition table
248[ 2.674602] mmc0: card 1234 removed
249[ 2.691220] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
250[ 2.699686] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
251[ 2.709420] smsc95xx v1.0.6
252[ 2.797036] mmc0: host does not support reading read-only switch, assuming write-enable
253[ 2.807901] mmc0: new high speed SDHC card at address 1234
254[ 2.814064] mmcblk0: mmc0:1234 SA16G 14.4 GiB
255[ 2.818943] mmc0: unexpected command 23 error
256[ 2.823419] mmc0: unexpected command 13 error
257[ 2.827909] mmc0: unexpected command 13 error
258[ 2.832347] mmc0: unexpected command 13 error
259[ 2.836802] mmc0: unexpected command 13 error
260[ 2.841234] mmc0: unexpected command 13 error
261[ 2.845676] mmc0: unexpected command 13 error
262[ 2.850269] mmcblk0: unable to read partition table
263[ 2.856098] mmc0: card 1234 removed
264[ 2.860642] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:78:18:77
265[ 2.971055] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
266[ 3.001429] mmc0: host does not support reading read-only switch, assuming write-enable
267[ 3.012304] mmc0: new high speed SDHC card at address 1234
268[ 3.018464] mmcblk0: mmc0:1234 SA16G 14.4 GiB
269[ 3.023361] mmc0: unexpected command 23 error
270[ 3.027829] mmc0: unexpected command 13 error
271[ 3.032269] mmc0: unexpected command 13 error
272[ 3.036721] mmc0: unexpected command 13 error
273[ 3.041153] mmc0: unexpected command 13 error
274[ 3.045584] mmc0: unexpected command 13 error
275[ 3.050012] mmc0: unexpected command 13 error
276[ 3.054563] mmcblk0: unable to read partition table
277[ 3.060049] mmc0: card 1234 removed
278[ 3.128580] usb 1-1.2: New USB device found, idVendor=0403, idProduct=6001, bcdDevice= 6.00
279[ 3.137063] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
280[ 3.144479] usb 1-1.2: Product: FT232R USB UART
281[ 3.149066] usb 1-1.2: Manufacturer: FTDI
282[ 3.153136] usb 1-1.2: SerialNumber: A507HHCD
283[ 3.214128] mmc0: host does not support reading read-only switch, assuming write-enable
284[ 3.224991] mmc0: new high speed SDHC card at address 1234
285[ 3.231168] mmcblk0: mmc0:1234 SA16G 14.4 GiB
286[ 3.236042] mmc0: unexpected command 23 error
287[ 3.240509] mmc0: unexpected command 13 error
288[ 3.244953] mmc0: unexpected command 13 error
289[ 3.249397] mmc0: unexpected command 13 error
290[ 3.253826] mmc0: unexpected command 13 error
291[ 3.258257] mmc0: unexpected command 13 error
292[ 3.262685] mmc0: unexpected command 13 error
293[ 3.267235] mmcblk0: unable to read partition table
294[ 3.272732] mmc0: card 1234 removed
295[ 3.281065] usb 1-1.5: new high-speed USB device number 5 using dwc_otg
296[ 3.395713] mmc0: host does not support reading read-only switch, assuming write-enable
297[ 3.406579] mmc0: new high speed SDHC card at address 1234
298[ 3.412886] mmcblk0: mmc0:1234 SA16G 14.4 GiB
299[ 3.417763] mmc0: unexpected command 23 error
300[ 3.422225] mmc0: unexpected command 13 error
301[ 3.426692] mmc0: unexpected command 13 error
302[ 3.431128] mmc0: unexpected command 13 error
303[ 3.435564] usb 1-1.5: New USB device found, idVendor=0403, idProduct=6011, bcdDevice= 8.00
304[ 3.444039] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
305[ 3.451455] usb 1-1.5: Product: CM3-Home board
306[ 3.455955] usb 1-1.5: Manufacturer: Acme Systems srl
307[ 3.461079] usb 1-1.5: SerialNumber: 1234
308[ 3.465153] mmc0: unexpected command 13 error
309[ 3.469582] mmc0: unexpected command 13 error
310[ 3.474009] mmc0: unexpected command 13 error
311[ 3.478548] mmcblk0: unable to read partition table
312[ 3.484157] mmc0: card 1234 removed
313[ 3.605733] mmc0: host does not support reading read-only switch, assuming write-enable
314[ 3.616607] mmc0: new high speed SDHC card at address 1234
315[ 3.622781] mmcblk0: mmc0:1234 SA16G 14.4 GiB
316[ 3.627665] mmc0: unexpected command 23 error
317[ 3.632128] mmc0: unexpected command 13 error
318[ 3.636579] mmc0: unexpected command 13 error
319[ 3.641022] mmc0: unexpected command 13 error
320[ 3.645454] mmc0: unexpected command 13 error
321[ 3.649885] mmc0: unexpected command 13 error
322[ 3.654313] mmc0: unexpected command 13 error
323[ 3.658865] mmcblk0: unable to read partition table
324[ 3.664360] mmc0: card 1234 removed
325[ 3.785643] mmc0: host does not support reading read-only switch, assuming write-enable
326[ 3.796517] mmc0: new high speed SDHC card at address 1234
327[ 3.802689] mmcblk0: mmc0:1234 SA16G 14.4 GiB
328[ 3.807564] mmc0: unexpected command 23 error
329[ 3.812022] mmc0: unexpected command 13 error
330[ 3.816474] mmc0: unexpected command 13 error
331[ 3.820918] mmc0: unexpected command 13 error
332[ 3.825349] mmc0: unexpected command 13 error
333[ 3.829781] mmc0: unexpected command 13 error
334[ 3.834210] mmc0: unexpected command 13 error
335[ 3.838760] mmcblk0: unable to read partition table
336[ 3.844251] mmc0: card 1234 removed
337[ 3.965773] mmc0: host does not support reading read-only switch, assuming write-enable
338[ 3.976642] mmc0: new high speed SDHC card at address 1234
339[ 3.982827] mmcblk0: mmc0:1234 SA16G 14.4 GiB
340[ 3.987703] mmc0: unexpected command 23 error
341[ 3.992160] mmc0: unexpected command 13 error
342[ 3.996618] mmc0: unexpected command 13 error
343[ 4.001055] mmc0: unexpected command 13 error
344[ 4.005487] mmc0: unexpected command 13 error
345[ 4.009915] mmc0: unexpected command 13 error
346[ 4.014344] mmc0: unexpected command 13 error
347[ 4.018895] mmcblk0: unable to read partition table
348[ 4.024386] mmc0: card 1234 removed
349[ 4.145682] mmc0: host does not support reading read-only switch, assuming write-enable
350[ 4.156554] mmc0: new high speed SDHC card at address 1234
351[ 4.162730] mmcblk0: mmc0:1234 SA16G 14.4 GiB
352[ 4.167603] mmc0: unexpected command 23 error
353[ 4.172064] mmc0: unexpected command 13 error
354[ 4.176514] mmc0: unexpected command 13 error
355[ 4.180958] mmc0: unexpected command 13 error
356[ 4.185388] mmc0: unexpected command 13 error
357[ 4.189819] mmc0: unexpected command 13 error
358[ 4.194251] mmc0: unexpected command 13 error
359[ 4.198804] mmcblk0: unable to read partition table
360[ 4.204293] mmc0: card 1234 removed
361[ 4.325814] mmc0: host does not support reading read-only switch, assuming write-enable
362[ 4.336684] mmc0: new high speed SDHC card at address 1234
363[ 4.342862] mmcblk0: mmc0:1234 SA16G 14.4 GiB
364[ 4.347736] mmc0: unexpected command 23 error
365[ 4.352196] mmc0: unexpected command 13 error
366[ 4.356647] mmc0: unexpected command 13 error
367[ 4.361082] mmc0: unexpected command 13 error
368[ 4.365514] mmc0: unexpected command 13 error
369[ 4.369942] mmc0: unexpected command 13 error
370[ 4.374373] mmc0: unexpected command 13 error
371[ 4.378926] mmcblk0: unable to read partition table
372[ 4.384416] mmc0: card 1234 removed
373[ 4.505759] mmc0: host does not support reading read-only switch, assuming write-enable
374[ 4.516630] mmc0: new high speed SDHC card at address 1234
375[ 4.522807] mmcblk0: mmc0:1234 SA16G 14.4 GiB
376[ 4.527683] mmc0: unexpected command 23 error
377[ 4.532141] mmc0: unexpected command 13 error
378[ 4.536592] mmc0: unexpected command 13 error
379[ 4.541053] mmc0: unexpected command 13 error
380[ 4.545486] mmc0: unexpected command 13 error
381[ 4.549914] mmc0: unexpected command 13 error
382[ 4.554344] mmc0: unexpected command 13 error
383[ 4.558894] mmcblk0: unable to read partition table
384[ 4.564385] mmc0: card 1234 removed
385[ 4.685773] mmc0: host does not support reading read-only switch, assuming write-enable
386[ 4.696643] mmc0: new high speed SDHC card at address 1234
387[ 4.702814] mmcblk0: mmc0:1234 SA16G 14.4 GiB
388[ 4.707688] mmc0: unexpected command 23 error
389[ 4.712144] mmc0: unexpected command 13 error
390[ 4.716595] mmc0: unexpected command 13 error
391[ 4.721054] mmc0: unexpected command 13 error
392[ 4.725489] mmc0: unexpected command 13 error
393[ 4.729917] mmc0: unexpected command 13 error
394[ 4.734346] mmc0: unexpected command 13 error
395[ 4.738899] mmcblk0: unable to read partition table
396[ 4.744388] mmc0: card 1234 removed
397[ 4.865762] mmc0: host does not support reading read-only switch, assuming write-enable
398[ 4.876633] mmc0: new high speed SDHC card at address 1234
399[ 4.882822] mmcblk0: mmc0:1234 SA16G 14.4 GiB
400[ 4.887693] mmc0: unexpected command 23 error
401[ 4.892150] mmc0: unexpected command 13 error
402[ 4.896603] mmc0: unexpected command 13 error