Firefly开源社区

12345
发表新贴

RK3399 挂在固态盘问题

72

积分

0

威望

0

贡献

游客

积分
72
发表于 2017-9-20 16:46:57     
利用配的转接板装上固态盘后。为什么设备启动后没有识别该盘呢?
请问应该怎么让其识别挂在的固态盘,
固态盘的型号是金泰克 P600 M.2 2280 PCIe3.0X4
回复

使用道具 举报

2918

积分

56

威望

46

贡献

高级创客

Rank: 6Rank: 6

积分
2918

优秀版主论坛元老

发表于 2017-9-22 10:44:20     
本帖最后由 zhansb 于 2017-9-22 10:56 编辑

如果资源管理器上没有PCIE项,可以先看看识别到nvme设备没有:
rk3399_firefly_mipi_box:/ # ls /dev/block/nvme0n1*     有的话会有类似这种输出:                  
/dev/block/nvme0n1 /dev/block/nvme0n1p1 /dev/block/nvme0n1p1
如果没有nvme设备,请先确定SSD是否正确连接到开发板,或者SSD拿到电脑上测试是否可用。

有设备,但资源管理器上没有PCIE项的话可以尝试格式化SSD(有风险,注意数据备份),fdisk具体使用方法请自行搜索:
rk3399_firefly_mipi_box:/ # busybox fdisk  /dev/block/nvme0n1p1              

The number of cylinders for this disk is set to 59831.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): n
Command action
   e   extended
   p   primary partition (1-4)
e
Partition number (1-4): 1
First cylinder (1-59831, default 1):
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-59831, default 59831):
Using default value 59831

Command (m for help): p

Disk /dev/block/nvme0n1p1: 62.7 GB, 62737350656 bytes
64 heads, 32 sectors/track, 59831 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes

                Device Boot      Start         End      Blocks  Id System
/dev/block/nvme0n1p1p1               1       59831    61266928   5 Extended

Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table
fdisk: WARNING: rereading partition table failed, kernel still uses old table: Invalid argument

格式化为FAT32:
1|rk3399_firefly_mipi_box:/ # mkdosfs /dev/block/nvme0n1p1                     
opening /dev/block/nvme0n1p1
/dev/block/nvme0n1p1: 122414304 sectors in 7650894 FAT32 clusters (8192 bytes/cluster)
MBR type: 11
bps=512 spc=16 res=32 nft=2 mid=0xf0 spt=122533888 hds=0 hid=0 bsec=122533888 bspf=59776 rdcl=2 infs=1 bkbs=2

尝试手动挂载:
rk3399_firefly_mipi_box:/ # mkdir /data/nvme
rk3399_firefly_mipi_box:/ # busybox mount /dev/block/nvme0n1p1  /data/nvme
如果成功输入mount命令会有下面信息输出:
/dev/block/nvme0n1p1 on /data/nvme type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=437,iocharset=iso88
59-1,shortname=mixed,errors=remount-ro)
可以的话重启系统,资源管理器上应该有个PCIE的选项。
NOTE:目前资源管理器在NVME多个分区时,只挂载第一个分区


回复

使用道具 举报

72

积分

0

威望

0

贡献

游客

积分
72
发表于 2017-9-26 11:32:15     
本帖最后由 我很忙 于 2017-9-26 13:45 编辑
zhansb 发表于 2017-9-22 10:44
如果资源管理器上没有PCIE项,可以先看看识别到nvme设备没有:
rk3399_firefly_mipi_box:/ # ls /dev/bloc ...

请问版主,现在盘能读出来了,但是现在往里写不进去数据,是什么原因呢?
微信图片_20170926134406.png
回复

使用道具 举报

2918

积分

56

威望

46

贡献

高级创客

Rank: 6Rank: 6

积分
2918

优秀版主论坛元老

发表于 2017-9-27 09:01:41     
写不进去有什么log?
回复

使用道具 举报

72

积分

0

威望

0

贡献

游客

积分
72
发表于 2017-9-27 13:29:05     
zhansb 发表于 2017-9-27 09:01
写不进去有什么log?

就是打开系统资源能看到PCIE命名的盘名,,但是挂载的相机拍完照数据并没有在那个盘里。前提是已经将路径修改成PCIE了。
回复

使用道具 举报

72

积分

0

威望

0

贡献

游客

积分
72
发表于 2017-9-27 13:29:25     
本帖最后由 我很忙 于 2017-9-27 13:33 编辑
zhansb 发表于 2017-9-27 09:01
写不进去有什么log?

就是打开系统资源能看到PCIE命名的盘名,,但是挂载的相机拍完照数据并没有在那个盘里。前提是已经将路径修改成PCIE了。log信息发到哪,您看下
回复

使用道具 举报

72

积分

0

威望

0

贡献

游客

积分
72
发表于 2017-9-27 14:34:46     
zhansb 发表于 2017-9-27 09:01
写不进去有什么log?

[  454.809878] dhd_set_suspend: Remove extra suspend setting
[  454.809932] dhd_enable_packet_filter: enter, value = 0
[  454.840772] dhd_set_suspend: force extra Suspend setting
[  454.840832] dhd_enable_packet_filter: enter, value = 1
[  454.849535] dhd_get_suspend_bcn_li_dtim beacon=100 bcn_li_dtim=3 DTIM=1 Listen=10
DDR Version 1.08 20170320
In
Channel 0: DDR3, 800MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
Channel 1: DDR3, 800MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
256B stride
ch 0 ddrconfig = 0x101, ddrsize = 0x20
ch 1 ddrconfig = 0x101, ddrsize = 0x20
pmugrf_os_reg[2] = 0x32817281, stride = 0x9
OUT
Boot1: 2017-03-07, version: 1.06
CPUId = 0x0
ChipType = 0x10, 1836
SdmmcInit=2 0
BootCapSize=100000
UserCapSize=14910MB
FwPartOffset=2000 , 100000
SdmmcInit=0 20
StorageInit ok = 65996
LoadTrustBL
No find bl30.bin
No find bl32.bin
RunBL31 0x10000
NOTICE:  BL31: v1.3(debug):55aa0b4
NOTICE:  BL31: Built : 16:55:03, Mar 31 2017
INFO:    GICv3 with legacy support detected. ARM GICV3 driver initialized in EL3
INFO:    boot cpu mask: 0
INFO:    plat_rockchip_pmu_init(1089): pd status 3e
INFO:    BL31: Initializing runtime services
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.02-RK3399-06 (Aug 29 2017 - 17:28:07)

CPU: rk3399
cpu version = 0
CPU's clock information:
    aplll = 816000000HZ
    apllb = 24000000HZ
    gpll = 800000000HZ
               aclk_periph_h = 133333333HZ, hclk_periph_h = 66666666HZ, pclk_periph_h = 33333333HZ
               aclk_periph_l0 = 100000000HZ, hclk_periph_l0 = 100000000HZ, pclk_periph_l0 = 50000000HZ
               hclk_periph_l1 = 100000000HZ, pclk_periph_l1 = 50000000HZ
    cpll = 800000000HZ
    dpll = 792000000HZ
    vpll = 24000000HZ
    npll = 24000000HZ
    ppll = 676000000HZ
Board:        Rockchip platform Board
Uboot as second level loader
DRAM:  Found dram banks: 1
Adding bank:0000000000200000(000000007fe00000)
128 MiB
SdmmcInit = 0 20
storage init OK!
Using default environment

GetParam
remotectl v0.1
pwm freq=0xb8320
pwm_freq_nstime=0x52d
Load FDT from resource image.
power key: bank-0 pin-5
usb bc: can find node by path: /dwc-control-usb/usb_bc
pmic:rk808
can't find dts node for pwm1
set pwm voltage ok,pwm_id =2 vol=1000000,pwm_value=66
CPU's clock information:
    aplll = 816000000HZ
    apllb = 24000000HZ
    gpll = 800000000HZ
               aclk_periph_h = 133333333HZ, hclk_periph_h = 66666666HZ, pclk_periph_h = 33333333HZ
               aclk_periph_l0 = 100000000HZ, hclk_periph_l0 = 100000000HZ, pclk_periph_l0 = 50000000HZ
               hclk_periph_l1 = 100000000HZ, pclk_periph_l1 = 50000000HZ
    cpll = 800000000HZ
    dpll = 792000000HZ
    vpll = 24000000HZ
    npll = 24000000HZ
    ppll = 676000000HZ
SecureBootEn = 0, SecureBootLock = 0

#Boot ver: 2017-08-29#1.06
empty serial no.
normal boot.
checkKey
vbus = 1
board_fbt_key_pressed: ir_keycode = 0x0, frt = 0
no fuel gauge found
no fuel gauge found
failed to find phy node
failed to find panel driver
read logo on state from dts [1]
no fuel gauge found
can't find dts node for deviceinfo
dw_rk_hdmi_register:fail to read deviceinfo
hdmi baseparamer 0x0@0-0
[EDID-EXTEND] It is a  CEA 861 Series Extension.
no baseparametr,find best edid mode,vic=16
hdmi_dev->video.vic is 4
rk lcdc - 0 dclk set: dclk = 74250000HZ, pll select = 0, div = 1
rockchip_panel_prepare: failed to find panel prepare funcs
hdmi_dev_config_video vic 4 color_output 3 color_output_depth 8
pixel clk is 74250000 tmds clk is 74250000
hsync_pol 1 vsync_pol 1
[HDMI] sucess output HDMI.
PHY PLL not locked: PCLK_ON=1,TMDSCLK_ON=0
ERROR: [get_entry_ram]: Cannot find logo_kernel.bmp!
failed to display kernel logo
checkKey
vbus = 1
board_fbt_key_pressed: ir_keycode = 0x0, frt = 0
Hit any key to stop autoboot:  0
load fdt from resouce.
Secure Boot state: 0
kernel   @ 0x00280000 (0x011f7b60)
ramdisk  @ 0x05bf0000 (0x001a5d54)
bootrk: do_bootm_linux...
   Loading Device Tree to 0000000005600000, end 0000000005614c42 ... OK
Add bank:0000000000200000, 000000007fe00000
WARNING: could not set reg FDT_ERR_BADOFFSET.

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Initializing cgroup subsys schedtune
[    0.000000] Linux version 4.4.55 (omy@tchipserver2) (gcc version 4.9 20150123 (prerelease) (GCC) ) #609 SMP PREEMPT Tue Aug 29 17:29:18 CST 2017
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] earlycon: Early serial console at MMIO32 0xff1a0000 (options '')
[    0.000000] bootconsole [uart0] enabled
[    0.000000] hdmi init vic is -1
[    0.000000] cma: Reserved 16 MiB at 0x000000007f000000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc07ef02000 s45248 r8192 d32576 u86016
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 515592
[    0.000000] Kernel command line: earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 androidboot.baseband=N/A androidboot.selinux=permissive androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(trust),0x00002000@0x00006000(misc),0x00008000@0x00008000(resource),0x0000C000@0x00010000(kernel),0x00010000@0x0001C000(boot),0x00010000@0x0002C000(recovery),0x00038000@0x0003C000(backup),0x00040000@0x00074000(cache),0x00300000@0x000B4000(system),0x00008000@0x003B4000(metadata),0x00002000@0x003BC000(baseparamer),-@0x003BE000(userdata) storagemedia=emmc uboot_logo=0x02000000@0x7dc00000 loader.timestamp=2017-08-29_17:28:07 hdmi.vic=-1 SecureBootCheckOk=0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] software IO TLB [mem 0x7edb5000-0x7edf5000] (0MB) mapped at [ffffffc07edb5000-ffffffc07edf4fff]
[    0.000000] Memory: 2019776K/2095104K available (11198K kernel code, 1374K rwdata, 4952K rodata, 832K init, 1078K bss, 58944K reserved, 16384K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000   (   246 GB)
[    0.000000]       .init : 0xffffff8009050000 - 0xffffff8009120000   (   832 KB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008b70000   ( 11200 KB)
[    0.000000]     .rodata : 0xffffff8008b70000 - 0xffffff8009050000   (  4992 KB)
[    0.000000]       .data : 0xffffff8009120000 - 0xffffff8009277a20   (  1375 KB)
[    0.000000]     vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000   (     8 GB maximum)
[    0.000000]               0xffffffbdc0008000 - 0xffffffbdc2000000   (    31 MB actual)
[    0.000000]     fixed   : 0xffffffbffe7fd000 - 0xffffffbffec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000   (    16 MB)
[    0.000000]     memory  : 0xffffffc000200000 - 0xffffffc080000000   (  2046 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]         Build-time adjustment of leaf fanout to 64.
[    0.000000]         RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] ITS: /interrupt-controller@fee00000/interrupt-controller@fee20000
[    0.000000] ITS: allocated 65536 Devices @7c400000 (psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GIC: using LPI property table @0x000000007c480000
[    0.000000] ITS: Allocated 1792 chunks for LPIs
[    0.000000] CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] CPU0: using LPI pending table @0x000000007c490000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[    0.000000] GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[    0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop0_frac as parent of dclk_vop0, rate changes may not work
[    0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop1_frac as parent of dclk_vop1, rate changes may not work
[    0.000000] rockchip_cpuclk_pre_rate_change: limiting alt-divider 33 to 31
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.001831] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    0.002794] pid_max: default: 32768 minimum: 301
[    0.003292] Security Framework initialized
[    0.003680] SELinux:  Initializing.
[    0.004113] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.004743] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.006183] Initializing cgroup subsys freezer
[    0.006611] Initializing cgroup subsys debug
[    0.007857] sched-energy: Sched-energy-costs installed from DT
[    0.008406] CPU0: update cpu_capacity 401
[    0.008856] ASID allocator initialised with 65536 entries
[    0.025685] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.026930] Platform MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.039069] Detected VIPT I-cache on CPU1
[    0.039100] CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.039135] CPU1: using LPI pending table @0x000000007c5f0000
[    0.039177] CPU1: update cpu_capacity 401
[    0.039181] CPU1: Booted secondary processor [410fd034]
[    0.049066] Detected VIPT I-cache on CPU2
[    0.049085] CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.049118] CPU2: using LPI pending table @0x000000007c620000
[    0.049147] CPU2: update cpu_capacity 401
[    0.049150] CPU2: Booted secondary processor [410fd034]
[    0.059105] Detected VIPT I-cache on CPU3
[    0.059124] CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.059156] CPU3: using LPI pending table @0x000000007c660000
[    0.059182] CPU3: update cpu_capacity 401
[    0.059186] CPU3: Booted secondary processor [410fd034]
[    0.069143] Detected PIPT I-cache on CPU4
[    0.069171] CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.069207] CPU4: using LPI pending table @0x000000007c6a0000
[    0.069247] CPU4: update cpu_capacity 1024
[    0.069250] CPU4: Booted secondary processor [410fd082]
[    0.079171] Detected PIPT I-cache on CPU5
[    0.079190] CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.079222] CPU5: using LPI pending table @0x000000007c6e0000
[    0.079249] CPU5: update cpu_capacity 1024
[    0.079252] CPU5: Booted secondary processor [410fd082]
[    0.079335] Brought up 6 CPUs
[    0.091436] SMP: Total of 6 processors activated.
[    0.091878] CPU features: detected feature: GIC system register CPU interface
[    0.092548] CPU: All CPU(s) started at EL2
[    0.092969] alternatives: patching kernel code
[    0.094621] devtmpfs: initialized
[    0.114307] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.115240] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.116854] pinctrl core: initialized pinctrl subsystem
[    0.119941] Failed to find legacy iommu devices
[    0.120928] NET: Registered protocol family 16
[    0.122054] schedtune: init normalization constants...
[    0.122542] schedtune: CLUSTER[0-3]      min_pwr:    56 max_pwr:   222
[    0.123154] schedtune: CPU[0]            min_pwr:     0 max_pwr:   222
[    0.123765] schedtune: CPU[1]            min_pwr:     0 max_pwr:   222
[    0.124392] schedtune: CPU[2]            min_pwr:     0 max_pwr:   222
[    0.125003] schedtune: CPU[3]            min_pwr:     0 max_pwr:   222
[    0.125616] schedtune: CLUSTER[4-5]      min_pwr:    65 max_pwr:  1108
[    0.126226] schedtune: CPU[4]            min_pwr:     0 max_pwr:  1108
[    0.126837] schedtune: CPU[5]            min_pwr:     0 max_pwr:  1108
[    0.127447] schedtune: SYSTEM            min_pwr:   121 max_pwr:  4434
[    0.128068] schedtune: using normalization constants mul: 3862781856 sh1: 1 sh2: 12
[    0.128782] schedtune: verify normalization constants...
[    0.129279] schedtune: max_pwr/2^0: 4313 => norm_pwr:  1024
[    0.129798] schedtune: max_pwr/2^1: 2156 => norm_pwr:   511
[    0.130319] schedtune: max_pwr/2^2: 1078 => norm_pwr:   255
[    0.130840] schedtune: max_pwr/2^3:  539 => norm_pwr:   127
[    0.131360] schedtune: max_pwr/2^4:  269 => norm_pwr:    63
[    0.131890] schedtune: max_pwr/2^5:  134 => norm_pwr:    31
[    0.132412] schedtune: configured to support 4 boost groups
[    0.141930] cpuidle: using governor ladder
[    0.155290] cpuidle: using governor menu
[    0.155676] Registered FIQ tty driver
[    0.156650] vdso: 2 pages (1 code @ ffffff8008b76000, 1 data @ ffffff8009124000)
[    0.157367] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.158811] DMA: preallocated 256 KiB pool for atomic allocations
[    0.216353] console [pstore0] enabled
[    0.216895] pstore: Registered ramoops as persistent store backend
[    0.217499] ramoops: attached 0xf0000@0x110000, ecc: 0/0
<hit enter to activate fiq debugger>
[    0.220565] console [ttyFIQ0] enabled
[[    0.220565] console [ttyFIQ0] enabled
[    0.221134] bootconsole [uart0] disabled
    0.221134] bootconsole [uart0] disabled
[    0.222330] Registered fiq debugger ttyFIQ0
[    0.260570] Rockchip hdmi driver version 2.0
.
[    0.262605] iommu: Adding device ff650000.vpu_service to group 0
[    0.262689] iommu: Adding device ff660000.rkvdec to group 1
[    0.262779] iommu: Adding device ff670000.iep to group 2
[    0.262878] iommu: Adding device ff8f0000.vop to group 3
[    0.262953] iommu: Adding device ff900000.vop to group 4
[    0.263046] iommu: Adding device ff910000.isp to group 5
[    0.263121] iommu: Adding device ff920000.isp to group 6
[    0.263779] rk_iommu ff670800.iommu: can't get aclk
[    0.263801] rk_iommu ff670800.iommu: can't get hclk
[    0.264608] SCSI subsystem initialized
[    0.264966] usbcore: registered new interface driver usbfs
[    0.265012] usbcore: registered new interface driver hub
[    0.265088] usbcore: registered new device driver usb
[    0.265431] media: Linux media interface: v0.10
[    0.265471] Linux video capture interface: v2.00
[    0.265599] pps_core: LinuxPPS API ver. 1 registered
[    0.265610] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.265634] PTP clock support registered
[    0.266989] Advanced Linux Sound Architecture Driver Initialized.
[    0.267479] Bluetooth: Core ver 2.21
[    0.267510] NET: Registered protocol family 31
[    0.267520] Bluetooth: HCI device and connection manager initialized
[    0.267537] Bluetooth: HCI socket layer initialized
[    0.267550] Bluetooth: L2CAP socket layer initialized
[    0.267578] Bluetooth: SCO socket layer initialized
[    0.268837] clocksource: Switched to clocksource arch_sys_counter
[    0.307237] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    0.308080] NET: Registered protocol family 2
[    0.308514] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.308620] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.308744] TCP: Hash tables configured (established 16384 bind 16384)
[    0.308813] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.308863] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.309015] NET: Registered protocol family 1
[    0.309466] Trying to unpack rootfs image as initramfs...
[    0.396303] Freeing initrd memory: 1684K (ffffffc005bf0000 - ffffffc005d95000)
[    0.396853] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    0.396939] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    0.399454] audit: initializing netlink subsys (disabled)
[    0.399538] audit: type=2000 audit(0.393:1): initialized
[    0.408131] VFS: Disk quotas dquot_6.6.0
[    0.408271] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.409846] fuse init (API version 7.23)
[    0.414447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.414475] io scheduler noop registered
[    0.414659] io scheduler cfq registered (default)
[    0.415948] rockchip-usb2phy ff770000.syscon:usb2-phy@e460: vbus_drv is not assigned
[    0.420316] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found
[    0.420348] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found
[    0.420367] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found
[    0.442312] PCI host bridge /pcie@f8000000 ranges:
[    0.442340]   MEM 0xfa000000..0xfa5fffff -> 0xfa000000
[    0.442355]    IO 0xfa600000..0xfa6fffff -> 0xfa600000
[    0.442590] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00
[    0.442607] pci_bus 0000:00: root bus resource [bus 00-01]
[    0.442621] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfa5fffff]
[    0.442637] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0xfa600000-0xfa6fffff])
[    0.443001] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.448898] pci 0000:00:00.0: BAR 8: assigned [mem 0xfa000000-0xfa0fffff]
[    0.448922] pci 0000:01:00.0: BAR 0: assigned [mem 0xfa000000-0xfa003fff 64bit]
[    0.448956] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.448972] pci 0000:00:00.0:   bridge window [mem 0xfa000000-0xfa0fffff]
[    0.449032] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[    0.449250] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[    0.449264] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.450082] rockchip ion idev is NULL
[    0.450095] rga2 ff680000.rga: rga ion client create success!
[    0.450266] rga: Driver loaded successfully ver:3.02
[    0.450954] iep: failed to find iep power down clock source.
[    0.451250] IEP Power ON
[    0.451402] IEP Power OFF
[    0.451434] IEP Driver loaded succesfully
[    0.451520] Module initialized.
[    0.451873] rk-vcodec ff650000.vpu_service: No core reset resource define
[    0.451921] rk-vcodec ff650000.vpu_service: do not have pd_video
[    0.451947] rk-vcodec ff650000.vpu_service: probe device
[    0.451987] rk-vcodec ff650000.vpu_service: vpu mmu dec ffffffc07c703410
[    0.452118] rk-vcodec ff650000.vpu_service: allocator is drm
[    0.452217] rk-vcodec ff650000.vpu_service: checking hw id 0
[    0.452636] rk-vcodec ff650000.vpu_service: init success
[    0.452942] rk-vcodec ff660000.rkvdec: No cor?eset resource define
[    0.453044] rk-vcodec ff660000.rkvdec: do not have pd_video
[    0.453064] rk-vcodec ff660000.rkvdec: probe device
[    0.453105] rk-vcodec ff660000.rkvdec: vpu mmu dec ffffffc07c703c10
[    0.453237] rk-vcodec ff660000.rkvdec: allocator is drm
[    0.453299] rk-vcodec ff660000.rkvdec: checking hw id 6876
[    0.453579] rk-vcodec ff660000.rkvdec: init success
[    0.454916] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.454934] dma-pl330 ff6d0000.dma-controller:         DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    0.456322] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.456338] dma-pl330 ff6e0000.dma-controller:         DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    0.456587] rockchip-cpuinfo cpuinfo: Serial                : f02faf7428711ab1
[    0.457719] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
[    0.459181] console [ttyS0] disabled
[    0.459227] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 36, base_baud = 1500000) is a 16550A
[    0.459747] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 37, base_baud = 1500000) is a 16550A
[    0.460277] ff370000.serial: ttyS4 at MMIO 0xff370000 (irq = 40, base_baud = 1500000) is a 16550A
[    0.460617] [drm:drm_core_init] Initialized drm 1.1.0 20060810
[    0.464456] mali ff9a0000.gpu: Failed to get regulator
[    0.464472] mali ff9a0000.gpu: Power control initialization failed
[    0.464750] Unable to detect cache hierarchy from DT for CPU 0
[    0.482321] brd: module loaded
[    0.500329] loop: module loaded
[    0.500856] zram: Added device: zram0
[    0.501395] SCSI Media Changer driver v0.25
[    0.502628] rockchip-pinctrl pinctrl: pin gpio1-8 already requested by ff370000.serial; cannot claim for ff1d0000.spi
[    0.502655] rockchip-pinctrl pinctrl: pin-40 (ff1d0000.spi) status -22
[    0.502672] rockchip-pinctrl pinctrl: could not request pin 40 (gpio1-8) from group spi1-tx  on device rockchip-pinctrl
[    0.502689] rockchip-spi ff1d0000.spi: Error applying setting, reverse things back
[    0.502813] rockchip-spi ff1d0000.spi: Failed to request TX DMA channel
[    0.502827] rockchip-spi ff1d0000.spi: Failed to request RX DMA channel
[    0.503078] nvme 0000:01:00.0: enabling device (0000 -> 0002)
[    0.503660] tun: Universal TUN/TAP device driver, 1.6
[    0.503672] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.504626] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[    0.504645] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28).
[    0.504658] rk_gmac-dwmac fe300000.ethernet: RX delay(0x1b).
[    0.504837] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[    0.504848] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[    0.509927] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    0.509937]  Ring mode enabled
[    0.509946]  DMA HW capability register supported
[    0.509955]  Normal descriptors
[    0.509965]  RX Checksum Offload Engine supported (type 2)
[    0.509974]  TX Checksum insertion supported
[    0.509982]  Wake-Up On Lan supported
[    0.510028]  Enable RX Mitigation via HW Watchdog Timer
[    0.576425] libphy: stmmac: probed
[    0.576446] eth%d: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active
[    0.576461] eth%d: PHY ID 001cc915 at 1 IRQ POLL (stmmac-0:01)
[    0.577184] PPP generic driver version 2.4.2
[    0.577371] PPP BSD Compression module registered
[    0.577388] PPP Deflate Compression module registered
[    0.577415] PPP MPPE Compression module registered
[    0.577435] NET: Registered protocol family 24
[    0.577476] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[    0.577489] CSLIP: code copyright 1989 Regents of the University of California.
[    0.577512] Rockchip WiFi SYS interface (V1.00) ...
[    0.577592] usbcore: registered new interface driver catc
[    0.577636] usbcore: registered new interface driver kaweth
[    0.577653] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    0.577690] usbcore: registered new interface driver pegasus
[    0.577736] usbcore: registered new interface driver rtl8150
[    0.577778] usbcore: registered new interface driver r8152
[    0.577793] hso: drivers/net/usb/hso.c: Option Wireless
[    0.577848] usbcore: registered new interface driver hso
[    0.577898] usbcore: registered new interface driver asix
[    0.577940] usbcore: registered new interface driver ax88179_178a
[    0.577986] usbcore: registered new interface driver cdc_ether
[    0.578028] usbcore: registered new interface driver cdc_eem
[    0.578069] usbcore: registered new interface driver dm9601
[    0.578121] usbcore: registered new interface driver smsc75xx
[    0.578175] usbcore: registered new interface driver smsc95xx
[    0.578217] usbcore: registered new interface driver gl620a
[    0.578259] usbcore: registered new interface driver net1080
[    0.578302] usbcore: registered new interface driver plusb
[    0.578345] usbcore: registered new interface driver rndis_host
[    0.578387] usbcore: registered new interface driver cdc_subset
[    0.578432] usbcore: registered new interface driver zaurus
[    0.578475] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    0.578533] usbcore: registered new interface driver int51x1
[    0.578576] usbcore: registered new interface driver kalmia
[    0.578618] usbcore: registered new interface driver ipheth
[    0.578663] usbcore: registered new interface driver sierra_net
[    0.578708] usbcore: registered new interface driver cx82310_eth
[    0.578760] usbcore: registered new interface driver cdc_ncm
[    0.578802] usbcore: registered new interface driver qmi_wwan
[    0.578876] usbcore: registered new interface driver cdc_mbim
[    0.580015] rockchip-dwc3 usb@fe800000: failed to get drvdata dwc3
[    0.583416] rockchip-dwc3 usb@fe900000: fail to get drvdata hcd
[    0.584002] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.584021] ehci-pci: EHCI PCI platform driver
[    0.584081] ehci-platform: EHCI generic platform driver
[    0.585848] ehci-platform fe3c0000.usb: EHCI Host Controller
[    0.585876] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 1
[    0.586022] ehci-platform fe3c0000.usb: irq 30, io mem 0xfe3c0000
[    0.595524] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[    0.595657] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.595672] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.595686] usb usb1: Product: EHCI Host Controller
[    0.595698] usb usb1: Manufacturer: Linux 4.4.55 ehci_hcd
[    0.595709] usb usb1: SerialNumber: fe3c0000.usb
[    0.596156] hub 1-0:1.0: USB hub found
[    0.596189] hub 1-0:1.0: 1 port detected
[    0.596656] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.596685] ohci-platform: OHCI generic platform driver
[    0.597133] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[    0.597158] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 2
[    0.597284] ohci-platform fe3e0000.usb: irq 31, io mem 0xfe3e0000
[    0.652970] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    0.652992] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.653007] usb usb2: Product: Generic Platform OHCI controller
[    0.653020] usb usb2: Manufacturer: Linux 4.4.55 ohci_hcd
[    0.653031] usb usb2: SerialNumber: fe3e0000.usb
[    0.653437] hub 2-0:1.0: USB hub found
[    0.653470] hub 2-0:1.0: 1 port detected
[    0.654236] usbcore: registered new interface driver cdc_acm
[    0.654248] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    0.654310] usbcore: registered new interface driver usblp
[    0.654358] usbcore: registered new interface driver cdc_wdm
[    0.654408] usbcore: registered new interface driver uas
[    0.654481] usbcore: registered new interface driver usb-storage
[    0.654523] usbcore: registered new interface driver ums-alauda
[    0.654566] usbcore: registered new interface driver ums-cypress
[    0.654609] usbcore: registered new interface driver ums-datafab
[    0.654651] usbcore: registered new interface driver ums_eneub6250
[    0.654696] usbcore: registered new interface driver ums-freecom
[    0.654739] usbcore: registered new interface driver ums-isd200
[    0.654783] usbcore: registered new interface driver ums-jumpshot
[    0.654825] usbcore: registered new interface driver ums-karma
[    0.654866] usbcore: registered new interface driver ums-onetouch
[    0.654909] usbcore: registered new interface driver ums-sddr09
[    0.654952] usbcore: registered new interface driver ums-sddr55
[    0.654994] usbcore: registered new interface driver ums-usbat
[    0.655077] usbcore: registered new interface driver usbserial
[    0.655114] usbcore: registered new interface driver usbserial_generic
[    0.655145] usbserial: USB Serial support registered for generic
[    0.655189] usbcore: registered new interface driver option
[    0.655217] usbserial: USB Serial support registered for GSM modem (1-port)
[    0.655319] usbcore: registered new interface driver trancevibrator
[    0.655336] usb20_otg: version 3.10a 21-DEC-2012
[    0.655544] usb20_host: version 3.10a 21-DEC-2012
[    0.659294] usbcore: registered new interface driver xpad
[    0.659345] usbcore: registered new interface driver usb_acecad
[    0.659396] usbcore: registered new interface driver aiptek
[    0.659445] usbcore: registered new interface driver gtco
[    0.659493] usbcore: registered new interface driver hanwang
[    0.659538] usbcore: registered new interface driver kbtab
[    0.659554] ==gsl_ts_init==
[    0.659583] ret=0
[    0.663296] .. rk pwm remotectl v1.1 init
[    0.663522] input: ff420030.pwm as /devices/platform/ff420030.pwm/input/input0
[    0.663899] sensor_register_slave:mma8452,id=17
[    0.663917] sensor_register_slave:lis3dh,id=7
[    0.663933] sensor_register_slave:mma7660,id=18
[    0.663948] sensor_register_slave:lsm303d,id=22
[    0.663963] sensor_register_slave:mpu6880_acc,id=24
[    0.663978] sensor_register_slave:mpu6500_acc,id=25
[    0.663994] sensor_register_slave:lsm330_acc,id=26
[    0.664010] sensor_register_slave:akm8975,id=28
[    0.664025] sensor_register_slave:akm8963,id=29
[    0.664040] sensor_register_slave:l3g4200d,id=43
[    0.664055] sensor_register_slave:l3g20d,id=44
[    0.664070] sensor_register_slave:ewtsa,id=45
[    0.664086] sensor_register_slave:lsm330_gyro,id=48
[    0.664101] sensor_register_slave:cm3217,id=50
[    0.664116] sensor_register_slave:cm3218,id=51
[    0.664747] i2c /dev entries driver
[    0.665810] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[    0.665876] fan53555-reg: supplied by vcc5v0_sys
[    0.667539] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    0.667586] fan53555-reg: supplied by vcc5v0_sys
[    0.669394] rk808 0-001b: Pmic Chip id: 0x0
[    0.672507] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    0.672559] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    0.672640] DCDC_REG1: supplied by vcc3v3_sys
[    0.673286] DCDC_REG2: supplied by vcc3v3_sys
[    0.673754] DCDC_REG3: supplied by vcc3v3_sys
[    0.673945] DCDC_REG4: supplied by vcc3v3_sys
[    0.674319] LDO_REG1: supplied by vcc3v3_sys
[    0.675329] LDO_REG2: supplied by vcc3v3_sys
[    0.676229] LDO_REG3: supplied by vcc3v3_sys
[    0.677120] LDO_REG4: supplied by vcc3v3_sys
[    0.677998] LDO_REG5: supplied by vcc3v3_sys
[    0.678893] LDO_REG6: supplied by vcc3v3_sys
[    0.679790] LDO_REG7: supplied by vcc3v3_sys
[    0.680670] LDO_REG8: supplied by vcc3v3_sys
[    0.681547] SWITCH_REG1: supplied by vcc3v3_sys
[    0.681758] SWITCH_REG2: supplied by vcc3v3_sys
[    0.685059] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
[    0.685586] rk3x-i2c ff3c0000.i2c: Initialized RK3xxx I2C bus at ffffff800968e000
[    0.686130] rk3x-i2c ff110000.i2c: Initialized RK3xxx I2C bus at ffffff8009690000
[    0.686209] rockchip-pinctrl pinctrl: pin gpio4-17 already requested by ff940000.hdmi; cannot claim for ff130000.i2c
[    0.686226] rockchip-pinctrl pinctrl: pin-145 (ff130000.i2c) status -22
[    0.686241] rockchip-pinctrl pinctrl: could not request pin 145 (gpio4-17) from group i2c3-xfer  on device rockchip-pinctrl
[    0.686256] rk3x-i2c ff130000.i2c: Error applying setting, reverse things back
[    0.686579] rk3x-i2c ff130000.i2c: Initialized RK3xxx I2C bus at ffffff8009692000
[    0.696411] fusb302 4-0022: port 0 probe success
[    0.696445] rk3x-i2c ff3d0000.i2c: Initialized RK3xxx I2C bus at ffffff8009694000
[    0.697183] IR NEC protocol handler initialized
[    0.697199] IR RC5(x/sz) protocol handler initialized
[    0.697214] IR RC6 protocol handler initialized
[    0.697228] IR JVC protocol handler initialized
[    0.697242] IR Sony protocol handler initialized
[    0.697256] IR SANYO protocol handler initialized
[    0.697270] IR Sharp protocol handler initialized
[    0.697285] IR MCE Keyboard/mouse protocol handler initialized
[    0.697299] IR XMP protocol handler initialized
[    0.697411] usbcore: registered new interface driver uvcvideo
[    0.697421] USB Video Class driver (1.1.1)
[    0.697439] CamSys driver version: v0.33.11, CamSys head file version: v0.13.0
[    0.698448] D1:camsys_platform_probe(1399): compatible is rockchip,rk3399-isp
[    0.698448]
[    0.698541] D1:camsys_mipiphy_probe_cb(204): ff910000.isp mipi phy0 probe success (reg_phy: 0x0  reg_vir: 0x0  size: 0x0)
[    0.698541]
[    0.698566] D1:camsys_mipiphy_probe_cb(204): ff910000.isp mipi phy1 probe success (reg_phy: 0x0  reg_vir: 0x0  size: 0x0)
[    0.698566]
[    0.699425] D1:camsys_platform_probe(1527): ff910000.isp memory:
[    0.699441] D1:camsys_platform_probe(1543):         Register memory (phy: 0xff910000 vir: 0xffffff8009698000 size: 0x4000)
[    0.699457] D1:camsys_platform_probe(1535):         I2c memory (phy: 0x7b115000 vir: 0xffffffc07b115000 size: 0x1000)
[    0.699471] D1:camsys_init_ext_fsh_module(20): init external flash module
[    0.699483] D1:camsys_platform_probe(1557): Probe ff910000.isp device success
[    0.700608] D1:camsys_platform_probe(1399): compatible is rockchip,rk3399-isp
[    0.700608]
[    0.700679] D1:camsys_mipiphy_probe_cb(204): ff920000.isp mipi phy0 probe success (reg_phy: 0x0  reg_vir: 0x0  size: 0x0)
[    0.700679]
[    0.700703] D1:camsys_mipiphy_probe_cb(204): ff920000.isp mipi phy1 probe success (reg_phy: 0x0  reg_vir: 0x0  size: 0x0)
[    0.700703]
[    0.701453] D1:camsys_platform_probe(1527): ff920000.isp memory:
[    0.701468] D1:camsys_platform_probe(1543):         Register memory (phy: 0xff920000 vir: 0xffffff80096b8000 size: 0x4000)
[    0.701484] D1:camsys_platform_probe(1535):         I2c memory (phy: 0x7b119000 vir: 0xffffffc07b119000 size: 0x1000)
[    0.701497] D1:camsys_init_ext_fsh_module(20): init external flash module
[    0.701508] D1:camsys_platform_probe(1557): Probe ff920000.isp device success
[    0.701815] __power_supply_register: Expected proper parent device for 'test_ac'
[    0.701941] __power_supply_register: Expected proper parent device for 'test_battery'
[    0.702226] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[    0.702332] __power_supply_register: Expected proper parent device for 'test_usb'
[    0.703554] rockchip_cpu_avs: cluster0 leakage=19 adjust_volt=0
[    0.703591] rockchip_cpu_avs: cluster1 leakage=31 adjust_volt=0
[    0.704691] rk_tsadcv2_temp_to_code: Invalid conversion table: code=1023, temperature=2147483647
[    0.705217] device-mapper: uevent: version 1.0.3
[    0.705488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    0.705669] Bluetooth: HCI UART driver ver 2.3
[    0.705683] Bluetooth: HCI UART protocol H4 registered
[    0.705693] Bluetooth: HCI UART protocol LL registered
[    0.705709] rtk_btusb: RTKBT_RELEASE_NAME: 20170109_TV_ANDROID_6.x
[    0.705719] rtk_btusb: Realtek Bluetooth USB driver module init, version 4.1.2
[    0.705729] rtk_btusb: Register usb char device interface for BT driver
[    0.705915] usbcore: registered new interface driver rtk_btusb
[    0.710301] sdhci: Secure Digital Host Controller Interface driver
[    0.710317] sdhci: Copyright(c) Pierre Ossman
[    0.710332] Synopsys Designware Multimedia Card Interface Driver
[    0.711127] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[    0.711213] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[    0.711235] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[    0.711283] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[    0.711320] dwmmc_rockchip fe310000.dwmmc: 'clock-freq-min-max' property was deprecated.
[    0.711365] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[    0.711376] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[    0.712102] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
[    0.712144] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
[    0.712206] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
[    0.712250] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 26,32 bit host data width,256 deep fifo
[    0.712273] dwmmc_rockchip fe320000.dwmmc: 'clock-freq-min-max' property was deprecated.
[    0.712378] dwmmc_rockchip fe320000.dwmmc: No vmmc regulator found
[    0.712613] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3300000 done
[    0.712942] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3300000 done
[    0.725602] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    0.739963] dwmmc_rockchip fe320000.dwmmc: 1 slots initialized
[    0.740202] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.741784] sdhci-arasan fe330000.sdhci: No vmmc regulator found
[    0.741802] sdhci-arasan fe330000.sdhci: No vqmmc regulator found
[    0.768393] fusb302 4-0022: CC connected in 1 as UFP
[    0.768928] mmc1: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
[    0.769855] hidraw: raw HID events driver (C) Jiri Kosina
[    0.774065] usbcore: registered new interface driver usbhid
[    0.774081] usbhid: USB HID core driver
[    0.774181] inv_mpu_iio: inv_mpu_init:742
[    0.778625] ashmem: initialized
[    0.779657] ff100000.saradc supply vref not found, using dummy regulator
[    0.785019] rknandbase v1.1 2016-01-08
[    0.785818] usbcore: registered new interface driver snd-usb-audio
[    0.801720] u32 classifier
[    0.801989]     Actions configured
[    0.802059] Netfilter messages via NETLINK v0.30.
[    0.802130] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    0.802552] ctnetlink v0.93: registering with nfnetlink.
[    0.803242] xt_time: kernel timezone is -0000
[    0.804050] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.804216] arp_tables: (C) 2002 David S. Miller
[    0.804365] Initializing XFRM netlink socket
[    0.804902] NET: Registered protocol family 10
[    0.809383] mip6: Mobile IPv6
[    0.809430] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    0.811775] sit: IPv6 over IPv4 tunneling driver
[    0.812385] NET: Registered protocol family 17
[    0.812428] NET: Registered protocol family 15
[    0.812471] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    0.815263] Bridge firewalling registered
[    0.815284] Ebtables v2.0 registered
[    0.815864] Bluetooth: RFCOMM TTY layer initialized
[    0.815886] Bluetooth: RFCOMM socket layer initialized
[    0.815918] Bluetooth: RFCOMM ver 1.11
[    0.815943] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    0.815954] Bluetooth: BNEP filters: protocol multicast
[    0.815969] Bluetooth: BNEP socket layer initialized
[    0.815986] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    0.816002] Bluetooth: HIDP socket layer initialized
[    0.816038] l2tp_core: L2TP core driver, V2.0
[    0.816061] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[    0.816077] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    0.816359] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    0.816428] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6356s
[    0.816440] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    0.816452] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    0.816511] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 3, flags = 0.
[    0.816523] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    0.816535] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    0.816598] [BT_RFKILL]: Enter rfkill_rk_init
[    0.816925] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 83.
[    0.816967] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 9.
[    0.816998] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 90.
[    0.817029] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 4.
[    0.818248] [BT_RFKILL]: Request irq for bt wakeup host
[    0.818310] [BT_RFKILL]: ** disable irq
[    0.818458] [BT_RFKILL]: bt_default device registered.
[    0.818897] sensor_register_slave:mpu6880_gyro,id=47
[    0.819403] Registered cp15_barrier emulation handler
[    0.819627] mmc1: MAN_BKOPS_EN bit is not set
[    0.819657] Registered setend emulation handler
[    0.820322] registered taskstats version 1
[    0.820774] pvtm list NULL
[    0.822112] rockchip-usb2phy ff770000.syscon:usb2-phy@e450: vbus_drv is not assigned
[    0.824449] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops)
[    0.824623] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops)
[    0.825062] i2c i2c-9: of_i2c: modalias failure on /hdmi@ff940000/ports
[    0.825088] dwhdmi-rockchip ff940000.hdmi: registered DesignWare HDMI I2C bus driver
[    0.825159] dwhdmi-rockchip ff940000.hdmi: Detected HDMI controller 0x21:0x1a:0xa0:0xc1
[    0.829168] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops)
[    0.829664] rockchip-drm display-subsystem: bound fec00000.dp (ops cdn_dp_component_ops)
[    0.829681] [drm:drm_vblank_init] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    0.829695] [drm:drm_vblank_init] No driver support for vblank timestamp query.
[    0.830118] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
[    0.833700] mmc1: new HS400 Enhanced strobe MMC card at address 0001
[    0.834289] mmcblk1: mmc1:0001 AJNB4R 14.6 GiB
[    0.834598] mmcblk1boot0: mmc1:0001 AJNB4R partition 1 4.00 MiB
[    0.834892] mmcblk1boot1: mmc1:0001 AJNB4R partition 2 4.00 MiB
[    0.835137] mmcblk1rpmb: mmc1:0001 AJNB4R partition 3 4.00 MiB
[    0.835447]      uboot: 0x000400000 -- 0x000800000 (4 MB)
[    0.835459]      trust: 0x000800000 -- 0x000c00000 (4 MB)
[    0.835468]       misc: 0x000c00000 -- 0x001000000 (4 MB)
[    0.835478]   resource: 0x001000000 -- 0x002000000 (16 MB)
[    0.835505]     kernel: 0x002000000 -- 0x003800000 (24 MB)
[    0.835514]       boot: 0x003800000 -- 0x005800000 (32 MB)
[    0.835523]   recovery: 0x005800000 -- 0x007800000 (32 MB)
[    0.835532]     backup: 0x007800000 -- 0x00e800000 (112 MB)
[    0.835541]      cache: 0x00e800000 -- 0x016800000 (128 MB)
[    0.835549]     system: 0x016800000 -- 0x076800000 (1536 MB)
[    0.835558]   metadata: 0x076800000 -- 0x077800000 (16 MB)
[    0.835567] baseparamer: 0x077800000 -- 0x077c00000 (4 MB)
[    0.835576]   userdata: 0x077c00000 -- 0x3a3a00000 (12990 MB)
[    0.835614]  mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13
[    0.905797] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    1.032031] usb 1-1: New USB device found, idVendor=1a40, idProduct=0201
[    1.032091] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.032120] usb 1-1: Product: USB 2.0 Hub [MTT]
[    1.033451] hub 1-1:1.0: USB hub found
[    1.033714] hub 1-1:1.0: 7 ports detected
[    1.166379]  nvme0n1: p1 p2
[    1.315571] usb 1-1.2: new low-speed USB device number 3 using ehci-platform
[    1.318397] rk_iommu ff903f00.iommu: Unbalanced pm_runtime_enable!
[    1.328250] rockchip-drm display-subsystem: fb0:  frame buffer device
[    1.339310] vendor storage:20160801 ret = 0
[    1.345336] mali ff9a0000.gpu: GPU identified as 0x0860 r2p0 status 0
[    1.346388] I : [File] : drivers/gpu/arm/midgard/backend/gpu/mali_kbase_devfreq.c; [Line] : 284; [Func] : kbase_devfreq_init(); success initing power_model_simple.
[    1.347057] mali ff9a0000.gpu: Probed as mali0
[    1.350934] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
[    1.350978] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 3
[    1.351231] xhci-hcd xhci-hcd.9.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x00030010
[    1.351290] xhci-hcd xhci-hcd.9.auto: irq 235, io mem 0xfe800000
[    1.351459] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.351472] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.351484] usb usb3: Product: xHCI Host Controller
[    1.351495] usb usb3: Manufacturer: Linux 4.4.55 xhci-hcd
[    1.351505] usb usb3: SerialNumber: xhci-hcd.9.auto
[    1.352042] hub 3-0:1.0: USB hub found
[    1.352083] hub 3-0:1.0: 1 port detected
[    1.352384] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
[    1.352407] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 4
[    1.352476] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.352578] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.352592] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.352604] usb usb4: Product: xHCI Host Controller
[    1.352614] usb usb4: Manufacturer: Linux 4.4.55 xhci-hcd
[    1.352624] usb usb4: SerialNumber: xhci-hcd.9.auto
[    1.353063] hub 4-0:1.0: USB hub found
[    1.353096] hub 4-0:1.0: 1 port detected
[    1.354620] xhci-hcd xhci-hcd.9.auto: remove, state 1
[    1.354654] usb usb4: USB disconnect, device number 1
[    1.378466] xhci-hcd xhci-hcd.9.auto: Host not halted after 16000 microseconds.
[    1.378489] xhci-hcd xhci-hcd.9.auto: Host controller not halted, aborting reset.
[    1.378792] xhci-hcd xhci-hcd.9.auto: USB bus 4 deregistered
[    1.378908] xhci-hcd xhci-hcd.9.auto: remove, state 1
[    1.379100] usb usb3: USB disconnect, device number 1
[    1.380121] xhci-hcd xhci-hcd.9.auto: USB bus 3 deregistered
[    1.385071] xhci-hcd xhci-hcd.10.auto: xHCI Host Controller
[    1.385129] xhci-hcd xhci-hcd.10.auto: new USB bus registered, assigned bus number 3
[    1.385474] xhci-hcd xhci-hcd.10.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x00030010
[    1.385618] xhci-hcd xhci-hcd.10.auto: irq 236, io mem 0xfe900000
[    1.385870] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.385903] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.385930] usb usb3: Product: xHCI Host Controller
[    1.385953] usb usb3: Manufacturer: Linux 4.4.55 xhci-hcd
[    1.385976] usb usb3: SerialNumber: xhci-hcd.10.auto
[    1.386802] hub 3-0:1.0: USB hub found
[    1.386868] hub 3-0:1.0: 1 port detected
[    1.387358] xhci-hcd xhci-hcd.10.auto: xHCI Host Controller
[    1.387397] xhci-hcd xhci-hcd.10.auto: new USB bus registered, assigned bus number 4
[    1.387528] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.387711] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.387741] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.387768] usb usb4: Product: xHCI Host Controller
[    1.387790] usb usb4: Manufacturer: Linux 4.4.55 xhci-hcd
[    1.387811] usb usb4: SerialNumber: xhci-hcd.10.auto
[    1.388622] hub 4-0:1.0: USB hub found
[    1.388684] hub 4-0:1.0: 1 port detected
[    1.391451] ehci-platform fe380000.usb: EHCI Host Controller
[    1.391512] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 5
[    1.391792] ehci-platform fe380000.usb: irq 28, io mem 0xfe380000
[    1.405783] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[    1.406079] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.406114] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.406142] usb usb5: Product: EHCI Host Controller
[    1.406165] usb usb5: Manufacturer: Linux 4.4.55 ehci_hcd
[    1.406187] usb usb5: SerialNumber: fe380000.usb
[    1.407607] hub 5-0:1.0: USB hub found
[    1.407692] hub 5-0:1.0: 1 port detected
[    1.409056] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[    1.409113] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 6
[    1.409409] ohci-platform fe3a0000.usb: irq 29, io mem 0xfe3a0000
[    1.416627] usb 1-1.2: New USB device found, idVendor=045e, idProduct=0797
[    1.416667] usb 1-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    1.416677] usb 1-1.2: Product: USB Optical Mouse
[    1.420401] input: USB Optical Mouse as /devices/platform/fe3c0000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:045E:0797.0001/input/input1
[    1.466655] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.466705] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.466734] usb usb6: Product: Generic Platform OHCI controller
[    1.466759] usb usb6: Manufacturer: Linux 4.4.55 ohci_hcd
[    1.466782] usb usb6: SerialNumber: fe3a0000.usb
[    1.468215] hub 6-0:1.0: USB hub found
[    1.468292] hub 6-0:1.0: 1 port detected
[    1.470221] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[    1.470461] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[    1.470498] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[    1.470552] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[    1.470597] dwmmc_rockchip fe310000.dwmmc: 'clock-freq-min-max' property was deprecated.
[    1.470674] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[    1.470698] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[    1.471163] dwmmc_rockchip fe310000.dwmmc: allocated mmc-pwrseq
[    1.472697] hid-generic 0003:045E:0797.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-fe3c0000.usb-1.2/input0
[    1.482378] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    1.495875] dwmmc_rockchip fe310000.dwmmc: 1 slots initialized
[    1.509643] asoc-simple-card rt5640-sound: rt5640-aif1 <-> ff890000.i2s mapping ok
[    1.515567] input: rockchip,rt5640-codec Headphone Jack as /devices/platform/rt5640-sound/sound/card0/input2
[    1.519095] asoc-simple-card spdif-sound: dit-hifi <-> ff870000.spdif mapping ok
[    1.522776] rk-hdmi-dp-sound hdmi-dp-sound: control 3:0:0:ELD:0 is already present
[    1.522827] hdmi-audio-codec hdmi-audio-codec.8.auto: ASoC: Failed to add ELD: -16
[    1.523707] rk-hdmi-dp-sound hdmi-dp-sound: multicodec <-> ff8a0000.i2s mapping ok
[    1.523799] hdmi-audio-codec hdmi-audio-codec.8.auto: ASoC: Failed to create Playback debugfs file
[    1.525825] dhd_module_init: in
[    1.525829]
[    1.525842] =======================================================
[    1.525845] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[    1.525848] =======================================================
[    1.525853] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver 2.20.WFD) init.
[    1.525864] [WLAN_RFKILL]: rockchip_wifi_power: 1
[    1.525873] [WLAN_RFKILL]: wifi turn on power. -1
[    1.525876] RTL871X: module init start
[    1.525881] RTL871X: rtl8188eu v4.3.24_16705.20160509
[    1.525997] ======== bcm_wlan_set_plat_data ========
[    1.526017] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[    1.526040] host_oob_irq: 74
[    1.526057] host_oob_irq_flags=0x4
[    1.526073] dhd_wifi_platform_load: Enter
[    1.526078] usbcore: registered new interface driver rtl8188eu
[    1.526085] RTL871X: module init ret=0
[    1.526109] otg_wakelock_init: No USB transceiver found
[    1.526165] Power-up adapter 'DHD generic adapter'
[    1.526251] wifi_platform_set_power = 1
[    1.526260] sensor_init: Probe name sensors
[    1.526272] sensor-dev.c v1.4 add angle calculation support between two gsensors 2013-09-01
[    1.526299] ======== PULL WL_REG_ON HIGH! ========
[    1.526319] [WLAN_RFKILL]: rockchip_wifi_power: 1
[    1.526337] [WLAN_RFKILL]: wifi turn on power. -1
[    1.527144] rk808-rtc rk808-rtc: setting system clock to 2017-09-27 06:24:31 UTC (1506493471)
[    1.550525] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[    1.552186] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.554202] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.556828] ret 1024
[    1.557242] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 414; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '-Firefly-RK3399_Android7.1.1_170516_internal-80-gf191a7c', rk_ko_ver is '5', built at '17:29:05', on 'Aug 29 2017'.
[    1.557576] Mali: Mali device driver loaded
[    1.557756] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[    1.558116] input: rk29-keypad as /devices/platform/rockchip-key/input/input3
[    1.559165] ALSA device list:
[    1.559181]   #0: rockchip,rt5640-codec
[    1.559194]   #1: ROCKCHIP,SPDIF
[    1.559206]   #2: rk-hdmi-dp-sound
[    1.559858] Freeing unused kernel memory: 832K (ffffff8009050000 - ffffff8009120000)
[    1.564082] init: init first stage started!
[    1.615618] mmc_host mmc2: Bus speed (slot 0) = 200000000Hz (slot req 208000000Hz, actual 200000000HZ div = 0)
[    1.630434] audit: type=1403 audit(1506493471.600:2): policy loaded auid=4294967295 ses=4294967295
[    1.631145] init: (Initializing SELinux non-enforcing took 0.07s.)
[    1.635005] init: init second stage started!
[    1.640342] init: OK,EMMC DRIVERS INIT OK
[    1.640403] init: property_set("ro.boot.mode", "emmc") failed
[    1.640484] init: property_set("ro.hardware", "rk30board") failed
[    1.643021] init: Running restorecon...
[    1.695710] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[    1.719236] init: waitpid failed: No child processes
[    1.719623] init: (Loading properties from /default.prop took 0.00s.)
[    1.721383] init: /init.rc: 588: invalid keyword 'echo'
[    1.721680] init: /init.rc: 678: invalid keyword 'u:object_r:rild_exec:s0'
[    1.721832] init: (Parsing /init.environ.rc took 0.00s.)
[    1.722272] init: (Parsing /init.usb.rc took 0.00s.)
[    1.723146] init: (Parsing init.rk30board.bootmode.emmc.rc took 0.00s.)
[    1.723857] init: (Parsing init.rk30board.usb.rc took 0.00s.)
[    1.723907] init: (Parsing init.rk30board.environment.rc took 0.00s.)
[    1.723983] init: could not import file '/init.stt_trace.rc' from '/init.debug.rc': No such file or directory
[    1.724154] init: (Parsing /init.logs.rc took 0.00s.)
[    1.724239] init: (Parsing /init.crashlogd.rc took 0.00s.)
[    1.724313] init: (Parsing /init.coredump.rc took 0.00s.)
[    1.724364] init: (Parsing /init.log-watch.rc took 0.00s.)
[    1.724419] init: (Parsing /init.kernel.rc took 0.00s.)
[    1.724516] init: (Parsing /init.debug-charging.rc took 0.00s.)
[    1.724534] init: (Parsing /init.debug.rc took 0.00s.)
[    1.724551] init: (Parsing init.rockchip.rc took 0.00s.)
[    1.724943] init: (Parsing init.connectivity.rc took 0.00s.)
[    1.725027] init: (Parsing init.box.samba.rc took 0.00s.)
[    1.725128] init: (Parsing init.rk3399.rc took 0.00s.)
[    1.725263] init: (Parsing init.box.rc took 0.00s.)
[    1.725296] init: could not import file 'init.car.rc' from '/init.rk30board.rc': No such file or directory
[    1.725312] init: (Parsing /init.rk30board.rc took 0.00s.)
[    1.726048] init: (Parsing /init.usb.configfs.rc took 0.00s.)
[    1.726154] init: (Parsing /init.zygote64_32.rc took 0.00s.)
[    1.726171] init: (Parsing /init.rc took 0.01s.)
[    1.726665] init: Starting service 'ueventd'...
[    1.727206] init: write_file: Unable to open '/proc/self/coredump_filter': No such file or directory
[    1.727251] init: write_file: Unable to open '/proc/sys/kernel/panic_on_stackoverflow': No such file or directory
[    1.728863] wifi_platform_bus_enumerate device present 1
[    1.728894] ======== Card detection to detect SDIO card! ========
[    1.728918] mmc2:mmc host rescan start!
[    1.731318] ueventd: ueventd started!
[    1.732679] ueventd: invalid gid 'trace'
[    1.801041] init: Waiting for /dev/.coldboot_done...
[    1.822722] dwmmc_rockchip fe310000.dwmmc: Successfully tuned phase to 246
[    1.826115] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
[    1.826621] mmc2: new ultra high speed SDR104 SDIO card at address 0001
[    1.843634] bcmsdh_register: register client driver
[    1.844158] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[    1.844641] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[    1.844651] bus num (host idx)=2, slot num (rca)=1
[    1.844656] found adapter info 'DHD generic adapter'
[    1.845594] sdioh_attach: set sd_f2_blocksize 128
[    1.846324] F1 signature read @0x18000000=0x17224356
[    1.849816] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x2 pkg:0x2
[    1.850867] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[    1.851525] wifi_platform_get_mac_addr
[    1.851535] ======== bcm_wlan_get_mac_address ========
[    1.851541] [WLAN_RFKILL]: rockchip_wifi_mac_addr: enter.
[    1.851548] [WLAN_RFKILL]: get_wifi_addr_vendor: rk_vendor_read wifi mac address failed (-1)
[    1.851558] dhd_conf_set_chiprev: chip=0x4354, chiprev=2
[    1.851597] dhd_conf_set_conf_path_by_nv_path: config_path=/system/etc/firmware/config.txt
[    1.852204] wl_create_event_handler(): thread:wl_event_handler:ba started
[    1.852215] tsk Enter, tsk = 0xffffffc07abc1a90
[    1.856071] dhd_attach(): thread:dhd_watchdog_thread:bb started
[    1.856193] dhd_attach(): thread:dhd_dpc:bc started
[    1.856225] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[    1.856299] dhd_attach(): thread:dhd_rxf:bd started
[    1.856310] dhd_deferred_work_init: work queue initialized
[    1.864604] Dongle Host Driver, version 1.363.59.144.1 (r)
[    1.864960] Register interface [wlan0]  MAC: b0:f1:ec:14:5d:fe
[    1.864960]
[    1.864982] wl_event_handler: was terminated
[    1.865513] wl_destroy_event_handler(): thread:wl_event_handler:ba terminated OK
[    1.865526] dhd_wl_ioctl: returning as busstate=0
[    1.865570] bcmsdh_oob_intr_unregister: Enter
[    1.865576] bcmsdh_oob_intr_unregister: irq is not registered
[    1.865589] dhd_txglom_enable: enable 0
[    1.865596] dhd_conf_set_txglom_params: swtxglom=0, txglom_ext=0
[    1.865602] dhd_conf_set_txglom_params: txglom_bucket_size=0
[    1.865609] dhd_conf_set_txglom_params: txglomsize=0, deferred_tx_len=0, bus_txglom=0
[    1.865616] dhd_conf_set_txglom_params: tx_in_rx=1, tx_max_offset=0
[    1.865622] dhd_bus_devreset:  WLAN OFF DONE
[    1.865666] wifi_platform_set_power = 0
[    1.865673] ======== PULL WL_REG_ON LOW! ========
[    1.865680] [WLAN_RFKILL]: rockchip_wifi_power: 0
[    1.865699] [WLAN_RFKILL]: wifi shut off power.
[    1.865777] dhd_module_init: Exit err=0
[    1.886058] ueventd: Linking partition 'EFI System Partition' as 'EFI_System_Partition'
[    1.886857] ueventd: Linking partition 'Basic data partition' as 'Basic_data_partition'
[    1.896742] ueventd: Coldboot took 0.16s.
[    1.902471] init: Waiting for /dev/.coldboot_done took 0.10s.
[    1.902586] init: /dev/hw_random not found
[    1.903279] keychord: using input dev ff420030.pwm for fevent
[    1.903299] keychord: using input dev rk29-keypad for fevent
[    1.908196] init: write_file: Unable to open '/proc/cpu/alignment': No such file or directory
[    1.917696] Registered swp emulation handler
[    1.917946] init: write_file: Unable to open '/sys/module/rockchip_pm/parameters/policy': No such file or directory
[    1.918800] init: /dev/hw_random not found
[    1.919008] init: write_file: Unable to open '/sys/block/mmcblk0/bdi/read_ahead_kb': No such file or directory
[    1.921320] fs_mgr: Warning: unknown flag resize
[    1.924509] EXT4-fs (mmcblk1p10): mounted filesystem with ordered data mode. Opts: noauto_da_alloc
[    1.924600] fs_mgr: __mount(source=/dev/block/platform/fe330000.sdhci/by-name/system,target=/system,type=ext4)=0
[    1.924734] fs_mgr: check_fs(): mount(/dev/block/platform/fe330000.sdhci/by-name/cache,/cache,ext4)=-1: No such file or directory
[    1.925434] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/fe330000.sdhci/by-name/cache
[    1.932775] random: e2fsck: uninitialized urandom read (40 bytes read, 64 bits of entropy available)
[    1.976559] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[    1.976559]
[    1.976597] e2fsck: /dev/block/platform/fe330000.sdhci/by-name/cache: recovering journal
[    1.976597]
[    1.976609] e2fsck: /dev/block/platform/fe330000.sdhci/by-name/cache has been mounted 10 times without being checked, check forced.
[    1.976609]
[    1.976620] e2fsck: Pass 1: Checking inodes, blocks, and sizes
[    1.976620]
[    1.976629] e2fsck: Pass 2: Checking directory structure
[    1.976629]
[    1.976637] e2fsck: Pass 3: Checking directory connectivity
[    1.976637]
[    1.976645] e2fsck: Pass 4: Checking reference counts
[    1.976645]
[    1.976654] e2fsck: Pass 5: Checking group summary information
[    1.976654]
[    1.976663] e2fsck: /dev/block/platform/fe330000.sdhci/by-name/cache: 25/8192 files (0.0% non-contiguous), 1627/32768 blocks
[    1.976663]
[    1.982262] EXT4-fs (mmcblk1p9): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    1.982333] fs_mgr: __mount(source=/dev/block/platform/fe330000.sdhci/by-name/cache,target=/cache,type=ext4)=0
[    1.982733] EXT4-fs (mmcblk1p11): Ignoring removed nomblk_io_submit option
[    1.984214] EXT4-fs (mmcblk1p11): recovery complete
[    1.984223] EXT4-fs (mmcblk1p11): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
[    1.984257] fs_mgr: check_fs(): mount(/dev/block/platform/fe330000.sdhci/by-name/metadata,/metadata,ext4)=0: Success
[    1.993793] fs_mgr: check_fs(): unmount(/metadata) succeeded
[    1.993821] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/fe330000.sdhci/by-name/metadata
[    1.995274] random: e2fsck: uninitialized urandom read (40 bytes read, 68 bits of entropy available)
[    2.007104] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[    2.007104]
[    2.007140] e2fsck: /dev/block/platform/fe330000.sdhci/by-name/metadata has been mounted 10 times without being checked, check forced.
[    2.007140]
[    2.007152] e2fsck: Pass 1: Checking inodes, blocks, and sizes
[    2.007152]
[    2.007162] e2fsck: Pass 2: Checking directory structure
[    2.007162]
[    2.007170] e2fsck: Pass 3: Checking directory connectivity
[    2.007170]
[    2.007179] e2fsck: Pass 4: Checking reference counts
[    2.007179]
[    2.007187] e2fsck: Pass 5: Checking group summary information
[    2.007187]
[    2.007196] e2fsck: /dev/block/platform/fe330000.sdhci/by-name/metadata: 11/1024 files (0.0% non-contiguous), 1102/4096 blocks
[    2.007196]
[    2.012529] EXT4-fs (mmcblk1p11): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.012588] fs_mgr: __mount(source=/dev/block/platform/fe330000.sdhci/by-name/metadata,target=/metadata,type=ext4)=0
[    2.012651] fs_mgr: Running /system/bin/fsck.f2fs -a /dev/block/platform/fe330000.sdhci/by-name/userdata
[    2.015135] random: fsck.f2fs: uninitialized urandom read (40 bytes read, 70 bits of entropy available)
[    2.023202] fsck.f2fs: Info: Fix the reported corruption.
[    2.023202]
[    2.023236] fsck.f2fs: Info: sector size = 512
[    2.023236]
[    2.023246] fsck.f2fs: Info: total sectors = 26603520 (in 512 bytes)
[    2.023246]
[    2.023255] fsck.f2fs: Info: MKFS version
[    2.023255]
[    2.023265] fsck.f2fs:   "Linux version 4.4.55 (omy@tchipserver2) (gcc version 4.9 20150123 (prerelease) (GCC) ) #609 SMP PREEMPT Tue Aug 29 17:29:18 CST 2017"
[    2.023265]
[    2.023277] fsck.f2fs: Info: FSCK version
[    2.023277]
[    2.023286] fsck.f2fs:   from "Linux version 4.4.55 (omy@tchipserver2) (gcc version 4.9 20150123 (prerelease) (GCC) ) #609 SMP PREEMPT Tue Aug 29 17:29:18 CST 2017"
[    2.023286]
[    2.023298] fsck.f2fs:     to "Linux version 4.4.55 (omy@tchipserver2) (gcc version 4.9 20150123 (prerelease) (GCC) ) #609 SMP PREEMPT Tue Aug 29 17:29:18 CST 2017"
[    2.023298]
[    2.023308] fsck.f2fs:
[    2.023308]
[    2.023316] fsck.f2fs: Done.
[    2.023316]
[    2.085310] F2FS-fs (mmcblk1p13): recover_inode: ino = 3040, name = ACCS_SDK_CHANNEL.xml
[    2.086175] F2FS-fs (mmcblk1p13): recover_dentry: ino = 3040, name = ACCS_SDK_CHANNEL.xml, dir = 2343, err = 0
[    2.086200] F2FS-fs (mmcblk1p13): recover_data: ino = 3040, recovered = 0 blocks, err = 0
[    2.093083] F2FS-fs (mmcblk1p13): checkpoint: version = 148a
[    2.093497] fs_mgr: __mount(source=/dev/block/platform/fe330000.sdhci/by-name/userdata,target=/data,type=f2fs)=0
[    2.097689] init: (Parsing /system/etc/init/atrace.rc took 0.00s.)
[    2.098096] init: (Parsing /system/etc/init/audioserver.rc took 0.00s.)
[    2.098374] init: (Parsing /system/etc/init/bootanim.rc took 0.00s.)
[    2.098761] init: (Parsing /system/etc/init/bootstat.rc took 0.00s.)
[    2.099123] init: (Parsing /system/etc/init/cameraserver.rc took 0.00s.)
[    2.099338] init: (Parsing /system/etc/init/debuggerd.rc took 0.00s.)
[    2.099536] init: (Parsing /system/etc/init/debuggerd64.rc took 0.00s.)
[    2.099750] init: (Parsing /system/etc/init/drmserver.rc took 0.00s.)
[    2.100050] init: (Parsing /system/etc/init/dumpstate.rc took 0.00s.)
[    2.100265] init: (Parsing /system/etc/init/gatekeeperd.rc took 0.00s.)
[    2.100513] init: (Parsing /system/etc/init/init-debug.rc took 0.00s.)
[    2.100744] init: (Parsing /system/etc/init/installd.rc took 0.00s.)
[    2.100948] init: (Parsing /system/etc/init/keystore.rc took 0.00s.)
[    2.101148] init: (Parsing /system/etc/init/lmkd.rc took 0.00s.)
[    2.101524] init: (Parsing /system/etc/init/logcatd.rc took 0.00s.)
[    2.101803] init: (Parsing /system/etc/init/logd.rc took 0.00s.)
[    2.102065] init: (Parsing /system/etc/init/mdnsd.rc took 0.00s.)
[    2.102307] init: (Parsing /system/etc/init/mediacodec.rc took 0.00s.)
[    2.102541] init: (Parsing /system/etc/init/mediadrmserver.rc took 0.00s.)
[    2.102771] init: (Parsing /system/etc/init/mediaextractor.rc took 0.00s.)
[    2.103005] init: ignored duplicate definition of service 'media'init: (Parsing /system/etc/init/mediaserver.rc took 0.00s.)
[    2.103266] init: (Parsing /system/etc/init/mtpd.rc took 0.00s.)
[    2.103488] init: (Parsing /system/etc/init/netd.rc took 0.00s.)
[    2.103700] init: (Parsing /system/etc/init/perfprofd.rc took 0.00s.)
[    2.103931] init: (Parsing /system/etc/init/racoon.rc took 0.00s.)
[    2.104178] init: ignored duplicate definition of service 'ril-daemon'init: (Parsing /system/etc/init/rild.rc took 0.00s.)
[    2.104468] init: (Parsing /system/etc/init/servicemanager.rc took 0.00s.)
[    2.104708] init: (Parsing /system/etc/init/surfaceflinger.rc took 0.00s.)
[    2.104945] init: (Parsing /system/etc/init/uncrypt.rc took 0.00s.)
[    2.105182] init: (Parsing /system/etc/init/vdc.rc took 0.00s.)
[    2.105411] init: (Parsing /system/etc/init/vold.rc took 0.00s.)
[    2.106575] init: property_set("ro.board.platform", "rk3399") failed
[    2.106873] init: property_set("ro.opengles.version", "196609") failed
[    2.107027] init: property_set("ro.rk.screenoff_time", "2147483647") failed
[    2.107202] init: property_set("ro.rk.screenshot_enable", "true") failed
[    2.107321] init: (Loading properties from /system/build.prop took 0.00s.)
[    2.107369] init: (Loading properties from /vendor/build.prop took 0.00s.)
[    2.107398] init: (Loading properties from /factory/factory.prop took 0.00s.)
[    2.107490] fs_mgr: Warning: unknown flag resize
[    2.107573] init: /recovery not specified in fstab
[    2.107666] init: Starting service 'healthd'...
[    2.108552] init: cannot find '/system/vendor/bin/pvrsrvctl' (No such file or directory), disabling 'pvrsrvctl'
[    2.108810] init: cannot find '/system/bin/displayd' (No such file or directory), disabling 'displayd'
[    2.108957] init: Starting service 'earlylogs'...
[    2.110982] init: Starting service 'zygote'...
[    2.111729] binder: 205:205 transaction failed 29189, size 0-0
[    2.111913] init: Starting service 'zygote_secondary'...
[    2.112139] random: elogs.sh: uninitialized urandom read (40 bytes read, 75 bits of entropy available)
[    2.112776] init: Starting service 'lmkd'...
[    2.114641] init: Starting service 'servicemanager'...
[    2.116452] init: Starting service 'surfaceflinger'...
[    2.116712] random: app_process64: uninitialized urandom read (40 bytes read, 75 bits of entropy available)
[    2.119134] init: Starting service 'vold'...
[    2.119330] random: lmkd: uninitialized urandom read (40 bytes read, 75 bits of entropy available)
[    2.122985] random: surfaceflinger: uninitialized urandom read (40 bytes read, 75 bits of entropy available)
[    2.123795] random: servicemanager: uninitialized urandom read (40 bytes read, 75 bits of entropy available)
[    2.125114] init: Service 'earlylogs' (pid 206) exited with status 0
[    2.127328] random: vold: uninitialized urandom read (40 bytes read, 75 bits of entropy available)
[    2.130995] init: insmod: open("/system/lib/modules/ump.ko") failed: No such file or directoryinit: insmod: open("/system/lib/modules/mali.ko") failed: No such file or directoryinit: insmod: open("/system/lib/modules/mali_kbase.ko") failed: No such file or directoryinit: insmod: open("/system/lib/modules/rk30_mirroring.ko") failed: No such file or directoryinit: finit_module for "/system/lib/modules/rk29-ipp.ko" failed: Exec format error
[    2.131781] random: app_process32: uninitialized urandom read (40 bytes read, 76 bits of entropy available)
[    2.131894] fs_mgr: Warning: unknown flag resize
[    2.133071] zram0: detected capacity change from 0 to 533413888
[    2.183687] Adding 520908k swap on /dev/block/zram0.  Priority:-1 extents:1 across:520908k SS
[    2.184865] init: Starting service 'debuggerd'...
[    2.185788] init: Starting service 'debuggerd64'...
[    2.188719] init: Not bootcharting.
[    2.237483] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610
[    2.237506] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.237514] usb 3-1: Product: USB2.0 Hub
[    2.237520] usb 3-1: Manufacturer: GenesysLogic
[    2.252873] hub 3-1:1.0: USB hub found
[    2.254515] hub 3-1:1.0: 4 ports detected
[    2.332556] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd
[    2.349295] usb 4-1: New USB device found, idVendor=05e3, idProduct=0617
[    2.349317] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.349325] usb 4-1: Product: USB3.0 Hub
[    2.349331] usb 4-1: Manufacturer: GenesysLogic
[    2.364244] hub 4-1:1.0: USB hub found
[    2.364540] hub 4-1:1.0: 4 ports detected
[    2.420751] fs_mgr: Warning: unknown flag resize
[    2.598953] usb 3-1.2: new high-speed USB device number 4 using xhci-hcd
[    2.690889] usb 3-1.2: New USB device found, idVendor=05e3, idProduct=0610
[    2.690909] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.690916] usb 3-1.2: Product: USB2.0 Hub
[    2.690923] usb 3-1.2: Manufacturer: GenesysLogic
[    2.700732] hub 3-1.2:1.0: USB hub found
[    2.702192] ueventd: Linking partition 'EFI System Partition' as 'EFI_System_Partition'
[    2.702232] hub 3-1.2:1.0: 4 ports detected
[    2.704044] ueventd: Linking partition 'Basic data partition' as 'Basic_data_partition'
[    2.724668] init: Starting service 'exec 1 (/system/bin/tzdatacheck)'...
[    2.732524] init: Service 'exec 1 (/system/bin/tzdatacheck)' (pid 240) exited with status 0
[    2.736683] audit: type=1400 audit(1506493472.706:3): avc:  denied  { setattr } for  pid=1 comm="init" name="cifsmanager" dev="mmcblk1p13" ino=86 scontext=u:r:init:s0 tcontext=u:object_r:cifsmanager_exec:s0 tclass=dir permissive=1
[    2.748985] usb 4-1.1: new SuperSpeed USB device number 3 using xhci-hcd
[    2.755072] F2FS-fs (mmcblk1p13): acl options not supported
[    2.755103] F2FS-fs (mmcblk1p13): Unrecognized mount option "errors=panic" or missing value
[    2.759605] init: write_file: Unable to open '/proc/sys/kernel/core_pattern': No such file or directory
[    2.760268] init: (Loading properties from /data/local.prop took 0.00s.)
[    2.762978] usb 4-1.1: LPM exit latency is zeroed, disabling LPM.
[    2.763912] usb 4-1.1: New USB device found, idVendor=0816, idProduct=1a13
[    2.763922] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.763929] usb 4-1.1: Product: CatchBEST MU3S640C(SRYYO) Industry Camera
[    2.763936] usb 4-1.1: Manufacturer: CatchBEST
[    2.763941] usb 4-1.1: SerialNumber: 00000000
[    2.775414] init: Starting service 'logd'...
[    2.776261] init: Starting service 'logd-reinit'...
[    2.777502] init: write_file: Unable to open '/proc/sys/vm/min_free_order_shift': No such file or directory
[    2.779335] init: SELinux:  Could not stat /sys/devices/system/cpu/cpufreq/interactive: No such file or directory.
[    2.780514] init: write_file: Unable to open '/proc/sys/vm/lazy_vfree_tlb_flush_all_threshold': No such file or directory
[    2.784394] audit: type=1400 audit(1506493472.753:4): avc:  denied  { getattr } for  pid=1 comm="init" path="/system/xbin/vm" dev="mmcblk1p10" ino=2745 scontext=u:r:init:s0 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[    2.784466] init: Starting service 'vm_daemon'...
[    2.786088] audit: type=1400 audit(1506493472.756:5): avc:  denied  { execute } for  pid=244 comm="init" name="vm" dev="mmcblk1p10" ino=2745 scontext=u:r:init:s0 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[    2.786135] audit: type=1400 audit(1506493472.756:6): avc:  denied  { read open } for  pid=244 comm="init" path="/system/xbin/vm" dev="mmcblk1p10" ino=2745 scontext=u:r:init:s0 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[    2.786254] audit: type=1400 audit(1506493472.756:7): avc:  denied  { transition } for  pid=244 comm="init" path="/system/xbin/vm" dev="mmcblk1p10" ino=2745 scontext=u:r:init:s0 tcontext=u:r:sudaemon:s0 tclass=process permissive=1
[    2.786296] audit: type=1400 audit(1506493472.756:8): avc:  denied  { entrypoint } for  pid=244 comm="init" path="/system/xbin/vm" dev="mmcblk1p10" ino=2745 scontext=u:r:sudaemon:s0 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[    2.787257] init: property 'ro.serialno' doesn't exist while expanding '${ro.serialno}'
[    2.787298] init: write: cannot expand '${ro.serialno}'
[    2.788198] file system registered
[    2.788260] audit: type=1400 audit(1506493472.756:9): avc:  denied  { rlimitinh } for  pid=244 comm="vm" scontext=u:r:init:s0 tcontext=u:r:sudaemon:s0 tclass=process permissive=1
[    2.788283] audit: type=1400 audit(1506493472.756:10): avc:  denied  { siginh } for  pid=244 comm="vm" scontext=u:r:init:s0 tcontext=u:r:sudaemon:s0 tclass=process permissive=1
[    2.789161] using random self ethernet address
[    2.789180] using random host ethernet address
[    2.789280] init: write_file: Unable to open '/config/usb_gadget/g1/functions/rndis.gs4/wceis': Permission denied
[    2.799887] init: Starting service 'console'...
[    2.800645] init: Starting service 'catlog'...
[    2.801518] init: Starting service 'adbd'...
[    2.803525] init: Starting service 'ap_log_srv'...
[    2.804606] init: cannot find '/system/bin/update_verifier' (No such file or directory), disabling 'exec 2 (/system/bin/update_verifier)'
[    2.805170] init: Starting service 'ril-daemon'...
[    2.805891] init: cannot find '/system/bin/install-recovery.sh' (No such file or directory), disabling 'flash_recovery'
[    2.806386] init: Starting service 'drmservice'...
[    2.807044] init: cannot find '/system/bin/bplus_helper' (No such file or directory), disabling 'bplus_helper'
[    2.807361] init: Service up_eth0 does not have a SELinux domain defined.
[    2.807500] init: Starting service 'akmd'...
[    2.808644] init: Starting service 'media'...
[    2.810043] init: Starting service 'audioserver'...
[    2.811134] init: Starting service 'cameraserver'...
[    2.812252] init: Starting service 'drm'...
[    2.813503] init: Starting service 'installd'...
[    2.814468] init: Starting service 'keystore'...
[    2.816339] init: Starting service 'mediacodec'...
[    2.817421] init: Starting service 'mediadrm'...
[    2.818506] init: Starting service 'mediaextractor'...
[    2.819794] init: Starting service 'netd'...
[    2.820785] init: couldn't write 256 to /dev/cpuset/camera-daemon/tasks: No such file or directory
[    2.820795] init: Service 'logd-reinit' (pid 243) exited with status 145
[    2.821240] init: Starting service 'crashlogd'...
[    2.822006] init: Starting service 'log-watch'...
[    2.822986] init: Starting service 'gatekeeperd'...
[    2.824090] init: Starting service 'perfprofd'...
[    2.828885] usb 3-1.3: new high-speed USB device number 5 using xhci-hcd
[    2.852033] init: Service 'ap_log_srv' is being killed...
[    2.862837] init: Service 'ap_log_srv' (pid 249) killed by signal 9
[    2.862883] init: Service 'ap_log_srv' (pid 249) killing any children in process group
[    2.863326] init: Untracked pid 271 killed by signal 9
rk3399_firefly_box:/ $ [    2.889075] logd.auditd: start
[    2.892669] logd.klogd: 2887161678
[    2.901407] init: Service 'akmd' (pid 253) exited with status 254
[    2.924876] init: Service 'drmservice' (pid 252) exited with status 0
[    2.926621] usb 3-1.3: New USB device found, idVendor=05e3, idProduct=0610
[    2.926643] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.926651] usb 3-1.3: Product: USB2.0 Hub
[    2.926657] usb 3-1.3: Manufacturer: GenesysLogic
[    2.957313] hub 3-1.3:1.0: USB hub found
[    2.958906] hub 3-1.3:1.0: 4 ports detected
[    2.987549] usb 4-1.2: new SuperSpeed USB device number 4 using xhci-hcd
[    3.001643] usb 4-1.2: New USB device found, idVendor=05e3, idProduct=0612
[    3.001667] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.001675] usb 4-1.2: Product: USB3.0 Hub
[    3.001682] usb 4-1.2: Manufacturer: GenesysLogic
[    3.020083] hub 4-1.2:1.0: USB hub found
[    3.020787] hub 4-1.2:1.0: 4 ports detected
[    3.022929] read descriptors
[    3.022965] read descriptors
[    3.022974] read strings
[    3.029504] random: nonblocking pool is initialized
[    3.039221] init: Service 'catlog' (pid 247) exited with status 1
[    3.088990] usb 4-1.3: new SuperSpeed USB device number 5 using xhci-hcd
[    3.104920] usb 4-1.3: New USB device found, idVendor=05e3, idProduct=0616
[    3.104942] usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.104950] usb 4-1.3: Product: USB3.0 Hub
[    3.104956] usb 4-1.3: Manufacturer: GenesysLogic
[    3.114316] healthd: BatteryCurrentNowPath not found
[    3.114357] healthd: BatteryCycleCountPath not found
[    3.116942] hub 4-1.3:1.0: USB hub found
[    3.117320] hub 4-1.3:1.0: 4 ports detected
[    3.119195] type=1400 audit(1506493473.050:21): avc: denied { execute } for pid=308 comm="audioserver" name="sh" dev="mmcblk1p10" ino=398 scontext=u:r:audioserver:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    3.121893] type=1400 audit(1506493473.050:22): avc: denied { read open } for pid=308 comm="audioserver" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:audioserver:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    3.122016] type=1400 audit(1506493473.050:23): avc: denied { execute_no_trans } for pid=308 comm="audioserver" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:audioserver:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    3.122089] type=1400 audit(1506493473.053:24): avc: denied { getattr } for pid=308 comm="sh" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:audioserver:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    3.122373] type=1400 audit(1506493473.063:25): avc: denied { getattr } for pid=308 comm="sh" path="/system/bin/toybox" dev="mmcblk1p10" ino=432 scontext=u:r:audioserver:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    3.122474] type=1400 audit(1506493473.063:26): avc: denied { execute } for pid=308 comm="sh" name="toybox" dev="mmcblk1p10" ino=432 scontext=u:r:audioserver:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    3.122548] type=1400 audit(1506493473.063:27): avc: denied { read open } for pid=308 comm="sh" path="/system/bin/toybox" dev="mmcblk1p10" ino=432 scontext=u:r:audioserver:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    3.122617] type=1400 audit(1506493473.063:28): avc: denied { execute_no_trans } for pid=308 comm="sh" path="/system/bin/toybox" dev="mmcblk1p10" ino=432 scontext=u:r:audioserver:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    3.168121] type=1400 audit(1506493473.136:29): avc: denied { getattr } for pid=317 comm="sh" path="/system/xbin/vm" dev="mmcblk1p10" ino=2745 scontext=u:r:audioserver:s0 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[    3.174317] type=1400 audit(1506493473.136:30): avc: denied { execute } for pid=317 comm="sh" name="vm" dev="mmcblk1p10" ino=2745 scontext=u:r:audioserver:s0 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[    3.176615] type=1400 audit(1506493473.140:31): avc: denied { read open } for pid=320 comm="sh" path="/system/xbin/vm" dev="mmcblk1p10" ino=2745 scontext=u:r:audioserver:s0 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[    3.179097] type=1400 audit(1506493473.140:32): avc: denied { execute_no_trans } for pid=320 comm="sh" path="/system/xbin/vm" dev="mmcblk1p10" ino=2745 scontext=u:r:audioserver:s0 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[    3.181171] type=1400 audit(1506493473.140:33): avc: denied { write } for pid=321 comm="vm" name="server" dev="tmpfs" ino=13200 scontext=u:r:audioserver:s0 tcontext=u:object_r:device:s0 tclass=sock_file permissive=1
[    3.183670] type=1400 audit(1506493473.140:34): avc: denied { connectto } for pid=321 comm="vm" path="/dev/com.koushikdutta.superuser.daemon/server" scontext=u:r:audioserver:s0 tcontext=u:r:sudaemon:s0 tclass=unix_stream_socket permissive=1
[    3.185995] type=1400 audit(1506493473.143:35): avc: denied { sys_ptrace } for pid=323 comm="vm" capability=19 scontext=u:r:sudaemon:s0 tcontext=u:r:sudaemon:s0 tclass=capability permissive=1
[    3.188090] type=1400 audit(1506493473.143:36): avc: denied { read } for pid=323 comm="vm" scontext=u:r:sudaemon:s0 tcontext=u:r:audioserver:s0 tclass=file permissive=1
[    3.189885] type=1400 audit(1506493473.143:37): avc: denied { search } for pid=323 comm="vm" name="321" dev="proc" ino=816 scontext=u:r:sudaemon:s0 tcontext=u:r:audioserver:s0 tclass=dir permissive=1
[    3.191655] type=1400 audit(1506493473.143:38): avc: denied { read } for pid=323 comm="vm" name="exe" dev="proc" ino=817 scontext=u:r:sudaemon:s0 tcontext=u:r:audioserver:s0 tclass=lnk_file permissive=1
[    3.193677] type=1400 audit(1506493473.143:39): avc: denied { open } for pid=326 comm="vm" path="/proc/317/cmdline" dev="proc" ino=14563 scontext=u:r:sudaemon:s0 tcontext=u:r:audioserver:s0 tclass=file permissive=1
[    3.196160] type=1400 audit(1506493473.146:40): avc: denied { setuid } for pid=326 comm="vm" capability=7 scontext=u:r:sudaemon:s0 tcontext=u:r:sudaemon:s0 tclass=capability permissive=1
[    3.197991] type=1400 audit(1506493473.146:41): avc: denied { setgid } for pid=326 comm="vm" capability=6 scontext=u:r:sudaemon:s0 tcontext=u:r:sudaemon:s0 tclass=capability permissive=1
[    3.209863] type=1400 audit(1506493473.146:42): avc: denied { execute } for pid=326 comm="vm" name="sh" dev="mmcblk1p10" ino=398 scontext=u:r:sudaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    3.216469] type=1400 audit(1506493473.146:43): avc: denied { read open } for pid=326 comm="vm" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:sudaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    3.226888] type=1400 audit(1506493473.146:44): avc: denied { execmod } for pid=254 comm="mediaserver" path="/system/lib/libffmpeg.so" dev="mmcblk1p10" ino=1705 scontext=u:r:mediaserver:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[    3.229946] init: Untracked pid 323 exited with status 0
[    3.243725] type=1400 audit(1506493473.146:45): avc: denied { execute_no_trans } for pid=326 comm="vm" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:sudaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    3.258954] type=1400 audit(1506493473.146:46): avc: denied { getattr } for pid=326 comm="sh" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:sudaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    3.268664] type=1400 audit(1506493473.146:47): avc: denied { getattr } for pid=326 comm="sh" path="/vendor" dev="rootfs" ino=6505 scontext=u:r:sudaemon:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=1
[    3.282285] type=1400 audit(1506493473.156:48): avc: denied { execute } for pid=327 comm="vm" name="app_process64" dev="mmcblk1p10" ino=154 scontext=u:r:sudaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=file permissive=1
[    3.291519] type=1400 audit(1506493473.156:49): avc: denied { read open } for pid=327 comm="vm" path="/system/bin/app_process64" dev="mmcblk1p10" ino=154 scontext=u:r:sudaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=file permissive=1
[    3.327402] init: Untracked pid 336 exited with status 0
[    3.339851] type=1400 audit(1506493473.156:50): avc: denied { execute_no_trans } for pid=327 comm="vm" path="/system/bin/app_process64" dev="mmcblk1p10" ino=154 scontext=u:r:sudaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=file permissive=1
[    3.344869] type=1400 audit(1506493473.160:51): avc: denied { getattr } for pid=327 comm="app_process" path="/system/bin/app_process64" dev="mmcblk1p10" ino=154 scontext=u:r:sudaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=file permissive=1
[    3.348963] type=1400 audit(1506493473.160:52): avc: denied { getattr } for pid=326 comm="sh" path="/system/bin/toybox" dev="mmcblk1p10" ino=432 scontext=u:r:sudaemon:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    3.382453] type=1400 audit(1506493473.160:53): avc: denied { execute } for pid=326 comm="sh" name="toybox" dev="mmcblk1p10" ino=432 scontext=u:r:sudaemon:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    3.402327] usb 4-1.3.2: new SuperSpeed USB device number 6 using xhci-hcd
[    3.416924] usb 4-1.3.2: LPM exit latency is zeroed, disabling LPM.
[    3.418301] usb 4-1.3.2: New USB device found, idVendor=0816, idProduct=1a13
[    3.418314] usb 4-1.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.418322] usb 4-1.3.2: Product: CatchBEST MU3S640C(SRYYO) Industry Camera
[    3.418329] usb 4-1.3.2: Manufacturer: CatchBEST
[    3.418335] usb 4-1.3.2: SerialNumber: 00000000
[    3.425923] type=1400 audit(1506493473.160:54): avc: denied { read open } for pid=326 comm="sh" path="/system/bin/toybox" dev="mmcblk1p10" ino=432 scontext=u:r:sudaemon:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    3.426066] type=1400 audit(1506493473.160:55): avc: denied { execute_no_trans } for pid=326 comm="sh" path="/system/bin/toybox" dev="mmcblk1p10" ino=432 scontext=u:r:sudaemon:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    3.426149] type=1400 audit(1506493473.186:56): avc: denied { execmod } for pid=261 comm="mediadrmserver" path="/system/lib/libffmpeg.so" dev="mmcblk1p10" ino=1705 scontext=u:r:mediadrmserver:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[    3.441598] type=1400 audit(1506493473.196:57): avc: denied { getattr } for pid=326 comm="chmod" path="/dev/vmdrm0" dev="tmpfs" ino=9344 scontext=u:r:sudaemon:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    3.450434] type=1400 audit(1506493473.196:58): avc: denied { setattr } for pid=326 comm="chmod" name="vmdrm0" dev="tmpfs" ino=9344 scontext=u:r:sudaemon:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    3.450603] type=1400 audit(1506493473.200:59): avc: denied { read write } for pid=255 comm="audioserver" name="vmdrm0" dev="tmpfs" ino=9344 scontext=u:r:audioserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    3.495578] usb 4-1.3.3: new SuperSpeed USB device number 7 using xhci-hcd
[    3.509479] usb 4-1.3.3: LPM exit latency is zeroed, disabling LPM.
[    3.510798] usb 4-1.3.3: New USB device found, idVendor=0816, idProduct=1a13
[    3.510813] usb 4-1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.510821] usb 4-1.3.3: Product: CatchBEST MU3S640C(SRYYO) Industry Camera
[    3.510828] usb 4-1.3.3: Manufacturer: CatchBEST
[    3.510834] usb 4-1.3.3: SerialNumber: 00000000
[    3.572382] phy phy-ff770000.syscon:usb2-phy@e450.6: charger = USB_SDP_CHARGER
[    3.674355] fusb302 4-0022: PD disabled
[    3.676158] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
[    3.695375] init: Starting service 'bootanim'...
[    3.697837] rockchip-dwc3 usb@fe800000: USB peripheral connected
[    3.715996] dwhdmi-rockchip ff940000.hdmi: Rate 0 missing; compute N dynamically
[    3.917661] D1:camsys_open(821): camsys_marvin(ffffffc07b0dc818) is opened!
[    3.918060] D1:camsys_extdev_register(263): Get RK30_PIN0_PB0(8) gpio(active: 0) for dev_id 0x1000000 success!
[    3.918082] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x1000000 success!
[    3.918207] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_mipi_fl
[    3.918584] D1:camsys_extdev_register(286): Extdev(dev_id: 0x1000000  dev_name: OV13850) register success
[    3.924017] D1:camsys_mrv_clkout_cb(679): camsys_marvin clock out(rate: 24000000Hz) turn on
[    3.925182] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    3.926327] D1:camsys_sysctl_extdev(422): Sysctl 8 success, gpio(8) set 1
[    3.927427] D1:camsys_sysctl_extdev(426): Sysctl 7 not do, because gpio is NULL
[    3.929755] E:camsys_i2c_write(83): i2c write dev(addr:0x20) failed!,err = -6
[    3.929942] E:camsys_i2c_write(83): i2c write dev(addr:0x6c) failed!,err = -6
[    3.930117] D1:camsys_sysctl_extdev(426): Sysctl 7 not do, because gpio is NULL
[    3.930221] D1:camsys_sysctl_extdev(416): Sysctl 8 success, gpio(8) set 0
[    3.931360] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    3.932481] D1:camsys_mrv_clkout_cb(695): camsys_marvin clock out turn off
[    3.938945] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x1000000) is deregister success
[    3.938988] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin irq success!
[    3.939000] D1:camsys_release(848): camsys_marvin(ffffffc07b0dc818) is closed
[    3.940285] D1:camsys_open(821): camsys_marvin1(ffffffc07b0dd018) is opened!
[    3.940660] D1:camsys_extdev_register(263): Get RK30_PIN0_PB0(8) gpio(active: 0) for dev_id 0x2000000 success!
[    3.940684] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x2000000 success!
[    3.940821] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_mipi_fl
[    3.941202] rockchip-pinctrl pinctrl: pin gpio2-11 already requested by ff910000.isp; cannot claim for ff920000.isp
[    3.941216] rockchip-pinctrl pinctrl: pin-75 (ff920000.isp) status -22
[    3.941226] rockchip-pinctrl pinctrl: could not request pin 75 (gpio2-11) from group cif-clkout  on device rockchip-pinctrl
[    3.941236] RockChip-CamSys ff920000.isp: Error applying setting, reverse things back
[    3.941243] E:camsys_mrv_iomux_cb(128): pinctrl_select_state failed!
[    3.941251] D1:camsys_extdev_register(286): Extdev(dev_id: 0x2000000  dev_name: OV13850) register success
[    3.946540] D1:camsys_mrv_clkout_cb(679): camsys_marvin1 clock out(rate: 24000000Hz) turn on
[    3.947996] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    3.949193] D1:camsys_sysctl_extdev(422): Sysctl 8 success, gpio(8) set 1
[    3.950316] D1:camsys_sysctl_extdev(426): Sysctl 7 not do, because gpio is NULL
[    3.952646] E:camsys_i2c_write(83): i2c write dev(addr:0x20) failed!,err = -6
[    3.952840] E:camsys_i2c_write(83): i2c write dev(addr:0x6c) failed!,err = -6
[    3.953009] D1:camsys_sysctl_extdev(426): Sysctl 7 not do, because gpio is NULL
[    3.953238] D1:camsys_sysctl_extdev(416): Sysctl 8 success, gpio(8) set 0
[    3.954365] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    3.955494] D1:camsys_mrv_clkout_cb(695): camsys_marvin1 clock out turn off
[    3.956103] android_work: sent uevent USB_STATE=CONNECTED
[    3.959780] android_work: sent uevent USB_STATE=DISCONNECTED
[    3.961871] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x2000000) is deregister success
[    3.961917] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin1 irq success!
[    3.961929] D1:camsys_release(848): camsys_marvin1(ffffffc07b0dd018) is closed
[    3.966522] D1:camsys_open(821): camsys_marvin(ffffffc07b0dc818) is opened!
[    3.966922] D1:camsys_extdev_register(263): Get RK30_PIN2_PD4(92) gpio(active: 0) for dev_id 0x1000000 success!
[    3.966946] D1:camsys_extdev_register(263): Get RK30_PIN0_PB0(8) gpio(active: 0) for dev_id 0x1000000 success!
[    3.966960] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x1000000 success!
[    3.967091] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_mipi_fl
[    3.967111] D1:camsys_extdev_register(286): Extdev(dev_id: 0x1000000  dev_name: OV8858) register success
[    3.972313] D1:camsys_mrv_clkout_cb(679): camsys_marvin clock out(rate: 24000000Hz) turn on
[    3.973507] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    3.974628] D1:camsys_sysctl_extdev(422): Sysctl 8 success, gpio(8) set 1
[    3.975761] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(92) set 1
[    3.976918] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(92) set 1
[    3.980248] E:camsys_i2c_write(83): i2c write dev(addr:0x6c) failed!,err = -6
[    3.980429] E:camsys_i2c_write(83): i2c write dev(addr:0x20) failed!,err = -6
[    3.980629] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(92) set 0
[    3.981716] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(92) set 0
[    3.982821] D1:camsys_sysctl_extdev(416): Sysctl 8 success, gpio(8) set 0
[    3.983905] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    3.984984] D1:camsys_mrv_clkout_cb(695): camsys_marvin clock out turn off
[    3.991226] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x1000000) is deregister success
[    3.991261] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin irq success!
[    3.991272] D1:camsys_release(848): camsys_marvin(ffffffc07b0dc818) is closed
[    3.992648] D1:camsys_open(821): camsys_marvin1(ffffffc07b0dd018) is opened!
[    3.993029] D1:camsys_extdev_register(263): Get RK30_PIN2_PB4(76) gpio(active: 0) for dev_id 0x2000000 success!
[    3.993049] D1:camsys_extdev_register(263): Get RK30_PIN0_PB0(8) gpio(active: 0) for dev_id 0x2000000 success!
[    3.993062] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x2000000 success!
[    3.993189] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_mipi_fl
[    3.993217] rockchip-pinctrl pinctrl: pin gpio2-11 already requested by ff910000.isp; cannot claim for ff920000.isp
[    3.993227] rockchip-pinctrl pinctrl: pin-75 (ff920000.isp) status -22
[    3.993236] rockchip-pinctrl pinctrl: could not request pin 75 (gpio2-11) from group cif-clkout  on device rockchip-pinctrl
[    3.993247] RockChip-CamSys ff920000.isp: Error applying setting, reverse things back
[    3.993254] E:camsys_mrv_iomux_cb(128): pinctrl_select_state failed!
[    3.993263] D1:camsys_extdev_register(286): Extdev(dev_id: 0x2000000  dev_name: OV8858) register success
[    3.998450] D1:camsys_mrv_clkout_cb(679): camsys_marvin1 clock out(rate: 24000000Hz) turn on
[    3.999593] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    4.000705] D1:camsys_sysctl_extdev(422): Sysctl 8 success, gpio(8) set 1
[    4.001833] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(76) set 1
[    4.002935] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(76) set 1
[    4.006253] E:camsys_i2c_write(83): i2c write dev(addr:0x6c) failed!,err = -6
[    4.006438] E:camsys_i2c_write(83): i2c write dev(addr:0x20) failed!,err = -6
[    4.006644] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(76) set 0
[    4.007886] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(76) set 0
[    4.008985] D1:camsys_sysctl_extdev(416): Sysctl 8 success, gpio(8) set 0
[    4.010075] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    4.011157] D1:camsys_mrv_clkout_cb(695): camsys_marvin1 clock out turn off
[    4.017419] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x2000000) is deregister success
[    4.017457] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin1 irq success!
[    4.017470] D1:camsys_release(848): camsys_marvin1(ffffffc07b0dd018) is closed
[    4.022108] android_work: sent uevent USB_STATE=CONNECTED
[    4.023833] D1:camsys_open(821): camsys_marvin1(ffffffc07b0dd018) is opened!
[    4.024052] D1:camsys_extdev_register(263): Get RK30_PIN2_PB4(76) gpio(active: 1) for dev_id 0x1000000 success!
[    4.024065] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x1000000 success!
[    4.024074] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_dvp8bit0
[    4.024130] D1:camsys_extdev_register(286): Extdev(dev_id: 0x1000000  dev_name: OV5640) register success
[    4.025552] configfs-gadget gadget: high-speed config #1: b
[    4.025791] android_work: sent uevent USB_STATE=CONFIGURED
[    4.029511] D1:camsys_mrv_clkout_cb(679): camsys_marvin1 clock out(rate: 24000000Hz) turn on
[    4.030635] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    4.031719] D1:camsys_sysctl_extdev(426): Sysctl 8 not do, because gpio is NULL
[    4.032834] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(76) set 0
[    4.037156] E:camsys_i2c_write(83): i2c write dev(addr:0x78) failed!,err = -6
[    4.037374] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(76) set 1
[    4.039478] D1:camsys_sysctl_extdev(426): Sysctl 8 not do, because gpio is NULL
[    4.040610] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    4.041696] D1:camsys_mrv_clkout_cb(695): camsys_marvin1 clock out turn off
[    4.048036] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x1000000) is deregister success
[    4.048081] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin1 irq success!
[    4.048092] D1:camsys_release(848): camsys_marvin1(ffffffc07b0dd018) is closed
[    4.065677] D1:camsys_open(821): camsys_marvin(ffffffc07b0dc818) is opened!
[    4.066062] D1:camsys_extdev_register(263): Get RK30_PIN0_PB0(8) gpio(active: 0) for dev_id 0x1000000 success!
[    4.066082] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x1000000 success!
[    4.066195] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_mipi_fl
[    4.066215] D1:camsys_extdev_register(286): Extdev(dev_id: 0x1000000  dev_name: OV13850) register success
[    4.072331] D1:camsys_mrv_clkout_cb(679): camsys_marvin clock out(rate: 24000000Hz) turn on
[    4.073491] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    4.074650] D1:camsys_sysctl_extdev(422): Sysctl 8 success, gpio(8) set 1
[    4.075809] D1:camsys_sysctl_extdev(426): Sysctl 7 not do, because gpio is NULL
[    4.078155] E:camsys_i2c_write(83): i2c write dev(addr:0x20) failed!,err = -6
[    4.078346] E:camsys_i2c_write(83): i2c write dev(addr:0x6c) failed!,err = -6
[    4.078529] D1:camsys_sysctl_extdev(426): Sysctl 7 not do, because gpio is NULL
[    4.078639] D1:camsys_sysctl_extdev(416): Sysctl 8 success, gpio(8) set 0
[    4.079742] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    4.080840] D1:camsys_mrv_clkout_cb(695): camsys_marvin clock out turn off
[    4.087199] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x1000000) is deregister success
[    4.087246] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin irq success!
[    4.087257] D1:camsys_release(848): camsys_marvin(ffffffc07b0dc818) is closed
[    4.088567] D1:camsys_open(821): camsys_marvin1(ffffffc07b0dd018) is opened!
[    4.089560] D1:camsys_extdev_register(263): Get RK30_PIN0_PB0(8) gpio(active: 0) for dev_id 0x2000000 success!
[    4.089589] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x2000000 success!
[    4.089774] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_mipi_fl
[    4.089809] rockchip-pinctrl pinctrl: pin gpio2-11 already requested by ff910000.isp; cannot claim for ff920000.isp
[    4.089820] rockchip-pinctrl pinctrl: pin-75 (ff920000.isp) status -22
[    4.089831] rockchip-pinctrl pinctrl: could not request pin 75 (gpio2-11) from group cif-clkout  on device rockchip-pinctrl
[    4.089841] RockChip-CamSys ff920000.isp: Error applying setting, reverse things back
[    4.089884] E:camsys_mrv_iomux_cb(128): pinctrl_select_state failed!
[    4.089892] D1:camsys_extdev_register(286): Extdev(dev_id: 0x2000000  dev_name: OV13850) register success
[    4.095170] D1:camsys_mrv_clkout_cb(679): camsys_marvin1 clock out(rate: 24000000Hz) turn on
[    4.096347] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    4.097487] D1:camsys_sysctl_extdev(422): Sysctl 8 success, gpio(8) set 1
[    4.098617] D1:camsys_sysctl_extdev(426): Sysctl 7 not do, because gpio is NULL
[    4.100989] E:camsys_i2c_write(83): i2c write dev(addr:0x20) failed!,err = -6
[    4.101171] E:camsys_i2c_write(83): i2c write dev(addr:0x6c) failed!,err = -6
[    4.101365] D1:camsys_sysctl_extdev(426): Sysctl 7 not do, because gpio is NULL
[    4.101504] D1:camsys_sysctl_extdev(416): Sysctl 8 success, gpio(8) set 0
[    4.102607] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    4.103697] D1:camsys_mrv_clkout_cb(695): camsys_marvin1 clock out turn off
[    4.110259] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x2000000) is deregister success
[    4.110310] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin1 irq success!
[    4.110323] D1:camsys_release(848): camsys_marvin1(ffffffc07b0dd018) is closed
[    4.111831] D1:camsys_open(821): camsys_marvin(ffffffc07b0dc818) is opened!
[    4.112296] D1:camsys_extdev_register(263): Get RK30_PIN2_PD4(92) gpio(active: 0) for dev_id 0x1000000 success!
[    4.112326] D1:camsys_extdev_register(263): Get RK30_PIN0_PB0(8) gpio(active: 0) for dev_id 0x1000000 success!
[    4.112340] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x1000000 success!
[    4.112513] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_mipi_fl
[    4.112537] D1:camsys_extdev_register(286): Extdev(dev_id: 0x1000000  dev_name: OV8858) register success
[    4.117787] D1:camsys_mrv_clkout_cb(679): camsys_marvin clock out(rate: 24000000Hz) turn on
[    4.119025] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    4.120367] D1:camsys_sysctl_extdev(422): Sysctl 8 success, gpio(8) set 1
[    4.122898] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(92) set 1
[    4.125979] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(92) set 1
[    4.129362] E:camsys_i2c_write(83): i2c write dev(addr:0x6c) failed!,err = -6
[    4.129557] E:camsys_i2c_write(83): i2c write dev(addr:0x20) failed!,err = -6
[    4.129771] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(92) set 0
[    4.131019] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(92) set 0
[    4.132220] D1:camsys_sysctl_extdev(416): Sysctl 8 success, gpio(8) set 0
[    4.133337] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    4.134417] D1:camsys_mrv_clkout_cb(695): camsys_marvin clock out turn off
[    4.140666] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x1000000) is deregister success
[    4.140693] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin irq success!
[    4.140705] D1:camsys_release(848): camsys_marvin(ffffffc07b0dc818) is closed
[    4.141575] D1:camsys_open(821): camsys_marvin1(ffffffc07b0dd018) is opened!
[    4.141751] D1:camsys_extdev_register(263): Get RK30_PIN2_PB4(76) gpio(active: 0) for dev_id 0x2000000 success!
[    4.141763] D1:camsys_extdev_register(263): Get RK30_PIN0_PB0(8) gpio(active: 0) for dev_id 0x2000000 success!
[    4.141773] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x2000000 success!
[    4.141840] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_mipi_fl
[    4.141866] rockchip-pinctrl pinctrl: pin gpio2-11 already requested by ff910000.isp; cannot claim for ff920000.isp
[    4.141875] rockchip-pinctrl pinctrl: pin-75 (ff920000.isp) status -22
[    4.141883] rockchip-pinctrl pinctrl: could not request pin 75 (gpio2-11) from group cif-clkout  on device rockchip-pinctrl
[    4.141891] RockChip-CamSys ff920000.isp: Error applying setting, reverse things back
[    4.141925] E:camsys_mrv_iomux_cb(128): pinctrl_select_state failed!
[    4.141932] D1:camsys_extdev_register(286): Extdev(dev_id: 0x2000000  dev_name: OV8858) register success
[    4.147089] D1:camsys_mrv_clkout_cb(679): camsys_marvin1 clock out(rate: 24000000Hz) turn on
[    4.148188] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    4.150153] D1:camsys_sysctl_extdev(422): Sysctl 8 success, gpio(8) set 1
[    4.151269] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(76) set 1
[    4.152375] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(76) set 1
[    4.155685] E:camsys_i2c_write(83): i2c write dev(addr:0x6c) failed!,err = -6
[    4.155860] E:camsys_i2c_write(83): i2c write dev(addr:0x20) failed!,err = -6
[    4.156011] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(76) set 0
[    4.157140] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(76) set 0
[    4.158249] D1:camsys_sysctl_extdev(416): Sysctl 8 success, gpio(8) set 0
[    4.159616] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    4.160733] D1:camsys_mrv_clkout_cb(695): camsys_marvin1 clock out turn off
[    4.167397] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x2000000) is deregister success
[    4.167426] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin1 irq success!
[    4.167436] D1:camsys_release(848): camsys_marvin1(ffffffc07b0dd018) is closed
[    4.168996] D1:camsys_open(821): camsys_marvin1(ffffffc07b0dd018) is opened!
[    4.169203] D1:camsys_extdev_register(263): Get RK30_PIN2_PB4(76) gpio(active: 1) for dev_id 0x1000000 success!
[    4.169217] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x1000000 success!
[    4.169226] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_dvp8bit0
[    4.169243] D1:camsys_extdev_register(286): Extdev(dev_id: 0x1000000  dev_name: OV5640) register success
[    4.177173] D1:camsys_mrv_clkout_cb(679): camsys_marvin1 clock out(rate: 24000000Hz) turn on
[    4.178321] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    4.179418] D1:camsys_sysctl_extdev(426): Sysctl 8 not do, because gpio is NULL
[    4.180532] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(76) set 0
[    4.184850] E:camsys_i2c_write(83): i2c write dev(addr:0x78) failed!,err = -6
[    4.184989] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(76) set 1
[    4.187082] D1:camsys_sysctl_extdev(426): Sysctl 8 not do, because gpio is NULL
[    4.188223] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    4.189355] type=1400 audit(1506493474.156:89): avc: denied { dac_override } for pid=327 comm="main" capability=1 scontext=u:r:sudaemon:s0 tcontext=u:r:sudaemon:s0 tclass=capability permissive=1
[    4.189361] D1:camsys_mrv_clkout_cb(695): camsys_marvin1 clock out turn off
[    4.194236] type=1400 audit(1506493474.160:90): avc: denied { call } for pid=327 comm="main" scontext=u:r:sudaemon:s0 tcontext=u:r:servicemanager:s0 tclass=binder permissive=1
[    4.196214] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x1000000) is deregister success
[    4.196247] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin1 irq success!
[    4.196260] D1:camsys_release(848): camsys_marvin1(ffffffc07b0dd018) is closed
[    4.219910] D1:camsys_open(821): camsys_marvin(ffffffc07b0dc818) is opened!
[    4.220322] D1:camsys_extdev_register(263): Get RK30_PIN0_PB0(8) gpio(active: 0) for dev_id 0x1000000 success!
[    4.220346] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x1000000 success!
[    4.220492] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_mipi_fl
[    4.220512] D1:camsys_extdev_register(286): Extdev(dev_id: 0x1000000  dev_name: OV13850) register success
[    4.226119] D1:camsys_mrv_clkout_cb(679): camsys_marvin clock out(rate: 24000000Hz) turn on
[    4.228067] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    4.229284] D1:camsys_sysctl_extdev(422): Sysctl 8 success, gpio(8) set 1
[    4.230383] D1:camsys_sysctl_extdev(426): Sysctl 7 not do, because gpio is NULL
[    4.232693] E:camsys_i2c_write(83): i2c write dev(addr:0x20) failed!,err = -6
[    4.232866] E:camsys_i2c_write(83): i2c write dev(addr:0x6c) failed!,err = -6
[    4.232975] D1:camsys_sysctl_extdev(426): Sysctl 7 not do, because gpio is NULL
[    4.233065] D1:camsys_sysctl_extdev(416): Sysctl 8 success, gpio(8) set 0
[    4.234153] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    4.235254] D1:camsys_mrv_clkout_cb(695): camsys_marvin clock out turn off
[    4.241914] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x1000000) is deregister success
[    4.241972] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin irq success!
[    4.241985] D1:camsys_release(848): camsys_marvin(ffffffc07b0dc818) is closed
[    4.243630] D1:camsys_open(821): camsys_marvin1(ffffffc07b0dd018) is opened!
[    4.244050] D1:camsys_extdev_register(263): Get RK30_PIN0_PB0(8) gpio(active: 0) for dev_id 0x2000000 success!
[    4.244083] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x2000000 success!
[    4.244158] init: Untracked pid 327 exited with status 1
[    4.244263] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_mipi_fl
[    4.244300] rockchip-pinctrl pinctrl: pin gpio2-11 already requested by ff910000.isp; cannot claim for ff920000.isp
[    4.244310] rockchip-pinctrl pinctrl: pin-75 (ff920000.isp) status -22
[    4.244321] rockchip-pinctrl pinctrl: could not request pin 75 (gpio2-11) from group cif-clkout  on device rockchip-pinctrl
[    4.244332] RockChip-CamSys ff920000.isp: Error applying setting, reverse things back
[    4.244377] E:camsys_mrv_iomux_cb(128): pinctrl_select_state failed!
[    4.244386] D1:camsys_extdev_register(286): Extdev(dev_id: 0x2000000  dev_name: OV13850) register success
[    4.250420] D1:camsys_mrv_clkout_cb(679): camsys_marvin1 clock out(rate: 24000000Hz) turn on
[    4.251593] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    4.252644] init: Untracked pid 340 exited with status 1
[    4.252739] D1:camsys_sysctl_extdev(422): Sysctl 8 success, gpio(8) set 1
[    4.253848] D1:camsys_sysctl_extdev(426): Sysctl 7 not do, because gpio is NULL
[    4.256187] E:camsys_i2c_write(83): i2c write dev(addr:0x20) failed!,err = -6
[    4.256365] E:camsys_i2c_write(83): i2c write dev(addr:0x6c) failed!,err = -6
[    4.256543] D1:camsys_sysctl_extdev(426): Sysctl 7 not do, because gpio is NULL
[    4.256651] D1:camsys_sysctl_extdev(416): Sysctl 8 success, gpio(8) set 0
[    4.257785] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    4.258905] D1:camsys_mrv_clkout_cb(695): camsys_marvin1 clock out turn off
[    4.265352] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x2000000) is deregister success
[    4.265401] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin1 irq success!
[    4.265412] D1:camsys_release(848): camsys_marvin1(ffffffc07b0dd018) is closed
[    4.266850] D1:camsys_open(821): camsys_marvin(ffffffc07b0dc818) is opened!
[    4.267215] D1:camsys_extdev_register(263): Get RK30_PIN2_PD4(92) gpio(active: 0) for dev_id 0x1000000 success!
[    4.267232] D1:camsys_extdev_register(263): Get RK30_PIN0_PB0(8) gpio(active: 0) for dev_id 0x1000000 success!
[    4.267245] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x1000000 success!
[    4.267369] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_mipi_fl
[    4.267389] D1:camsys_extdev_register(286): Extdev(dev_id: 0x1000000  dev_name: OV8858) register success
[    4.272592] D1:camsys_mrv_clkout_cb(679): camsys_marvin clock out(rate: 24000000Hz) turn on
[    4.273777] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    4.274934] D1:camsys_sysctl_extdev(422): Sysctl 8 success, gpio(8) set 1
[    4.276215] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(92) set 1
[    4.278018] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(92) set 1
[    4.281441] E:camsys_i2c_write(83): i2c write dev(addr:0x6c) failed!,err = -6
[    4.281635] E:camsys_i2c_write(83): i2c write dev(addr:0x20) failed!,err = -6
[    4.281844] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(92) set 0
[    4.283003] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(92) set 0
[    4.284149] D1:camsys_sysctl_extdev(416): Sysctl 8 success, gpio(8) set 0
[    4.285241] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    4.286362] D1:camsys_mrv_clkout_cb(695): camsys_marvin clock out turn off
[    4.292653] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x1000000) is deregister success
[    4.292695] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin irq success!
[    4.292707] D1:camsys_release(848): camsys_marvin(ffffffc07b0dc818) is closed
[    4.295416] D1:camsys_open(821): camsys_marvin1(ffffffc07b0dd018) is opened!
[    4.296037] D1:camsys_extdev_register(263): Get RK30_PIN2_PB4(76) gpio(active: 0) for dev_id 0x2000000 success!
[    4.296060] D1:camsys_extdev_register(263): Get RK30_PIN0_PB0(8) gpio(active: 0) for dev_id 0x2000000 success!
[    4.296080] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x2000000 success!
[    4.297069] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_mipi_fl
[    4.297106] rockchip-pinctrl pinctrl: pin gpio2-11 already requested by ff910000.isp; cannot claim for ff920000.isp
[    4.297117] rockchip-pinctrl pinctrl: pin-75 (ff920000.isp) status -22
[    4.297127] rockchip-pinctrl pinctrl: could not request pin 75 (gpio2-11) from group cif-clkout  on device rockchip-pinctrl
[    4.297137] RockChip-CamSys ff920000.isp: Error applying setting, reverse things back
[    4.297180] E:camsys_mrv_iomux_cb(128): pinctrl_select_state failed!
[    4.297188] D1:camsys_extdev_register(286): Extdev(dev_id: 0x2000000  dev_name: OV8858) register success
[    4.302814] D1:camsys_mrv_clkout_cb(679): camsys_marvin1 clock out(rate: 24000000Hz) turn on
[    4.304055] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    4.305253] D1:camsys_sysctl_extdev(422): Sysctl 8 success, gpio(8) set 1
[    4.306356] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(76) set 1
[    4.307537] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(76) set 1
[    4.310858] E:camsys_i2c_write(83): i2c write dev(addr:0x6c) failed!,err = -6
[    4.311051] E:camsys_i2c_write(83): i2c write dev(addr:0x20) failed!,err = -6
[    4.311277] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(76) set 0
[    4.312484] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(76) set 0
[    4.313579] D1:camsys_sysctl_extdev(416): Sysctl 8 success, gpio(8) set 0
[    4.314666] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    4.315846] D1:camsys_mrv_clkout_cb(695): camsys_marvin1 clock out turn off
[    4.322134] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x2000000) is deregister success
[    4.322201] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin1 irq success!
[    4.322214] D1:camsys_release(848): camsys_marvin1(ffffffc07b0dd018) is closed
[    4.324962] D1:camsys_open(821): camsys_marvin1(ffffffc07b0dd018) is opened!
[    4.325640] D1:camsys_extdev_register(263): Get RK30_PIN2_PB4(76) gpio(active: 1) for dev_id 0x1000000 success!
[    4.325668] D1:camsys_extdev_register(263): Get RK30_PIN1_PC7(55) gpio(active: 1) for dev_id 0x1000000 success!
[    4.325679] D1:camsys_mrv_iomux_cb(111): marvin pinctrl select: isp_dvp8bit0
[    4.325700] D1:camsys_extdev_register(286): Extdev(dev_id: 0x1000000  dev_name: OV5640) register success
[    4.330948] D1:camsys_mrv_clkout_cb(679): camsys_marvin1 clock out(rate: 24000000Hz) turn on
[    4.332099] D1:camsys_sysctl_extdev(416): Sysctl 11 success, gpio(55) set 1
[    4.333195] D1:camsys_sysctl_extdev(426): Sysctl 8 not do, because gpio is NULL
[    4.334306] D1:camsys_sysctl_extdev(422): Sysctl 7 success, gpio(76) set 0
[    4.338649] E:camsys_i2c_write(83): i2c write dev(addr:0x78) failed!,err = -6
[    4.338923] D1:camsys_sysctl_extdev(416): Sysctl 7 success, gpio(76) set 1
[    4.341027] D1:camsys_sysctl_extdev(426): Sysctl 8 not do, because gpio is NULL
[    4.342145] D1:camsys_sysctl_extdev(422): Sysctl 11 success, gpio(55) set 0
[    4.343375] D1:camsys_mrv_clkout_cb(695): camsys_marvin1 clock out turn off
[    4.349725] D1:camsys_extdev_deregister(356): Extdev(dev_id: 0x1000000) is deregister success
[    4.349764] D1:camsys_irq_disconnect(742): All thread disconnect camsys_marvin1 irq success!
[    4.349777] D1:camsys_release(848): camsys_marvin1(ffffffc07b0dd018) is closed
[    4.429356] capability: warning: `system_server' uses 32-bit capabilities (legacy support in use)
[    5.324935] init: Starting service 'ap_log_srv'...
[    5.380358] init: Starting service 'apk_logfs'...
[    5.381479] init: Service 'ap_log_srv' (pid 625) exited with status 0
[    6.566227] type=1400 audit(1506493476.536:91): avc: denied { read } for pid=255 comm="audioserver" scontext=u:r:audioserver:s0 tcontext=u:r:audioserver:s0 tclass=netlink_kobject_uevent_socket permissive=1
[    7.260781] acc_open
[    7.260812] acc_release
[    7.406859] rk_gmac-dwmac fe300000.ethernet: rk_get_eth_addr_vendor: rk_vendor_read eth mac address: 46:95:7d:04:72:fb
[    7.406880] eth0: device MAC address 46:95:7d:04:72:fb
[    7.864019] type=1400 audit(1506493477.830:92): avc: denied { read } for pid=255 comm="audioserver" scontext=u:r:audioserver:s0 tcontext=u:r:audioserver:s0 tclass=netlink_kobject_uevent_socket permissive=1
[    8.018853] dhd_open: Enter ffffffc07ac1e000
[    8.019258]
[    8.019258] Dongle Host Driver, version 1.363.59.144.1 (r)
[    8.019875] wl_android_wifi_on in 1
[    8.019884] wl_android_wifi_on in 2: g_wifi_on=0
[    8.019891] wifi_platform_set_power = 1
[    8.019896] ======== PULL WL_REG_ON HIGH! ========
[    8.019902] [WLAN_RFKILL]: rockchip_wifi_power: 1
[    8.019909] [WLAN_RFKILL]: wifi turn on power. -1
[    8.222242] sdio_reset_comm():
[    8.235578] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    8.252318] mmc_host mmc2: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
[    8.306862] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[    8.308760] type=1400 audit(1506493478.273:93): avc: denied { execute } for pid=923 comm="android.bg" name="sh" dev="mmcblk1p10" ino=398 scontext=u:r:system_server:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    8.311309] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    8.314736] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    8.317992] type=1400 audit(1506493478.276:94): avc: denied { read open } for pid=923 comm="android.bg" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:system_server:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    8.320158] type=1400 audit(1506493478.276:95): avc: denied { execute_no_trans } for pid=923 comm="android.bg" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:system_server:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    8.320959] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[    8.323517] type=1400 audit(1506493478.283:96): avc: denied { getattr } for pid=923 comm="sh" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:system_server:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    8.336227] type=1400 audit(1506493478.306:97): avc: denied { getattr } for pid=923 comm="sh" path="/system/xbin/vm" dev="mmcblk1p10" ino=2745 scontext=u:r:system_server:s0 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[    8.343589] type=1400 audit(1506493478.310:98): avc: denied { execute } for pid=923 comm="sh" name="vm" dev="mmcblk1p10" ino=2745 scontext=u:r:system_server:s0 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[    8.347035] type=1400 audit(1506493478.316:99): avc: denied { read open } for pid=946 comm="sh" path="/system/xbin/vm" dev="mmcblk1p10" ino=2745 scontext=u:r:system_server:s0 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[    8.351657] type=1400 audit(1506493478.320:100): avc: denied { execute_no_trans } for pid=946 comm="sh" path="/system/xbin/vm" dev="mmcblk1p10" ino=2745 scontext=u:r:system_server:s0 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[    8.359730] type=1400 audit(1506493478.330:101): avc: denied { write } for pid=949 comm="vm" name="server" dev="tmpfs" ino=13200 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=sock_file permissive=1
[    8.370906] type=1400 audit(1506493478.330:102): avc: denied { connectto } for pid=949 comm="vm" path="/dev/com.koushikdutta.superuser.daemon/server" scontext=u:r:system_server:s0 tcontext=u:r:sudaemon:s0 tclass=unix_stream_socket permissive=1
[    8.371151] type=1400 audit(1506493478.330:103): avc: denied { sys_ptrace } for pid=951 comm="vm" capability=19 scontext=u:r:sudaemon:s0 tcontext=u:r:sudaemon:s0 tclass=capability permissive=1
[    8.371622] type=1400 audit(1506493478.330:104): avc: denied { read } for pid=951 comm="vm" scontext=u:r:sudaemon:s0 tcontext=u:r:system_server:s0 tclass=file permissive=1
[    8.371733] type=1400 audit(1506493478.330:105): avc: denied { search } for pid=951 comm="vm" name="949" dev="proc" ino=18691 scontext=u:r:sudaemon:s0 tcontext=u:r:system_server:s0 tclass=dir permissive=1
[    8.371823] type=1400 audit(1506493478.330:106): avc: denied { read } for pid=951 comm="vm" name="exe" dev="proc" ino=18692 scontext=u:r:sudaemon:s0 tcontext=u:r:system_server:s0 tclass=lnk_file permissive=1
[    8.371899] type=1400 audit(1506493478.333:107): avc: denied { open } for pid=953 comm="vm" path="/proc/923/cmdline" dev="proc" ino=18674 scontext=u:r:sudaemon:s0 tcontext=u:r:system_server:s0 tclass=file permissive=1
[    8.399490] type=1400 audit(1506493478.333:108): avc: denied { setuid } for pid=953 comm="vm" capability=7 scontext=u:r:sudaemon:s0 tcontext=u:r:sudaemon:s0 tclass=capability permissive=1
[    8.399673] type=1400 audit(1506493478.333:109): avc: denied { setgid } for pid=953 comm="vm" capability=6 scontext=u:r:sudaemon:s0 tcontext=u:r:sudaemon:s0 tclass=capability permissive=1
[    8.399765] type=1400 audit(1506493478.333:110): avc: denied { execute } for pid=953 comm="vm" name="sh" dev="mmcblk1p10" ino=398 scontext=u:r:sudaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    8.399910] type=1400 audit(1506493478.336:111): avc: denied { read open } for pid=953 comm="vm" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:sudaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    8.399991] type=1400 audit(1506493478.336:112): avc: denied { execute } for pid=955 comm="vm" name="app_process64" dev="mmcblk1p10" ino=154 scontext=u:r:sudaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=file permissive=1
[    8.401404] type=1400 audit(1506493478.336:113): avc: denied { read open } for pid=955 comm="vm" path="/system/bin/app_process64" dev="mmcblk1p10" ino=154 scontext=u:r:sudaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=file permissive=1
[    8.401558] type=1400 audit(1506493478.336:114): avc: denied { execute_no_trans } for pid=955 comm="vm" path="/system/bin/app_process64" dev="mmcblk1p10" ino=154 scontext=u:r:sudaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=file permissive=1
[    8.401647] type=1400 audit(1506493478.336:115): avc: denied { getattr } for pid=955 comm="app_process" path="/system/bin/app_process64" dev="mmcblk1p10" ino=154 scontext=u:r:sudaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=file permissive=1
[    8.405092] init: Untracked pid 951 exited with status 0
[    8.417778] type=1400 audit(1506493478.336:116): avc: denied { getattr } for pid=955 comm="app_process" path="/vendor" dev="rootfs" ino=6505 scontext=u:r:sudaemon:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=1
[    8.427771] type=1400 audit(1506493478.340:117): avc: denied { execute_no_trans } for pid=953 comm="vm" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:sudaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    8.427980] type=1400 audit(1506493478.346:118): avc: denied { getattr } for pid=953 comm="sh" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:sudaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    8.428099] type=1400 audit(1506493478.356:119): avc: denied { getattr } for pid=953 comm="sh" path="/system/bin/toybox" dev="mmcblk1p10" ino=432 scontext=u:r:sudaemon:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    8.428180] type=1400 audit(1506493478.356:120): avc: denied { execute } for pid=953 comm="sh" name="toybox" dev="mmcblk1p10" ino=432 scontext=u:r:sudaemon:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    8.428268] type=1400 audit(1506493478.356:121): avc: denied { read open } for pid=953 comm="sh" path="/system/bin/toybox" dev="mmcblk1p10" ino=432 scontext=u:r:sudaemon:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    8.428431] type=1400 audit(1506493478.356:122): avc: denied { execute_no_trans } for pid=953 comm="sh" path="/system/bin/toybox" dev="mmcblk1p10" ino=432 scontext=u:r:sudaemon:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    8.428511] type=1400 audit(1506493478.373:123): avc: denied { getattr } for pid=953 comm="chmod" path="/dev/vmdrm0" dev="tmpfs" ino=9344 scontext=u:r:sudaemon:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    8.428584] type=1400 audit(1506493478.373:124): avc: denied { setattr } for pid=953 comm="chmod" name="vmdrm0" dev="tmpfs" ino=9344 scontext=u:r:sudaemon:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    8.428658] type=1400 audit(1506493478.393:125): avc: denied { read write } for pid=457 comm="android.bg" name="vmdrm0" dev="tmpfs" ino=9344 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    8.428740] type=1400 audit(1506493478.393:126): avc: denied { open } for pid=457 comm="android.bg" path="/dev/vmdrm0" dev="tmpfs" ino=9344 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    8.429715] type=1400 audit(1506493478.396:127): avc: denied { ioctl } for pid=457 comm="android.bg" path="/dev/vmdrm0" dev="tmpfs" ino=9344 ioctlcmd=b503 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    8.449700] mmc_host mmc2: Bus speed (slot 0) = 200000000Hz (slot req 208000000Hz, actual 200000000HZ div = 0)
[    8.459404] type=1400 audit(1506493478.430:128): avc: denied { connectto } for pid=963 comm="vm" path="/dev/com.koushikdutta.superuser.daemon/server" scontext=u:r:system_server:s0 tcontext=u:r:sudaemon:s0 tclass=unix_stream_socket permissive=1
[    8.491063] init: Untracked pid 966 exited with status 0
[    8.507507] ttyS4 - failed to request DMA
[    8.605315] configfs-gadget gadget: unbind function 'mtp'/ffffffc07aabde00
[    8.605351] configfs-gadget gadget: unbind function 'Function FS Gadget'/ffffffc077669e38
[    8.605666] audit_log_lost: 32 callbacks suppressed
[    8.605678] audit: audit_lost=40 audit_rate_limit=20 audit_backlog_limit=64
[    8.605684] audit: rate limit exceeded
[    8.606074] android_work: sent uevent USB_STATE=DISCONNECTED
[    8.611980] init: Service 'adbd' is being killed...
[    8.613685] init: Service 'adbd' (pid 248) killed by signal 9
[    8.613709] init: Service 'adbd' (pid 248) killing any children in process group
[    8.625639] init: cannot find '/system/bin/glgps' (No such file or directory), disabling 'gpsd'
[    8.652892] dwmmc_rockchip fe310000.dwmmc: Successfully tuned phase to 245
[    8.652965] sdioh_start: set sd_f2_blocksize 128
[    8.653188]
[    8.653188]
[    8.653188] dhd_bus_devreset: == WLAN ON ==
[    8.653284] F1 signature read @0x18000000=0x17224356
[    8.656412] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x2 pkg:0x2
[    8.656864] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[    8.657591] dhd_conf_read_config: Ignore config file /system/etc/firmware/config.txt
[    8.657619] dhd_conf_set_fw_name_by_chip: firmware_path=/system/etc/firmware/fw_bcm4356a2_ag.bin
[    8.657631] dhdsdio_download_firmware: set use_rxchain 0
[    8.657638] dhdsdio_download_firmware: set txglomsize 40
[    8.657646] sdioh_set_mode: set txglom_mode to copy
[    8.657652] Final fw_path=/system/etc/firmware/fw_bcm4356a2_ag.bin
[    8.657659] Final nv_path=/system/etc/firmware/nvram_ap6356.txt
[    8.657666] Final conf_path=/system/etc/firmware/config.txt
[    8.658135] dhd_os_open_image: /system/etc/firmware/fw_bcm4356a2_ag.bin (555412 bytes) open success
[    8.661493] init: Starting service 'adbd'...
[    8.689155] read descriptors
[    8.689220] read descriptors
[    8.689236] read strings
[    8.696829] dhd_os_open_image: /system/etc/firmware/nvram_ap6356.txt (2843 bytes) open success
[    8.697292] NVRAM version: AP6356S_NVRAM_V1.1.1_20150805

[    8.697815] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[    8.763343] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[    8.763864] bcmsdh_oob_intr_register: Enter
[    8.763891] bcmsdh_oob_intr_register: HW_OOB enabled
[    8.763903] bcmsdh_oob_intr_register OOB irq=74 flags=4
[    8.763993] bcmsdh_oob_intr_register: enable_irq_wake
[    8.765138] Disable tdls_auto_op failed. -1
[    8.765163] dhd_conf_set_fw_int_cmd: set WLC_SET_BAND 142 0
[    8.765325] wifi_platform_get_mac_addr
[    8.765334] ======== bcm_wlan_get_mac_address ========
[    8.765341] [WLAN_RFKILL]: rockchip_wifi_mac_addr: enter.
[    8.765349] [WLAN_RFKILL]: get_wifi_addr_vendor: rk_vendor_read wifi mac address failed (-1)
[    8.766817] Firmware up: op_mode=0x0005, MAC=b0:f1:ec:14:5d:fe
[    8.766849] dhd_conf_set_country: set country CN, revision 38
[    8.766857] dhd_conf_set_fw_string_struct_cmd: set country
[    8.803115] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created
[    8.803164] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created
[    8.803987] Country code: CN (CN/38)
[    8.804299] dhd_conf_set_fw_string_cmd: set roam_off 1
[    8.806823] dhd_conf_set_fw_string_cmd: set txbf 1
[    8.812609] Firmware version = wl0: Jun 16 2015 14:25:06 version 7.35.184.r1 (TOB) (r559293) FWID 01-b22ae69c
[    8.812647]   Driver: 1.363.59.144.1 (r)
[    8.812647]   Firmware: wl0: Jun 16 2015 14:25:06 version 7.35.184.r1 (TOB) (r559293) FWID 01-b22ae69c
[    8.812949] dhd_txglom_enable: enable 1
[    8.812970] dhd_conf_set_txglom_params: swtxglom=0, txglom_ext=0
[    8.812977] dhd_conf_set_txglom_params: txglom_bucket_size=0
[    8.812985] dhd_conf_set_txglom_params: txglomsize=40, deferred_tx_len=40, bus_txglom=0
[    8.812992] dhd_conf_set_txglom_params: tx_in_rx=1, tx_max_offset=0
[    8.813000] dhd_conf_set_disable_proptx: set disable_proptx 1
[    8.815429] dhd_wlfc_hostreorder_init(): successful bdcv2 tlv signaling, 64
[    8.815710] dhd_pno_init: Support Android Location Service
[    8.815727] wl_android_wifi_on: Success
[    8.823483] wl_create_event_handler(): thread:wl_event_handler:3f2 started
[    8.823636] tsk Enter, tsk = 0xffffffc07abc1a90
[    8.875783] dhd_open: Exit ret=0
[    8.887855] init: Starting service 'p2p_supplicant'...
[    8.902358] android_work: did not send uevent (0 0           (null))
[    8.940455] android_work: sent uevent USB_STATE=CONNECTED
[    8.944279] android_work: sent uevent USB_STATE=DISCONNECTED
[    9.006500] android_work: sent uevent USB_STATE=CONNECTED
[    9.009794] configfs-gadget gadget: high-speed config #1: b
[    9.010780] android_work: sent uevent USB_STATE=CONFIGURED
[    9.063708] P2P interface registered
[    9.063753] wl_cfgp2p_add_p2p_disc_if: wdev: ffffffc07766ba00, wdev->net:           (null)
[    9.073329] WLC_E_IF: NO_IF set, event Ignored

[    9.075218] P2P interface started
[    9.145812] net_os_enable_packet_filter: val = 0
[    9.147214] net_os_rxfilter_add_remove: add_remove = 0, num = 2
[    9.156102] net_os_enable_packet_filter: val = 1
[    9.157612] net_os_enable_packet_filter: val = 0
[    9.159509] net_os_rxfilter_add_remove: add_remove = 0, num = 3
[    9.161534] net_os_enable_packet_filter: val = 1
[    9.182971] dhd_set_suspend: Remove extra suspend setting
[    9.183021] dhd_enable_packet_filter: enter, value = 0
[    9.397114] type=1400 audit(1506493479.366:164): avc: denied { execute } for pid=969 comm="main" path="/dev/ashmem" dev="tmpfs" ino=9336 scontext=u:r:sudaemon:s0 tcontext=u:object_r:ashmem_device:s0 tclass=chr_file permissive=1
[    9.399532] type=1400 audit(1506493479.366:165): avc: denied { execute } for pid=969 comm="main" path=2F6465762F6173686D656D2F64616C76696B2D6A69742D636F64652D6361636865202864656C6574656429 dev="tmpfs" ino=14216 scontext=u:r:sudaemon:s0 tcontext=u:object_r:tmpfs:s0 tclass=file permissive=1
[    9.422506] type=1400 audit(1506493479.390:166): avc: denied { write } for pid=969 comm="main" name="arm64" dev="mmcblk1p13" ino=115 scontext=u:r:sudaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=dir permissive=1
[    9.423020] type=1400 audit(1506493479.390:167): avc: denied { add_name } for pid=969 comm="main" name="system@framework@am.jar@classes.dex.flock" scontext=u:r:sudaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=dir permissive=1
[    9.423173] type=1400 audit(1506493479.390:168): avc: denied { create } for pid=969 comm="main" name="system@framework@am.jar@classes.dex.flock" scontext=u:r:sudaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=file permissive=1
[    9.423262] type=1400 audit(1506493479.390:169): avc: denied { write } for pid=969 comm="main" path="/data/dalvik-cache/arm64/system@framework@am.jar@classes.dex.flock" dev="mmcblk1p13" ino=12424 scontext=u:r:sudaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=file permissive=1
[    9.423339] type=1400 audit(1506493479.390:170): avc: denied { remove_name } for pid=969 comm="main" name="system@framework@am.jar@classes.dex.flock" dev="mmcblk1p13" ino=12424 scontext=u:r:sudaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=dir permissive=1
[    9.423415] type=1400 audit(1506493479.390:171): avc: denied { unlink } for pid=969 comm="main" name="system@framework@am.jar@classes.dex.flock" dev="mmcblk1p13" ino=12424 scontext=u:r:sudaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=file permissive=1
[    9.491372] type=1400 audit(1506493479.460:172): avc: denied { dac_override } for pid=969 comm="main" capability=1 scontext=u:r:sudaemon:s0 tcontext=u:r:sudaemon:s0 tclass=capability permissive=1
[    9.499146] type=1400 audit(1506493479.460:173): avc: denied { call } for pid=969 comm="main" scontext=u:r:sudaemon:s0 tcontext=u:r:servicemanager:s0 tclass=binder permissive=1
[    9.500671] type=1400 audit(1506493479.470:174): avc: denied { call } for pid=969 comm="main" scontext=u:r:sudaemon:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1
[    9.500956] type=1400 audit(1506493479.470:175): avc: denied { transfer } for pid=969 comm="main" scontext=u:r:sudaemon:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1
[    9.712833] type=1400 audit(1506493479.683:176): avc: denied { read } for pid=255 comm="audioserver" scontext=u:r:audioserver:s0 tcontext=u:r:audioserver:s0 tclass=netlink_kobject_uevent_socket permissive=1
[   10.010740] FAT-fs (nvme0n1p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   10.037484] init: avc:  denied  { set } for property=ctl.bootanim pid=457 uid=1000 gid=1000 scontext=u:r:system_server:s0 tcontext=u:object_r:ctl_bootanim_prop:s0 tclass=property_service permissive=1
[   10.037527] init: Service 'bootanim' is being killed...
[   10.096978] init: Service 'bootanim' (pid 371) killed by signal 9
[   10.233914] binder: undelivered transaction 11791
[   10.693683] mtp_open
[   11.395844] type=1400 audit(1506493481.366:177): avc: denied { open } for pid=1399 comm="getprop" path="/dev/__properties__/u:object_r:secureboot_prop:s0" dev="tmpfs" ino=13316 scontext=u:r:shell:s0 tcontext=u:object_r:secureboot_prop:s0 tclass=file permissive=1
[   11.396422] type=1400 audit(1506493481.366:178): avc: denied { getattr } for pid=1399 comm="getprop" path="/dev/__properties__/u:object_r:secureboot_prop:s0" dev="tmpfs" ino=13316 scontext=u:r:shell:s0 tcontext=u:object_r:secureboot_prop:s0 tclass=file permissive=1
[   11.396923] type=1400 audit(1506493481.366:179): avc: denied { open } for pid=1399 comm="getprop" path="/dev/__properties__/u:object_r:pppoe_prop:s0" dev="tmpfs" ino=13317 scontext=u:r:shell:s0 tcontext=u:object_r:pppoe_prop:s0 tclass=file permissive=1
[   11.397112] type=1400 audit(1506493481.366:180): avc: denied { getattr } for pid=1399 comm="getprop" path="/dev/__properties__/u:object_r:pppoe_prop:s0" dev="tmpfs" ino=13317 scontext=u:r:shell:s0 tcontext=u:object_r:pppoe_prop:s0 tclass=file permissive=1
[   12.674715] type=1400 audit(1506493482.643:181): avc: denied { call } for pid=457 comm="Binder:457_9" scontext=u:r:system_server:s0 tcontext=u:r:sudaemon:s0 tclass=binder permissive=1
[   12.724278] init: Untracked pid 955 exited with status 0
[   12.859425] type=1400 audit(1506493482.830:182): avc: denied { read } for pid=255 comm="audioserver" scontext=u:r:audioserver:s0 tcontext=u:r:audioserver:s0 tclass=netlink_kobject_uevent_socket permissive=1
[   12.865710] init: Untracked pid 969 exited with status 0
[   12.984597] type=1400 audit(1506493482.953:183): avc: denied { setattr } for pid=1459 comm="chmod" name="tmp" dev="mmcblk1p13" ino=38 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=1
[   13.099278] type=1400 audit(1506493483.070:184): avc: denied { setattr } for pid=1464 comm="chmod" name=".wdj_config" dev="mmcblk1p13" ino=9085 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:shell_data_file:s0:c512,c768 tclass=dir permissive=1
[   13.245431] type=1400 audit(1506493483.213:185): avc: denied { setattr } for pid=1467 comm="chmod" name=".udid" dev="mmcblk1p13" ino=9086 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:shell_data_file:s0:c512,c768 tclass=file permissive=1
[   16.651627] Connecting with 50:fa:84:2c:b0:c1 ssid "iezview", len (7) channel=6
[   16.651627]
[   16.768754] wl_bss_connect_done succeeded with 50:fa:84:2c:b0:c1
[   16.791975] wl_bss_connect_done succeeded with 50:fa:84:2c:b0:c1
[   16.858544] net_os_enable_packet_filter: val = 0
[   16.859825] net_os_rxfilter_add_remove: add_remove = 1, num = 2
[   16.861268] net_os_enable_packet_filter: val = 1
[   16.972621] dhd_set_suspend: Remove extra suspend setting
[   16.972659] dhd_enable_packet_filter: enter, value = 0
[   17.000274] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
[   17.405429] type=1400 audit(1506493487.373:186): avc: denied { getattr } for pid=1119 comm="Thread-7" path="/proc/iomem" dev="proc" ino=4026532033 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_iomem:s0 tclass=file permissive=1
[   17.406934] type=1400 audit(1506493487.376:187): avc: denied { getattr } for pid=1119 comm="Thread-7" path="/proc/sysrq-trigger" dev="proc" ino=4026532180 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_sysrq:s0 tclass=file permissive=1
[   18.181239] type=1400 audit(1506493488.150:188): avc: denied { read } for pid=1119 comm="NativeThread" name="power_supply" dev="sysfs" ino=7445 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=1
[   18.181455] type=1400 audit(1506493488.150:189): avc: denied { open } for pid=1119 comm="NativeThread" path="/sys/class/power_supply" dev="sysfs" ino=7445 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=1
[   18.709559] type=1400 audit(1506493488.680:190): avc: denied { getattr } for pid=1745 comm="mount" path="/metadata" dev="mmcblk1p11" ino=2 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:metadata_file:s0 tclass=dir permissive=1
[   18.713047] type=1400 audit(1506493488.683:191): avc: denied { read } for pid=1745 comm="mount" name="/" dev="rootfs" ino=2 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1
[   18.715016] type=1400 audit(1506493488.683:192): avc: denied { open } for pid=1745 comm="mount" path="/" dev="rootfs" ino=2 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1
[   18.716979] type=1400 audit(1506493488.683:193): avc: denied { read } for pid=1745 comm="mount" name="/" dev="debugfs" ino=1 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:debugfs:s0 tclass=dir permissive=1
[   18.717108] type=1400 audit(1506493488.683:194): avc: denied { open } for pid=1745 comm="mount" path="/sys/kernel/debug" dev="debugfs" ino=1 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:debugfs:s0 tclass=dir permissive=1
[   18.717191] type=1400 audit(1506493488.683:195): avc: denied { read } for pid=1745 comm="mount" name="/" dev="tmpfs" ino=172 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=dir permissive=1
[   18.717265] type=1400 audit(1506493488.683:196): avc: denied { open } for pid=1745 comm="mount" path="/dev" dev="tmpfs" ino=172 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=dir permissive=1
[   18.717346] type=1400 audit(1506493488.683:197): avc: denied { read } for pid=1745 comm="mount" name="block" dev="tmpfs" ino=9351 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:block_device:s0 tclass=dir permissive=1
[   18.717417] type=1400 audit(1506493488.683:198): avc: denied { open } for pid=1745 comm="mount" path="/dev/block" dev="tmpfs" ino=9351 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:block_device:s0 tclass=dir permissive=1
[   18.975079] type=1400 audit(1506493488.943:199): avc: denied { setattr } for pid=1728 comm="chmod" name="tmp" dev="mmcblk1p13" ino=38 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=1
[   19.148884] type=1400 audit(1506493489.116:200): avc: denied { setattr } for pid=1730 comm="chmod" name=".wdj_config" dev="mmcblk1p13" ino=9085 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:shell_data_file:s0:c512,c768 tclass=dir permissive=1
[   19.153903] type=1400 audit(1506493489.123:201): avc: denied { read } for pid=255 comm="audioserver" scontext=u:r:audioserver:s0 tcontext=u:r:audioserver:s0 tclass=netlink_kobject_uevent_socket permissive=1
[   19.164692] type=1400 audit(1506493489.133:202): avc: denied { setattr } for pid=1733 comm="chmod" name=".udid" dev="mmcblk1p13" ino=9086 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:shell_data_file:s0:c512,c768 tclass=file permissive=1
[   26.385308] type=1400 audit(1506493497.081:203): avc: denied { read } for pid=1877 comm="debuggerd" name="a" dev="mmcblk1p13" ino=9369 scontext=u:r:debuggerd:s0 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=file permissive=1
[   26.386204] type=1400 audit(1506493497.081:204): avc: denied { open } for pid=1877 comm="debuggerd" path="/data/data/com.wandoujia.phoenix2/amodel/a" dev="mmcblk1p13" ino=9369 scontext=u:r:debuggerd:s0 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=file permissive=1
[   26.386352] type=1400 audit(1506493497.081:205): avc: denied { getattr } for pid=1877 comm="debuggerd" path="/data/data/com.wandoujia.phoenix2/amodel/a" dev="mmcblk1p13" ino=9369 scontext=u:r:debuggerd:s0 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=file permissive=1
[   29.442654] init: Starting service 'catlog'...
[   29.453207] type=1400 audit(1506493500.151:206): avc: denied { append } for pid=1909 comm="cat_log.sh" name="tool.log" dev="mmcblk1p13" ino=1512 scontext=u:r:catlog:s0 tcontext=u:object_r:system_data_file:s0 tclass=file permissive=1
[   29.455811] type=1400 audit(1506493500.151:207): avc: denied { open } for pid=1909 comm="cat_log.sh" path="/data/tool.log" dev="mmcblk1p13" ino=1512 scontext=u:r:catlog:s0 tcontext=u:object_r:system_data_file:s0 tclass=file permissive=1
[   29.474594] type=1400 audit(1506493500.171:208): avc: denied { unlink } for pid=1910 comm="rm" name="201709270216_kmsg.log" dev="fuse" ino=188 scontext=u:r:catlog:s0 tcontext=u:object_r:fuse:s0 tclass=file permissive=1
[   29.476647] type=1400 audit(1506493500.174:209): avc: denied { rmdir } for pid=1910 comm="rm" name="last.5" dev="fuse" ino=72 scontext=u:r:catlog:s0 tcontext=u:object_r:fuse:s0 tclass=dir permissive=1
[   29.493111] type=1400 audit(1506493500.191:210): avc: denied { ioctl } for pid=1913 comm="ls" path="/data/tool.log" dev="mmcblk1p13" ino=1512 ioctlcmd=5413 scontext=u:r:catlog:s0 tcontext=u:object_r:system_data_file:s0 tclass=file permissive=1
[   29.657206] type=1400 audit(1506493500.354:211): avc: denied { search } for pid=1909 comm="cat_log.sh" name="/" dev="pstore" ino=233 scontext=u:r:catlog:s0 tcontext=u:object_r:pstorefs:s0 tclass=dir permissive=1
[   29.657437] type=1400 audit(1506493500.354:212): avc: denied { read } for pid=1909 comm="cat_log.sh" name="console-ramoops-0" dev="pstore" ino=234 scontext=u:r:catlog:s0 tcontext=u:object_r:pstorefs:s0 tclass=file permissive=1
[   29.658673] type=1400 audit(1506493500.354:213): avc: denied { open } for pid=1909 comm="cat_log.sh" path="/sys/fs/pstore/console-ramoops-0" dev="pstore" ino=234 scontext=u:r:catlog:s0 tcontext=u:object_r:pstorefs:s0 tclass=file permissive=1
[   29.659083] type=1400 audit(1506493500.354:214): avc: denied { syslog_read } for pid=1909 comm="cat_log.sh" scontext=u:r:catlog:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1
[   30.080198] type=1400 audit(1506493500.778:215): avc: denied { execute } for pid=1962 comm="m.iez.iezcamera" name="su" dev="mmcblk1p10" ino=2742 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[   30.080878] type=1400 audit(1506493500.778:216): avc: denied { read open } for pid=1962 comm="m.iez.iezcamera" path="/system/xbin/su" dev="mmcblk1p10" ino=2742 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[   30.081011] type=1400 audit(1506493500.778:217): avc: denied { execute_no_trans } for pid=1962 comm="m.iez.iezcamera" path="/system/xbin/su" dev="mmcblk1p10" ino=2742 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:su_exec:s0 tclass=file permissive=1
[   30.089702] type=1400 audit(1506493500.788:218): avc: denied { write } for pid=1964 comm="su" name="server" dev="tmpfs" ino=13200 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=sock_file permissive=1
[   30.090249] type=1400 audit(1506493500.788:219): avc: denied { connectto } for pid=1964 comm="su" path="/dev/com.koushikdutta.superuser.daemon/server" scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:sudaemon:s0 tclass=unix_stream_socket permissive=1
[   30.091630] type=1400 audit(1506493500.788:220): avc: denied { sys_ptrace } for pid=1966 comm="vm" capability=19 scontext=u:r:sudaemon:s0 tcontext=u:r:sudaemon:s0 tclass=capability permissive=1
[   30.092364] type=1400 audit(1506493500.788:221): avc: denied { read } for pid=1966 comm="vm" scontext=u:r:sudaemon:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=file permissive=1
[   30.093140] type=1400 audit(1506493500.788:222): avc: denied { search } for pid=1966 comm="vm" name="1964" dev="proc" ino=25687 scontext=u:r:sudaemon:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=dir permissive=1
[   30.093256] type=1400 audit(1506493500.788:223): avc: denied { read } for pid=1966 comm="vm" name="exe" dev="proc" ino=28121 scontext=u:r:sudaemon:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=lnk_file permissive=1
[   30.093336] type=1400 audit(1506493500.788:224): avc: denied { use } for pid=1966 comm="vm" path="pipe:[28066]" dev="pipefs" ino=28066 scontext=u:r:sudaemon:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=fd permissive=1
[   30.093411] type=1400 audit(1506493500.788:225): avc: denied { read } for pid=1966 comm="vm" path="pipe:[28066]" dev="pipefs" ino=28066 scontext=u:r:sudaemon:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=fifo_file permissive=1
[   30.093487] type=1400 audit(1506493500.788:226): avc: denied { write } for pid=1966 comm="vm" path="pipe:[28067]" dev="pipefs" ino=28067 scontext=u:r:sudaemon:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=fifo_file permissive=1
[   30.093566] type=1400 audit(1506493500.791:227): avc: denied { open } for pid=1968 comm="vm" path="/proc/1964/cmdline" dev="proc" ino=25689 scontext=u:r:sudaemon:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=file permissive=1
[   30.094136] type=1400 audit(1506493500.791:228): avc: denied { setuid } for pid=1968 comm="vm" capability=7 scontext=u:r:sudaemon:s0 tcontext=u:r:sudaemon:s0 tclass=capability permissive=1
[   30.094295] type=1400 audit(1506493500.791:229): avc: denied { setgid } for pid=1968 comm="vm" capability=6 scontext=u:r:sudaemon:s0 tcontext=u:r:sudaemon:s0 tclass=capability permissive=1
[   30.095105] type=1400 audit(1506493500.791:230): avc: denied { execute } for pid=1968 comm="vm" name="sh" dev="mmcblk1p10" ino=398 scontext=u:r:sudaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[   30.095374] type=1400 audit(1506493500.791:231): avc: denied { read open } for pid=1968 comm="vm" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:sudaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[   30.096357] type=1400 audit(1506493500.791:232): avc: denied { execute_no_trans } for pid=1968 comm="vm" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:sudaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[   30.096796] type=1400 audit(1506493500.791:233): avc: denied { execute } for pid=1969 comm="vm" name="app_process64" dev="mmcblk1p10" ino=154 scontext=u:r:sudaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=file permissive=1
[   30.097216] type=1400 audit(1506493500.791:234): avc: denied { read open } for pid=1969 comm="vm" path="/system/bin/app_process64" dev="mmcblk1p10" ino=154 scontext=u:r:sudaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=file permissive=1
[   30.097309] type=1400 audit(1506493500.791:235): avc: denied { execute_no_trans } for pid=1969 comm="vm" path="/system/bin/app_process64" dev="mmcblk1p10" ino=154 scontext=u:r:sudaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=file permissive=1
[   30.097392] type=1400 audit(1506493500.794:236): avc: denied { getattr } for pid=1968 comm="sh" path="/system/bin/sh" dev="mmcblk1p10" ino=398 scontext=u:r:sudaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[   30.100116] type=1400 audit(1506493500.794:237): avc: denied { getattr } for pid=1969 comm="app_process" path="/system/bin/app_process64" dev="mmcblk1p10" ino=154 scontext=u:r:sudaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=file permissive=1
[   30.100276] type=1400 audit(1506493500.794:238): avc: denied { getattr } for pid=1968 comm="sh" path="/vendor" dev="rootfs" ino=6505 scontext=u:r:sudaemon:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=1
[   30.110110] type=1400 audit(1506493500.808:239): avc: denied { ioctl } for pid=1968 comm="sh" path="pipe:[28066]" dev="pipefs" ino=28066 ioctlcmd=5401 scontext=u:r:sudaemon:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=fifo_file permissive=1
[   30.110721] type=1400 audit(1506493500.808:240): avc: denied { getattr } for pid=1968 comm="sh" path="pipe:[28066]" dev="pipefs" ino=28066 scontext=u:r:sudaemon:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=fifo_file permissive=1
[   30.111169] type=1400 audit(1506493500.808:241): avc: denied { getattr } for pid=1968 comm="sh" path="/system/bin/toybox" dev="mmcblk1p10" ino=432 scontext=u:r:sudaemon:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[   30.111337] type=1400 audit(1506493500.808:242): avc: denied { execute } for pid=1968 comm="sh" name="toybox" dev="mmcblk1p10" ino=432 scontext=u:r:sudaemon:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[   30.112925] type=1400 audit(1506493500.811:243): avc: denied { read open } for pid=1970 comm="sh" path="/system/bin/toybox" dev="mmcblk1p10" ino=432 scontext=u:r:sudaemon:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[   30.112996] audit: audit_lost=75 audit_rate_limit=20 audit_backlog_limit=64
[   30.113031] audit: rate limit exceeded
[   30.130251] init: Untracked pid 1966 exited with status 0
[   31.499190] type=1400 audit(1506493502.194:291): avc: denied { call } for pid=457 comm="Binder:457_8" scontext=u:r:system_server:s0 tcontext=u:r:sudaemon:s0 tclass=binder permissive=1
[   31.536446] init: Untracked pid 1969 exited with status 0
[   50.723663] usb 4-1.3.3: usbfs: process 2345 (Thread-6) did not claim interface 0 before use
[   51.097957] usb 4-1.3.2: usbfs: process 2345 (Thread-6) did not claim interface 0 before use
[   51.321221] usb 4-1.1: usbfs: process 2345 (Thread-6) did not claim interface 0 before use
回复

使用道具 举报

2918

积分

56

威望

46

贡献

高级创客

Rank: 6Rank: 6

积分
2918

优秀版主论坛元老

发表于 2017-9-27 14:48:59     
手动写文件到pcie存储盘中试试,先不管摄像头保存图片,可以手动的话,就不是这边的问题。
回复

使用道具 举报

72

积分

0

威望

0

贡献

游客

积分
72
发表于 2017-9-27 15:25:29     
本帖最后由 我很忙 于 2017-9-27 15:28 编辑
zhansb 发表于 2017-9-27 14:48
手动写文件到pcie存储盘中试试,先不管摄像头保存图片,可以手动的话,就不是这边的问题。

在盘的根目录可以新建文件夹,可以拷贝数据。。 但是用豌豆荚的话好像不能往里导入数据,不能新建文件夹
微信图片_20170927152744.png
微信图片_20170927152752.png
回复

使用道具 举报

72

积分

0

威望

0

贡献

游客

积分
72
发表于 2017-9-29 09:45:57     
zhansb 发表于 2017-9-27 14:48
手动写文件到pcie存储盘中试试,先不管摄像头保存图片,可以手动的话,就不是这边的问题。

还有什么办法啊
回复

使用道具 举报

返回列表
12345
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表