imx7 WIFI not working from android.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx7 WIFI not working from android.

1,544 Views
flabyjacob
Contributor III

Hi all,

i am working on custom board base on imx7d and i am using LBEE5KL1DX-833 wifi/BT module from murata,
wifi is working form linux but it is not working form android,

i am building marshmallow (android 6 os)

all dtsi configurations are same for both wifi and linux,

following are the configurations i have done in android.


1.device/fsl/sabresd_7d/BoardConfig.mk


BOARD_WLAN_DEVICE := UNITE
WPA_SUPPLICANT_VERSION := VER_0_8_UNITE

BOARD_WPA_SUPPLICANT_DRIVER := NL80211
BOARD_HOSTAPD_DRIVER := NL80211

BOARD_HOSTAPD_PRIVATE_LIB_BCM := lib_driver_cmd_bcmdhd
BOARD_WPA_SUPPLICANT_PRIVATE_LIB_BCM := lib_driver_cmd_bcmdhd

BOARD_SUPPORT_BCM_WIFI := true

WIFI_DRIVER_FW_PATH_STA := "/system/etc/firmware/bcm/fw_bcmdhd.bin"
WIFI_DRIVER_FW_PATH_P2P := "/system/etc/firmware/bcm/fw_bcmdhd.bin"
WIFI_DRIVER_FW_PATH_AP := "/system/etc/firmware/bcm/fw_bcmdhd_apsta.bin"
WIFI_DRIVER_FW_PATH_PARAM := "/sys/module/bcmdhd/parameters/firmware_path"

2. device/fsl/sabresd_7d/init.rc
# Prepare for wifi
setprop wifi.interface wlan0
setprop wifi.ap.interface wlan0


service p2p_supplicant /system/bin/wpa_supplicant \
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \
-I/system/etc/wifi/p2p_supplicant_advance_overlay.conf -N \
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
-O/data/misc/wifi/sockets -puse_p2p_group_interface=1 \
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
class late_start
socket wpa_wlan0 dgram 660 wifi wifi
disabled
oneshot

service rtw_suppl_con /system/bin/rtl_wpa_supplicant \
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \
-I/system/etc/wifi/p2p_supplicant_overlay.conf -N \
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
-O/data/misc/wifi/sockets -puse_p2p_group_interface=1 \
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
class late_start
socket wpa_wlan0 dgram 660 wifi wifi
disabled
oneshot

service rtw_supplc_adv /system/bin/rtl_wpa_supplicant \
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \
-I/system/etc/wifi/p2p_supplicant_advance_overlay.conf -N \
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
-O/data/misc/wifi/sockets -puse_p2p_group_interface=1 \
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
class late_start
socket wpa_wlan0 dgram 660 wifi wifi
disabled
oneshot

service wpa_supplicant /system/bin/wpa_supplicant \
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
-O/data/misc/wifi/sockets \
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
socket wpa_wlan0 dgram 660 wifi wifi
class late_start
disabled
oneshot


service dhcpcd_wlan0 /system/bin/dhcpcd -aABDKL
class main
disabled
oneshot

service dhcpcd_p2p /system/bin/dhcpcd -aABKL
class main
disabled
oneshot

service iprenew_wlan0 /system/bin/dhcpcd -n
class main
disabled
oneshot

service iprenew_p2p /system/bin/dhcpcd -n
class main
disabled
oneshot

service hostapd /system/bin/hostapd /data/misc/wifi/hostapd.conf
socket hostapd_wlan0 dgram 660 root wifi
user root
group wifi
oneshot
disabled

service rtl_hostapd /system/bin/hostapd /data/misc/wifi/hostapd.conf
socket hostapd_wlan0 dgram 660 root wifi
user root
group wifi
oneshot
disabled


i build the image and flashed but as the board boots wpa supplicant service is not starting, below is the bootup log:

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.1.15-dirty (sunil@ubuntunzn) (gcc version 4.9.x-google 20140827 (prerelease) (GCC) ) #440 SMP PREEMPT Tue Aug 4 20:19:23 I0
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Freescale i.MX7D SabreSD Board
[ 0.000000] Reserved memory: created CMA memory pool at 0x9a000000, size 320 MiB
[ 0.000000] Reserved memory: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] PERCPU: Embedded 13 pages/cpu @eef19000 s22144 r8192 d22912 u53248
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260368
[ 0.000000] Kernel command line: console=ttymxc0,115200 init=/init androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=384M a
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 687756K/1047552K available (12598K kernel code, 995K rwdata, 3920K rodata, 2048K init, 654K bss, 32116K reserved, 327680K cma-rese)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc1121ae8 (17511 kB)
[ 0.000000] .init : 0xc1200000 - 0xc1400000 (2048 kB)
[ 0.000000] .data : 0xc1400000 - 0xc14f8ef0 ( 996 kB)
[ 0.000000] .bss : 0xc14f8ef0 - 0xc159c7e4 ( 655 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Additional per-CPU info printed with stalls.
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] Architected cp15 timer(s) running at 8.00MHz (phys).
[ 0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns
[ 0.000008] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns
[ 0.000022] Switching to timer-based delay loop, resolution 125ns
[ 0.000527] mxc_clocksource_init 3000000
[ 0.000542] Ignoring duplicate/late registration of read_current_timer delay
[ 0.000570] clocksource mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
[ 0.001859] Console: colour dummy device 80x30
[ 0.001882] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=80000)
[ 0.001898] pid_max: default: 32768 minimum: 301
[ 0.001987] Security Framework initialized
[ 0.002011] SELinux: Initializing.
[ 0.002058] AppArmor: AppArmor disabled by boot time parameter
[ 0.002099] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002113] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002953] Initializing cgroup subsys freezer
[ 0.002978] Initializing cgroup subsys debug
[ 0.003007] CPU: Testing write buffer coherency: ok
[ 0.003336] /cpus/cpu@0 missing clock-frequency property
[ 0.003356] /cpus/cpu@1 missing clock-frequency property
[ 0.003370] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.003442] Setting up static identity map for 0x80100000 - 0x80100058
[ 0.060557] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.060644] Brought up 2 CPUs
[ 0.060666] SMP: Total of 2 processors activated (32.00 BogoMIPS).
[ 0.060674] CPU: All CPU(s) started in SVC mode.
[ 0.061348] devtmpfs: initialized
[ 0.068799] device-tree: Duplicate name in lcdif@30730000, renamed to "display#1"
[ 0.077314] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.077841] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.091128] pinctrl core: initialized pinctrl subsystem
[ 0.092578] NET: Registered protocol family 16
[ 0.101541] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.130193] cpuidle: using governor ladder
[ 0.160216] cpuidle: using governor menu
[ 0.175232] DDR type is DDR3!
[ 0.184831] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.184848] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.184872] VDSO is not a valid ELF object!
[ 0.186509] imx7d-pinctrl 302c0000.iomuxc-lpsr: Invalid fsl,pins property in node /soc/aips-bus@30000000/iomuxc-lpsr@302c0000/imx7d-sdb/rfkill2_pin
[ 0.186527] imx7d-pinctrl 302c0000.iomuxc-lpsr: Invalid fsl,pins property in node /soc/aips-bus@30000000/iomuxc-lpsr@302c0000/imx7d-sdb/hoggrp-2
[ 0.186558] imx7d-pinctrl 302c0000.iomuxc-lpsr: Invalid fsl,pins property in node /soc/aips-bus@30000000/iomuxc-lpsr@302c0000/imx7d-sdb/enet2_epdc0_grp
[ 0.186708] imx7d-pinctrl 302c0000.iomuxc-lpsr: initialized IMX pinctrl driver
[ 0.186829] imx7d-pinctrl 30330000.iomuxc: Invalid fsl,pins property in node /soc/aips-bus@30000000/iomuxc@30330000/imx7d-sdb/mipi_dsi_reset_grp
[ 0.187232] imx7d-pinctrl 30330000.iomuxc: initialized IMX pinctrl driver
[ 0.189875] MU is ready for cross core communication!
[ 0.244213] mxs-dma 33000000.dma-apbh: initialized
[ 0.248168] SCSI subsystem initialized
[ 0.248863] usbcore: registered new interface driver usbfs
[ 0.248966] usbcore: registered new interface driver hub
[ 0.249080] usbcore: registered new device driver usb
[ 0.249351] 30800000.aips-bus:usbphy_nop1 supply vcc not found, using dummy regulator
[ 0.249499] 30800000.aips-bus:usbphy_nop2 supply vcc not found, using dummy regulator
[ 0.251171] i2c i2c-0: IMX I2C adapter registered
[ 0.251191] i2c i2c-0: can't use DMA
[ 0.251582] i2c i2c-2: IMX I2C adapter registered
[ 0.251600] i2c i2c-2: can't use DMA
[ 0.252118] i2c i2c-3: IMX I2C adapter registered
[ 0.252134] i2c i2c-3: can't use DMA
[ 0.252302] Linux video capture interface: v2.00
[ 0.252397] pps_core: LinuxPPS API ver. 1 registered
[ 0.252407] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.252445] PTP clock support registered
[ 0.253731] MIPI CSI2 driver module loaded
[ 0.254042] Advanced Linux Sound Architecture Driver Initialized.
[ 0.255169] Bluetooth: Core ver 2.20
[ 0.255223] NET: Registered protocol family 31
[ 0.255232] Bluetooth: HCI device and connection manager initialized
[ 0.255249] Bluetooth: HCI socket layer initialized
[ 0.255265] Bluetooth: L2CAP socket layer initialized
[ 0.255312] Bluetooth: SCO socket layer initialized
[ 0.257100] Switched to clocksource arch_sys_counter
[ 0.344891] NET: Registered protocol family 2
[ 0.345775] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.345881] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.346028] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.346107] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.346163] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.346392] NET: Registered protocol family 1
[ 0.346771] RPC: Registered named UNIX socket transport module.
[ 0.346785] RPC: Registered udp transport module.
[ 0.346793] RPC: Registered tcp transport module.
[ 0.346801] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.347252] Trying to unpack rootfs image as initramfs...
[ 0.423038] Freeing initrd memory: 1048K (c3800000 - c3906000)
[ 0.425737] imx rpmsg driver is registered.
[ 0.426799] Bus freq driver module loaded
[ 0.427755] persistent_ram: found existing invalid buffer, size 0, start 131072
[ 0.428491] console [pstore-1] enabled
[ 0.428504] pstore: Registered ramoops as persistent store backend
[ 0.428517] ramoops: attached 0x100000@0xbbf00000, ecc: 0/0
[ 0.428536] mxc_ramoops device success loaded
[ 0.428858] bt power gpio is:175
[ 0.429081] rfkill: BT RF going to : on
[ 0.429093] set block 1
[ 0.429103] power change: 1
[ 0.429112] mxc_bt_rfkill_reset
[ 0.429121] reset: 1
[ 0.437136] mxc_bt_rfkill driver success loaded
[ 0.438447] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.438551] audit: initializing netlink subsys (disabled)
[ 0.438648] audit: type=2000 audit(0.430:1): initialized
[ 0.448220] VFS: Disk quotas dquot_6.6.0
[ 0.448482] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.451686] NFS: Registering the id_resolver key type
[ 0.451748] Key type id_resolver registered
[ 0.451761] Key type id_legacy registered
[ 0.451871] ntfs: driver 2.1.32 [Flags: R/W DEBUG].
[ 0.452273] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 0.453205] fuse init (API version 7.23)
[ 0.461277] bounce: pool size: 64 pages
[ 0.461307] io scheduler noop registered
[ 0.461325] io scheduler deadline registered
[ 0.461546] io scheduler cfq registered (default)
[ 0.463594] MIPI DSI driver module loaded
[ 0.463812] MIPI DSI driver module loaded
[ 0.466191]
[ 0.466191]
[ 0.466191]
[ 0.466191] sunil: ota 2 for ph-hydac board mxsfb_probe
[ 0.466191]
[ 0.466191]
[ 0.466357] 30730000.lcdif supply lcd not found, using dummy regulator
[ 0.469196] reset 0
[ 0.509211] reset 1
[ 0.617678] mxc_dispdrv_gethandle 110
[ 0.617702]
[ 0.617702] name is:
[ 0.617717] mxc_dispdrv_gethandle 126
[ 0.617727] mxc_dispdrv_gethandle 128
[ 0.617746] mxsfb 30730000.lcdif: failed to find mxc display driver
[ 0.630770] Console: switching to colour frame buffer device 100x30
[ 0.666261] mxsfb 30730000.lcdif: initialized
[ 0.667706] imx-sdma 30bd0000.sdma: no event needs to be remapped
[ 0.667867] imx-sdma 30bd0000.sdma: loaded firmware 4.2
[ 0.671704] imx-sdma 30bd0000.sdma: initialized
[ 0.673291] pfuze100-regulator 0-0008: Full layer: 1, Metal layer: 1
[ 0.673889] pfuze100-regulator 0-0008: FAB: 0, FIN: 0
[ 0.673905] pfuze100-regulator 0-0008: pfuze3000 found.
[ 0.687799] pfuze100-regulator 0-0008: pfuze licell enabled.
[ 0.688867] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 277, base_baud = 1500000) is a IMX
[ 1.673566] console [ttymxc0] enabled
[ 1.678035] 30a60000.serial: ttymxc3 at MMIO 0x30a60000 (irq = 282, base_baud = 1500000) is a IMX
[ 1.687649] 30a70000.serial: ttymxc4 at MMIO 0x30a70000 (irq = 283, base_baud = 5000000) is a IMX
[ 1.697216] 30a80000.serial: ttymxc5 at MMIO 0x30a80000 (irq = 284, base_baud = 5000000) is a IMX
[ 1.706723] 30a90000.serial: ttymxc6 at MMIO 0x30a90000 (irq = 285, base_baud = 5000000) is a IMX
[ 1.717766] imx sema4 driver is registered.
[ 1.722041] [drm] Initialized drm 1.1.0 20060810
[ 1.727358] [drm] Initialized vivante 1.0.0 20120216 on minor 0
[ 1.745308] brd: module loaded
[ 1.755120] loop: module loaded
[ 1.759089] zram: Created 1 device(s)
[ 1.767914] spi_imx 30840000.ecspi: probed
[ 1.772904] tun: Universal TUN/TAP device driver, 1.6
[ 1.778043] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.784507] CAN device driver interface
[ 1.792311] pps pps0: new PPS source ptp0
[ 1.797945] fec 30be0000.ethernet (unnamed net_device) (uninitialized): Invalid MAC address: 00:00:00:00:00:00
[ 1.808085] fec 30be0000.ethernet (unnamed net_device) (uninitialized): Using random MAC address: ca:d3:b3:a7:2a:04
[ 1.819384] libphy: fec_enet_mii_bus: probed
[ 1.825631] fec 30be0000.ethernet eth0: registered PHC device 0
[ 1.834171] pps pps1: new PPS source ptp1
[ 1.839545] fec 30bf0000.ethernet (unnamed net_device) (uninitialized): Invalid MAC address: 00:00:00:00:00:00
[ 1.849650] fec 30bf0000.ethernet (unnamed net_device) (uninitialized): Using random MAC address: e6:98:1e:ed:4f:bd
[ 1.861838] fec 30bf0000.ethernet eth1: registered PHC device 1
[ 1.868623] PPP generic driver version 2.4.2
[ 1.873237] PPP BSD Compression module registered
[ 1.877992] PPP Deflate Compression module registered
[ 1.883086] PPP MPPE Compression module registered
[ 1.887923] NET: Registered protocol family 24
[ 1.892592] Broadcom 43xx driver loaded [ Features: NS ]
[ 1.898009] Broadcom 43xx-legacy driver loaded [ Features: ID ]
[ 1.904000] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[ 1.911535] usbcore: registered new interface driver pegasus
[ 1.917319] usbcore: registered new interface driver rtl8150
[ 1.923068] usbcore: registered new interface driver r8152
[ 1.928689] usbcore: registered new interface driver asix
[ 1.934176] usbcore: registered new interface driver ax88179_178a
[ 1.940385] usbcore: registered new interface driver cdc_ether
[ 1.946306] usbcore: registered new interface driver cdc_eem
[ 1.952079] usbcore: registered new interface driver net1080
[ 1.957860] usbcore: registered new interface driver cdc_subset
[ 1.963875] usbcore: registered new interface driver zaurus
[ 1.969614] usbcore: registered new interface driver cdc_ncm
[ 1.975296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.981873] ehci-mxc: Freescale On-Chip EHCI Host driver
[ 1.987444] usbcore: registered new interface driver cdc_acm
[ 1.993117] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.001262] usbcore: registered new interface driver usb-storage
[ 2.007491] usbcore: registered new interface driver usbserial
[ 2.013397] usbcore: registered new interface driver usbserial_generic
[ 2.020060] usbserial: USB Serial support registered for generic
[ 2.026153] usbcore: registered new interface driver ftdi_sio
[ 2.031990] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.039401] usbcore: registered new interface driver option
[ 2.045042] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.052119] usbcore: registered new interface driver usb_ehset_test
[ 2.059750] 30b10200.usbmisc supply vbus-wakeup not found, using dummy regulator
[ 2.067359] 30b20200.usbmisc supply vbus-wakeup not found, using dummy regulator
[ 2.074919] 30b30200.usbmisc supply vbus-wakeup not found, using dummy regulator
[ 2.540617] ci_hdrc ci_hdrc.1: EHCI Host Controller
[ 2.545551] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
[ 2.567175] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[ 2.572865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.579702] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.586940] usb usb1: Product: EHCI Host Controller
[ 2.591852] usb usb1: Manufacturer: Linux 4.1.15-dirty ehci_hcd
[ 2.597804] usb usb1: SerialNumber: ci_hdrc.1
[ 2.603218] hub 1-0:1.0: USB hub found
[ 2.607033] hub 1-0:1.0: 1 port detected
[ 2.612801] mousedev: PS/2 mouse device common for all mice
[ 2.619421] input: 30370000.snvs:snvs-powerkey as /devices/platform/soc/30000000.aips-bus/30370000.snvs/30370000.snvs:snvs-powerkey/input/input0
[ 2.633063] usbcore: registered new interface driver xpad
[ 2.638618] usbcore: registered new interface driver usb_acecad
[ 2.644629] usbcore: registered new interface driver aiptek
[ 2.650323] usbcore: registered new interface driver gtco
[ 2.655813] usbcore: registered new interface driver hanwang
[ 2.661590] usbcore: registered new interface driver kbtab
[ 2.669054] snvs_rtc 30370000.snvs:snvs-rtc-lp: rtc core: registered 30370000.snvs:snvs- as rtc0
[ 2.678055] i2c /dev entries driver
[ 2.682935] IR NEC protocol handler initialized
[ 2.687518] IR RC5(x/sz) protocol handler initialized
[ 2.692588] IR RC6 protocol handler initialized
[ 2.697155] IR JVC protocol handler initialized
[ 2.701704] IR Sony protocol handler initialized
[ 2.706338] IR SANYO protocol handler initialized
[ 2.711473] IR Sharp protocol handler initialized
[ 2.716200] IR MCE Keyboard/mouse protocol handler initialized
[ 2.722076] IR XMP protocol handler initialized
[ 2.729403] pxp-v4l2 pxp_v4l2_out: initialized
[ 2.734081] usbcore: registered new interface driver uvcvideo
[ 2.739887] USB Video Class driver (1.1.1)
[ 2.745474] imx2-wdt 30280000.wdog: use WDOG_B to reboot.
[ 2.751367] imx2-wdt 30280000.wdog: timeout 60 sec (nowayout=0)
[ 2.757730] device-mapper: uevent: version 1.0.3
[ 2.762796] device-mapper: ioctl: 4.31.0-ioctl (2015-3-12) initialised: dm-devel@redhat.com
[ 2.771394] Bluetooth: HCI UART driver ver 2.3
[ 2.775857] Bluetooth: HCI UART protocol H4 registered
[ 2.781041] Bluetooth: HCI UART protocol BCSP registered
[ 2.786368] Bluetooth: HCI UART protocol ATH3K registered
[ 2.791830] Bluetooth: HCI UART protocol BCM registered
[ 2.797223] usbcore: registered new interface driver btusb
[ 2.803102] sdhci: Secure Digital Host Controller Interface driver
[ 2.809327] sdhci: Copyright(c) Pierre Ossman
[ 2.813706] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.820649] /soc/aips-bus@30800000/usdhc@30b40000: voltage-ranges unspecified
[ 2.827914] sdhci-esdhc-imx 30b40000.usdhc: Got CD GPIO
[ 2.833951] sdhci-esdhc-imx 30b40000.usdhc: No vqmmc regulator found
[ 3.087326] mmc0: SDHCI controller on 30b40000.usdhc [30b40000.usdhc] using ADMA
[ 3.095655] /soc/aips-bus@30800000/usdhc@30b50000: voltage-ranges unspecified
[ 3.102874] sdhci-esdhc-imx 30b50000.usdhc: assigned as wifi host
[ 3.110592] sdhci-esdhc-imx 30b50000.usdhc: No vmmc regulator found
[ 3.116883] sdhci-esdhc-imx 30b50000.usdhc: No vqmmc regulator found
[ 3.135074] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.149214] mmc0: new high speed SDHC card at address 0001
[ 3.155257] mmcblk0: mmc0:0001 SD08G 7.51 GiB
[ 3.166751] mmcblk0: p1 p2 p3 < p5 p6 p7 p8 p9 > p4
[ 3.171792] mmc1: SDHCI controller on 30b50000.usdhc [30b50000.usdhc] using ADMA
[ 3.182497] /soc/aips-bus@30800000/usdhc@30b60000: voltage-ranges unspecified
[ 3.191484] sdhci-esdhc-imx 30b60000.usdhc: No vmmc regulator found
[ 3.197867] sdhci-esdhc-imx 30b60000.usdhc: No vqmmc regulator found
[ 3.247140] mmc2: SDHCI controller on 30b60000.usdhc [30b60000.usdhc] using ADMA
[ 3.258724] caam 30900000.caam: Entropy delay = 3200
[ 3.263736] caam 30900000.caam: Instantiated RNG4 SH0
[ 3.323151] caam 30900000.caam: Instantiated RNG4 SH1
[ 3.328239] caam 30900000.caam: device ID = 0x0a16030000000000 (Era -524)
[ 3.335043] caam 30900000.caam: job rings = 3, qi = 0
[ 3.342496] mmc2: MAN_BKOPS_EN bit is not set
[ 3.355785] mmc2: mmc_select_hs200 failed, error -74
[ 3.360791] : switch to mmc2 failed
[ 3.368455] mmc2: new MMC card at address 0001
[ 3.373510] mmcblk2: mmc2:0001 00008G 7.28 GiB
[ 3.378825] mmcblk2boot0: mmc2:0001 00008G partition 1 4.00 MiB
[ 3.384934] mmcblk2boot1: mmc2:0001 00008G partition 2 4.00 MiB
[ 3.391061] mmcblk2rpmb: mmc2:0001 00008G partition 3 4.00 MiB
[ 3.443803] caam algorithms registered in /proc/crypto
[ 3.452783] caam_jr 30901000.jr0: registering rng-caam
[ 3.458980] platform caam_sm: blkkey_ex: 8 keystore units available
[ 3.465447] platform caam_sm: 64-bit clear key:
[ 3.470096] platform caam_sm: [0000] 00 01 02 03 04 0f 06 07
[ 3.475772] platform caam_sm: 64-bit black key:
[ 3.480378] platform caam_sm: [0000] ce 48 22 f9 09 55 44 e1
[ 3.486057] platform caam_sm: [0008] 1e 82 63 3b 37 ea 6e ad
[ 3.491785] platform caam_sm: 128-bit clear key:
[ 3.496422] platform caam_sm: [0000] 00 01 02 03 04 0f 06 07
[ 3.502146] platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f
[ 3.507866] platform caam_sm: 128-bit black key:
[ 3.512504] platform caam_sm: [0000] 48 37 ac 0f 8b 4f ab bf
[ 3.518210] platform caam_sm: [0008] d6 aa 78 54 a1 e3 72 de
[ 3.523883] platform caam_sm: 192-bit clear key:
[ 3.528536] platform caam_sm: [0000] 00 01 02 03 04 0f 06 07
[ 3.534214] platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f
[ 3.539909] platform caam_sm: [0016] 10 11 12 13 14 15 16 17
[ 3.545582] platform caam_sm: 192-bit black key:
[ 3.550234] platform caam_sm: [0000] 8e 2e 29 39 ff 30 f3 9f
[ 3.555911] platform caam_sm: [0008] af 71 4c a0 bb 23 ba 78
[ 3.561604] platform caam_sm: [0016] b3 4c 5e 8c 83 b2 e2 06
[ 3.567299] platform caam_sm: [0024] 1c ed 7b cd 7e 2d f8 fe
[ 3.572971] platform caam_sm: 256-bit clear key:
[ 3.577623] platform caam_sm: [0000] 00 01 02 03 04 0f 06 07
[ 3.583299] platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f
[ 3.588993] platform caam_sm: [0016] 10 11 12 13 14 15 16 17
[ 3.594670] platform caam_sm: [0024] 18 19 1a 1b 1c 1d 1e 1f
[ 3.600358] platform caam_sm: 256-bit black key:
[ 3.604993] platform caam_sm: [0000] ff 64 ed 8e b6 cf c4 d3
[ 3.610687] platform caam_sm: [0008] 58 9e 41 d3 f4 87 26 47
[ 3.616364] platform caam_sm: [0016] c6 5f 07 fc 26 ca ac fe
[ 3.622057] platform caam_sm: [0024] 71 35 83 af ba 22 80 81
[ 3.627745] platform caam_sm: 64-bit unwritten blob:
[ 3.632728] platform caam_sm: [0000] 00 00 00 00 00 00 00 00
[ 3.638423] platform caam_sm: [0008] 00 00 00 00 00 00 00 00
[ 3.644100] platform caam_sm: [0016] 00 00 00 00 00 00 00 00
[ 3.649800] platform caam_sm: [0024] 00 00 00 00 00 00 00 00
[ 3.655476] platform caam_sm: [0032] 00 00 00 00 00 00 00 00
[ 3.661171] platform caam_sm: [0040] 00 00 00 00 00 00 00 00
[ 3.666847] platform caam_sm: [0048] 00 00 00 00 00 00 00 00
[ 3.672541] platform caam_sm: [0056] 00 00 00 00 00 00 00 00
[ 3.678235] platform caam_sm: [0064] 00 00 00 00 00 00 00 00
[ 3.683912] platform caam_sm: [0072] 00 00 00 00 00 00 00 00
[ 3.689605] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
[ 3.695282] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
[ 3.700971] platform caam_sm: 128-bit unwritten blob:
[ 3.706040] platform caam_sm: [0000] 00 00 00 00 00 00 00 00
[ 3.711734] platform caam_sm: [0008] 00 00 00 00 00 00 00 00
[ 3.717427] platform caam_sm: [0016] 00 00 00 00 00 00 00 00
[ 3.723104] platform caam_sm: [0024] 00 00 00 00 00 00 00 00
[ 3.728797] platform caam_sm: [0032] 00 00 00 00 00 00 00 00
[ 3.734474] platform caam_sm: [0040] 00 00 00 00 00 00 00 00
[ 3.740168] platform caam_sm: [0048] 00 00 00 00 00 00 00 00
[ 3.745844] platform caam_sm: [0056] 00 00 00 00 00 00 00 00
[ 3.751537] platform caam_sm: [0064] 00 00 00 00 00 00 00 00
[ 3.757231] platform caam_sm: [0072] 00 00 00 00 00 00 00 00
[ 3.762909] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
[ 3.768602] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
[ 3.774274] platform caam_sm: 196-bit unwritten blob:
[ 3.779366] platform caam_sm: [0000] 00 00 00 00 00 00 00 00
[ 3.785042] platform caam_sm: [0008] 00 00 00 00 00 00 00 00
[ 3.790733] platform caam_sm: [0016] 00 00 00 00 00 00 00 00
[ 3.796410] platform caam_sm: [0024] 00 00 00 00 00 00 00 00
[ 3.802103] platform caam_sm: [0032] 00 00 00 00 00 00 00 00
[ 3.807798] platform caam_sm: [0040] 00 00 00 00 00 00 00 00
[ 3.813475] platform caam_sm: [0048] 00 00 00 00 00 00 00 00
[ 3.819168] platform caam_sm: [0056] 00 00 00 00 00 00 00 00
[ 3.824845] platform caam_sm: [0064] 00 00 00 00 00 00 00 00
[ 3.830534] platform caam_sm: [0072] 00 00 00 00 00 00 00 00
[ 3.836211] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
[ 3.841933] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
[ 3.847627] platform caam_sm: 256-bit unwritten blob:
[ 3.852697] platform caam_sm: [0000] 00 00 00 00 00 00 00 00
[ 3.858391] platform caam_sm: [0008] 00 00 00 00 00 00 00 00
[ 3.864068] platform caam_sm: [0016] 00 00 00 00 00 00 00 00
[ 3.869762] platform caam_sm: [0024] 00 00 00 00 00 00 00 00
[ 3.875438] platform caam_sm: [0032] 00 00 00 00 00 00 00 00
[ 3.881132] platform caam_sm: [0040] 00 00 00 00 00 00 00 00
[ 3.886810] platform caam_sm: [0048] 00 00 00 00 00 00 00 00
[ 3.892503] platform caam_sm: [0056] 00 00 00 00 00 00 00 00
[ 3.898194] platform caam_sm: [0064] 00 00 00 00 00 00 00 00
[ 3.903871] platform caam_sm: [0072] 00 00 00 00 00 00 00 00
[ 3.909571] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
[ 3.915248] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
[ 3.921123] platform caam_sm: 64-bit black key in blob:
[ 3.926370] platform caam_sm: [0000] 9e 6f 36 96 6f 53 ae 75
[ 3.932070] platform caam_sm: [0008] e7 10 a4 cd 38 ea dd 66
[ 3.937767] platform caam_sm: [0016] f9 a8 2c ca 6e ff 7b cb
[ 3.943445] platform caam_sm: [0024] 32 ce 48 2e 65 0d f9 90
[ 3.949139] platform caam_sm: [0032] f1 84 a5 17 1d fb 11 f6
[ 3.954817] platform caam_sm: [0040] 3e ca fb ab 4a d7 6e 8b
[ 3.960511] platform caam_sm: [0048] 30 f0 2f 30 27 74 c5 cf
[ 3.966188] platform caam_sm: [0056] 00 00 00 00 00 00 00 00
[ 3.971881] platform caam_sm: [0064] 00 00 00 00 00 00 00 00
[ 3.977575] platform caam_sm: [0072] 00 00 00 00 00 00 00 00
[ 3.983253] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
[ 3.988945] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
[ 3.994618] platform caam_sm: 128-bit black key in blob:
[ 3.999965] platform caam_sm: [0000] 95 58 e0 d9 df 96 35 7a
[ 4.005642] platform caam_sm: [0008] 72 3f aa 48 d2 a5 96 a8
[ 4.011333] platform caam_sm: [0016] b6 56 aa 55 7f b1 44 a4
[ 4.017011] platform caam_sm: [0024] 78 c6 62 14 55 41 b4 f7
[ 4.022702] platform caam_sm: [0032] eb c2 76 52 a2 9b c7 36
[ 4.028397] platform caam_sm: [0040] d7 d9 8b 32 18 e8 cb 74
[ 4.034074] platform caam_sm: [0048] f9 8e 1b 77 d9 58 07 6b
[ 4.039775] platform caam_sm: [0056] 3d a7 8d 40 36 73 18 bc
[ 4.045452] platform caam_sm: [0064] 00 00 00 00 00 00 00 00
[ 4.051176] platform caam_sm: [0072] 00 00 00 00 00 00 00 00
[ 4.056854] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
[ 4.062550] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
[ 4.068241] platform caam_sm: 192-bit black key in blob:
[ 4.073571] platform caam_sm: [0000] 77 d3 a0 4c 6d 5a 10 be
[ 4.079265] platform caam_sm: [0008] 4b 3d d9 aa 6c ca 3d 07
[ 4.084943] platform caam_sm: [0016] 5c 0a 8f 6e a7 11 bf e4
[ 4.090637] platform caam_sm: [0024] 31 d5 41 62 78 9c 99 44
[ 4.096314] platform caam_sm: [0032] e2 95 37 fb 49 f7 4a 0b
[ 4.102008] platform caam_sm: [0040] cd 96 17 b2 6e 0d e8 2a
[ 4.107703] platform caam_sm: [0048] 7b 46 1d 86 38 41 15 6c
[ 4.113381] platform caam_sm: [0056] d8 88 62 18 17 13 74 7e
[ 4.119074] platform caam_sm: [0064] 0c 8d d7 03 f3 af f9 99
[ 4.124751] platform caam_sm: [0072] 00 00 00 00 00 00 00 00
[ 4.130445] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
[ 4.136121] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
[ 4.141810] platform caam_sm: 256-bit black key in blob:
[ 4.147158] platform caam_sm: [0000] 27 51 fe 56 16 52 2e d3
[ 4.152835] platform caam_sm: [0008] da e5 fb d2 8f 25 e2 b4
[ 4.158529] platform caam_sm: [0016] da 06 dd 64 f7 53 e3 f5
[ 4.164207] platform caam_sm: [0024] 5c 05 d7 71 33 db 8a 7f
[ 4.169906] platform caam_sm: [0032] 21 7c b9 bf b6 d5 a2 02
[ 4.175583] platform caam_sm: [0040] 16 9c 5c 3d bf f1 19 58
[ 4.181278] platform caam_sm: [0048] 33 30 b6 b3 8e 9c 04 8d
[ 4.186956] platform caam_sm: [0056] 21 2f 73 cb 28 bf 01 66
[ 4.192650] platform caam_sm: [0064] 67 eb 40 0a b9 80 46 77
[ 4.198344] platform caam_sm: [0072] 3a 1b 3f 3f 74 8c 6e 8c
[ 4.204022] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
[ 4.209715] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
[ 4.215572] platform caam_sm: restored 64-bit black key:
[ 4.220928] platform caam_sm: [0000] b4 0f 48 e5 e3 82 26 21
[ 4.226606] platform caam_sm: [0008] c2 71 a1 65 b1 9d dd 7e
[ 4.232293] platform caam_sm: restored 128-bit black key:
[ 4.237728] platform caam_sm: [0000] 48 37 ac 0f 8b 4f ab bf
[ 4.243406] platform caam_sm: [0008] d6 aa 78 54 a1 e3 72 de
[ 4.249095] platform caam_sm: restored 192-bit black key:
[ 4.254512] platform caam_sm: [0000] 8e 2e 29 39 ff 30 f3 9f
[ 4.260206] platform caam_sm: [0008] af 71 4c a0 bb 23 ba 78
[ 4.265883] platform caam_sm: [0016] e2 dc cc b0 fb 88 62 19
[ 4.271577] platform caam_sm: [0024] 07 55 a8 6b b8 d3 c7 18
[ 4.277267] platform caam_sm: restored 256-bit black key:
[ 4.282683] platform caam_sm: [0000] ff 64 ed 8e b6 cf c4 d3
[ 4.288377] platform caam_sm: [0008] 58 9e 41 d3 f4 87 26 47
[ 4.294054] platform caam_sm: [0016] c6 5f 07 fc 26 ca ac fe
[ 4.299754] platform caam_sm: [0024] 71 35 83 af ba 22 80 81
[ 4.305756] snvs-secvio 30370000.caam-snvs: can't get snvs clock
[ 4.311878] snvs-secvio 30370000.caam-snvs: violation handlers armed - non-secure state
[ 4.320520] hidraw: raw HID events driver (C) Jiri Kosina
[ 4.330725] usbcore: registered new interface driver usbhid
[ 4.336318] usbhid: USB HID core driver
[ 4.341091] ashmem: initialized
[ 4.345627] usbcore: registered new interface driver snd-usb-audio
[ 4.358480] NET: Registered protocol family 26
[ 4.362989] u32 classifier
[ 4.365707] Actions configured
[ 4.369172] Netfilter messages via NETLINK v0.30.
[ 4.373972] nf_conntrack version 0.5.0 (15882 buckets, 63528 max)
[ 4.380788] ctnetlink v0.93: registering with nfnetlink.
[ 4.387005] xt_time: kernel timezone is -0000
[ 4.391871] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 4.397473] arp_tables: (C) 2002 David S. Miller
[ 4.402192] Initializing XFRM netlink socket
[ 4.407346] NET: Registered protocol family 10
[ 4.413231] mip6: Mobile IPv6
[ 4.416259] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 4.422033] sit: IPv6 over IPv4 tunneling driver
[ 4.427622] NET: Registered protocol family 17
[ 4.432119] NET: Registered protocol family 15
[ 4.436581] can: controller area network core (rev 20120528 abi 9)
[ 4.442893] NET: Registered protocol family 29
[ 4.447384] can: raw protocol (rev 20120528)
[ 4.451675] can: broadcast manager protocol (rev 20120528 t)
[ 4.457386] can: netlink gateway (rev 20130117) max_hops=1
[ 4.463209] Bluetooth: RFCOMM TTY layer initialized
[ 4.468148] Bluetooth: RFCOMM socket layer initialized
[ 4.473327] Bluetooth: RFCOMM ver 1.11
[ 4.477130] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.482455] Bluetooth: BNEP filters: protocol multicast
[ 4.487731] Bluetooth: BNEP socket layer initialized
[ 4.492716] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 4.498677] Bluetooth: HIDP socket layer initialized
[ 4.503750] 8021q: 802.1Q VLAN Support v1.8
[ 4.508300] Key type dns_resolver registered
[ 4.513698] cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)
[ 4.534662] dhd_module_init in
[ 4.538681] Power-up adapter 'DHD generic adapter'
[ 4.543775] wifi_platform_bus_enumerate device present 1
[ 4.584501] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 4.592041] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 4.599549] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 4.608613] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 4.616091] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 4.624788] mmc1: queuing unknown CIS tuple 0x80 (6 bytes)
[ 4.744656] mmc1: new high speed SDIO card at address 0001
[ 4.772643] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x1 pkg:0x3
[ 4.780752] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
[ 4.787472] wifi_platform_get_mac_addr
[ 4.791474] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211)
[ 4.798551] wl_create_event_handler(): thread:wl_event_handler:a0 started
[ 4.798575] CFG80211-ERROR) wl_event_handler : tsk Enter, tsk = 0xd894147c
[ 4.812560] dhd_attach(): thread:dhd_watchdog_thread:a1 started
[ 4.818601] dhd_attach(): thread:dhd_dpc:a2 started
[ 4.823500] dhd_deferred_work_init: work queue initialized
[ 4.829556]
[ 4.829556] Dongle Host Driver, version 1.141.88 (r)
[ 4.829556] Compiled from
[ 4.839589] Register interface [wlan0] MAC: 00:90:4c:11:22:33
[ 4.839589]
[ 4.846948] CFG80211-ERROR) wl_event_handler : was terminated
[ 4.852803] wl_destroy_event_handler(): thread:wl_event_handler:a0 terminated OK
[ 4.860236] dhd_prot_ioctl : bus is down. we have nothing to do
[ 4.867194] input: gpio-keys as /devices/platform/gpio-keys/input/input1
[ 4.874505] snvs_rtc 30370000.snvs:snvs-rtc-lp: setting system clock to 2020-08-07 08:11:16 UTC (1596787876)
[ 4.909838] wlreg_on: disabling
[ 4.913016] vref-1v8: disabling
[ 4.916167] can2-3v3: disabling
[ 4.919424] usb_otg1_vbus: disabling
[ 4.944456] ALSA device list:
[ 4.947463] No soundcards found.
[ 4.953269] Freeing unused kernel memory: 2048K (c1200000 - c1400000)
[ 4.962172] init: init started!
[ 4.971996] SELinux: Android master kernel running Android M policy in compatibility mode.
[ 4.986026] SELinux: Permission audit_read in class capability2 not defined in policy.
[ 4.994155] SELinux: the above unknown classes and permissions will be denied
[ 5.065311] audit: type=1403 audit(1596787876.680:2): policy loaded auid=4294967295 ses=4294967295
[ 5.075124] init: (Initializing SELinux non-enforcing took 0.11s.)
[ 5.090852] init: init second stage started!
[ 5.095855] init: property_set("ro.boot.selinux", "enforcing") failed
[ 5.145175] init: waitpid failed: No child processes
[ 5.150592] init: property_set("ro.zygote", "zygote32") failed
[ 5.156631] init: (Loading properties from /default.prop took 0.01s.)
[ 5.165833] init: (Parsing /init.environ.rc took 0.00s.)
[ 5.171654] init: (Parsing /init.usb.rc took 0.00s.)
[ 5.177876] init: (Parsing init.freescale.usb.rc took 0.00s.)
[ 5.183654] init: (Parsing /init.freescale.rc took 0.01s.)
[ 5.189854] init: (Parsing /init.usb.configfs.rc took 0.00s.)
[ 5.195730] init: (Parsing /init.zygote32.rc took 0.00s.)
[ 5.201331] init: (Parsing /init.trace.rc took 0.00s.)
[ 5.206501] init: (Parsing /init.rc took 0.04s.)
[ 5.211375] init: SELinux: Could not get canonical path /adb_keys restorecon: No such file or directory.
[ 5.221132] init: Starting service 'ueventd'...
[ 5.226308] audit: type=1400 audit(1596787876.840:3): avc: denied { mounton } for pid=1 comm="init" path="/sys/kernel/debug" dev="debugfs" ino=1 sc1
[ 5.229002] ueventd: ueventd started!
[ 5.250083] init: Waiting for /dev/.coldboot_done...
[ 5.505570] ueventd: Coldboot t�[ 5.508126] init: Waiting for /dev/.coldboot_done took 0.26s.
[ 5.522753] init: write_file: Unable to open '/proc/sys/kernel/sched_compat_yield': No such file or directory
[ 5.534587] init: write_file: Unable to write to '/dev/cpuctl/cpu.shares': Invalid argument
[ 5.548203] init: write_file: Unable to open '/proc/sys/abi/swp': No such file or directory
[ 5.557360] Console: switching to colour dummy device 80x30
[ 5.587734] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: barrier=1
[ 5.596246] fs_mgr: __mount(source=/dev/block/mmcblk0p5,target=/system,type=ext4)=0
[ 5.604918] EXT4-fs (mmcblk0p4): Ignoring removed nomblk_io_submit option
[ 5.959678] EXT4-fs (mmcblk0p4): recovery complete
[ 5.969440] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,noauto_da_alloc,errors=panic
[ 5.981114] fs_mgr: __mount(source=/dev/block/mmcblk0p4,target=/data,type=ext4)=0
[ 5.990512] EXT4-fs (mmcblk0p6): Ignoring removed nomblk_io_submit option
[ 6.050987] EXT4-fs (mmcblk0p6): recovery complete
[ 6.060126] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: nomblk_io_submit
[ 6.069217] fs_mgr: __mount(source=/dev/block/mmcblk0p6,target=/cache,type=ext4)=0
[ 6.081863] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
[ 6.090067] fs_mgr: __mount(source=/dev/block/mmcblk0p7,target=/device,type=ext4)=0
[ 6.100063] file system registered
[ 6.110964] init: Starting service 'logd'...
[ 6.122019] zram0: detected capacity change from 0 to 314572800
[ 6.301536] audit: type=1400 audit(1596787877.920:4): avc: denied { read write } for pid=180 comm="mkswap" name="zram0" dev="tmpfs" ino=11162 scont1
[ 6.314567] logd.auditd: start
[ 6.314633] logd.klogd: 6307518875
[ 6.348408] Adding 307196k swap on /dev/block/zram0. Priority:-1 extents:1 across:307196k SS
[ 6.363855] init: (Loading properties from /system/build.prop took 0.01s.)
[ 6.370906] init: (Loading properties from /vendor/build.prop took 0.00s.)
[ 6.377883] init: (Loading properties from /factory/factory.prop took 0.00s.)
[ 6.384360] type=1400 audit(1596787877.950:5): avc: denied { open } for pid=180 comm="mkswap" path="/dev/block/zram0" dev="tmpfs" ino=11162 scontext=u1
[ 6.384693] type=1400 audit(1596787877.950:6): avc: denied { getattr } for pid=180 comm="mkswap" path="/dev/block/zram0" dev="tmpfs" ino=11162 scontex1
[ 6.429996] init: Starting service 'vold'...
[ 6.436779] init: Not bootcharting.
[ 6.490216] init: Starting service 'exec 0 (/system/bin/tzdatacheck)'...
[ 6.529295] init: Service 'exec 0 (/system/bin/tzdatacheck)' (pid 189) exited with status 0
[ 6.545539] init: Warning! Service module_silead needs a SELinux domain defined; please fix!
[ 6.554341] init: Starting service 'module_silead'...
[ 6.560483] type=1400 audit(1596787878.180:7): avc: denied { execute } for pid=190 comm="init" name="touchLoader.sh" dev="mmcblk0p4" ino=257682 sconte1
[ 6.581332] init: (Loading properties from /data/local.prop took 0.00s.)
[ 6.582304] type=1400 audit(1596787878.180:8): avc: denied { read open } for pid=190 comm="init" path="/data/local/tmp/touchLoader.sh" dev="mmcblk0p4"1
[ 6.582619] type=1400 audit(1596787878.180:9): avc: denied { execute_no_trans } for pid=190 comm="init" path="/data/local/tmp/touchLoader.sh" dev="mmc1
[ 6.638104] random: init urandom read with 87 bits of entropy available
[ 6.740459] init: Starting service 'logd-reinit'...
[ 6.749457] rfkill: BT RF going to : on
[ 6.753330] set block 1
[ 6.755784] power change: 1
[ 6.759752] mxc_bt_rfkill_reset
[ 6.762938] reset: 1
[ 6.805450] reset 0
[ 6.805964] logd.daemon: reinit
[ 6.850818] reset 1
[ 6.894346] init: Service 'logd-reinit' (pid 191) exited with status 0
[ 6.901817] init: Starting service 'healthd'...
[ 6.906932] init: Starting service 'console'...
[ 6.913713] init: Starting service 'lmkd'...
[ 6.915121] binder: 193:193 transaction failed 29189, size 0-0
[ 6.926145] init: Starting service 'servicemanager'...
[ 6.934936] init: Starting service 'surfaceflinger'...
[ 6.958594] init: write_file: Unable to open '/sys/block/mmcblk1/queue/read_ahead_kb': No such file or directory
[ 6.997853] rfkill: BT RF going to : off
[ 7.001807] set block 0
[ 7.024023] type=1400 audit(1596787878.640:10): avc: denied { dac_override } for pid=194 comm="sh" capability=1 scontext=u:r:shell:s0 tcontext=u:r:she1
[ 7.049085] power change:: 0
root@sabresd_7d:/ # [ 7.119880] init: write_file: Unable to open '/sys/bus/platform/drivers/galcore/gpu3DMinClock': Permission denied
[ 7.120067] type=1400 audit(1596787878.740:11): avc: denied { write } for pid=1 comm="init" name="galcore" dev="sysfs" ino=12876 scontext=u:r:init:s0 1
[ 7.149523] init: property_set("ro.ril.wake_lock_timeout", "300") failed
[ 7.160042] init: Starting service 'netd'...
[ 7.165479] init: Starting service 'debuggerd'...
[ 7.173191] init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'
[ 7.185444] init: Starting service 'drm'...
[ 7.192549] init: Starting service 'media'...
[ 7.217366] init: Starting service 'installd'...
[ 7.222695] init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'
[ 7.232858] init: Starting service 'keystore'...
[ 7.238827] init: Starting service 'ril-daemon'...
[ 7.255368] init: Starting service 'zygote'...
[ 7.265574] init: Starting service 'gatekeeperd'...
[ 7.313025] init: Starting service 'perfprofd'...
[ 7.319660] init: Starting service 'sensor_fusion'...
[ 7.328073] init: Starting service 'adbd'...
[ 7.337534] read descriptors
[ 7.340447] read strings
[ 7.554078] init: Service 'sensor_fusion' (pid 217) exited with status 255
[ 7.898490] init: Starting service 'bootanim'...
[ 7.917224] healthd: No charger supplies found
[ 7.921724] healthd: No battery devices found
[ 8.359750] random: nonblocking pool is initialized
[ 16.613567] capability: warning: `main' uses 32-bit capabilities (legacy support in use)
[ 18.974566] zram: 501 (system_server) Attribute mem_used_total (and others) will be removed. See zram documentation.
[ 27.265445] lowmemorykiller: lowmem_shrink: convert oom_adj to oom_score_adj:
[ 27.272685] lowmemorykiller: oom_adj 0 => oom_score_adj 0
[ 27.278124] lowmemorykiller: oom_adj 1 => oom_score_adj 58
[ 27.283643] lowmemorykiller: oom_adj 2 => oom_score_adj 117
[ 27.289316] lowmemorykiller: oom_adj 3 => oom_score_adj 176
[ 27.294922] lowmemorykiller: oom_adj 9 => oom_score_adj 529
[ 27.300586] lowmemorykiller: oom_adj 15 => oom_score_adj 1000
[ 28.010952] acc_open
[ 28.013186] acc_release
[ 28.317400] fec 30be0000.ethernet eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=30be0000.etherne:05, irq=-1)
[ 28.367285] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 30.895532] init: Starting service 'p2p_supplicant'...
[ 31.250957] init: Service 'p2p_supplicant' (pid 803) exited with status 255
[ 35.107683] init: Service 'bootanim' (pid 233) exited with status 0
[ 36.459888] type=1400 audit(1596787908.080:12): avc: denied { execute } for pid=1116 comm="Thread-103" name="libestool2.so" dev="mmcblk0p4" ino=221 sc1
[ 36.491705] type=1400 audit(1596787908.080:13): avc: denied { execute_no_trans } for pid=1116 comm="Thread-103" path="/data/data/com.estrongs.android.1
[ 36.674801] sunil:gsl1680 probing gsl1680 touch controller driver
[ 36.682218] type=1400 audit(1596787908.290:14): avc: denied { sys_module } for pid=1136 comm="insmod" capability=16 scontext=u:r:toolbox:s0 tcontext=u1
[ 36.759263] silead_ts 0-0040: Silead chip ID: 0xB4820000
[ 36.847200] output of silead_ts_init: 0
[ 36.917180] output of silead_ts_reset: 0
[ 36.921132] Firmware file name: gsl1680.fw
[ 36.925715] sunil:gsl1680 final fw path is : /system/lib//gsl1680.fw
[ 36.935906] output of request_firmware: 0
[ 41.028403] init: Starting service 'p2p_supplicant'...
[ 41.188449] init: Service 'p2p_supplicant' (pid 1281) exited with status 255
[ 42.330179] output of silead_ts_load_fw: 0
[ 42.397174] output of silead_ts_startup: 0
[ 42.402639] output of silead_ts_get_status: 0
[ 42.407011] output of silead_ts_setup: 0
[ 42.411962] input: silead_ts as /devices/platform/soc/30800000.aips-bus/30a20000.i2c/i2c-0/0-0040/input/input2
[ 42.460807] type=1400 audit(1596787914.080:15): avc: denied { setattr } for pid=1291 comm="chmod" name="value" dev="sysfs" ino=15326 scontext=u:r:tool1
[ 42.481687] init: Service 'module_silead' (pid 190) exited with status 0
[ 51.149811] init: Starting service 'p2p_supplicant'...
[ 51.321772] init: Service 'p2p_supplicant' (pid 1301) exited with status 255
[ 61.267847] init: Starting service 'p2p_supplicant'...
[ 61.431842] init: Service 'p2p_supplicant' (pid 1308) exited with status 255

root@sabresd_7d:/ #
root@sabresd_7d:/ #
root@sabresd_7d:/ #
root@sabresd_7d:/ #
root@sabresd_7d:/ #
root@sabresd_7d:/ #
root@sabresd_7d:/ # ifconfig
[ 66.672454] type=1400 audit(1596787938.290:16): avc: denied { net_raw } for pid=1315 comm="ifconfig" capability=13 scontext=u:r:shell:s0 tcontext=u:r:1
lo Link encap:Local Loopba[ 66.690635] type=1400 audit(1596787938.310:17): avc: denied { ioctl } for pid=1315 comm="ifconfig" path="socket:[15691
ck
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope: Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 TX bytes:0

eth0 Link encap:Ethernet HWaddr CA:D3:B3:A7:2A:04
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 TX bytes:0

root@sabresd_7d:/ #
root@sabresd_7d:/ #
root@sabresd_7d:/ # ifo[ 71.293692] init: Starting service 'p2p_supplicant'...
[ 71.451517] init: Service 'p2p_supplicant' (pid 1316) exited with status 255
root@sabresd_7d:/ # ifconfig wlan0 up
[ 79.341590] type=1400 audit(1596787950.960:18): avc: denied { net_admin } for pid=1324 comm="ifconfig" capability=12 scontext=u:r:shell:s0 tcontext=u:1
[ 79.358836]
[ 79.358836]
[ 79.358836] Dongle Host Driver, version 1.141.88 (r)
[ 79.358836] Compiled from
[ 79.369885] wl_android_wifi_on in
[ 79.373501] sdio_reset_comm():
[ 79.485613] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 79.504258] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 79.522905] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 79.552021] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 79.570639] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 79.597133] mmc1: queuing unknown CIS tuple 0x80 (6 bytes)
[ 80.318681] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x1 pkg:0x3
[ 80.326750] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
[ 80.405346] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 80.466875] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 80.474145] wifi_platform_get_mac_addr
[ 80.481302] Firmware up: op_mode=0x0005, MAC=c4:ac:59:7a:5a:82
[ 80.500159] Firmware version = wl0: Dec 11 2014 04:20:45 version 7.10.323.34 (r520360) FWID 01-ea2beeba
[ 80.510646] dhd_wlfc_init(): successfully enabled bdcv2 tlv signaling, 79
[ 80.518240] dhd_wlfc_init: query wlfc_mode succeed, fw_caps=0x1c
[ 80.524779] dhd_wlfc_init(): wlfc_mode=0x1c, ret=0
[ 80.590706] CFG80211-ERROR) wl_update_wiphybands : error reading vhtmode (-23)
[ 80.607462] wl_create_event_handler(): thread:wl_event_handler:52e started
[ 80.607479] CFG80211-ERROR) wl_event_handler : tsk Enter, tsk = 0xd894147c
root@sabresd_7d:/ # [ 81.310385] dhd_set_mcast_list_handler: interface info not available/down
[ 81.318621] CFG80211-ERROR) wl_event_handler : was terminated
[ 81.324420] wl_destroy_event_handler(): thread:wl_event_handler:52e terminated OK
[ 81.332514] wl_android_wifi_off in
[ 81.338642] dhd_wlfc_deinit():3277, maintain HOST RXRERODER flag in tvl
[ 81.345922] dhd_wlfc_deinit():3291 successfully disabled bdcv2 tlv signaling, 64
[ 81.368151] init: Starting service 'p2p_supplicant'...
[ 81.521736] init: Service 'p2p_supplicant' (pid 1328) exited with status 255

root@sabresd_7d:/ #
root@sabresd_7d:/ #

when i turn on wifi from android it will just show Turning Wi-Fi on ... and nothing else.

i also tired to start wpa_supplicant manually and use wpa_cli to connect to network, as i have done in linux but here wpa_cli cannot find interface wlan0.


we are stuck in this problem form past few days any sort of help will be greatly appreciated.

Thnaks and regards,

Flaby.

Labels (2)
Tags (2)
0 Kudos
1 Reply

1,492 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hi Flaby,

   From logs, it seems that you built wifi driver into kernel.

-----------

[ 4.584501] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 4.592041] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 4.599549] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 4.608613] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 4.616091] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 4.624788] mmc1: queuing unknown CIS tuple 0x80 (6 bytes)
[ 4.744656] mmc1: new high speed SDIO card at address 0001
[ 4.772643] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x1 pkg:0x3
[ 4.780752] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
[ 4.787472] wifi_platform_get_mac_addr
[ 4.791474] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211)
[ 4.798551] wl_create_event_handler(): thread:wl_event_handler:a0 started
[ 4.798575] CFG80211-ERROR) wl_event_handler : tsk Enter, tsk = 0xd894147c
[ 4.812560] dhd_attach(): thread:dhd_watchdog_thread:a1 started
[ 4.818601] dhd_attach(): thread:dhd_dpc:a2 started
[ 4.823500] dhd_deferred_work_init: work queue initialized
[ 4.829556]
[ 4.829556] Dongle Host Driver, version 1.141.88 (r)

-------------

For android wifi application, you'd better build it with module. for example dhd.ko, because when you turn on wifi on android application, android will load dhd.ko with insmod , and remove it with rmmod when you turn it off.

Hope above information is helpful for you.

Have a nice day!

B.R,

weidong

0 Kudos