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