i.MX 8M Mini EVK & MIPI-DSI OLED Display

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

i.MX 8M Mini EVK & MIPI-DSI OLED Display

10,159 Views
msingh1920
Contributor V

Hi Sir,

 

I have recently purchased the NXP iMX8M Mini EVK and MIPI-DSI OLED display but I am unable to get the panel to display anything.
I even followed the steps given in -

AN12189.pdf (Quick Start Guide for MX8-DSI-OLED1 for i.MX 8M Evaluation Kit ) but stil it's of no use. 

NOTE -
1. I am using NXP iMX8M Mini EVK
2. I am using MIPI-DSI OLED display
3. My iMX8 Mini display is running with Default Android OS shipped with iMX8 Mini  eMMC (Android 9.0)
4. Linux version is  4.14.78 

NOTE - I can see the Android running and its logo when i connect HDMI display to MIPI connector. 


Please help me how can i make display to be working. 

Any help with this would be greatly appreciated. 

Thanks & Regards,

Maneesh Singh

6 Replies

5,896 Views
CarlosCasillas
NXP Employee
NXP Employee

Hi Maneesh,

The mentioned application note is for the i.MX8M, while for your i.MX8M mini should be slightly different.

As basic detail, for using the OLED panel instead of the HDMI output, it is required to select the proper device tree file. Please refer to Table 10 “Kernel and device tree configurations” from “i.MX Linux Release Notes” document (from L4.14.78_1.0.0_LINUX_DOCS package), where it is mentioned that “Image-fsl-imx8mm-evk-rm67191.dtb” file is for using the OLED panel.


Hope this will be useful for you.
Best regards!
/Carlos
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

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

5,896 Views
eric_kang
Contributor II

Dear Carlos,

I have a question for OLED Display in Linux 4.14.78.
Please let me know how to use the OLED in Linux 4.14.78.
When I used the prebuilt images and I changed the fdt_file as "fdt_file=fsl-imx8mm-evk-rm67191.dtb",
It seems that the U-Boot display is OK but the Kernel display is not OK.

Additionally I confirmed the Image-fsl-imx8mm-evk-rm67191.dtb and fsl-imx8mm-evk-rm67191.dtb are the same image in the built image folder.
- build-wayland_imx8mmevk/tmp/deploy/images/imx8mmevk.
In the folder, I could find the links for Image-fsl-imx8mm-evk-rm67191.dtb / fsl-imx8mm-evk-rm67191.dtb point to the same file.

So I think the DTB file is correct, there is another problem to display OLED in Linux like as "u-boot parameters / video".

Best Regards,
Eric.

0 Kudos

5,896 Views
msingh1920
Contributor V

Hi Kunal and T.Kashiwagi,

Thanks for your response.


I solved the issue of MIP-DSI_OLED display by referring to Android Quick Start Guide.
I am providing the steps which i did to solve the issue. Hope it will be helpful for others. 

Steps to Flash Prebuild Images using UUU utilities of NXP

  1. Download the iMX8M Mini Prebuild Android OS Images from ink - 
https://www.nxp.com/support/developer-resources/evaluation-and-development-boards/i.mx-evaluation-an...
  1. Download the UUU utilites from the below Link - 
https://github.com/NXPmicro/mfgtools/releases
  1. Make it Executable 
# chmod a+x uuu 
  1. For MIPI-DSI-OLED Display do the following
    changes as per “Android Quick Start Guide”  topics “Working with the i.MX 8M Mini EVK Board” 
    1. Refer 3.3.1 Directly invoking UUU with the lst scripts in command line to flash images
    2. Since we are trying to flash image in SDCARD and then boot from SDCARD we will use uuu-android-mx8mm-evk-sd.lst file
    3. open uuu-android-mx8mm-evk-sd.lst file
    4. rename vbmeta-imx8mm.img with vbmeta-imx8mm-mipi-panel.img
    5. rename dtbo-imx8mm.img with dtbo-imx8mm-mipi-panel.img
    6. if we are using HDMi display then no need to rename above files. It is by default 
      configured for HDMI Display.
  1. Now connect OTG Port i.e Type C Port 1 with laptop
change the SW1101 as – 1010xxxxxx for serial download mode.
  1. Connect SDCARD to iMX8M Mini Board, power on it and run the uuu script on PC with file name as below - 
sudo ./uuu /home/Maneesh/Downloads/android_p9.0.0_1.0.0-ga_image_8mmevk/uuu-android-mx8mm-evk-sd.lst
  1. If everything is well we will get below msg - 
Success 1    Failure 0                                                                                                                                                                                                                                                                   3:4   21/21   [Done                        ] FB: done 
  1. Once transfer is completed power off the board and to boot from the SDCARD change the sw position 
    as below -  
sw 1101 as 0110110010 and sw 1102 as 0001101000   
  1. Connect the OLED with iMX8M Mini and if everything is well then we will be able to see the 
    Android Logo on the screen.
 

Boot Switch Setting =>

EMMC => sw 1101 as 0110110001 and sw 1102 as 0001010100
SDCARD => sw 1101 as 0110110010 and sw 1102 as 0001101000



Hope this will be helpful for someone. 

Thanks & Regards,

Maneesh Singh

5,896 Views
kunalkotecha1
Senior Contributor II

Hi maneeshsingh1920@gmail.com,

You can refer to the "Android Quick Start Guide" for testing the MIPI panel. I have attached the same for your reference, please refer section 3 of this guide.

Regards,

Kunal

5,896 Views
Takashi_Kashiwagi
Senior Contributor I

Hi Maneesh

Did you set "fdt_file" in u-boot?(I can't find it in your print env)

I do not know about Android, but the following commands can be used on Linux ( 4.14-sumo).

u-boot=> setenv fdt_file fsl-imx8mm-evk-rm67191.dtb

u-boot=> save

u-boot=> boot

Best Regards,

T.Kashiwagi

5,897 Views
msingh1920
Contributor V

Hi,

Is there anyone from NXP or from this community forum who can help me what steps i am missing
or what is the reason i am not able to see anything on MIP-DSI-OLED display. 


PF the Booting logs of my iMX8 Mini Board. 
I am booting iMX8 from eMMC (Default Android 9.0 Image) ... with HDMi Display and MIPI-DSI-OLED Display. 

NOTE -  I am not able to attach log files here hence pasting it below ---> 

Thanks & Regards,

Maneesh Singh

LOGS for -> iMX8M_Mini_eMMC_OLED_Not_Working

****************************************************************************************************


*****************************************************************************
* U-BOOT PRINT ENV                                                                       *
*****************************************************************************

u-boot=> printenv
baudrate=115200
bootcmd=boota mmc1
bootdelay=2
ethaddr=00:04:9f:05:fc:75
ethprime=FEC
fastboot_dev=mmc1
fdt_high=0xffffffffffffffff
fdtcontroladdr=b9f29728
initrd_high=0xffffffffffffffff
loadaddr=0x40480000
soc_type=imx8mm
splashpos=m,m
stderr=serial
stdin=serial
stdout=serial


Environment size: 309/4092 bytes
u-boot=>

*****************************************************************************
* iMX8 Booting Logs                                                                          *
*****************************************************************************


U-Boot SPL 2018.03 (Dec 19 2018 - 17:39:10 +0800)
power_bd71837_init
DDRINFO: start lpddr4 ddr init
DRAM PHY training for 3000MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DRAM PHY training for 3000MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DRAM PHY training for 400MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DRAM PHY training for 100MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
Normal Boot
Trying to boot from MMC2


U-Boot 2018.03 (Dec 19 2018 - 17:39:10 +0800)

CPU: Freescale i.MX8MMQ rev1.0 1800 MHz (running at 1200 MHz)
CPU: Commercial temperature grade (0C to 95C) at 41C
Reset cause: POR
Model: FSL i.MX8MM EVK board
DRAM: 2 GiB
TCPC: Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C1 0x52]
Power supply on USB2
TCPC: Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C1 0x50]
MMC: FSL_SDHC: 0, FSL_SDHC: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment

Failed (-5)
In: serial
Out: serial
Err: serial

BuildInfo:
- ATF d6451cc
- U-Boot 2018.03

flash target is MMC:1
Net:
Warning: ethernet@30be0000 using MAC address from ROM
eth0: ethernet@30be0000
Fastboot: Normal
Normal Boot
Hit any key to stop autoboot: 0
verify OK, boot 'boot_a'
Kernel load addr 0x40480000 size 30737 KiB
kernel @ 40480000 (31474176)
ramdisk @ 43600000 (7425471)
fdt @ 43400000 (43646)
## Flattened Device Tree blob at 43400000
Booting using the fdt blob at 0x43400000
Using Device Tree in place at 0000000043400000, end 000000004340da7d

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.78 (bamboo@szandroidmpu-PowerEdge-T430) (gcc version 4.9.x 20150123 (prerelease) (GCC)) #1 SMP PREEMPT Wed 8
[ 0.000000] Boot CPU: AArch64 Processor [410fd034]
[ 0.000000] Machine model: FSL i.MX8MM EVK board
[ 0.000000] earlycon: ec_imx6q0 at MMIO 0x0000000030890000 (options '115200')
[ 0.000000] bootconsole [ec_imx6q0] enabled
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 800 MiB at 0x0000000086000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000bfffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xbffbc900-0xbffbe6ff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000b7ffffff]
[ 0.000000] node 0: [mem 0x00000000b8400000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.1
[ 0.000000] random: get_random_bytes called from start_kernel+0xa8/0x414 with crng_init=0
[ 0.000000] percpu: Embedded 25 pages/cpu @ffff80007ff52000 s64792 r8192 d29416 u102400
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: enabling workaround for ARM erratum 845719
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 515072
[ 0.000000] Policy zone: DMA
[ 0.000000] Kernel command line: console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200 init=/init androidboot.console=ttymxc1 androidr
[ 0.000000] device-mapper: init: will configure 1 devices
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Memory: 1209012K/2093056K available (15804K kernel code, 2384K rwdata, 7008K rodata, 5504K init, 534K bss, 64844K reserved, 81)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] modules : 0xffff000000000000 - 0xffff000008000000 ( 128 MB)
[ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB)
[ 0.000000] .text : 0xffff000008080000 - 0xffff000008ff0000 ( 15808 KB)
[ 0.000000] .rodata : 0xffff000008ff0000 - 0xffff0000096d0000 ( 7040 KB)
[ 0.000000] .init : 0xffff0000096d0000 - 0xffff000009c30000 ( 5504 KB)
[ 0.000000] .data : 0xffff000009c30000 - 0xffff000009e84200 ( 2385 KB)
[ 0.000000] .bss : 0xffff000009e84200 - 0xffff000009f09a80 ( 535 KB)
[ 0.000000] fixed : 0xffff7dfffe7f9000 - 0xffff7dfffec00000 ( 4124 KB)
[ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB)
[ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum)
[ 0.000000] 0xffff7e0000000000 - 0xffff7e0002000000 ( 32 MB actual)
[ 0.000000] memory : 0xffff800000000000 - 0xffff800080000000 ( 2048 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: no VLPI support, no direct LPI support
[ 0.000000] ITS: No ITS available, not enabling LPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000
[ 0.000000] i.MX8MM clock driver init done
[ 0.000000] arch_timer: 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.000003] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns
[ 0.008512] system counter timer init
[ 0.011766] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns
[ 0.019776] clocksource: imx sysctr: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns
[ 0.031072] Console: colour dummy device 80x25
[ 0.034610] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000)
[ 0.044899] pid_max: default: 32768 minimum: 301
[ 0.049593] Security Framework initialized
[ 0.053649] SELinux: Initializing.
[ 0.057702] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.064577] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.071431] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.078155] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.101387] ASID allocator initialised with 32768 entries
[ 0.109390] Hierarchical SRCU implementation.
[ 0.117875] Cannot find MU entry in device tree
[ 0.119677] CPU identified as i.MX8MM, silicon rev 1.0
[ 0.125391] EFI services will not be available.
[ 0.137306] smp: Bringing up secondary CPUs ...
[ 0.165455] Detected VIPT I-cache on CPU1
[ 0.165479] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000
[ 0.165509] CPU1: Booted secondary processor [410fd034]
[ 0.193496] Detected VIPT I-cache on CPU2
[ 0.193516] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000
[ 0.193534] CPU2: Booted secondary processor [410fd034]
[ 0.221557] Detected VIPT I-cache on CPU3
[ 0.221573] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000
[ 0.221590] CPU3: Booted secondary processor [410fd034]
[ 0.221652] smp: Brought up 1 node, 4 CPUs
[ 0.271467] SMP: Total of 4 processors activated.
[ 0.276193] CPU features: detected feature: GIC system register CPU interface
[ 0.283368] CPU features: detected feature: 32-bit EL0 Support
[ 0.289230] CPU features: detected feature: Kernel page table isolation (KPTI)
[ 0.301978] CPU: All CPU(s) started at EL2
[ 0.303234] alternatives: patching kernel code
[ 0.307980] CPU3: update max cpu_capacity 1024
[ 0.313094] devtmpfs: initialized
[ 0.319890] CPU3: update max cpu_capacity 1024
[ 0.323061] Registered cp15_barrier emulation handler
[ 0.326583] Registered setend emulation handler
[ 0.331485] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.340955] futex hash table entries: 1024 (order: 5, 131072 bytes)
[ 0.366563] pinctrl core: initialized pinctrl subsystem
[ 0.371191] DMI not present or invalid.
[ 0.373242] NET: Registered protocol family 16
[ 0.378441] schedtune: configured to support 5 boost groups
[ 0.386939] cpuidle: using governor menu
[ 0.389585] vdso: 2 pages (1 code @ ffff000008ff7000, 1 data @ ffff000009c34000)
[ 0.395599] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.407930] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.412673] Serial: AMBA PL011 UART driver
[ 0.420288] imx8mm-pinctrl 30330000.pinctrl: initialized IMX pinctrl driver
[ 0.474845] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.497830] ACPI: Interpreter disabled.
[ 0.501442] vgaarb: loaded
[ 0.502067] SCSI subsystem initialized
[ 0.506146] usbcore: registered new interface driver usbfs
[ 0.510909] usbcore: registered new interface driver hub
[ 0.516307] usbcore: registered new device driver usb
[ 0.521581] usb_phy_generic usbphynop1: usbphynop1 supply vcc not found, using dummy regulator
[ 0.530256] usb_phy_generic usbphynop2: usbphynop2 supply vcc not found, using dummy regulator
[ 0.542750] bd71837 0-004b: Device ID=0xA0
[ 0.543998] bd71837 0-004b: gpio_intr = 3
[ 0.548128] bd71837 0-004b: chip_irq=69
[ 0.560291] bd71837-pmic bd71837-pmic: regulator register name 'buck1'
[ 0.580503] bd71837-pmic bd71837-pmic: regulator register name 'buck2'
[ 0.600534] bd71837-pmic bd71837-pmic: regulator register name 'buck3'
[ 0.612565] bd71837-pmic bd71837-pmic: regulator register name 'buck4'
[ 0.624616] bd71837-pmic bd71837-pmic: regulator register name 'buck5'
[ 0.636640] bd71837-pmic bd71837-pmic: regulator register name 'buck6'
[ 0.648672] bd71837-pmic bd71837-pmic: regulator register name 'buck7'
[ 0.660705] bd71837-pmic bd71837-pmic: regulator register name 'buck8'
[ 0.672742] bd71837-pmic bd71837-pmic: regulator register name 'ldo1'
[ 0.692797] bd71837-pmic bd71837-pmic: regulator register name 'ldo2'
[ 0.700796] bd71837-pmic bd71837-pmic: regulator register name 'ldo3'
[ 0.720885] bd71837-pmic bd71837-pmic: regulator register name 'ldo4'
[ 0.740924] bd71837-pmic bd71837-pmic: regulator register name 'ldo5'
[ 0.748942] bd71837-pmic bd71837-pmic: regulator register name 'ldo6'
[ 0.769002] bd71837-pmic bd71837-pmic: regulator register name 'ldo7'
[ 0.789071] i2c i2c-0: IMX I2C adapter registered
[ 0.790933] i2c i2c-0: can't use DMA, using PIO instead.
[ 0.797316] i2c i2c-1: IMX I2C adapter registered
[ 0.801016] i2c i2c-1: can't use DMA, using PIO instead.
[ 0.807099] pca953x 2-0020: 2-0020 supply vcc not found, using dummy regulator
[ 0.837794] random: fast init done
[ 0.891158] i2c i2c-2: IMX I2C adapter registered
[ 0.893022] i2c i2c-2: can't use DMA, using PIO instead.
[ 0.899600] media: Linux media interface: v0.10
[ 0.902997] Linux video capture interface: v2.00
[ 0.907813] pps_core: LinuxPPS API ver. 1 registered
[ 0.912566] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.921782] PTP clock support registered
[ 0.926017] EDAC MC: Ver: 3.0.0
[ 0.929298] dmi: Firmware registration failed.
[ 0.934313] MU is ready for cross core communication!
[ 0.940171] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 0.944489] imx rpmsg driver is registered.
[ 0.948409] Advanced Linux Sound Architecture Driver Initialized.
[ 0.954969] Bluetooth: Core ver 2.22
[ 0.957837] NET: Registered protocol family 31
[ 0.962250] Bluetooth: HCI device and connection manager initialized
[ 0.968628] Bluetooth: HCI socket layer initialized
[ 0.973526] Bluetooth: L2CAP socket layer initialized
[ 0.978621] Bluetooth: SCO socket layer initialized
[ 0.985489] clocksource: Switched to clocksource arch_sys_counter
[ 1.035604] VFS: Disk quotas dquot_6.6.0
[ 1.036730] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.043903] pnp: PnP ACPI: disabled
[ 1.055990] NET: Registered protocol family 2
[ 1.058045] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 1.064954] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 1.071683] TCP: Hash tables configured (established 16384 bind 16384)
[ 1.078086] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 1.084079] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 1.090645] NET: Registered protocol family 1
[ 1.096571] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 1.103285] kvm [1]: 8-bit VMID
[ 1.106786] kvm [1]: GICv3: no GICV resource entry
[ 1.110623] kvm [1]: disabling GICv2 emulation
[ 1.115109] kvm [1]: GIC system register CPU interface enabled
[ 1.121037] kvm [1]: vgic interrupt IRQ1
[ 1.124985] kvm [1]: Hyp mode initialized successfully
[ 1.133315] audit: initializing netlink subsys (disabled)
[ 1.136019] audit: type=2000 audit(0.976:1): state=initialized audit_enabled=0 res=1
[ 1.136662] workingset: timestamp_bits=44 max_order=19 bucket_order=0
[ 1.145868] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.146094] Registering sdcardfs 0.1
[ 1.146373] jffs2: version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.
[ 1.146998] fuse init (API version 7.26)
[ 1.147356] 9p: Installing v9fs 9p2000 file system support
[ 1.179429] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 1.184022] io scheduler noop registered
[ 1.188072] io scheduler cfq registered (default)
[ 1.192710] io scheduler mq-deadline registered
[ 1.197224] io scheduler kyber registered
[ 1.215114] imx-sdma 30bd0000.dma-controller: no iram assigned, using external mem
[ 1.222156] imx-sdma 30bd0000.dma-controller: Falling back to user helper
[ 1.230326] imx-sdma 302c0000.dma-controller: no iram assigned, using external mem
[ 1.240880] imx-sdma 302b0000.dma-controller: no iram assigned, using external mem
[ 1.253786] mxs-dma 33000000.dma-apbh: initialized
[ 1.258246] Bus freq driver module loaded
[ 1.265064] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.271619] SuperH (H)SCI(F) driver initialized
[ 1.274299] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 30, base_baud = 5000000) is a IMX
[ 1.283438] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 31, base_baud = 5000000) is a IMX
[ 1.292009] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 32, base_baud = 1500000) is a IMX
[ 1.302745] console [ttymxc1] enabled
[ 1.302745] console [ttymxc1] enabled
[ 1.307239] bootconsole [ec_imx6q0] disabled
[ 1.307239] bootconsole [ec_imx6q0] disabled
[ 1.317133] msm_serial: driver initialized
[ 1.330338] adv7511 1-003d: 1-003d supply avdd not found, using dummy regulator
[ 1.337726] adv7511 1-003d: 1-003d supply dvdd not found, using dummy regulator
[ 1.345099] adv7511 1-003d: 1-003d supply pvdd not found, using dummy regulator
[ 1.352451] adv7511 1-003d: 1-003d supply a2vdd not found, using dummy regulator
[ 1.359907] adv7511 1-003d: 1-003d supply v3p3 not found, using dummy regulator
[ 1.367256] adv7511 1-003d: 1-003d supply v1p2 not found, using dummy regulator
[ 1.375227] adv7511 1-003d: Probe failed. Remote port '/mipi_dsi@32E10000' disabled
[ 1.386795] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.393462] [drm] No driver support for vblank timestamp query.
[ 1.399478] imx-drm display-subsystem: bound imx-lcdif-crtc.0 (ops lcdif_crtc_ops)
[ 1.407070] [drm] Cannot find any crtc or sizes
[ 1.412142] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 0
[ 1.431408] brd: module loaded
[ 1.440033] loop: module loaded
[ 1.443784] zram: Added device: zram0
[ 1.452410] slram: not enough parameters.
[ 1.460230] libphy: Fixed MDIO Bus: probed
[ 1.465246] NXP PHY: loading NXP PHY driver: [autonomous mode]
[ 1.471477] tun: Universal TUN/TAP device driver, 1.6
[ 1.476833] CAN device driver interface
[ 1.483005] fec 30be0000.ethernet: 30be0000.ethernet supply phy not found, using dummy regulator
[ 1.492510] pps pps0: new PPS source ptp0
[ 1.502175] libphy: fec_enet_mii_bus: probed
[ 1.507304] fec 30be0000.ethernet eth0: registered PHC device 0
[ 1.513978] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.519828] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.525813] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 1.532788] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.538422] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 1.546264] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.552670] sky2: driver version 1.30
[ 1.556790] PPP generic driver version 2.4.2
[ 1.561253] PPP BSD Compression module registered
[ 1.565971] PPP Deflate Compression module registered
[ 1.571061] PPP MPPE Compression module registered
[ 1.575920] usbcore: registered new interface driver asix
[ 1.581407] usbcore: registered new interface driver ax88179_178a
[ 1.587551] usbcore: registered new interface driver cdc_ether
[ 1.593432] usbcore: registered new interface driver net1080
[ 1.599147] usbcore: registered new interface driver cdc_subset
[ 1.605115] usbcore: registered new interface driver zaurus
[ 1.610742] usbcore: registered new interface driver cdc_ncm
[ 1.618548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.625103] ehci-pci: EHCI PCI platform driver
[ 1.629661] ehci-platform: EHCI generic platform driver
[ 1.635140] ehci-orion: EHCI orion driver
[ 1.639352] ehci-exynos: EHCI EXYNOS driver
[ 1.643733] ehci-msm: Qualcomm On-Chip EHCI Host Controller
[ 1.649495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.655711] ohci-pci: OHCI PCI platform driver
[ 1.660282] ohci-platform: OHCI generic platform driver
[ 1.665726] ohci-exynos: OHCI EXYNOS driver
[ 1.670880] usbcore: registered new interface driver usb-storage
[ 1.677004] usbcore: registered new interface driver usb_ehset_test
[ 1.684719] usbmisc_imx 32e40200.usbmisc: 32e40200.usbmisc supply vbus-wakeup not found, using dummy regulator
[ 1.695300] usbmisc_imx 32e50200.usbmisc: 32e50200.usbmisc supply vbus-wakeup not found, using dummy regulator
[ 1.706633] imx_usb 32e40000.usb: 32e40000.usb supply vbus not found, using dummy regulator
[ 1.716639] input: 30370000.snvs:snvs-powerkey as /devices/platform/30370000.snvs/30370000.snvs:snvs-powerkey/input/input0
[ 1.728342] usbcore: registered new interface driver xpad
[ 1.733839] usbcore: registered new interface driver usb_acecad
[ 1.739813] usbcore: registered new interface driver aiptek
[ 1.745438] usbcore: registered new interface driver gtco
[ 1.750889] usbcore: registered new interface driver hanwang
[ 1.756602] usbcore: registered new interface driver kbtab
[ 1.764646] snvs_rtc 30370000.snvs:snvs-rtc-lp: rtc core: registered 30370000.snvs:snvs-rtc-lp as rtc0
[ 1.774794] i2c /dev entries driver
[ 1.782750] mxc_mipi-csi 32e30000.mipi_csi: 32e30000.mipi_csi supply mipi-phy not found, using dummy regulator
[ 1.793142] mxc_mipi-csi 32e30000.mipi_csi: mipi csi v4l2 device registered
[ 1.800132] CSI: Registered sensor subdevice: mxc_mipi-csi.0
[ 1.805824] mxc_mipi-csi 32e30000.mipi_csi: lanes: 2, hs_settle: 13, clk_settle: 2, wclk: 1, freq: 333000000
[ 1.816451] ov5640_mipi 2-003c: No sensor reset pin available
[ 1.822248] ov5640_mipi 2-003c: 2-003c supply DOVDD not found, using dummy regulator
[ 1.830074] ov5640_mipi 2-003c: 2-003c supply DVDD not found, using dummy regulator
[ 1.837777] ov5640_mipi 2-003c: 2-003c supply AVDD not found, using dummy regulator
[ 1.857814] ov5640_mipi 2-003c: Read reg error: reg=300a
[ 1.863147] ov5640_mipi 2-003c: Camera is not found
[ 1.869512] usbcore: registered new interface driver uvcvideo
[ 1.875310] USB Video Class driver (1.1.1)
[ 1.880241] __power_supply_register: Expected proper parent device for 'battery'
[ 1.887860] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 1.900127] __power_supply_register: Expected proper parent device for 'usb'
[ 1.919733] imx2-wdt 30280000.wdog: timeout 60 sec (nowayout=0)
[ 1.927002] device-mapper: uevent: version 1.0.3
[ 1.931982] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[ 1.940670] Bluetooth: HCI UART driver ver 2.3
[ 1.945131] Bluetooth: HCI UART protocol H4 registered
[ 1.950286] Bluetooth: HCI UART protocol BCSP registered
[ 1.955610] Bluetooth: HCI UART protocol ATH3K registered
[ 1.961024] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 1.967610] Bluetooth: HCI UART protocol Broadcom registered
[ 1.973290] Bluetooth: HCI UART protocol QCA registered
[ 1.978879] bt power gpio is:38
[ 1.982191] rfkill: BT RF going to : on
[ 1.985497] mxc_bt_rfkill driver success loaded
[ 1.990909] mxc_bt_rfkill_reset
[ 1.991239] sdhci: Secure Digital Host Controller Interface driver
[ 1.991241] sdhci: Copyright(c) Pierre Ossman
[ 1.991442] Synopsys Designware Multimedia Card Interface Driver
[ 1.992396] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.061544] mmc0: SDHCI controller on 30b40000.mmc [30b40000.mmc] using ADMA
[ 2.071354] sdhci-esdhc-imx 30b50000.mmc: Got CD GPIO
[ 2.126149] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA
[ 2.141277] mmc0: queuing unknown CIS tuple 0x01 (3 bytes)
[ 2.154648] mmc0: queuing unknown CIS tuple 0x1a (5 bytes)
[ 2.163583] mmc0: queuing unknown CIS tuple 0x1b (8 bytes)
[ 2.169782] mmc0: queuing unknown CIS tuple 0x14 (0 bytes)
[ 2.181529] mmc2: SDHCI controller on 30b60000.mmc [30b60000.mmc] using ADMA
[ 2.194432] mmc0: queuing unknown CIS tuple 0x80 (1 bytes)
[ 2.196406] galcore: clk_get vg clock failed, disable vg!
[ 2.196573] Galcore version 6.2.4.163672
[ 2.209378] mmc0: queuing unknown CIS tuple 0x81 (1 bytes)
[ 2.215199] mmc0: queuing unknown CIS tuple 0x82 (1 bytes)
[ 2.220842] mmc0: new ultra high speed SDR104 SDIO card at address 0001
[ 2.278499] [drm] Initialized vivante 1.0.0 20170808 for 38000000.gpu on minor 1
[ 2.285820] mmc2: new HS400 MMC card at address 0001
[ 2.286370] mmcblk2: mmc2:0001 DG4016 14.7 GiB
[ 2.286721] mmcblk2boot0: mmc2:0001 DG4016 partition 1 4.00 MiB
[ 2.287057] mmcblk2boot1: mmc2:0001 DG4016 partition 2 4.00 MiB
[ 2.287387] mmcblk2rpmb: mmc2:0001 DG4016 partition 3 4.00 MiB
[ 2.293683] Alternate GPT is invalid, using primary GPT.
[ 2.293731] mmcblk2: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[ 2.326692] hantrodec 0 : module inserted. Major = 235
[ 2.332778] hantrodec 1 : module inserted. Major = 235
[ 2.338968] hx280enc: module inserted. Major <511>
[ 2.345568] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.353014] caam-snvs 30370000.caam-snvs: can't get snvs clock
[ 2.358921] caam-snvs 30370000.caam-snvs: violation handlers armed - init state
[ 2.366764] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.377360] usbcore: registered new interface driver usbhid
[ 2.382966] usbhid: USB HID core driver
[ 2.402788] ashmem: initialized
[ 2.410135] usbcore: registered new interface driver snd-usb-audio
[ 2.417611] ak4458 2-0010: Failed to get supply 'DVDD': -517
[ 2.423321] ak4458 2-0010: Failed to request supplies: -517
[ 2.429146] ak4458 2-0012: Failed to get supply 'DVDD': -517
[ 2.434825] ak4458 2-0012: Failed to request supplies: -517
[ 2.440668] ak4497 2-0011: Failed to get supply 'DVDD': -517
[ 2.446351] ak4497 2-0011: Failed to request supplies: -517
[ 2.453989] ak5558 2-0013: Failed to get supply 'DVDD': -517
[ 2.459679] ak5558 2-0013: Failed to request supplies: -517
[ 2.486477] fsl-micfil-dai 30080000.micfil: GET IRQ: 43
[ 2.491743] fsl-micfil-dai 30080000.micfil: GET IRQ: 44
[ 2.496993] fsl-micfil-dai 30080000.micfil: GET IRQ: 45
[ 2.502247] fsl-micfil-dai 30080000.micfil: GET IRQ: 46
[ 2.509318] imx-wm8524 sound-wm8524: wm8524-hifi <-> 30030000.sai mapping ok
[ 2.516411] imx-wm8524 sound-wm8524: ASoC: no DMI vendor name!
[ 2.527656] imx-spdif sound-spdif: snd-soc-dummy-dai <-> 30090000.spdif mapping ok
[ 2.535268] imx-spdif sound-spdif: ASoC: no DMI vendor name!
[ 2.542937] imx-micfil sound-micfil: snd-soc-dummy-dai <-> 30080000.micfil mapping ok
[ 2.550802] imx-micfil sound-micfil: ASoC: no DMI vendor name!
[ 2.564033] imx-ak4458 sound-ak4458: ASoC: CODEC DAI ak4458-aif not registered
[ 2.571327] imx-ak4458 sound-ak4458: snd_soc_register_card failed (-517)
[ 2.579400] NET: Registered protocol family 26
[ 2.583878] u32 classifier
[ 2.586595] Actions configured
[ 2.590022] Netfilter messages via NETLINK v0.30.
[ 2.595013] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 2.601329] ctnetlink v0.93: registering with nfnetlink.
[ 2.607113] xt_time: kernel timezone is -0000
[ 2.611579] IPv4 over IPsec tunneling driver
[ 2.616379] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.622142] arp_tables: arp_tables: (C) 2002 David S. Miller
[ 2.627913] Initializing XFRM netlink socket
[ 2.632736] NET: Registered protocol family 10
[ 2.638146] Segment Routing with IPv6
[ 2.641883] mip6: Mobile IPv6
[ 2.644868] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 2.651145] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 2.658034] NET: Registered protocol family 17
[ 2.662514] NET: Registered protocol family 15
[ 2.666978] can: controller area network core (rev 20170425 abi 9)
[ 2.673217] NET: Registered protocol family 29
[ 2.677680] can: raw protocol (rev 20170425)
[ 2.682022] can: broadcast manager protocol (rev 20170425 t)
[ 2.687719] can: netlink gateway (rev 20170425) max_hops=1
[ 2.693549] Bluetooth: RFCOMM TTY layer initialized
[ 2.698466] Bluetooth: RFCOMM socket layer initialized
[ 2.703661] Bluetooth: RFCOMM ver 1.11
[ 2.707437] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 2.712772] Bluetooth: BNEP filters: protocol multicast
[ 2.718019] Bluetooth: BNEP socket layer initialized
[ 2.723006] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 2.728950] Bluetooth: HIDP socket layer initialized
[ 2.733941] lib80211: common routines for IEEE802.11 drivers
[ 2.739924] 9pnet: Installing 9P2000 support
[ 2.745763] registered taskstats version 1
[ 2.777521] cpu cpu0: registered imx8mq-cpufreq
[ 2.784994] imx6q-pcie 33800000.pcie: 33800000.pcie supply epdev_on not found, using dummy regulator
[ 2.794963] OF: PCI: host bridge /pcie@0x33800000 ranges:
[ 2.800396] OF: PCI: No bus range found for /pcie@0x33800000, using [bus 00-ff]
[ 2.807933] OF: PCI: IO 0x1ff80000..0x1ff8ffff -> 0x00000000
[ 2.813877] OF: PCI: MEM 0x18000000..0x1fefffff -> 0x18000000
[ 2.820324] imx6q-pcie 33800000.pcie: Initialize PHY with EXT REfCLK!.
[ 2.827167] imx6q-pcie 33800000.pcie: PHY Initialization End!.
[ 2.833452] imx6q-pcie 33800000.pcie: pcie phy pll is locked.
[ 3.084479] imx6q-pcie 33800000.pcie: phy link never came up
[ 3.090162] imx6q-pcie 33800000.pcie: failed to initialize host
[ 3.096088] imx6q-pcie 33800000.pcie: unable to add pcie port.
[ 3.102071] imx6q-pcie: probe of 33800000.pcie failed with error -110
[ 3.110118] imx_usb 32e40000.usb: 32e40000.usb supply vbus not found, using dummy regulator
[ 3.123241] ci_hdrc ci_hdrc.0: EHCI Host Controller
[ 3.128229] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
[ 3.153505] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
[ 3.159057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.165867] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.173100] usb usb1: Product: EHCI Host Controller
[ 3.177987] usb usb1: Manufacturer: Linux 4.14.78 ehci_hcd
[ 3.183480] usb usb1: SerialNumber: ci_hdrc.0
[ 3.188228] hub 1-0:1.0: USB hub found
[ 3.192011] hub 1-0:1.0: 1 port detected
[ 3.524473] ak4458 2-0010: ASoC: failed to probe component -6
[ 3.530360] imx-ak4458 sound-ak4458: ASoC: failed to instantiate card -6
[ 3.537311] imx-ak4458 sound-ak4458: snd_soc_register_card failed (-6)
[ 3.545046] snvs_rtc 30370000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:09 UTC (9)
[ 3.569944] VSD_3V3: disabling
[ 3.574319] ALSA device list:
[ 3.577290] #0: wm8524-audio
[ 3.580363] #1: imx-spdif
[ 3.583175] #2: imx-audio-micfil
[ 3.586748] device-mapper: init: attempting early device configuration.
[ 3.594148] device-mapper: init: adding target '0 3611944 verity 1 PARTUUID=009c6079-5025-4c43-8f12-8ceec8aac5ab PARTUUID=009c6079-5025-4c'
[ 3.636848] device-mapper: init: dm-0 is ready
[ 3.650213] EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
[ 3.657365] VFS: Mounted root (ext4 filesystem) readonly on device 252:0.
[ 3.664722] devtmpfs: mounted
[ 3.669425] Freeing unused kernel memory: 5504K
[ 3.692824] init: init first stage started!
[ 3.697758] init: Using Android DT directory /proc/device-tree/firmware/android/
[ 3.706923] init: [libfs_mgr]fs_mgr_read_fstab_default(): failed to find device default fstab
[ 3.748169] init: [libfs_mgr]Returning avb_handle with status: 0
[ 3.759228] init: [libfs_mgr]Loading verity table: '1 /dev/block/platform/30b60000.mmc/by-name/vendor_a /dev/block/platform/30b60000.mmc/b'
[ 3.821843] EXT4-fs (dm-1): mounted filesystem without journal. Opts: barrier=1,inode_readahead_blks=8
[ 3.831257] init: [libfs_mgr]__mount(source=/dev/block/dm-1,target=/vendor,type=ext4)=0: Success
[ 3.840275] init: Skipped setting INIT_AVB_VERSION (not in recovery mode)
[ 3.847304] init: Loading SELinux policy
[ 3.874050] SELinux: Class process2 not defined in policy.
[ 3.880008] SELinux: Class infiniband_pkey not defined in policy.
[ 3.886206] SELinux: Class infiniband_endport not defined in policy.
[ 3.892662] SELinux: the above unknown classes and permissions will be denied
[ 3.899852] SELinux: policy capability network_peer_controls=1
[ 3.905780] SELinux: policy capability open_perms=1
[ 3.910760] SELinux: policy capability extended_socket_class=1
[ 3.916687] SELinux: policy capability always_check_network=0
[ 3.922526] SELinux: policy capability cgroup_seclabel=0
[ 3.927929] SELinux: policy capability nnp_nosuid_transition=0
[ 4.027388] audit: type=1403 audit(9.980:2): policy loaded auid=4294967295 ses=4294967295
[ 4.029911] selinux: SELinux: Loaded policy from /vendor/etc/selinux/precompiled_sepolicy
[ 4.029911]
[ 4.045305] audit: type=1404 audit(9.980:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[ 4.049774] selinux: SELinux: Loaded file_contexts
[ 4.049774]
[ 4.053893] init: init second stage started!
[ 4.072142] init: Using Android DT directory /proc/device-tree/firmware/android/
[ 4.083268] selinux: SELinux: Loaded file_contexts
[ 4.083268]
[ 4.089626] init: Running restorecon...
[ 4.099631] init: waitid failed: No child processes
[ 4.109937] init: Couldn't load property file '/odm/default.prop': open() failed: No such file or directory: No such file or directory
[ 4.123615] init: Created socket '/dev/socket/property_service', mode 666, user 0, group 0
[ 4.133337] init: Forked subcontext for 'u:r:vendor_init:s0' with pid 2438
[ 4.141083] init: Forked subcontext for 'u:r:vendor_init:s0' with pid 2439
[ 4.148256] init: Parsing file /init.rc...
[ 4.194197] audit: type=1400 audit(10.148:4): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 0
[ 4.197431] ueventd: ueventd started!
[ 4.200173] selinux: SELinux: Loaded file_contexts
[ 4.200173]
[ 4.200306] ueventd: Parsing file /ueventd.rc...
[ 4.202030] ueventd: Parsing file /vendor/ueventd.rc...
[ 4.203258] ueventd: Parsing file /odm/ueventd.rc...
[ 4.203285] ueventd: Unable to read config file '/odm/ueventd.rc': open() failed: No such file or directory
[ 4.203404] ueventd: Parsing file /ueventd.freescale.rc...
[ 4.203421] ueventd: Unable to read config file '/ueventd.freescale.rc': open() failed: No such file or directory
[ 4.237268] ueventd: firmware: loading 'imx/sdma/sdma-imx7d.bin' for '/devices/platform/30bd0000.dma-controller/firmware/imx!sdma!sdma-imx'
[ 4.243837] ueventd: loading /devices/platform/30bd0000.dma-controller/firmware/imx!sdma!sdma-imx7d.bin took 7ms
[ 4.287170] audit: type=1400 audit(10.148:5): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 0
[ 4.288015] imx-sdma 30bd0000.dma-controller: loaded firmware 4.4
[ 4.305251] imx-sdma 302c0000.dma-controller: loaded firmware 4.4
[ 4.306843] imx-sdma 302b0000.dma-controller: loaded firmware 4.4
[ 4.322754] audit: type=1400 audit(10.148:6): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 0
[ 4.339700] audit: type=1400 audit(10.148:7): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 0
[ 4.356684] audit: type=1400 audit(10.148:8): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 0
[ 4.373624] audit: type=1400 audit(10.148:9): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 0
[ 4.390602] audit: type=1400 audit(10.148:10): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s00
[ 4.414754] Registered swp emulation handler
[ 4.424366] watchdogd: watchdogd started (interval 10, margin 20)!
[ 4.443237] EXT4-fs (mmcblk2p12): Ignoring removed nomblk_io_submit option
[ 4.478242] wlan: loading driver v4.5.23.1
[ 4.484685] hifDeviceInserted: Dumping clocks (50000000,400000000)
[ 4.490964] AR6000: Set async interrupt delay clock as 2.
[ 4.530792] EXT4-fs (mmcblk2p12): recovery complete
[ 4.536216] EXT4-fs (mmcblk2p12): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
[ 4.611730] AR6000: configuration opcode 3 is not used for Linux SDIO stack
[ 4.619286] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
[ 4.999636] random: crng init done
[ 5.015080] HIF Interrupt processing is SYNC ONLY
[ 5.019831] AR6000: configuration opcode 7 is only used for RTOS systems, not Linux systems
[ 5.028218] AR6000: configuration opcode 5 is not used for Linux SDIO stack
[ 5.035983] +HWT
[ 5.043642] -HWT
[ 5.045599] MAILBOX SWAP Service is enabled!
[ 5.049917] Reduced Tx Complete service is enabled!
[ 5.056081] HTCConnectService, host indicate support b2b bundle
[ 5.063278] HTCConnectService, firmware decide to disabled b2b bundle
[ 5.069748] HTC Service:0x0300 ep:1 TX flow control disabled
[ 5.076098] HTCConnectService, host indicate support b2b bundle
[ 5.082257] HTCConnectService, firmware decide to disabled b2b bundle
[ 5.105112] target uses HTT version 3.51; host uses 3.28
[ 5.121462] Host SW:4.5.23.1, FW:0.0.0.27, HW:QCA93x7_REV1_1
[ 5.127800] ol_pktlog_init: pktlogmod_init successfull
[ 5.134012] ath_hif_sdio: HIF (Atheros/multi-bss)
[ 5.138845] wlan: driver loaded in 660000
[ 5.504898] e2fsck: e2fsck 1.43.3 (04-Sep-2016)
[ 5.504898]
[ 5.510960] e2fsck: Pass 1: Checking inodes, blocks, and sizes
[ 5.510960]
[ 5.518305] e2fsck: Pass 2: Checking directory structure
[ 5.518305]
[ 5.525114] e2fsck: Pass 3: Checking directory connectivity
[ 5.525114]
[ 5.532239] e2fsck: Pass 4: Checking reference counts
[ 5.532239]
[ 5.538782] e2fsck: Pass 5: Checking group summary information
[ 5.538782]
[ 5.546105] e2fsck: /dev/block/by-name/userdata: 2054/581632 files (1.9% non-contiguous), 71457/2326528 blocks
[ 5.546105]
[ 5.562785] EXT4-fs (mmcblk2p12): Ignoring removed nomblk_io_submit option
[ 5.574630] EXT4-fs (mmcblk2p12): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,noauto_da_alloc,errors=panic
[ 5.623604] zram0: detected capacity change from 0 to 314572800
[ 5.639987] logd.auditd: start
[ 5.643176] logd.klogd: 5485670125
[ 5.651432] mkswap: Swapspace size: 307196k, UUID=c2ad9cff-6bd5-4a15-bcf5-45ac7ad998bc
[ 5.660477] Adding 307196k swap on /dev/block/zram0. Priority:-2 extents:1 across:307196k SS
[ 5.673687] type=1400 audit(11.624:38): avc: denied { getattr } for pid=2438 comm="init" path="/data/cache" dev="mmcblk2p12" ino=131094 sc0
[ 5.693853] type=1400 audit(11.624:38): avc: denied { getattr } for pid=2438 comm="init" path="/data/cache" dev="mmcblk2p12" ino=131094 sc0
[ 5.713608] type=1400 audit(11.624:39): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u0
[ 5.987371] update_verifier: Started with arg 1: nonencrypted
[ 5.996683] update_verifier: Booting slot 0: isSlotMarkedSuccessful=1
[ 6.003189] update_verifier: Leaving update_verifier.
[ 6.046563] rfkill: BT RF going to : off
[ 6.051860] logd.daemon: reinit
[ 6.076298] Mass Storage Function, version: 2009/09/11
[ 6.081599] LUN: removable file: (no medium)
[ 6.089937] using random self ethernet address
[ 6.094422] using random host ethernet address
[ 6.100666] file system registered
[ 6.214521] healthd: battery l=85 v=3 t=35.0 h=2 st=2 c=400 fc=4000000 cc=32 chg=a
[ 6.356860] healthd: battery l=85 v=3 t=35.0 h=2 st=2 c=400 fc=4000000 cc=32 chg=a
evk_8mm:/ $ [ 6.697250] audit_log_lost: 29 callbacks suppressed
[ 6.697256] audit: audit_lost=498 audit_rate_limit=5 audit_backlog_limit=64
[ 6.737581] audit: rate limit exceeded
[ 6.938606] read descriptors
[ 6.965644] read strings
[ 8.235504] capability: warning: `main' uses 32-bit capabilities (legacy support in use)
[ 10.056378] type=1400 audit(14.048:579): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=d
[ 10.075236] type=1400 audit(16.008:580): avc: denied { dac_read_search } for pid=3118 comm="Binder:3118_1" capability=2 scontext=u:r:insta0
[ 10.081595] audit: audit_lost=525 audit_rate_limit=5 audit_backlog_limit=64
[ 10.081598] audit: rate limit exceeded
[ 10.275285] healthd: battery l=85 v=3 t=35.0 h=2 st=2 c=400 fc=4000000 cc=32 chg=a
[ 10.294200] healthd: battery l=85 v=3 t=35.0 h=2 st=2 c=400 fc=4000000 cc=32 chg=a
[ 10.348466] healthd: battery l=85 v=3 t=35.0 h=2 st=2 c=400 fc=4000000 cc=32 chg=a
[ 10.458889] init: processing action (sys.sysctl.extra_free_kbytes=*) from (/init.rc:725)
[ 11.046926] read descriptors
[ 11.049874] read strings
[ 11.052530] read descriptors
[ 11.055848] read strings
[ 11.073223] init: Received control message 'start' for 'adbd' from pid: 3231 (system_server)
[ 11.083360] android_work: did not send uevent (0 0 (null))
[ 11.084913] init: Received control message 'stop' for 'adbd' from pid: 3097 (/vendor/bin/hw/android.hardware.usb@1.1-service.imx)
[ 11.084936] init: Sending signal 9 to service 'adbd' (pid 3150) process group...
[ 11.085231] type=1400 audit(16.036:585): avc: denied { dac_read_search } for pid=3118 comm="Binder:3118_1" capability=2 scontext=u:r:instad
[ 11.085263] type=1400 audit(1545213049.676:2335): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 0
[ 11.096131] audit: audit_lost=2274 audit_rate_limit=5 audit_backlog_limit=64
[ 11.096134] audit: rate limit exceeded
[ 11.102512] acc_open
[ 11.102522] acc_release
[ 11.155503] libprocessgroup: Successfully killed process cgroup uid 0 pid 3150 in 70ms
[ 11.156170] init: Service 'adbd' (pid 3150) received signal 9
[ 11.156715] init: processing action (init.svc.adbd=stopped) from (/init.usb.configfs.rc:14)
[ 11.157556] selinux: avc: denied { set } for property=sys.usb.ffs.ready pid=3097 uid=0 gid=0 scontext=u:r:hal_usb_impl:s0 tcontext=u:obj0
[ 11.157556]
[ 11.157595] init: Unable to set property 'sys.usb.ffs.ready' to '0' from uid:0 gid:0 pid:3097: SELinux permission check failed
[ 11.270982] init: Received control message 'start' for 'adbd' from pid: 3097 (/vendor/bin/hw/android.hardware.usb@1.1-service.imx)
[ 11.291683] read descriptors
[ 11.294901] read strings
[ 11.330606] Atheros 8031 ethernet 30be0000.ethernet-1:00: attached PHY driver [Atheros 8031 ethernet] (mii_bus:phy_addr=30be0000.ethernet-)
[ 11.345351] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 11.366954] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 11.442622] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 11.513104] sdcardfs version 2.0
[ 11.518055] sdcardfs: dev_name -> /data/media
[ 11.524712] sdcardfs: options -> fsuid=1023,fsgid=1023,multiuser,derive_gid,default_normal,mask=6,userid=0,gid=1015
[ 11.536819] sdcardfs: mnt -> ffff80003a2c3de0
[ 11.542319] sdcardfs: mounted on top of /data/media type ext4
[ 11.549307] Remount options were mask=23,gid=9997 for vfsmnt ffff80003d02cfe0.
[ 11.558100] sdcardfs : options - debug:1
[ 11.564951] sdcardfs : options - gid:9997
[ 11.569314] sdcardfs : options - mask:23
[ 11.573716] Remount options were mask=7,gid=9997 for vfsmnt ffff80003d02dc20.
[ 11.580999] sdcardfs : options - debug:1
[ 11.585201] sdcardfs : options - gid:9997
[ 11.589263] sdcardfs : options - mask:7
[ 12.194444] type=1400 audit(1545213049.688:2339): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 d
[ 12.222420] type=1400 audit(1545213050.788:2413): avc: denied { dac_read_search } for pid=3564 comm="main" capability=2 scontext=u:r:zygot0
[ 12.258460] audit: audit_lost=2347 audit_rate_limit=5 audit_backlog_limit=64
[ 12.260040] type=1400 audit(1545213050.808:2416): avc: denied { dac_read_search } for pid=3564 comm="main" capability=2 scontext=u:r:zygotd
[ 12.260065] type=1400 audit(1545213050.848:2417): avc: denied { dac_read_search } for pid=3576 comm="main" capability=2 scontext=u:r:zygot0
[ 12.307087] audit: rate limit exceeded
[ 14.688222] type=1400 audit(1545213050.848:2417): avc: denied { dac_read_search } for pid=3576 comm="main" capability=2 scontext=u:r:zygot0
[ 14.707235] type=1400 audit(1545213053.280:2427): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 0
[ 14.708067] audit: audit_lost=2356 audit_rate_limit=5 audit_backlog_limit=64
[ 14.708069] audit: rate limit exceeded
[ 14.740941] type=1400 audit(1545213053.280:2430): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 d
[ 15.939859] audit: audit_lost=3570 audit_rate_limit=5 audit_backlog_limit=64
[ 15.947320] audit: rate limit exceeded
[ 21.765637] type=1400 audit(1545213054.532:3650): avc: denied { dac_read_search } for pid=3825 comm="main" capability=2 scontext=u:r:zygot0
[ 21.788704] type=1400 audit(1545213060.356:3670): avc: denied { dac_read_search } for pid=3943 comm="main" capability=2 scontext=u:r:zygot0
[ 21.884320] audit: audit_lost=3589 audit_rate_limit=5 audit_backlog_limit=64
[ 21.890973] type=1400 audit(1545213060.356:3673): avc: denied { dac_read_search } for pid=3943 comm="main" capability=2 scontext=u:r:zygotd
[ 21.890998] type=1400 audit(1545213060.476:3674): avc: denied { dac_read_search } for pid=3966 comm="main" capability=2 scontext=u:r:zygot0
[ 21.929254] audit: rate limit exceeded
[ 22.772952] type=1400 audit(1545213060.476:3674): avc: denied { dac_read_search } for pid=3966 comm="main" capability=2 scontext=u:r:zygot0
[ 22.791958] type=1400 audit(1545213061.364:3702): avc: denied { dac_read_search } for pid=4101 comm="main" capability=2 scontext=u:r:zygot0

evk_8mm:/ $
evk_8mm:/ $
evk_8mm:/ $ uname -a
Linux localhost 4.14.78 #1 SMP PREEMPT Wed Dec 19 17:42:18 CST 2018 aarch64
evk_8mm:/ $
evk_8mm:/ $ ls -ltr
drwxr-xr-x 4 root root 0 1970-01-01 00:00 config
dr-xr-xr-x 13 root root 0 1970-01-01 00:00 sys
drwxr-xr-x 11 root system 240 1970-01-01 00:00 mnt
dr-xr-xr-x 43 root root 0 1970-01-01 00:00 acct
drwxr-xr-x 17 root root 2980 1970-01-01 00:00 dev
drwxrwx--x 38 system system 4096 1970-01-01 00:00 data
-rwxr-x--- 1 root shell 5646 2018-12-19 09:31 init.usb.rc
-rwxr-x--- 1 root shell 7690 2018-12-19 09:31 init.usb.configfs.rc
-rwxr-x--- 1 root shell 271 2018-12-19 09:31 init.recovery.freescale.sd.rc
-rwxr-x--- 1 root shell 1154 2018-12-19 09:31 init.recovery.freescale.rc
-rwxr-x--- 1 root shell 29552 2018-12-19 09:31 init.rc
-rw-r--r-- 1 root root 5272 2018-12-19 09:31 ueventd.rc
drwxr-xr-x 3 root root 4096 2018-12-19 09:31 res
drwxr-xr-x 2 root root 4096 2018-12-19 09:31 oem
drwxr-xr-x 2 root root 4096 2018-12-19 09:31 odm
-rwxr-x--- 1 root shell 875 2018-12-19 09:31 init.zygote64_32.rc
-rwxr-x--- 1 root shell 1064 2018-12-19 09:31 init.environ.rc
-rwxr-x--- 1 root shell 511 2018-12-19 09:31 init.zygote32.rc
-rwxr-x--- 1 root shell 276 2018-12-19 09:31 init.recovery.freescale.emmc.rc
drwxr-xr-x 11 root root 4096 2018-12-19 09:45 vendor
drwxr-x--- 2 root shell 4096 2018-12-19 09:48 sbin
drwxr-xr-x 16 root root 4096 2018-12-19 09:50 system
lrw-r--r-- 1 root root 21 2018-12-19 09:50 sdcard -> /storage/self/primary
lrw-r--r-- 1 root root 15 2018-12-19 09:50 product -> /system/product
lrw-r--r-- 1 root root 11 2018-12-19 09:50 etc -> /system/etc
lrw------- 1 root root 23 2018-12-19 09:50 default.prop -> system/etc/prop.default
lrw-r--r-- 1 root root 17 2018-12-19 09:50 d -> /sys/kernel/debug
lrw-r--r-- 1 root root 13 2018-12-19 09:50 charger -> /sbin/charger
lrw-r--r-- 1 root root 50 2018-12-19 09:50 bugreports -> /data/user_de/0/com.android.shell/files/bugreports
lrw-r--r-- 1 root root 11 2018-12-19 09:50 bin -> /system/bin
drwxr-xr-x 4 root root 80 2018-12-19 09:50 storage
drwx------ 2 root root 16384 2018-12-19 09:50 lost+found
1|evk_8mm:/ $
1|evk_8mm:/ $
1|evk_8mm:/ $
1|evk_8mm:/ $
1|evk_8mm:/ $
1|evk_8mm:/ $
1|evk_8mm:/ $
1|evk_8mm:/ $
1|evk_8mm:/ $

0 Kudos