Skip to content

Commit

Permalink
Wireless driver for Opi Zero - fixed loading path /lib/firmware, patc…
Browse files Browse the repository at this point in the history
…h for DHD driver to prevent wrong detection, extra uboot config for OPI zero .... with one problem to solve. Module failing to load at first try ... workaround installed until this is solved.
  • Loading branch information
igorpecovnik committed Nov 11, 2016
1 parent 18e4192 commit a8ee68a
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 9 deletions.
4 changes: 2 additions & 2 deletions config/boards/orangepizero.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# H2+ quad core 256/512MB SoC Wi-Fi/Ethernet
BOARD_NAME="Orange Pi Zero"
LINUXFAMILY=sun8i
BOOTCONFIG=FriendlyARM_NanoPi_NEO_defconfig
MODULES="#gpio_sunxi #w1-sunxi #w1-gpio #w1-therm #sunxi-cir xradio"
BOOTCONFIG=orangepi_zero_defconfig
MODULES="#gpio_sunxi #w1-sunxi #w1-gpio #w1-therm #sunxi-cir xradio_wlan xradio_wlan"
MODULES_NEXT=""
CPUMIN=240000
CPUMAX=1200000
Expand Down
12 changes: 12 additions & 0 deletions patch/kernel/sun8i-default/bcmdhd-wrong-autodetection.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/drivers/net/wireless/bcmdhd/bcmsdh_sdmmc_linux.c b/drivers/net/wireless/bcmdhd/bcmsdh_sdmmc_linux.c
index 19e0018..e427b77 100755
--- a/drivers/net/wireless/bcmdhd/bcmsdh_sdmmc_linux.c
+++ b/drivers/net/wireless/bcmdhd/bcmsdh_sdmmc_linux.c
@@ -219,7 +219,6 @@ static const struct sdio_device_id bcmsdh_sdmmc_ids[] = {
{ SDIO_DEVICE(SDIO_VENDOR_ID_BROADCOM, SDIO_DEVICE_ID_BROADCOM_4334) },
{ SDIO_DEVICE(SDIO_VENDOR_ID_BROADCOM, SDIO_DEVICE_ID_BROADCOM_4324) },
{ SDIO_DEVICE(SDIO_VENDOR_ID_BROADCOM, SDIO_DEVICE_ID_BROADCOM_43239) },
- { SDIO_DEVICE_CLASS(SDIO_CLASS_NONE) },
{ /* end: all zeroes */ },
};

14 changes: 7 additions & 7 deletions patch/kernel/sun8i-default/wireless-opi-zero.patch
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ index 0000000..235d117
+ccflags-y += -DCONFIG_XRADIO_SUSPEND_POWER_OFF
+# Use vfs for firmware load when request_firmware
+# can't work on other platform.
+ccflags-y += -DUSE_VFS_FIRMWARE
+# ccflags-y += -DUSE_VFS_FIRMWARE
+
+# Extra IE for probe response from upper layer is needed in P2P GO
+# For offloading probe response to FW, the extra IE must be included
Expand Down Expand Up @@ -7854,13 +7854,13 @@ index 0000000..4816322
+
+#define XR819_HW_REV0 (8190)
+#ifdef USE_VFS_FIRMWARE
+#define XR819_BOOTLOADER ("/system/etc/firmware/boot_xr819.bin")
+#define XR819_FIRMWARE ("/system/etc/firmware/fw_xr819.bin")
+#define XR819_SDD_FILE ("/system/etc/firmware/sdd_xr819.bin")
+#define XR819_BOOTLOADER ("/lib/firmware/xr819/boot_xr819.bin")
+#define XR819_FIRMWARE ("/lib/firmware/xr819/fw_xr819.bin")
+#define XR819_SDD_FILE ("/lib/firmware/xr819/sdd_xr819.bin")
+#else
+#define XR819_BOOTLOADER ("boot_xr819.bin")
+#define XR819_FIRMWARE ("fw_xr819.bin")
+#define XR819_SDD_FILE ("sdd_xr819.bin")
+#define XR819_BOOTLOADER ("xr819/boot_xr819.bin")
+#define XR819_FIRMWARE ("xr819/fw_xr819.bin")
+#define XR819_SDD_FILE ("xr819/sdd_xr819.bin")
+#endif
+
+#define SDD_PTA_CFG_ELT_ID 0xEB
Expand Down
23 changes: 23 additions & 0 deletions patch/u-boot/u-boot-default/orange_pi_zero.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
diff --git a/configs/orangepi_zero_defconfig b/configs/orangepi_zero_defconfig
new file mode 100755
index 0000000..a62d565
--- /dev/null
+++ b/configs/orangepi_zero_defconfig
@@ -0,0 +1,16 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_MACH_SUN8I_H3=y
+CONFIG_DRAM_CLK=408
+CONFIG_DRAM_ZQ=3881979
+CONFIG_DRAM_ODT_EN=y
+CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-orangepi-one"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_SPL=y
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_FPGA is not set
+CONFIG_SUN8I_EMAC=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_SYS_CLK_FREQ=480000000
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
\ No newline at end of file
23 changes: 23 additions & 0 deletions patch/u-boot/u-boot-dev/orange_pi_zero.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
diff --git a/configs/orangepi_zero_defconfig b/configs/orangepi_zero_defconfig
new file mode 100755
index 0000000..a62d565
--- /dev/null
+++ b/configs/orangepi_zero_defconfig
@@ -0,0 +1,16 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_MACH_SUN8I_H3=y
+CONFIG_DRAM_CLK=408
+CONFIG_DRAM_ZQ=3881979
+CONFIG_DRAM_ODT_EN=y
+CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-orangepi-one"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_SPL=y
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_FPGA is not set
+CONFIG_SUN8I_EMAC=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_SYS_CLK_FREQ=480000000
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
\ No newline at end of file

2 comments on commit a8ee68a

@jernejsk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could abuse SATAPWR in U-Boot config for powering up wifi. Check how this is done for opi plus, for example.

@ThomasKaiser
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the driver needs also some polishing (MAC address based on SID seems to not work for example). Here all of a sudden Wi-Fi stopped working (testing through different antennas). And dmesg output indicates that there's a bit more wrong (eg [XRADIO_ERR] Access_file failed, path:/data/xr_wifi.conf!). Strange is that it worked 15 minutes ago...

tk@orangepizero:~$ dmesg
[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.4.113-sun8i (root@opennms) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.1) ) #4 SMP PREEMPT Fri Nov 11 19:59:36 CET 2016
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: sun8i
[    0.000000] cma: CMA: reserved 160 MiB at 46000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] On node 0 totalpages: 65536
[    0.000000] free_area_init_node: node 0, pgdat c0a19740, node_mem_map c0b53000
[    0.000000]   Normal zone: 576 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 64960 pages, LIFO batch:15
[    0.000000] script_init enter!
[    0.000000] script_init exit!
[    0.000000] PERCPU: Embedded 8 pages/cpu @c0da4000 s11968 r8192 d12608 u32768
[    0.000000] pcpu-alloc: s11968 r8192 d12608 u32768 alloc=8*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64960
[    0.000000] Kernel command line: root=/dev/mmcblk0p1 rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 cgroup_enable=memory swapaccount=1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 enforcing=0 loglevel=1 ubootpart=10e1ecc6-01   sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] allocated 524288 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 256MB = 256MB total
[    0.000000] Memory: 78532k/78532k available, 183612k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc095c7ac   (9554 kB)
[    0.000000]       .init : 0xc095d000 - 0xc09adec0   ( 324 kB)
[    0.000000]       .data : 0xc09ae000 - 0xc0a1e590   ( 450 kB)
[    0.000000]        .bss : 0xc0a1ed44 - 0xc0b52090   (1229 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:544
[    0.000000] Architected local timer running at 24.00MHz.
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] Console: colour dummy device 80x30
[    0.000000] console [tty1] enabled
[    0.000490] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
[    0.000538] pid_max: default: 32768 minimum: 301
[    0.001206] Mount-cache hash table entries: 512
[    0.003131] Initializing cgroup subsys cpuacct
[    0.003163] Initializing cgroup subsys memory
[    0.003253] Initializing cgroup subsys devices
[    0.003277] Initializing cgroup subsys freezer
[    0.003300] Initializing cgroup subsys blkio
[    0.003347] Initializing cgroup subsys perf_event
[    0.003505] CPU: Testing write buffer coherency: ok
[    0.003600] ftrace: allocating 25775 entries in 76 pages
[    0.060503] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.060538] [sunxi_smp_prepare_cpus] enter
[    0.060607] Setting up static identity map for 0x406944b8 - 0x40694510
[    0.062450] CPU1: Booted secondary processor
[    0.062450] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.070364] CPU2: Booted secondary processor
[    0.070364] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.070914] CPU3: Booted secondary processor
[    0.070914] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.080337] Brought up 4 CPUs
[    0.080371] SMP: Total of 4 processors activated (19200.00 BogoMIPS).
[    0.081760] devtmpfs: initialized
[    0.095841] wakeup src cnt is : 2. 
[    0.095866] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000
[    0.095889] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x0
[    0.095912] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40
[    0.095935] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000
[    0.095957] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x8
[    0.095979] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40
[    0.096002] sunxi pm init
[    0.096276] pinctrl core: initialized pinctrl subsystem
[    0.109012] NET: Registered protocol family 16
[    0.113062] DMA: preallocated 2048 KiB pool for atomic coherent allocations
[    0.113194] script_sysfs_init success
[    0.113254] sunxi_dump_init success
[    0.115015] gpiochip_add: registered GPIOs 0 to 383 on device: sunxi-pinctrl
[    0.117382] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
[    0.117382] plat: add bmp085 device
[    0.117382] plat: add pcf8591 device
[    0.117382] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.117382] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.117382] script config pll_video to 297 Mhz
[    0.117382] script config pll_de to 864 Mhz
[    0.117382] script config pll_ve to 402 Mhz
[    0.117382] sunxi_default_clk_init
[    0.117382] try to set pll6ahb1 to 200000000
[    0.117382] try to set ahb clk source to pll6ahb1
[    0.117382] set ahb clk source to pll6ahb1
[    0.117382] try to set ahb1 to 200000000
[    0.117382] try to set apb1 to 100000000
[    0.130456] bio: create slab <bio-0> at 0
[    0.130627] [ARISC] :sunxi-arisc driver v1.04
[    0.148578] [ARISC] :arisc version: [v0.1.58]
[    0.257493] [ARISC] :sunxi-arisc driver v1.04 startup succeeded
[    0.260917] SCSI subsystem initialized
[    0.261320] usbcore: registered new interface driver usbfs
[    0.261471] usbcore: registered new interface driver hub
[    0.261517] usbcore: registered new device driver usb
[    0.261517] twi_chan_cfg()340 - [twi0] has no twi_regulator.
[    0.261517] twi_chan_cfg()340 - [twi1] has no twi_regulator.
[    0.261517] twi_chan_cfg()340 - [twi2] has no twi_regulator.
[    0.261808] Linux video capture interface: v2.00
[    0.262290] Advanced Linux Sound Architecture Driver Version 1.0.25.
[    0.263756] cfg80211: Calling CRDA to update world regulatory domain
[    0.271155] Switching to clocksource arch_sys_counter
[    0.297802] FS-Cache: Loaded
[    0.298341] CacheFiles: Loaded
[    0.321581] NET: Registered protocol family 2
[    0.345254] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.346318] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.346601] TCP bind hash table entries: 8192 (order: 4, 98304 bytes)
[    0.346905] TCP: Hash tables configured (established 8192 bind 8192)
[    0.346927] TCP: reno registered
[    0.346950] UDP hash table entries: 128 (order: 0, 4096 bytes)
[    0.347009] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
[    0.347672] NET: Registered protocol family 1
[    0.348473] RPC: Registered named UNIX socket transport module.
[    0.348499] RPC: Registered udp transport module.
[    0.348516] RPC: Registered tcp transport module.
[    0.348534] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.348891] Trying to unpack rootfs image as initramfs...
[    0.917796] Freeing initrd memory: 4376K
[    0.918972] hw perfevents: enabled with ARMv7 Cortex_A7 PMU driver, 5 counters available
[    0.919212] sunxi_reg_init enter
[    0.921065] audit: initializing netlink socket (disabled)
[    0.921153] type=2000 audit(0.920:1): initialized
[    0.924871] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.925218] misc fatfs initialized
[    0.926681] NFS: Registering the id_resolver key type
[    0.927426] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.927455] Installing knfsd (copyright (C) 1996 [email protected]).
[    0.928931] NTFS driver 2.1.30 [Flags: R/W].
[    0.929572] fuse init (API version 7.18)
[    0.931143] Btrfs loaded
[    0.931199] msgmni has been set to 481
[    0.934088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.934125] io scheduler noop registered
[    0.934143] io scheduler deadline registered
[    0.934280] io scheduler cfq registered (default)
[    0.935077] [DISP]disp_module_init
[    0.935665] cmdline,init_disp=
[    0.935729] cmdline,disp=
[    0.944228] [DISP] Fb_map_kernel_logo,line:932:Fb_map_kernel_logo failed!
[    0.960363] Console: switching to colour frame buffer device 90x36
[    0.978547] [DISP]disp_module_init finish
[    0.978969] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
[    0.979003] sw_uart_get_devinfo()1503 - uart1 has no uart_regulator.
[    0.979032] sw_uart_get_devinfo()1503 - uart2 has no uart_regulator.
[    0.979957] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
[    0.979984] sw_uart_pm()890 - uart0 clk is already enable
[    0.980267] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
[    0.980540] console [ttyS0] enabled
[    0.981217] uart1: ttyS1 at MMIO 0x1c28400 (irq = 33) is a SUNXI
[    0.981731] uart2: ttyS2 at MMIO 0x1c28800 (irq = 34) is a SUNXI
[    0.982849] sunxi_cmatest_init enter
[    0.982927] sunxi_cmatest_init success
[    0.991310] brd: module loaded
[    0.999423] loop: module loaded
[    0.999962] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
[    0.999991] sunxi_spi_chan_cfg()1376 - [spi-1] has no spi_regulator.
[    1.001146] spi spi0: master is unqueued, this is deprecated
[    1.001816] tun: Universal TUN/TAP device driver, 1.6
[    1.001836] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[    1.003563] PPP generic driver version 2.4.2
[    1.003901] PPP BSD Compression module registered
[    1.003925] PPP Deflate Compression module registered
[    1.008626] PPP MPPE Compression module registered
[    1.008661] NET: Registered protocol family 24
[    1.008797] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.028981] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.029054] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
[    1.030088] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
[    1.050068] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
[    1.051275] hub 1-0:1.0: USB hub found
[    1.051319] hub 1-0:1.0: 1 port detected
[    1.072069] sunxi-ehci sunxi-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.072132] sunxi-ehci sunxi-ehci.2: new USB bus registered, assigned bus number 2
[    1.072917] sunxi-ehci sunxi-ehci.2: irq 106, io mem 0xf1c1b000
[    1.090067] sunxi-ehci sunxi-ehci.2: USB 0.0 started, EHCI 1.00
[    1.091177] hub 2-0:1.0: USB hub found
[    1.091231] hub 2-0:1.0: 1 port detected
[    1.111986] sunxi-ehci sunxi-ehci.3: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.112047] sunxi-ehci sunxi-ehci.3: new USB bus registered, assigned bus number 3
[    1.112824] sunxi-ehci sunxi-ehci.3: irq 108, io mem 0xf1c1c000
[    1.130066] sunxi-ehci sunxi-ehci.3: USB 0.0 started, EHCI 1.00
[    1.131116] hub 3-0:1.0: USB hub found
[    1.131166] hub 3-0:1.0: 1 port detected
[    1.131896] ehci_irq: highspeed device connect
[    1.136260] ehci_irq: highspeed device disconnect
[    1.151912] sunxi-ehci sunxi-ehci.4: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.151971] sunxi-ehci sunxi-ehci.4: new USB bus registered, assigned bus number 4
[    1.152727] sunxi-ehci sunxi-ehci.4: irq 110, io mem 0xf1c1d000
[    1.170071] sunxi-ehci sunxi-ehci.4: USB 0.0 started, EHCI 1.00
[    1.171162] hub 4-0:1.0: USB hub found
[    1.171209] hub 4-0:1.0: 1 port detected
[    1.171995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.192137] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    1.192200] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 5
[    1.192266] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
[    1.255161] hub 5-0:1.0: USB hub found
[    1.255202] hub 5-0:1.0: 1 port detected
[    1.256007] ehci_irq: highspeed device connect
[    1.260370] ehci_irq: highspeed device disconnect
[    1.276083] sunxi-ohci sunxi-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    1.276142] sunxi-ohci sunxi-ohci.2: new USB bus registered, assigned bus number 6
[    1.276229] sunxi-ohci sunxi-ohci.2: irq 107, io mem 0xf1c1b400
[    1.335165] hub 6-0:1.0: USB hub found
[    1.335204] hub 6-0:1.0: 1 port detected
[    1.355990] sunxi-ohci sunxi-ohci.3: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    1.356051] sunxi-ohci sunxi-ohci.3: new USB bus registered, assigned bus number 7
[    1.356116] sunxi-ohci sunxi-ohci.3: irq 109, io mem 0xf1c1c400
[    1.415086] hub 7-0:1.0: USB hub found
[    1.415129] hub 7-0:1.0: 1 port detected
[    1.415808] ehci_irq: highspeed device connect
[    1.420174] ehci_irq: highspeed device disconnect
[    1.435870] sunxi-ohci sunxi-ohci.4: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    1.435927] sunxi-ohci sunxi-ohci.4: new USB bus registered, assigned bus number 8
[    1.436000] sunxi-ohci sunxi-ohci.4: irq 111, io mem 0xf1c1d400
[    1.495080] hub 8-0:1.0: USB hub found
[    1.495120] hub 8-0:1.0: 1 port detected
[    1.495822] Initializing USB Mass Storage driver...
[    1.496305] usbcore: registered new interface driver usb-storage
[    1.496326] USB Mass Storage support registered.
[    1.496441] usbcore: registered new interface driver ums-alauda
[    1.496540] usbcore: registered new interface driver ums-cypress
[    1.496645] usbcore: registered new interface driver ums-datafab
[    1.496741] usbcore: registered new interface driver ums_eneub6250
[    1.496838] usbcore: registered new interface driver ums-freecom
[    1.496940] usbcore: registered new interface driver ums-isd200
[    1.497036] usbcore: registered new interface driver ums-jumpshot
[    1.497132] usbcore: registered new interface driver ums-karma
[    1.497229] usbcore: registered new interface driver ums-onetouch
[    1.497353] usbcore: registered new interface driver ums-realtek
[    1.497469] usbcore: registered new interface driver ums-sddr09
[    1.497573] usbcore: registered new interface driver ums-sddr55
[    1.497673] usbcore: registered new interface driver ums-usbat
[    1.498126]  uinput result 0 , vmouse_init 
[    1.499330] mousedev: PS/2 mouse device common for all mice
[    1.499785] sunxikbd_init failed. 
[    1.499809] sunxikbd_init failed. 
[    1.499832] ls_fetch_sysconfig_para: ls_unused. 
[    1.499849] ltr_init: ls_fetch_sysconfig_para err.
[    1.500492] [RTC] WARNING: Rtc time will be wrong!!
[    1.500512] [RTC] WARNING: use *internal OSC* as clock source
[    1.501034] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
[    1.501133] i2c /dev entries driver
[    1.501937] sunxi cedar version 0.1 
[    1.502030] [cedar]: install start!!!
[    1.502423] [cedar]: install end!!!
[    1.502761] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[    1.502969] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[    1.503171] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1a)
[    1.503371] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[    1.503574] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2a)
[    1.503775] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2b)
[    1.503975] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[    1.504174] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4d)
[    1.504373] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4e)
[    1.504613] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x18)
[    1.504845] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x19)
[    1.505071] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x1a)
[    1.505298] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x29)
[    1.505523] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2a)
[    1.505750] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2b)
[    1.505976] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4c)
[    1.506203] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4d)
[    1.506428] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4e)
[    1.506459] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
[    1.506814] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
[    1.507099] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
[    1.507126] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
[    1.507147] timeout_to_interv, line 167
[    1.507164] interv_to_timeout, line 189
[    1.507185] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
[    1.507984] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email protected]
[    1.508386] calibrat: max_cpufreq 1200Mhz Type 0!
[    1.508412] [cpu_freq] ERR:get cpu extremity frequency from sysconfig failed, use max_freq
[    1.509051] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.111 2015-4-13 15:24) Compiled in Nov 11 2016 at 19:40:36
[    1.509119] [mmc]: get mmc0's sdc_power is null!
[    1.509177] [mmc]: get mmc1's sdc_power is null!
[    1.509197] [mmc]: get mmc1's 2xmode ok, val = 1
[    1.509216] [mmc]: get mmc1's ddrmode ok, val = 1
[    1.509248] [mmc]: MMC host used card: 0x3, boot card: 0x0, io_card 2
[    1.513896] [mmc]: sdc0 power_supply is null
[    1.516659] no blue_led, ignore it!
[    1.517135] Registered led device: red_led
[    1.517379] Registered led device: green_led
[    1.517412] no led_0, ignore it!
[    1.517429] no led_1, ignore it!
[    1.517444] no led_2, ignore it!
[    1.517459] no led_3, ignore it!
[    1.517474] no led_4, ignore it!
[    1.517489] no led_5, ignore it!
[    1.517504] no led_6, ignore it!
[    1.517519] no led_7, ignore it!
[    1.519129] usbcore: registered new interface driver usbhid
[    1.519151] usbhid: USB HID core driver
[    1.527589] asoc: sndcodec <-> sunxi-codec mapping ok
[    1.529900] [DAUDIO]sunxi-daudio cannot find any using configuration for controllers, return directly!
[    1.530340] [I2S]snddaudio cannot find any using configuration for controllers, return directly!
[    1.530369] [DAUDIO0] driver not init,just return.
[    1.537387] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
[    1.540087] oprofile: using arm/armv7-ca7
[    1.540440] u32 classifier
[    1.540461]     Performance counters on
[    1.540476]     input device check on
[    1.540492]     Actions configured
[    1.540869] IPv4 over IPv4 tunneling driver
[    1.542104] TCP: bic registered
[    1.542129] TCP: cubic registered
[    1.542145] TCP: westwood registered
[    1.542161] TCP: highspeed registered
[    1.542177] TCP: hybla registered
[    1.542193] TCP: htcp registered
[    1.542208] TCP: vegas registered
[    1.542223] TCP: veno registered
[    1.542239] TCP: scalable registered
[    1.542255] TCP: lp registered
[    1.542270] TCP: yeah registered
[    1.542286] TCP: illinois registered
[    1.542300] Initializing XFRM netlink socket
[    1.542785] NET: Registered protocol family 10
[    1.545100] NET: Registered protocol family 17
[    1.545162] NET: Registered protocol family 15
[    1.545258] Registering the dns_resolver key type
[    1.546394] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    1.546439] ThumbEE CPU extension supported.
[    1.546480] Registering SWP/SWPB emulation handler
[    1.547606] registered taskstats version 1
[    1.548892] ths_fetch_sysconfig_para: type err  device_used = 1. 
[    1.551559] CPU Budget:corekeeper enabled
[    1.552101] CPU Budget:Register notifier
[    1.552126] CPU Budget:register Success
[    1.552152] sunxi-budget-cooling sunxi-budget-cooling: Cooling device registered: thermal-budget-0
[    1.558531] [rf_pm]: Did not config module_power1 in sys_config
[    1.558562] [rf_pm]: Did not config module_power2 in sys_config
[    1.558583] [rf_pm]: Did not config module_power3 in sys_config
[    1.558605] [rf_pm]: mod has no chip_en gpio
[    1.558623] [rf_pm]: regulator on.
[    1.558652] [rf_pm]: set losc_out 32k out[wifi_pm]: set wl_reg_on 1 !
[    1.583822] mmc0: new high speed SDHC card at address 0007
[    1.584758] mmcblk0: mmc0:0007 SD16G 14.4 GiB 
[    1.586767]  mmcblk0: p1
[    1.587869] mmcblk mmc0:0007: Card claimed for testing.
[    1.587900] mmc0:0007: SD16G 14.4 GiB 
[    1.659270] [wifi_pm]: get wifi_sdc_id failed
[    1.660828] [mmc]: sdc1 power_supply is null
[    1.718633] mmc1: new high speed SDIO card at address 0001
[    1.759328] [wifi_pm]: wifi gpio init is OK !!
[    1.759430] [rfkill]: init no bt used in configuration
[    1.759451] ALSA device list:
[    1.759467]   #0: audiocodec
[    1.759481]   #1: sndhdmi
[    1.761213] Freeing init memory: 320K
[    2.341960] vmouse_input_dev_open 
[    2.390284] vmouse_input_dev_close 
[    3.065018] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
[    3.712674] systemd[1]: System time before build time, advancing clock.
[    4.290449] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    4.291069] systemd[1]: Detected architecture arm.
[    4.311456] systemd[1]: Set hostname to <orangepizero>.
[    4.939407] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.961269] systemd[1]: Created slice User and Session Slice.
[    4.980694] systemd[1]: Listening on Syslog Socket.
[    5.000295] systemd[1]: Reached target Encrypted Volumes.
[    5.020468] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.040783] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.060683] systemd[1]: Listening on Journal Socket.
[    5.080595] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.100485] systemd[1]: Listening on udev Kernel Socket.
[    5.120548] systemd[1]: Listening on udev Control Socket.
[    5.140931] systemd[1]: Listening on Journal Audit Socket.
[    5.160741] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.180327] systemd[1]: Reached target Remote File Systems (Pre).
[    5.200313] systemd[1]: Reached target Remote File Systems.
[    5.220521] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.240956] systemd[1]: Created slice System Slice.
[    5.380668] systemd[1]: Starting Nameserver information manager...
[    5.400450] systemd[1]: Reached target Slices.
[    5.550610] systemd[1]: Mounting Debug File System...
[    5.610921] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    5.701166] systemd[1]: Starting Restore / save the current clock...
[    5.861217] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    5.981201] systemd[1]: Starting Load Kernel Modules...
[    6.091656] systemd[1]: Starting Remount Root and Kernel File Systems...
[    6.128573] [XRADIO] Driver Label:L34M.01.08.0002  Nov 11 2016 19:46:43
[    6.128694] [XRADIO] Allocated hw_priv @ c50fb240
[    6.128957] [XRADIO_ERR] Access_file failed, path:/data/xr_wifi.conf!
[    6.129770] [SBUS] XRadio Device:sdio clk=50000000
[    6.130179] xradio wlan power on
[    6.130212] gpio wl_reg_on set val 1, act val 1
[    6.180369] gpio wl_reg_on set val 0, act val 0
[    6.182422] gpio wl_reg_on set val 1, act val 1
[    6.191279] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
[    6.210655] systemd[1]: Mounting POSIX Message Queue File System...
[    6.282558] [XRADIO] Detect SDIO card 1
[    6.391175] systemd[1]: Starting Set console keymap...
[    6.586304] systemd[1]: Mounted Debug File System.
[    6.600636] systemd[1]: Mounted POSIX Message Queue File System.
[    6.629146] [XRADIO_ERR] xradio_load_firmware: can't read config register, err=-110.
[    6.629177] [XRADIO_ERR] xradio_load_firmware failed(-110).
[    6.910321] systemd[1]: Started Restore / save the current clock.
[    6.965430] xradio wlan power off
[    6.965465] gpio wl_reg_on set val 0, act val 0
[    7.015528] [XRADIO] Remove SDIO card 1
[    7.015786] mmc1: card 0001 removed
[    7.016227] [mmc]: sdc1 power_supply is null
[    7.089970] [XRADIO_ERR] xradio_host_dbg_init failed=2599
[    7.090003] [XRADIO] Driver Label:L34M.01.08.0002  Nov 11 2016 19:46:43
[    7.090186] [XRADIO] Allocated hw_priv @ c50fb240
[    7.090460] [XRADIO_ERR] Access_file failed, path:/data/xr_wifi.conf!
[    7.091001] xradio wlan power on
[    7.091036] gpio wl_reg_on set val 1, act val 1
[    7.141074] gpio wl_reg_on set val 0, act val 0
[    7.143098] gpio wl_reg_on set val 1, act val 1
[    7.150418] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    7.243194] [XRADIO] Detect SDIO card 1
[    7.244775] [mmc]: sdc1 power_supply is null
[    7.299104] mmc1: new high speed SDIO card at address 0001
[    7.299739] [SBUS] XRadio Device:sdio clk=50000000
[    7.300784] [XRADIO] XRADIO_HW_REV 1.0 detected.
[    7.440288] systemd[1]: Started Remount Root and Kernel File Systems.
[    7.445330] [XRADIO] Bootloader complete
[    7.645250] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[    7.760266] systemd[1]: Started Set console keymap.
[    7.846757] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[    7.921026] systemd[1]: Started Nameserver information manager.
[    8.027264] systemd[1]: Time has been changed
[    8.048640] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[    8.161275] systemd[1]: Starting udev Coldplug all Devices...
[    8.252940] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[    8.311205] systemd[1]: Starting Load/Save Random Seed...
[    8.440665] systemd[1]: Activating swap /var/swap...
[    8.455128] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[    8.581243] systemd[1]: Starting Create Static Device Nodes in /dev...
[    8.643831] Adding 131068k swap on /var/swap.  Priority:-1 extents:2 across:139260k SS
[    8.656880] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[    8.858423] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[    9.059929] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[    9.260404] systemd[1]: Started Load/Save Random Seed.
[    9.261641] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[    9.282130] systemd[1]: Activated swap /var/swap.
[    9.463319] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[    9.570309] systemd[1]: Started Create Static Device Nodes in /dev.
[    9.664762] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[    9.840239] systemd[1]: Started udev Coldplug all Devices.
[    9.866186] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   10.021266] systemd[1]: Starting udev Kernel Device Manager...
[   10.040453] systemd[1]: Reached target Local File Systems (Pre).
[   10.067782] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   10.180626] systemd[1]: Mounting /tmp...
[   10.200646] systemd[1]: Reached target Swap.
[   10.269387] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   10.277420] systemd[1]: Mounted /tmp.
[   10.291774] systemd[1]: Started udev Kernel Device Manager.
[   10.391364] systemd[1]: Started Entropy daemon using the HAVEGE algorithm.
[   10.471518] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   10.541242] systemd[1]: Starting Journal Service...
[   10.560688] systemd[1]: Reached target Local File Systems.
[   10.679403] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   10.731534] systemd[1]: Starting Set console font and keymap...
[   10.767105] systemd[1]: Reached target Sound Card.
[   10.821390] systemd[1]: Started Journal Service.
[   10.936995] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   11.000952] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x77)
[   11.001028] bmp085: probe of 0-0077 failed with error -70
[   11.012638] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x48)
[   11.041774] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x48, dev addr: 0x48)
[   11.119517] systemd-journald[212]: Received request to flush runtime journal from PID 1
[   11.170770] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   11.323711] vmouse_input_dev_open 
[   11.382438] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   11.420486] vmouse_input_dev_close 
[   11.681166] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   11.863341] gmac0: probed
[   11.863813] gmac0 gmac0: eth0: eth0: PHY ID 00441400 at 0 IRQ poll (gmac0-0:00)
[   11.956263] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   12.159244] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   12.361983] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   12.564266] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   12.765936] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   12.967782] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   13.169423] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   13.370876] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   13.572409] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   13.773952] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   13.976060] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   14.177534] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   14.379102] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   14.580500] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   14.781891] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   14.983296] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   15.184703] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   15.386172] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   15.587669] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   15.789105] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   15.860262] PHY: gmac0-0:00 - Link is Up - 100/Full
[   15.990510] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   16.192117] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   16.393502] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   16.594870] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   16.796243] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   16.997653] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   17.199097] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   17.400610] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   17.601982] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   17.803504] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   18.004906] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   18.206317] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   18.407795] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   18.609182] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   18.810734] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   19.012118] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   19.213499] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   19.414983] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   19.616419] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   19.817959] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   20.019401] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   20.221060] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   20.422482] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   20.623905] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   20.825359] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   21.026747] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   21.228306] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   21.429728] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   21.631172] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   21.832552] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   21.930043] eth0: no IPv6 routers present
[   22.034070] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   22.235839] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   22.437235] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   22.638713] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   22.840175] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   23.041564] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   23.243120] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   23.444526] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   23.646096] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   23.847541] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   24.048939] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   24.250455] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   24.451847] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   24.654195] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   24.856254] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   25.057874] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   25.259295] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   25.460689] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   25.662173] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   25.863552] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   26.065231] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   26.267290] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   26.469516] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   26.671099] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   26.873234] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   27.075358] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   27.276828] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   27.478235] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   27.679724] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   27.881331] [SBUS_ERR] xradio_indirect_read: Prefetch bit is not cleared.
[   27.891374] [XRADIO_ERR] xradio_firmware: bootloader is not ready.
[   27.891499] [XRADIO_ERR] xradio_load_firmware: can't download firmware.
[   27.891529] [XRADIO_ERR] xradio_load_firmware failed(-110).
[   27.892278] xradio wlan power off
[   27.892309] gpio wl_reg_on set val 0, act val 0
[   27.942382] [XRADIO] Remove SDIO card 1
[   27.942755] mmc1: card 0001 removed
[   27.943232] [mmc]: sdc1 power_supply is null

Please sign in to comment.