Jump to content

CSC Armbian for RK322x TV box boards


jock

Recommended Posts

7 minutes ago, microsolar said:

Hi, 

 

I like use i2c with RK3229 box. 

 

https://github.com/harbaum/I2C-Tiny-USB

 

I can't find the the kernel models for

 

i2c-tiny-usb

 

any suggestions

 

I approve this, but I am not sure if it is particular to this thread or not?

 

@microsolar (or anyone really),

 

If this is not specific to distribution in OP, please let me (or other moderator, via flagging) know and I will split it off to its own topic.

 

Thanks.

Link to comment
Share on other sites

13 hours ago, TRS-80 said:

 

I approve this, but I am not sure if it is particular to this thread or not?

 

@microsolar (or anyone really),

 

If this is not specific to distribution in OP, please let me (or other moderator, via flagging) know and I will split it off to its own topic.

 

Thanks.

The module can be enabled in all the kernels if it is needed, but  @microsolar can compile the kernel module for his own kernel too following the debian/ubuntu instruction on how to enable and compile kernel modules. With apt-get it should be quite possible to get the kernel sources and everything that is needed to do the job, providing he is using a stable image from the Armbian download page.

I can enable in rk322x mainline kernel with no problems and I have no objections on enable it in kernels for all architectures, but for this maybe it is worth asking other maintainers as well.

Link to comment
Share on other sites

Am 14.11.2020 um 11:50 schrieb jock:

The module can be enabled in all the kernels if it is needed, but  @microsolar can compile the kernel module for his own kernel too following the debian/ubuntu instruction on how to enable and compile kernel modules. With apt-get it should be quite possible to get the kernel sources and everything that is needed to do the job, providing he is using a stable image from the Armbian download page.

I can enable in rk322x mainline kernel with no problems and I have no objections on enable it in kernels for all architectures, but for this maybe it is worth asking other maintainers as well.

Thanks for your suggestions. It takes long time for me, but now it's working. 

best regards

Link to comment
Share on other sites

On 11/15/2020 at 8:12 AM, valik228 said:

Greetings!
I have an old TV box MXQ-4K (MXQ-4K 20160325). I'm trying to do according to the instructions, but the multitool cannot load (red LED blinking).
Please tell me how to?

If the led is blinking the multitool is waiting for your input and you should get something on HDMI.

The only way to tell if something wrong is going on is a serial interface connected to the box.

Link to comment
Share on other sites

2 часа назад, jock сказал:

If the led is blinking the multitool is waiting for your input and you should get something on HDMI.

The only way to tell if something wrong is going on is a serial interface connected to the box.

 

I found the kernel boot parameters, and at least I saw something -  kernel panic:

 

Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
197 bytes read in 15 ms (12.7 KiB/s)
1:      Multitool 
Retrieving file: /kernel.img
8719272 bytes read in 766 ms (10.9 MiB/s)
append: boot=UUID=C2A8-5A61 root=/dev/mmcblk0p2 console=uart8250,mmio32,0x11030000 console=uart0 verbose=1 consoleblank=0 video=HDMI-A-1
Retrieving file: /rk322x-box.dtb
46636 bytes read in 16 ms (2.8 MiB/s)
## Flattened Device Tree blob at 61f00000
   Booting using the fdt blob at 0x61f00000
   Loading Device Tree to 683f1000, end 683ff62b ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.194-rk322x (root@armbianbuild) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) ) #47 SMP Thu Apr 9 17:37:46 UTC 2020
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Generic RK322x TV Box board
[    0.000000] earlycon: Early serial console at MMIO32 0x11030000 (options '')
[    0.000000] bootconsole [uart0] enabled
[    0.000000] cma: Reserved 128 MiB at 0x98000000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv65535.65535 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 14 pages/cpu @e7659000 s24856 r8192 d24296 u57344
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 256256
[    0.000000] Kernel command line: boot=UUID=C2A8-5A61 root=/dev/mmcblk0p2 console=uart8250,mmio32,0x11030000 console=uart0 verbose=1 consoleblank=0 video=HDMI-A-1
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 871700K/1034240K available (12820K kernel code, 875K rwdata, 3224K rodata, 796K init, 1219K bss, 31468K reserved, 131072K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
[    0.000000]     lowmem  : 0xb0000000 - 0xf0000000   (1024 MB)
[    0.000000]     pkmap   : 0xafe00000 - 0xb0000000   (   2 MB)
[    0.000000]     modules : 0xaf000000 - 0xafe00000   (  14 MB)
[    0.000000]       .text : 0xb0008000 - 0xb0c8d53c   (12822 kB)
[    0.000000]       .init : 0xb10a1000 - 0xb1168000   ( 796 kB)
[    0.000000]       .data : 0xb1168000 - 0xb1242e94   ( 876 kB)
[    0.000000]        .bss : 0xb1244000 - 0xb1374ee4   (1220 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    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.000008] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.008796] Switching to timer-based delay loop, resolution 41ns
[    0.017166] Console: colour dummy device 80x30
[    0.022089] Unable to handle kernel NULL pointer dereference at virtual address 00000000
[    0.030986] pgd = b0004000
[    0.033954] [00000000] *pgd=00000000
[    0.037902] Internal error: Oops: 5 [#1] SMP ARM
[    0.042967] Modules linked in:
[    0.046107] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.4.194-rk322x #47
[    0.053458] Hardware name: Generic DT based system
[    0.058713] task: b1174538 task.stack: b1168000
[    0.063286] PC is at strncmp+0x1c/0x70
[    0.067095] LR is at 0x6d
[    0.069969] pc : [<b0536e90>]    lr : [<0000006d>]    psr: 20000053
[    0.069969] sp : b1169ed8  ip : 00000000  fp : b1169ee4
[    0.082072] r10: b05e9528  r9 : 00000001  r8 : b117bfe0
[    0.087804] r7 : b1169f13  r6 : b1169f14  r5 : b1169f0c  r4 : 00000000
[    0.094966] r3 : b1169f0c  r2 : 00000005  r1 : b0ec5add  r0 : 00000000
[    0.102121] Flags: nzCv  IRQs on  FIQs off  Mode SVC_32  ISA ARM  Segment none
[    0.109369] Control: 10c5387d  Table: 6000406a  DAC: 00000051
[    0.115135] Process swapper/0 (pid: 0, stack limit = 0xb1168250)
[    0.121725] Stack: (0xb1169ed8 to 0xb116a000)
[    0.126151] 9ec0:                                                       b1169f04 b1169ee8
[    0.134350] 9ee0: b05e5eb4 b0536e80 b11e0ebc b1246cac b11e0d60 b1246848 b1169f3c b1169f08
[    0.143330] 9f00: b05e9590 b05e5e8c 00000400 00000000 0308d398 11030000 75000001 00747261
[    0.151563] 9f20: b1169f44 b11e0ebc b1246cac b11e0d60 b1169f74 b1169f40 b008d7a4 b05e9534
[    0.159814] 9f40: b1350c40 b10d768c 00000004 b11e0eb4 b1160ad8 b11130e8 b1244000 e7fffc80
[    0.168065] 9f60: b0f206e0 b116e540 b1169f8c b1169f78 b10d76c0 b008d6b4 b1160ad8 b1160ad8
[    0.176307] 9f80: b1169fa4 b1169f90 b10d6778 b10d76a0 ffffffff 00000000 b1169ff4 b1169fa8
[    0.184557] 9fa0: b10a1c94 b10d6754 ffffffff ffffffff 00000000 b10a15fc 00000000 b1114250
[    0.192765] 9fc0: 00000000 b1114250 00000000 b1244294 b116e5c0 b111424c b1175b44 6000406a
[    0.201007] 9fe0: 410fc075 00000000 00000000 b1169ff8 6000807c b10a197c 00000000 00000000
[    0.209254] [<b0536e90>] (strncmp) from [<b05e5eb4>] (uart_parse_earlycon+0x34/0x14c)
[    0.217126] [<b05e5eb4>] (uart_parse_earlycon) from [<b05e9590>] (univ8250_console_match+0x68/0x118)
[    0.227161] [<b05e9590>] (univ8250_console_match) from [<b008d7a4>] (register_console+0xfc/0x3b8)
[    0.236088] [<b008d7a4>] (register_console) from [<b10d76c0>] (univ8250_console_init+0x2c/0x3c)
[    0.244810] [<b10d76c0>] (univ8250_console_init) from [<b10d6778>] (console_init+0x30/0x34)
[    0.253232] [<b10d6778>] (console_init) from [<b10a1c94>] (start_kernel+0x324/0x438)
[    0.261018] [<b10a1c94>] (start_kernel) from [<6000807c>] (0x6000807c)
[    0.267615] Code: e3520000 0a000010 e1a0c000 e4d1e001 (e4dc3001) 
[    0.273814] ---[ end trace cb88537fdc8fa200 ]---
[    0.278902] Kernel panic - not syncing: Attempted to kill the idle task!
[    0.285650] CRU:
[    0.287678] 00000000: 00002044 00001441 00000000 0000304b 00001441 00000001 0000307d 00001442
[    0.296287] 00000020: 00000001 00001032 00001441 00000000 00000000 00000000 00000000 00000000
[    0.304887] 00000040: 00001111 00002700 00001013 00004203 0000001f 00000003 00000309 0000021f
[    0.314250] 00000060: 0bb8ea60 0bb8ea60 0000001f 00001407 0000210b 00001d17 0000021f 0000021f
[    0.322832] 00000080: 0000021f 0000001f 0bb8ea60 0bb8ea60 0bb8ea60 0bb8ea60 0000c2dc 00000f01
[    0.332194] 000000a0: 0000412f 000003c3 0000011f 00000000 00000100 00004141 00000000 0bb8ea60
[    0.340820] 000000c0: 00002121 00000021 00002122 00002121 00000000 00000000 00000000 00000000
[    0.350182] 000000e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    0.358781] 00000100: 00000000 00000000 00000000 00000000 000000e0 00000000 00000000 00000000
[    0.367346] 00000120: 00000000 00000000 00000000 00000000 00000000 0000a000 00000000 00000000
[    0.375919] 00000140: 3a980064 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    0.385281] 00000160: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    0.394634] 00000180: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    0.403181] 000001a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    0.412542] 000001c0: 00000004 00000000 00000004 00000000 00000000 00000000 00000004 00000000
[    0.421902] 000001e0: 00000000 00000000 00000000 00000000 00000000 00000000
[    0.428911] ---[ end Kernel panic - not syncing: Attempted to kill the idle task!
  

 

does anyone know what he needs?

Link to comment
Share on other sites

@valik228 Looking at the crash dump it seems there is an issue with strncmp() function in the kernel, which is way improbable.

The kernel crashes too early for me, cannot really say what is wrong there because the kernel just booted.

It could be the secondary CPU/cores bring up (so a trust/tee issue) or maybe the DDR or sdcard are faulty.

 

Do you have another sdcard to try?

Otherwise I suggest you to follow the experts instruction on the first page and use rkdeveloptool to make backup and erase flash.

 

In case you have the original firmware of your box it could be interesting to take a look to the ddrbin and trust os (ie: the first 16 megabytes of the eMMC)

Link to comment
Share on other sites

1 hour ago, fabiobassa said:

arch sys counter...do you remember how many days ( and nights ) we spent about this :(:D

Countless hours spent catching that :D

 

1 hour ago, fabiobassa said:

Could you so kind to give us some photos of the board or/and any lavel you have on it ? ( r239q or chiptrip or mx4vr and so on )

This is always a good idea! :thumbup:

Link to comment
Share on other sites

@valik228
thanks for photos, i f you go on this same forum here : https://forum.armbian.com/topic/12656-csc-armbian-for-rk322x-tv-boxes/page/3/
exactly at post of maker39 you will see that your same board is tested as working with armbian

So the problem is : wrong or defective sd , wrong method in creating image on sd.

Have you skills with linux commands ? this is needed to copy the first 16 mega of emmc

Link to comment
Share on other sites

3 hours ago, valik228 said:

Heatsink is glued to the SOC and does not come off.
A later I'll try another card...
How i get the first 16 megabytes of emmc?

Thanks for the photos. As @fabiobassa already said, it is an already known board.

Yes, absolutely test a different card.

To get the first 16 megabytes of the eMMC you should be able to use the android shell (either adb, or even better via serial port) and the dd command.

Otherwise follow the instructions to make a backup in the first page of the thread using rkdeveloptool. You can either backup the whole flash for your happiness or just a portion (16 megabytes :D ).

 

But first try a fresh working sdcard and use a proper burning tool like balena etcher.

 

Link to comment
Share on other sites

17.11.2020 в 11:18, fabiobassa сказал:

thanks for photos, i f you go on this same forum here : https://forum.armbian.com/topic/12656-csc-armbian-for-rk322x-tv-boxes/page/3/
exactly at post of maker39 you will see that your same board is tested as working with armbian




Thanks for the tips!
But it looks like it's not the sd-card ...
The board on the third page has a different wifi chip.
Probably since that time something has changed in the multitool ...?
I checked my sd card by writing an image (on Linux) with dd and then checking the contents with md5-sum...

LibreELEC works on the board. But he is not interesting to me ...
I will try to dump the first 16 megabytes of emmc with it ...

 

 

Link to comment
Share on other sites

46 минут назад, valik228 сказал:

I will try to dump the first 16 megabytes of emmc with it ...

 

Ok, i dumped first 16Mb of /dev/rknand0 - https://drive.google.com/file/d/1avziBWT_JAPS80UTk4c5fP0OqlP66Z6U

 

 

upd:

 

I'm a fool!
I don't know how and why, but everything started, it was only necessary to connect another monitor!
it works. sorry!

Link to comment
Share on other sites

Hi,I have a problem with rtl8189etv through sdio interface,it's not about driver or module,seemed kernel did't initial the sdio  mmc slot properly?

Here it's the diagnosis report generated by armbianmonitor.

I also put the UART log which got from same box running the original offical firmware.

Spoiler


U-Boot 2014.10-RK322X-10-01509-gb11fcdb (May 13 2016 - 04:43:23)

CPU: rk322x
cpu version = 3
CPU's clock information:
    arm pll = 816000000HZ
    periph pll = 800000000HZ
    ddr pll = 600000000HZ
    codec pll = 500000000HZ
Board:  Rockchip platform Board
Uboot as second level loader
DRAM:  Found dram banks: 1
Adding bank:0000000060000000(0000000040000000)
Reserve memory for trust os.
dram reserve bank: base = 0x68400000, size = 0x00100000
128 MiB
GIC CPU mask = 0x00000001
rk dma pl330 version: 1.4
remotectl v0.1
SdmmcInit = 0 20
SdmmcInit = 2 0
storage init OK!
Using default environment

GetParam
Load FDT from boot image.
No pmic detect.
set pwm voltage ok,pwm_id =1 vol=1300000,pwm_value=22
set pwm voltage ok,pwm_id =2 vol=1200000,pwm_value=33
CPU's clock information:
    arm pll = 1248000000HZ
    periph pll = 800000000HZ
    ddr pll = 600000000HZ
    codec pll = 500000000HZ
DRAM: dram freq:786MHz
SecureBootEn = 0, SecureBootLock = 0
empty serial no.
checkKey
vbus = 1
board_fbt_key_pressed: ir_keycode = 0x0, frt = 0
no fuel gauge found
no fuel gauge found
read logo on state from dts [1]
can't find power_ctr node for lcdc0
read_deviceinfo_storage:p_deviceinfo=0x67d00000,p_baseparamer=0x67e00000
preset hdmi resolution is 3840x2160@30-0,i=18
preset tve resolution is 720x576@50-1,i=1
Hdmi Devices Not Exist.
can't find dts node for rk312x-tve
test_mode=0,saturation=0x0
SCREEN_TVOUT
rk3036_tve_init:use baseparamer config g_tve_pos = 1
rk3036_tve_init:use baseparamer config g_tve_pos = 1
Find logo from partition logo
no fuel gauge found
checkKey
vbus = 1
board_fbt_key_pressed: ir_keycode = 0x0, frt = 0
Hit any key to stop autoboot:  0
ERROR: [get_entry_ram]: Cannot find logo_kernel.bmp!
Secure Boot state: 0
kernel   @ 0x62000000 (0x006d2650)
ramdisk  @ 0x65bf0000 (0x00134b8c)
bootrk: do_bootm_linux...
   Loading Device Tree to 65600000, end 65614c95 ... OK
Add bank:0000000060000000, 0000000008400000
Add bank:0000000068500000, 0000000037b00000

Starting kernel ...

<hit enter to activate fiq debugger>
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0 (liuhh@HW-TV-S5) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP PREEMPT Fri May 13 04:44:24 CST 2016
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Rockchip RK3228B, model: rockchip,rk3228b
[    0.000000] get_bootmode: storagemedia=emmc, flag_uboot_bootmode_nand=0
[    0.000000] rockchip_uboot_logo_setup: mem: 0x02000000@0x9dc00000, offset:0x00000000
[    0.000000] hdmi init vic is 65631
[    0.000000] cvbs init tve.format is 1
[    0.000000] cvbs init tve.format is 1
[    0.000000] cvbs init tve.format is 1
[    0.000000] rockchip_uboot_mem_reserve: reserve 0x02000000@0x9dc00000 for uboot logo
[    0.000000] rockchip_ion_reserve
[    0.000000] ion heap(vmalloc): base(0) size(0) align(0)
[    0.000000] rockchip_deviceinfo_reserve:
[    0.000000] rockchip_deviceinfo_find_reserve_mem:enable=1,base=0x67d00000,size=0x200000
[    0.000000] cma: CMA: reserved 16 MiB at 7f000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] psci: probing function IDs from device-tree
[    0.000000] PERCPU: Embedded 9 pages/cpu @c16dc000 s13440 r8192 d15232 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260864
[    0.000000] Kernel command line: vmalloc=496M psci=enable rockchip_jtag console=ttyFIQ0 androidboot.selinux=disabled androidboot.hardware=rk30board androidboot.console=ttyFIQ0  initcall_debug=1 init=/init  mtdparts=rk29xxnand:0x00002000@0x00002000(fastboot),0x00004000@0x00004000(trust),0x00008000@0x00008000(recovery),0x00000800@0x00010000(deviceinfo),0x00002000@0x00010800(baseparamer),0x00004000@0x00012800(logo),0x00008000@0x00016800(fastplay),0x00004000@0x0001E800(misc),0x0000c000@0x00022800(factory),0x00006000@0x0002E800(boot),0x00004000@0x00034800(iptv_data),0x000aa000@0x00038800(backup),0x000aa000@0x000E2800(cache),0x00104000@0x0018C800(system),0x00200000@0x00290800(userdata),0x00002000@0x00490800(metadata),-@0x00492800(user) storagemedia=emmc uboot_logo=0x02000000@0x9dc00000 loader.timestamp=2016-05-13_04:43:23 hdmi.vic=65631 tve.format=1 ir.keycode=0x0
[    0.000000] rockchip jtag enabled
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] allocated 2097152 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 132MB 891MB = 1023MB total
[    0.000000] Memory: 968992k/968992k available, 78560k reserved, 491516K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0c12f9c   (12332 kB)
[    0.000000]       .init : 0xc0c13000 - 0xc0c6c480   ( 358 kB)
[    0.000000]       .data : 0xc0c6e000 - 0xc0d7ef78   (1092 kB)
[    0.000000]        .bss : 0xc0d7ef78 - 0xc0ea193c   (1163 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] rk_clk_tree_init start!
[    0.000000] rk_get_uboot_display_flag: uboot_logo_on = 1
[    0.000000] rkclk_init_clks: cnt_parent = 15
[    0.000000] rkclk_init_clks: cnt_rate = 19
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns
[    0.000000] process version: 0
[    0.000000] channel:0, lkg:3
[    0.000000] target-temp:95
[    0.000000] channel:2, lkg:2
[    0.000000] channel:2, lkg:2
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
[    1.555094] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    1.555121] pid_max: default: 32768 minimum: 301
[    1.555343] Security Framework initialized
[    1.555372] SELinux:  Initializing.
[    1.555506] Mount-cache hash table entries: 512
[    1.556607] Initializing cgroup subsys debug
[    1.556632] Initializing cgroup subsys memory
[    1.556678] Initializing cgroup subsys freezer
[    1.556735] CPU: Testing write buffer coherency: ok
[    1.557143] /cpus/cpu@0 missing clock-frequency property
[    1.557169] /cpus/cpu@1 missing clock-frequency property
[    1.557188] /cpus/cpu@2 missing clock-frequency property
[    1.557206] /cpus/cpu@3 missing clock-frequency property
[    1.557285] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    1.557447] Setting up static identity map for 0xc08a9890 - 0xc08a98e8
[    1.559224] last_log: 0x7e900000 map to 0xe0804000 and copy to 0xe0886000, size 0x80000 early 0x1b93 (version 3.1)
[    1.633102] CPU1: Booted secondary processor
[    1.633159] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    1.652796] CPU2: Booted secondary processor
[    1.652843] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    1.672559] CPU3: Booted secondary processor
[    1.672601] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    1.672775] Brought up 4 CPUs
[    1.672823] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    1.672838] CPU: All CPU(s) started in SVC mode.
[    1.674107] devtmpfs: initialized
[    1.682946] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    1.685813] pinctrl core: initialized pinctrl subsystem
[    1.686331] regulator-dummy: no parameters
[    1.707681] NET: Registered protocol family 16
[    1.710765] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    1.712270] ion_snapshot: 0x7ea50000 map to 0xe0907000 and copy to 0xc0e7cd0c (version 0.1)
[    1.712474] Registered FIQ tty driver
[    1.714882] console [ttyFIQ0] enabled
[    1.715313] Registered fiq debugger ttyFIQ0
[    1.717619] syscon 10140000.syscon: regmap [mem 0x10140000-0x10140fff] registered
[    1.718002] syscon 11000000.syscon: regmap [mem 0x11000000-0x11000fff] registered
[    1.718322] syscon 110e0000.syscon: regmap [mem 0x110e0000-0x110e0fff] registered
[    1.718622] syscon 11200000.syscon: regmap [mem 0x11200000-0x112003ff] registered
[    1.718937] syscon 31020000.syscon: regmap [mem 0x31020000-0x31022fff] registered
[    1.724819] rk_iommu 20053f00.vop_mmu: (vop) Enter
[    1.724953] rk_iommu 20053f00.vop_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    1.724981] rk_iommu 20053f00.vop_mmu: (vop) Initialized
[    1.725249] rk_iommu 20020800.vpu_mmu: (vpu) Enter
[    1.725363] rk_iommu 20020800.vpu_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    1.725391] rk_iommu 20020800.vpu_mmu: (vpu) Initialized
[    1.725638] rk_iommu 20070800.iep_mmu: (iep) Enter
[    1.725753] rk_iommu 20070800.iep_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    1.725784] rk_iommu 20070800.iep_mmu: (iep) Initialized
[    1.726050] rk_iommu 20030480.vdec_mmu: (vdec) Enter
[    1.726169] rk_iommu 20030480.vdec_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    1.726199] rk_iommu 20030480.vdec_mmu: (vdec) Initialized
[    1.735949] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    1.735973] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    1.736950] rk3368_init_rockchip_pmu_ops: could not find pmu dt node
[    1.793312] bio: create slab <bio-0> at 0
[    1.794987] Rockchip hdmi driver version 2.0
.
[    1.795485] vccio_1v8: 1800 mV
[    1.795812] vccio_3v3: 3300 mV
[    1.796594] SCSI subsystem initialized
[    1.797025] usbcore: registered new interface driver usbfs
[    1.797123] usbcore: registered new interface driver hub
[    1.797319] usbcore: registered new device driver usb
[    1.799952] media: Linux media interface: v0.10
[    1.800085] Linux video capture interface: v2.00
[    1.800501] pps_core: LinuxPPS API ver. 1 registered
[    1.800524] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.800648] PTP clock support registered
[    1.801787] Rockchip ion module is successfully loaded (v1.1)
[    1.802310] Advanced Linux Sound Architecture Driver Initialized.
[    1.803558] Bluetooth: Core ver 2.16
[    1.803627] NET: Registered protocol family 31
[    1.803648] Bluetooth: HCI device and connection manager initialized
[    1.803682] Bluetooth: HCI socket layer initialized
[    1.803713] Bluetooth: L2CAP socket layer initialized
[    1.803792] Bluetooth: SCO socket layer initialized
[    1.804302] cfg80211: Calling CRDA to update world regulatory domain
[    1.806827] rockchip-i2s 100c0000.i2s0: i2s0 has no mclk
[    1.809031] Switching to clocksource arch_sys_counter
[    1.850845] rga: Module initialized.
[    1.851496] rga2 20060000.rga: rga ion client create success!
[    1.851791] rga: Driver loaded succesfully
[    1.852122] fb disp policy is box
[    1.852224] rk-fb rockchip-fb: rk fb ion client create success!
[    1.852251] rk-fb rockchip-fb: rockchip framebuffer driver probe
[    1.852826] rk-screen rk_screen.15: rockchip screen probe success
[    1.854988] rk322x-lcdc 20050000.vop: vop_dev->regs=0xe092e000
[    1.855060] rk322x-lcdc vop0: can't find power_ctr node for lcdc0
[    1.855570] graphics fb0: rockchip framebuffer registerd:fb0
[    1.856273] graphics fb1: rockchip framebuffer registerd:fb1
[    1.856688] graphics fb2: rockchip framebuffer registerd:fb2
[    1.857205] rk322x-lcdc vop0: lcdc0: dclk:297000000>>fps:240
[    1.873868] alloc_buffer:ion_phy_addr=0x10000000
[    1.878325] fb0:phy:10000000>>vir:e0934000>>len:0xb00000
[    1.930064] rk_iommu 20053f00.vop_mmu: rockchip_iommu_attach_device: Attached new IOMMU with pgtable 0x7e9aa000
[    1.930137] rk322x-lcdc vop0: bus error!
[    1.930165] rk322x-lcdc vop0: lcdc0 probe ok, iommu enabled
[    1.933558] NET: Registered protocol family 2
[    1.934746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    1.934862] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    1.934963] TCP: Hash tables configured (established 4096 bind 4096)
[    1.935053] TCP: reno registered
[    1.935083] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    1.935127] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    1.935586] NET: Registered protocol family 1
[    1.936145] Unpacking initramfs...
[    2.054955] Freeing initrd memory: 1232K (c5bf0000 - c5d24000)
[    2.056645] hw perfevents: enabled with ARMv7_Cortex_A7 PMU driver, 5 counters available
[    2.059847] rknandbase v1.0 2014-03-31
[    2.060172] rknand: probe of 30030000.nandc failed with error -1
[    2.060286] rknand_driver:ret = 0
[    2.063438] audit: initializing netlink socket (disabled)
[    2.063500] type=2000 audit(0.500:1): initialized
[    2.065714] bounce pool size: 64 pages
[    2.077548] fuse init (API version 7.22)
[    2.078428] msgmni has been set to 966
[    2.079472]
[    2.079472] TEE Core Framework initialization (ver 1:0.1)
[    2.079568] TEE armv7 Driver initialization
[    2.080012] tz_tee_probe: name="armv7sec", id=0, pdev_name="armv7sec.0"
[    2.080041] TEE core: Alloc the misc device "opteearmtz00" (id=0)
[    2.080427] TEE Core: Register the misc device "opteearmtz00" (id=0,minor=60)
[    2.084848] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    2.084927] io scheduler noop registered
[    2.084988] io scheduler deadline registered
[    2.085240] io scheduler cfq registered (default)
[    2.088294] HDMI: no pull up gpio
[    2.089488] reset hdmi
[    2.090141] rockchip-hdmiv2 200a0000.hdmi: rockchip hdmiv2 probe sucess.
[    2.090312] [hdmi_dev_detect_hotplug] reg3004 value 01 ,tmdsvalue = 0
[    2.090333] HDMI_CANCEL_SUSPEND
[    2.090932] iep: failed to find iep power down clock source.
[    2.091456] IEP Power ON
[    2.091528] iep ion client create success!
[    2.091878] rk_iommu 20070800.iep_mmu: rockchip_iommu_attach_device: Attached new IOMMU with pgtable 0x7e9cf000
[    2.091901] IEP Power OFF
[    2.091929] IEP Driver loaded succesfully
[    2.092089] Module initialized.
[    2.092493] cvbs connect to lcdc0
[    2.092517] switch:en=1,lcdc_id=0,screen type=5,cur type=1
[    2.092666] rk322x-lcdc vop0: lcdc0: dclk:27000000>>fps:52
[    2.092706] rk322x-lcdc vop0: vop_axi_gather_cfg:un supported format[6]
[    2.093013] rk3036-tve 20053e00.tve: rockchip,rk322x-tve tv encoder probe ok
[    2.094524] [hdmi_dev_detect_hotplug] reg3004 value 01 ,tmdsvalue = 0
[    2.094554] [hdmi_dev_detect_hotplug] reg3004 value 01 ,tmdsvalue = 0
[    2.094571] HDMI_CANCEL_SUSPEND
[    2.096180] dma-pl330 110f0000.pdma: Loaded driver for PL330 DMAC-2364208
[    2.096213] dma-pl330 110f0000.pdma:         DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    2.096805] vdd_arm: 950 <--> 1400 mV at 1300 mV
[    2.097366] vdd_logic: 1000 <--> 1300 mV at 1200 mV
[    2.098080] rk_serial.c v1.8 2014-03-04
[    2.098556] 11020000.serial: ttyS1 at MMIO 0x11020000 (irq = 88) is a rk29_serial.1
[    2.098983] serial 11020000.serial: membase e1722000
[    2.099685] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 382; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '-lsk-v3.10-android-14.07-19638-gc3dbecb', rk_ko_ver is '5', built at '04:44:00', on 'May 13 2016'.
[    2.099890] mali-utgard 20001000.gpu: mali_platform_device->num_resources = 13
[    2.099920] mali-utgard 20001000.gpu: mali_platform_device->resource[0].start = 0x20001000
[    2.099945] mali-utgard 20001000.gpu: mali_platform_device->resource[1].start = 0x20000000
[    2.099972] mali-utgard 20001000.gpu: mali_platform_device->resource[2].start = 0x20003000
[    2.099999] mali-utgard 20001000.gpu: mali_platform_device->resource[3].start = 0x20008000
[    2.100023] mali-utgard 20001000.gpu: mali_platform_device->resource[4].start = 0x20004000
[    2.100049] mali-utgard 20001000.gpu: mali_platform_device->resource[5].start = 0x2000a000
[    2.100074] mali-utgard 20001000.gpu: mali_platform_device->resource[6].start = 0x20005000
[    2.100100] mali-utgard 20001000.gpu: mali_platform_device->resource[7].start = 0x00000026
[    2.100125] mali-utgard 20001000.gpu: mali_platform_device->resource[8].start = 0x00000025
[    2.100149] mali-utgard 20001000.gpu: mali_platform_device->resource[9].start = 0x00000024
[    2.100175] mali-utgard 20001000.gpu: mali_platform_device->resource[10].start = 0x00000025
[    2.100199] mali-utgard 20001000.gpu: mali_platform_device->resource[11].start = 0x00000024
[    2.100225] mali-utgard 20001000.gpu: mali_platform_device->resource[12].start = 0x00000025
[    2.100304] mali-utgard 20001000.gpu: freq: 200000000, min_threshold: 0, max_threshold: 70
[    2.100334] mali-utgard 20001000.gpu: freq: 300000000, min_threshold: 61, max_threshold: 85
[    2.100360] mali-utgard 20001000.gpu: freq: 500000000, min_threshold: 73, max_threshold: 100
[    2.100384] DVFS ERR:        dvfs_target: clk_gpu is disable, set rate error
[    2.100410] mali-utgard 20001000.gpu: initial freq = 250000000
[    2.102927] Mali: Mali device driver loaded
[    2.108926] loop: module loaded
[    2.109772] zram: Created 1 device(s) ...
[    2.113268] Freeing initrd memory: 2048K (c7d00000 - c7f00000)
[    2.113297] rockchip_deviceinfo_probe:info.flag_reserve=1
[    2.115355] SCSI Media Changer driver v0.25
[    2.116192] tun: Universal TUN/TAP device driver, 1.6
[    2.116213] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.116530] vmac_init.
[    2.117158] stmmac_probe_config_dt: Can not read property: pmu_regulator.
[    2.117187] stmmac_probe_config_dt: clock input/output? (output).
[    2.117210] stmmac_probe_config_dt: TX delay(0x30).
[    2.117229] stmmac_probe_config_dt: RX delay(0x10).
[    2.117251] stmmac_probe_config_dt: internal PHY/external PHY? (internal).
[    2.117403] stmmac_probe_config_dt: is rockchip,rk322x-gmac
[    2.117423] stmmc_pltfr_init:
[    2.117444] stmmc_pltfr_init: ERROR: Get power-gpio failed.
[    2.117462] stmmc_pltfr_init: ERROR: Get reset-gpio failed.
[    2.117480] stmmc_pltfr_init: ERROR: Get link-gpio failed.
[    2.117499] stmmc_pltfr_init: ERROR: Get led-gpio failed.
[    2.117516] stmmc_pltfr_init: init for RMII
[    2.117794] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    2.117817]  Normal descriptors
[    2.117836]  Ring mode enabled
[    2.117854]  DMA HW capability register supported
[    2.117874]  RX Checksum Offload Engine supported (type 2)
[    2.117892]  TX Checksum insertion supported
[    2.117906]  Wake-Up On Lan supported
[    2.117982]  Enable RX Mitigation via HW Watchdog Timer
[    2.118819] PPP generic driver version 2.4.2
[    2.119231] PPP BSD Compression module registered
[    2.119294] PPP Deflate Compression module registered
[    2.119374] PPP MPPE Compression module registered
[    2.119483] NET: Registered protocol family 24
[    2.119699] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[    2.119720] CSLIP: code copyright 1989 Regents of the University of California.
[    2.119787] Rockchip WiFi SYS interface (V1.00) ...
[    2.119899] esp_mem_init enter date May 13 2016 04:44:07
[    2.119916] esp_mem_init VERSION [V2.5]
[    2.119991] esp_mem_init complete
[    2.120160] usbcore: registered new interface driver catc
[    2.120293] usbcore: registered new interface driver kaweth
[    2.120360] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    2.120441] usbcore: registered new interface driver pegasus
[    2.120565] usbcore: registered new interface driver rtl8150
[    2.120689] usbcore: registered new interface driver r8152
[    2.120754] hso: drivers/net/usb/hso.c: Option Wireless
[    2.120890] usbcore: registered new interface driver hso
[    2.121041] usbcore: registered new interface driver asix
[    2.121169] usbcore: registered new interface driver ax88179_178a
[    2.121296] usbcore: registered new interface driver cdc_ether
[    2.121430] usbcore: registered new interface driver cdc_eem
[    2.121554] usbcore: registered new interface driver dm9601
[    2.121672] usbcore: registered new interface driver dm9620
[    2.121811] usbcore: registered new interface driver smsc75xx
[    2.121956] usbcore: registered new interface driver smsc95xx
[    2.122081] usbcore: registered new interface driver gl620a
[    2.122202] usbcore: registered new interface driver net1080
[    2.122326] usbcore: registered new interface driver plusb
[    2.122448] usbcore: registered new interface driver rndis_host
[    2.122569] usbcore: registered new interface driver cdc_subset
[    2.122689] usbcore: registered new interface driver zaurus
[    2.122824] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    2.123042] usbcore: registered new interface driver int51x1
[    2.123168] usbcore: registered new interface driver kalmia
[    2.123293] usbcore: registered new interface driver ipheth
[    2.123427] usbcore: registered new interface driver sierra_net
[    2.123550] usbcore: registered new interface driver cx82310_eth
[    2.123702] usbcore: registered new interface driver cdc_ncm
[    2.123829] usbcore: registered new interface driver qmi_wwan
[    2.123956] usbcore: registered new interface driver cdc_mbim
[    2.124070] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.124135] ehci-platform: EHCI generic platform driver
[    2.124584] ehci-platform 30080000.ehci0: EHCI Host Controller
[    2.124643] ehci-platform 30080000.ehci0: new USB bus registered, assigned bus number 1
[    2.125350] ehci-platform 30080000.ehci0: irq 48, io mem 0x30080000
[    2.143718] ehci-platform 30080000.ehci0: USB 2.0 started, EHCI 1.00
[    2.143852] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.143878] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.143904] usb usb1: Product: EHCI Host Controller
[    2.143929] usb usb1: Manufacturer: Linux 3.10.0 ehci_hcd
[    2.143953] usb usb1: SerialNumber: 30080000.ehci0
[    2.144878] hub 1-0:1.0: USB hub found
[    2.144933] hub 1-0:1.0: 1 port detected
[    2.145485] ehci-platform 300c0000.ehci1: EHCI Host Controller
[    2.145545] ehci-platform 300c0000.ehci1: new USB bus registered, assigned bus number 2
[    2.146147] ehci-platform 300c0000.ehci1: irq 51, io mem 0x300c0000
[    2.163395] ehci-platform 300c0000.ehci1: USB 2.0 started, EHCI 1.00
[    2.163547] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.163577] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.163603] usb usb2: Product: EHCI Host Controller
[    2.163627] usb usb2: Manufacturer: Linux 3.10.0 ehci_hcd
[    2.163650] usb usb2: SerialNumber: 300c0000.ehci1
[    2.164485] hub 2-0:1.0: USB hub found
[    2.164531] hub 2-0:1.0: 1 port detected
[    2.165082] ehci-platform 30100000.ehci2: EHCI Host Controller
[    2.165153] ehci-platform 30100000.ehci2: new USB bus registered, assigned bus number 3
[    2.165681] ehci-platform 30100000.ehci2: irq 98, io mem 0x30100000
[    2.183095] ehci-platform 30100000.ehci2: USB 2.0 started, EHCI 1.00
[    2.183230] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.183257] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.183286] usb usb3: Product: EHCI Host Controller
[    2.183308] usb usb3: Manufacturer: Linux 3.10.0 ehci_hcd
[    2.183331] usb usb3: SerialNumber: 30100000.ehci2
[    2.184221] hub 3-0:1.0: USB hub found
[    2.184268] hub 3-0:1.0: 1 port detected
[    2.185192] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.185461] ohci-platform: OHCI generic platform driver
[    2.185680] ohci-platform 300a0000.ohci0: Generic Platform OHCI controller
[    2.185743] ohci-platform 300a0000.ohci0: new USB bus registered, assigned bus number 4
[    2.185822] ohci-platform 300a0000.ohci0: irq 49, io mem 0x300a0000
[    2.246132] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.246166] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.246192] usb usb4: Product: Generic Platform OHCI controller
[    2.246216] usb usb4: Manufacturer: Linux 3.10.0 ohci_hcd
[    2.246239] usb usb4: SerialNumber: 300a0000.ohci0
[    2.247128] hub 4-0:1.0: USB hub found
[    2.247186] hub 4-0:1.0: 1 port detected
[    2.247657] ohci-platform 300e0000.ohci1: Generic Platform OHCI controller
[    2.247712] ohci-platform 300e0000.ohci1: new USB bus registered, assigned bus number 5
[    2.247789] ohci-platform 300e0000.ohci1: irq 52, io mem 0x300e0000
[    2.305198] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    2.305232] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.305259] usb usb5: Product: Generic Platform OHCI controller
[    2.305282] usb usb5: Manufacturer: Linux 3.10.0 ohci_hcd
[    2.305305] usb usb5: SerialNumber: 300e0000.ohci1
[    2.306150] hub 5-0:1.0: USB hub found
[    2.306195] hub 5-0:1.0: 1 port detected
[    2.306623] ohci-platform 30120000.ohci2: Generic Platform OHCI controller
[    2.306676] ohci-platform 30120000.ohci2: new USB bus registered, assigned bus number 6
[    2.306748] ohci-platform 30120000.ohci2: irq 99, io mem 0x30120000
[    2.364219] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.364252] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.364278] usb usb6: Product: Generic Platform OHCI controller
[    2.364301] usb usb6: Manufacturer: Linux 3.10.0 ohci_hcd
[    2.364323] usb usb6: SerialNumber: 30120000.ohci2
[    2.365092] hub 6-0:1.0: USB hub found
[    2.365138] hub 6-0:1.0: 1 port detected
[    2.365750] usbcore: registered new interface driver cdc_acm
[    2.365772] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.365942] usbcore: registered new interface driver usblp
[    2.366087] usbcore: registered new interface driver cdc_wdm
[    2.366333] usbcore: registered new interface driver usb-storage
[    2.366472] usbcore: registered new interface driver ums-alauda
[    2.366602] usbcore: registered new interface driver ums-cypress
[    2.366746] usbcore: registered new interface driver ums-datafab
[    2.366880] usbcore: registered new interface driver ums_eneub6250
[    2.367011] usbcore: registered new interface driver ums-freecom
[    2.367143] usbcore: registered new interface driver ums-isd200
[    2.367268] usbcore: registered new interface driver ums-jumpshot
[    2.367396] usbcore: registered new interface driver ums-karma
[    2.367519] usbcore: registered new interface driver ums-onetouch
[    2.367651] usbcore: registered new interface driver ums-sddr09
[    2.367781] usbcore: registered new interface driver ums-sddr55
[    2.367914] usbcore: registered new interface driver ums-usbat
[    2.368155] usbcore: registered new interface driver usbserial
[    2.368240] usbcore: registered new interface driver usbserial_generic
[    2.368306] usbserial: USB Serial support registered for generic
[    2.368453] usbcore: registered new interface driver option
[    2.368527] usbserial: USB Serial support registered for GSM modem (1-port)
[    2.368979] usbcore: registered new interface driver trancevibrator
[    2.369048] usb20_otg: version 3.10a 21-DEC-2012
[    2.369824] e1980040
[    2.369851] Core Release: 3.10a
[    2.369869] Setting default values for core params
[    2.370158] Using Buffer DMA mode
[    2.370180] Periodic Transfer Interrupt Enhancement - disabled
[    2.370199] Multiprocessor Interrupt Enhancement - disabled
[    2.370220] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.370237] ^^^^^^^^^^^^^^^^^Device Mode
[    2.370260] Dedicated Tx FIFOs mode
[    2.370292] pcd_init otg_dev = dddf8e00
[    2.370596] usb20_otg 30040000.otg: DWC OTG Controller
[    2.370654] usb20_otg 30040000.otg: new USB bus registered, assigned bus number 7
[    2.370720] usb20_otg 30040000.otg: irq 55, io mem 0x00000000
[    2.370840] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
[    2.370867] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.370893] usb usb7: Product: DWC OTG Controller
[    2.370916] usb usb7: Manufacturer: Linux 3.10.0 dwc_otg_hcd
[    2.370936] usb usb7: SerialNumber: 30040000.otg
[    2.371769] hub 7-0:1.0: USB hub found
[    2.371816] hub 7-0:1.0: 1 port detected
[    2.380118] usb20_host: version 3.10a 21-DEC-2012
[    2.381724] usbcore: registered new interface driver xpad
[    2.381887] usbcore: registered new interface driver usb_acecad
[    2.382049] usbcore: registered new interface driver aiptek
[    2.382202] usbcore: registered new interface driver gtco
[    2.382352] usbcore: registered new interface driver hanwang
[    2.382492] usbcore: registered new interface driver kbtab
[    2.382665] usbcore: registered new interface driver wacom
[    2.383920] .. rk pwm remotectl v1.1 init
[    2.384398] input: 110b0030.pwm as /devices/110b0030.pwm/input/input0
[    2.385317] i2c /dev entries driver
[    2.390012] IR NEC protocol handler initialized
[    2.390074] IR RC5(x) protocol handler initialized
[    2.390133] IR RC6 protocol handler initialized
[    2.390192] IR JVC protocol handler initialized
[    2.390249] IR Sony protocol handler initialized
[    2.390308] IR RC5 (streamzap) protocol handler initialized
[    2.390367] IR SANYO protocol handler initialized
[    2.390428] IR MCE Keyboard/mouse protocol handler initialized
[    2.390863] usbcore: registered new interface driver uvcvideo
[    2.390884] USB Video Class driver (1.1.1)
[    2.390959] CamSys driver version: v0.33.0,  CamSys head file version: v0.11.0
[    2.390984] E:camsys_soc_init(36): camsys isn't support soc: 0x32283001!
[    2.393028] rockchip_temp_probe,line=375
[    2.393573] tsadc 11150000.tsadc: Missing tsadc_low_temp in the DT.
[    2.448744] tsadc 11150000.tsadc: initialized
[    2.449730] device-mapper: uevent: version 1.0.3
[    2.450257] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    2.450960] Bluetooth: HCI UART driver ver 2.2
[    2.450981] Bluetooth: HCI H4 protocol initialized
[    2.451002] Bluetooth: HCILL protocol initialized
[    2.451063] rtk_btusb: Realtek Bluetooth USB driver module init, version 2.21
[    2.451084] rtk_btusb: Register usb char device interface for BT driver
[    2.451485] usbcore: registered new interface driver rtk_btusb
[    2.452286] cpufreq version 1.0, suspend freq 1008 MHz
[    2.452895] cpuidle: using governor ladder
[    2.452951] cpuidle: using governor menu
[    2.453096] Synopsys Designware Multimedia Card Interface Driver
[    2.453112] MHSC version = Ver 2.00 2015-06-10
[    2.453632] dwmmc_rockchip 30020000.rksdmmc: Version ID is 270a
[    2.453710] dwmmc_rockchip 30020000.rksdmmc: failed to get hpclk_mmc
[    2.470623] Using Buffer DMA mode
[    2.470644] Periodic Transfer Interrupt Enhancement - disabled
[    2.470658] Multiprocessor Interrupt Enhancement - disabled
[    2.470673] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.470685] ^^^^^^^^^^^^^^^^^^Host Mode
[    2.470881] dwmmc_rockchip 30020000.rksdmmc: Using internal DMA controller.
[    2.471123] dwmmc_rockchip 30020000.rksdmmc: dw_mci_init_slot: fmin=400000, fmax=50000000 [mmc0]
[    2.471353] dwmmc_rockchip 30020000.rksdmmc: dw_mci_set_ios:  no card. [mmc0]
[    2.488106] dwmmc_rockchip 30020000.rksdmmc: dw_mci_set_ios:  no card. [mmc0]
[    2.507819] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc0]
[    2.507844] dwmmc_rockchip 30020000.rksdmmc: DW MMC controller at irq 46, 32 bit host data width, 256 deep fifo
[    2.507865] dwmmc_rockchip 30020000.rksdmmc: 1 slots initialized
[    2.508377] dwmmc_rockchip 30000000.rksdmmc: Version ID is 270a
[    2.508441] dwmmc_rockchip 30000000.rksdmmc: failed to get hpclk_mmc
[    2.509054] dwmmc_rockchip 30000000.rksdmmc: Using internal DMA controller.
[    2.509295] dwmmc_rockchip 30000000.rksdmmc: dw_mci_init_slot: fmin=400000, fmax=37500000 [mmc1]
[    2.509515] dwmmc_rockchip 30000000.rksdmmc: mmc1: No udbg pinctrl found!
[    2.509680] dwmmc_rockchip 30000000.rksdmmc: dw_mci_set_ios:  no card. [mmc1]
[    2.517831] Init: Power Port (0)
[    2.517850] rk_battery_charger_detect_cb , battery_charger_detect 5
[    2.517910] 30040000.otg resume, HPRT0:0x1000
[    2.518014] 30040000.otg suspend, HPRT0:0x1000
[    2.527458] dwmmc_rockchip 30000000.rksdmmc: dw_mci_set_ios:  no card. [mmc1]
[    2.540034] mmc0: BKOPS_EN bit is not set
[    2.542001] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    2.542034] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc0]
[    2.542052] rk_sdmmc: BOOT dw_mci_setup_bus: workaround div = 1, host->bus_hz = 100000000 [mmc0]
[    2.542155] rk_sdmmc: BOOT Bus speed=50000000Hz,Bus width=8bits.[mmc0]
[    2.542358] mmc0: new high speed DDR MMC card at address 0001
[    2.542897] mmcblk0: mmc0:0001 4FPD3R 3.64 GiB
[    2.543503]   fastboot: 0x000400000 -- 0x000800000 (4 MB)
[    2.543524]      trust: 0x000800000 -- 0x001000000 (8 MB)
[    2.543543]   recovery: 0x001000000 -- 0x002000000 (16 MB)
[    2.543560] deviceinfo: 0x002000000 -- 0x002100000 (1 MB)
[    2.543575] baseparamer: 0x002100000 -- 0x002500000 (4 MB)
[    2.543591]       logo: 0x002500000 -- 0x002d00000 (8 MB)
[    2.543606]   fastplay: 0x002d00000 -- 0x003d00000 (16 MB)
[    2.543622]       misc: 0x003d00000 -- 0x004500000 (8 MB)
[    2.543637]    factory: 0x004500000 -- 0x005d00000 (24 MB)
[    2.543653]       boot: 0x005d00000 -- 0x006900000 (12 MB)
[    2.543671]  iptv_data: 0x006900000 -- 0x007100000 (8 MB)
[    2.543688]     backup: 0x007100000 -- 0x01c500000 (340 MB)
[    2.543705]      cache: 0x01c500000 -- 0x031900000 (340 MB)
[    2.543722]     system: 0x031900000 -- 0x052100000 (520 MB)
[    2.543738]   userdata: 0x052100000 -- 0x092100000 (1024 MB)
[    2.543755]   metadata: 0x092100000 -- 0x092500000 (4 MB)
[    2.543773]       user: 0x092500000 -- 0x0e8c00000 (1383 MB)
[    2.543824]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17
[    2.547686] dwmmc_rockchip 30000000.rksdmmc: dw_mci_set_ios:  no card. [mmc1]
[    2.547721] dwmmc_rockchip 30000000.rksdmmc: DW MMC controller at irq 44, 32 bit host data width, 256 deep fifo
[    2.547738] dwmmc_rockchip 30000000.rksdmmc: 1 slots initialized
[    2.548077] dwmmc_rockchip 30010000.rksdmmc: Version ID is 270a
[    2.548132] dwmmc_rockchip 30010000.rksdmmc: failed to get hpclk_mmc
[    2.548383] dwmmc_rockchip 30010000.rksdmmc: Using internal DMA controller.
[    2.548574] dwmmc_rockchip 30010000.rksdmmc: dw_mci_init_slot: fmin=200000, fmax=37500000 [mmc2]
[    2.548860] dwmmc_rockchip 30010000.rksdmmc: dw_mci_set_ios:  no card. [mmc2]
[    2.566821] dwmmc_rockchip 30010000.rksdmmc: dw_mci_set_ios:  no card. [mmc2]
[    2.586542] dwmmc_rockchip 30010000.rksdmmc: DW MMC controller at irq 45, 32 bit host data width, 256 deep fifo
[    2.586558] dwmmc_rockchip 30010000.rksdmmc: 1 slots initialized
[    2.586965] boot changed by Huawei for CA!!!!!!!!!!!!!
[    2.586978] I>>> ROCKCHIP_LEDS_GPIO->rk_gpio_led_probe(233): rk_gpio_led v1.0 init
[    2.587369] hidraw: raw HID events driver (C) Jiri Kosina
[    2.587504] dwmmc_rockchip 30010000.rksdmmc: dw_mci_set_ios:  no card. [mmc2]
[    2.591642] usbcore: registered new interface driver usbhid
[    2.591653] usbhid: USB HID core driver
[    2.591925] ashmem: initialized
[    2.592154] logger: created 256K log 'log_main'
[    2.592329] logger: created 256K log 'log_events'
[    2.592496] logger: created 256K log 'log_radio'
[    2.592658] logger: created 256K log 'log_system'
[    2.595729] rockchip-spdif 100d0000.spdif: spdif ready.
[    2.618102] rk322x-audio rockchip_audio.25:  rk322x-hifi <-> 100b0000.i2s1 mapping ok
[    2.621617] rockchip-hdmi-i2s rockchip_hdmi_i2s.27:  rk-hdmi-i2s-hifi <-> 100c0000.i2s0 mapping ok
[    2.623189] u32 classifier
[    2.623198]     Actions configured
[    2.623393] Netfilter messages via NETLINK v0.30.
[    2.623542] nf_conntrack version 0.5.0 (15447 buckets, 61788 max)
[    2.624140] ctnetlink v0.93: registering with nfnetlink.
[    2.624618] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    2.624629] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    2.626030] xt_time: kernel timezone is -0000
[    2.626732] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.627144] arp_tables: (C) 2002 David S. Miller
[    2.627307] TCP: cubic registered
[    2.627340] Initializing XFRM netlink socket
[    2.627719] NET: Registered protocol family 10
[    2.628694] mip6: Mobile IPv6
[    2.628752] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    2.629112] sit: IPv6 over IPv4 tunneling driver
[    2.629659] NET: Registered protocol family 17
[    2.629719] NET: Registered protocol family 15
[    2.629830] Bridge firewalling registered
[    2.629874] Ebtables v2.0 registered
[    2.630154] Bluetooth: RFCOMM TTY layer initialized
[    2.630195] Bluetooth: RFCOMM socket layer initialized
[    2.630205] Bluetooth: RFCOMM ver 1.11
[    2.630244] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.630255] Bluetooth: BNEP filters: protocol multicast
[    2.630271] Bluetooth: BNEP socket layer initialized
[    2.630308] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.630326] Bluetooth: HIDP socket layer initialized
[    2.630392] l2tp_core: L2TP core driver, V2.0
[    2.630435] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[    2.630472] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    2.630641] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    2.630656] [WLAN_RFKILL]: can't find rockchip,grf property
[    2.630670] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = rtl8189es
[    2.630682] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    2.630694] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control.
[    2.630707] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    2.630762] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,poweren_gpio = 93, flags = 0.
[    2.630799] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 2, flags = 0.
[    2.630812] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    2.630852] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    2.630943] [BT_RFKILL]: Enter rfkill_rk_init
[    2.632797] rk322x_suspend_init: pm_ctrbits = 0x11806
[    2.632850] Registering SWP/SWPB emulation handler
[    2.632891] rockchip_uboot_mem_late_init: Freeing uboot logo memory: 0x02000000@0x9dc00000
[    2.637870] ddrfreq: verion 1.2 20140526
[    2.637890] ddrfreq: normal 786MHz video_1080p 0MHz video_4k 0MHz dualview 0MHz idle 0MHz suspend 0MHz reboot 786MHz
[    2.637901] ddrfreq: auto-freq=0
[    2.637910] ddrfreq: auto-freq-table epmty!
[    2.639059] regulator-dummy: disabling
[    2.639396] pcd_pullup, is_on 0
[    2.639421] WARN::dwc_otg_handle_mode_mismatch_intr:69: Mode Mismatch Interrupt: currently in Host mode
[    2.639421]
[    2.639450] WARN::dwc_otg_handle_mode_mismatch_intr:69: Mode Mismatch Interrupt: currently in Host mode
[    2.639450]
[    2.639528] file system registered
[    2.640651] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    2.640669] android_usb gadget: Number of LUNs=2
[    2.640682]  lun0: LUN: removable file: (no medium)
[    2.640694]  lun1: LUN: removable file: (no medium)
[    2.641022] android_usb gadget: android_usb ready
[    2.641082] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    2.649599] rockchip-spdif-card rockchip_spdif_card.26:  rk-hdmi-spdif-hifi <-> 100d0000.spdif mapping ok
[    2.651574] usbcore: registered new interface driver snd-usb-audio
[    2.651618] ALSA device list:
[    2.651627]   #0: RK_RK322x
[    2.651638]   #1: RK-HDMI-I2S
[    2.651646]   #2: RK-SPDIF-CARD
[    2.652117] Freeing unused kernel memory: 356K (c0c13000 - c0c6c000)
[    2.652943] init: init changed by Huawei for CA!!!!!!!!!!!!!
[    2.654439] init: ========set freq:1464000========
[    2.657092] init: /init.rc: 812: invalid option 'chmod'
[    2.657804] init: /init.rk30board.rc: 281: ignored duplicate definition of service 'dhclient_eth0'
[    2.657838] init: /init.rk30board.rc: 286: ignored duplicate definition of service 'dhclient_eth1'
[    2.657866] init: /init.rk30board.rc: 291: ignored duplicate definition of service 'dhclient_wlan0'
[    2.657890] init: /init.rk30board.rc: 296: ignored duplicate definition of service 'release_eth0'
[    2.657914] init: /init.rk30board.rc: 301: ignored duplicate definition of service 'release_eth1'
[    2.657941] init: /init.rk30board.rc: 306: ignored duplicate definition of service 'release_wlan0'
[    2.658077] init: /init.rk30board.rc: 376: ignored duplicate definition of service 'wfd'
[    2.658725] init: could not import file '/init.thirdos.rc' from '/init.rc'
[    2.658830] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
[    2.661012] init: init changed by Huawei for CA!!!!!!!!!!!!!
[    2.719741] init: /dev/hw_random not found
[    2.719819] keychord: using input dev 110b0030.pwm for fevent
[    2.743000] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.745807] pm policy 0 -> 1
[    2.747703] fs_mgr: parse_link_device : path = NULL
[    2.747756] fs_mgr: parse_link_device : path = NULL
[    2.747793] fs_mgr: parse_link_device : path = NULL
[    2.747823] fs_mgr: parse_link_device : path = NULL
[    2.747856] fs_mgr: parse_link_device : path = NULL
[    2.747893] fs_mgr: parse_link_device : path = NULL
[    2.747974] fs_mgr: ---------------resize_fs blk_dev /dev/block/platform/30020000.rksdmmc/by-name/system, type ext4fs_mgr: Running /sbin/resize2fs on /dev/block/platform/30020000.rksdmmc/by-name/system
[    2.749390] resize2fs: resize2fs 1.41.14 (22-Dec-2010)resize2fs: The filesystem is already 133120 blocks long.  Nothing to do!resize2fs:
[    2.757097] EXT4-fs (mmcblk0p14): mounted filesystem with ordered data mode. Opts: noauto_da_alloc
[    2.759897] EXT4-fs (mmcblk0p13): warning: maximal mount count reached, running e2fsck is recommended
[    2.760463] EXT4-fs (mmcblk0p13): recovery complete
[    2.760487] EXT4-fs (mmcblk0p13): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.762271] EXT4-fs (mmcblk0p16): warning: mounting unchecked fs, running e2fsck is recommended
[    2.762810] EXT4-fs (mmcblk0p16): mounted filesystem without journal. Opts: noauto_da_alloc,discard
[    2.767811] EXT4-fs (mmcblk0p15): warning: maximal mount count reached, running e2fsck is recommended
[    2.768385] EXT4-fs (mmcblk0p15): recovery complete
[    2.768407] EXT4-fs (mmcblk0p15): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.768512] fs_mgr: ---------------resize_fs blk_dev /dev/block/platform/30020000.rksdmmc/by-name/backup, type ext4fs_mgr: Running /sbin/resize2fs on /dev/block/platform/30020000.rksdmmc/by-name/backup
[    2.769928] resize2fs: resize2fs 1.41.14 (22-Dec-2010)resize2fs: The filesystem is already 348160 blocks long.  Nothing to do!resize2fs:
[    2.774855] EXT4-fs (mmcblk0p12): recovery complete
[    2.774880] EXT4-fs (mmcblk0p12): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.775113] fs_mgr: Cannot mount filesystem on /dev/block/platform/30020000.rksdmmc/by-name/fastplay at /fastplay
[    2.775164] init: fs_mgr_mount_all returned an error
[    2.775768] fs_mgr: parse_link_device : path = NULL
[    2.775817] fs_mgr: parse_link_device : path = NULL
[    2.775855] fs_mgr: parse_link_device : path = NULL
[    2.775890] fs_mgr: parse_link_device : path = NULL
[    2.775921] fs_mgr: parse_link_device : path = NULL
[    2.775954] fs_mgr: parse_link_device : path = NULL
[    2.776323] zram0: detected capacity change from 0 to 67108864
[    2.808132] Adding 65532k swap on /dev/block/zram0.  Priority:-1 extents:1 across:65532k SS
[    2.862293] mali: exports duplicate symbol mali_dev_pause (owned by kernel)
[    3.303279] vcodec_service: No core reset resource define
[    3.303374] vcodec 20020000.vpu_service: do not have pd_video
[    3.303413] vcodec_service: probe device 20020000.vpu_service
[    3.303468] vcodec_service: checking hw id 0
[    3.304175] vcodec_service: init success
[    3.304299] vcodec_service: No core reset resource define
[    3.304395] vcodec 20030000.rkvdec: do not have pd_video
[    3.304427] vcodec_service: probe device 20030000.rkvdec
[    3.304488] vcodec_service: checking hw id 6876
[    3.305089] vcodec_service: init success
[    3.306508] rk29_ipp: version magic '3.0.8+ SMP preempt mod_unload ARMv7 ' should be '3.10.0 SMP preempt mod_unload ARMv7 p2v8 '
[    3.318557] init: /dev/hw_random not found
[    3.368480] init: cannot find '/system/vendor/bin/pvrsrvctl', disabling 'pvrsrvctl'
[    3.370739] healthd: No charger supplies found
[    3.370777] healthd: BatteryStatusPath not found
[    3.370803] healthd: BatteryHealthPath not found
[    3.370824] healthd: BatteryPresentPath not found
[    3.370837] healthd: BatteryCapacityPath not found
[    3.370848] healthd: BatteryVoltagePath not found
[    3.370867] healthd: BatteryTemperaturePath not found
[    3.370882] healthd: BatteryTechnologyPath not found
[    3.370933] binder: 134:134 transaction failed 29189, size 0-0
[    3.371526] init: cannot find '/system/bin/rild', disabling 'ril-daemon'
[    3.371585] init: cannot find '/system/bin/rild3', disabling 'ril-daemon3'
[    3.380392] init: cannot find '/system/bin/chrome.sh', disabling 'chrome'
[    3.386741] switch_cpumask_to_cpu cpu0
[    3.386795] restore_cpumask cpu0
[    3.386814] armv7sec armv7sec.0: shm ioremap failed
[    3.386827] misc opteearmtz00: tee_get: opteearmtz00::start() failed, err=-12
[    3.386867] switch_cpumask_to_cpu cpu0
[    3.386880] restore_cpumask cpu0
[    3.386893] armv7sec armv7sec.0: shm ioremap failed
[    3.386904] misc opteearmtz00: tee_get: opteearmtz00::start() failed, err=-12
[    3.387458] init: using deprecated syntax for specifying property 'ro.product.usbfactory', use ${name} instead
[    3.387767] rtk_btusb: btchr_open: BT usb char device is opening
[    3.387797] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    3.387832] rtk_btusb: btchr_open: BT usb char device is opening
[    3.387843] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    3.387880] rtk_btusb: btchr_open: BT usb char device is opening
[    3.387891] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    3.387913] rtk_btusb: btchr_open: BT usb char device is opening
[    3.387923] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    3.437280] switch_cpumask_to_cpu cpu0
[    3.437312] restore_cpumask cpu0
[    3.437328] armv7sec armv7sec.0: shm ioremap failed
[    3.437342] misc opteearmtz00: tee_get: opteearmtz00::start() failed, err=-12
[    3.510022] warning: `daemonsu' uses 32-bit capabilities (legacy support in use)
[    3.665835] fs_mgr: parse_link_device : path = NULL
[    3.665887] fs_mgr: parse_link_device : path = NULL
[    3.665922] fs_mgr: parse_link_device : path = NULL
[    3.665978] fs_mgr: parse_link_device : path = NULL
[    3.666019] fs_mgr: parse_link_device : path = NULL
[    3.666056] fs_mgr: parse_link_device : path = NULL
[    3.911601] EXT4-fs (mmcblk0p14): warning: maximal mount count reached, running e2fsck is recommended
[    4.082745] EXT4-fs (mmcblk0p14): re-mounted. Opts: (null)
[    4.122876] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'
[    4.122903] init: powerctl: cannot expand '${sys.powerctl}'
[    4.123242] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}'
[    4.123270] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes'
[    4.123304] init: property 'sys.sysctl.tcp_def_init_rwnd' doesn't exist while expanding '${sys.sysctl.tcp_def_init_rwnd}'
[    4.123320] init: cannot expand '${sys.sysctl.tcp_def_init_rwnd}' while writing to '/proc/sys/net/ipv4/tcp_default_init_rwnd'
[    4.127688] android_usb: already disabled
[    4.141705] read descriptors
[    4.141733] read strings
[    4.141795] mtp_bind_config
[    4.141840] pcd_pullup, is_on 1
[    4.187587] init: sys_prop: permission denied uid:1000  name:video.use.overlay
[    4.226070] init: sys_prop: permission denied uid:1000  name:sys_graphic.cam_hal.ver
[    4.226307] init: sys_prop: permission denied uid:1000  name:sys_graphic.cam_trace
[    4.226532] init: sys_prop: permission denied uid:1000  name:sys_graphic.cam_camboard.ver
[    4.226769] init: sys_prop: permission denied uid:1000  name:sys_graphic.cam_libisp.ver
[    4.226959] init: sys_prop: permission denied uid:1000  name:sys_graphic.cam_isi.ver
[    4.353005] rk322x-lcdc vop0: blank mode:0
[    4.353016] flag_restart_resume
[    4.357248] EXT4-fs (mmcblk0p14): re-mounted. Opts: (null)
[    4.368823] EXT4-fs (mmcblk0p14): re-mounted. Opts: (null)
[    4.507782] init: untracked pid 367 exited
[    6.909225] rk322x-lcdc vop0: win0:new_addr:0x10384000 cur_addr:0x102a3000--1
[   10.068970] lowmemorykiller: lowmem_shrink: convert oom_adj to oom_score_adj:
[   10.069014] lowmemorykiller: oom_adj 0 => oom_score_adj 0
[   10.069025] lowmemorykiller: oom_adj 1 => oom_score_adj 58
[   10.069034] lowmemorykiller: oom_adj 2 => oom_score_adj 117
[   10.069043] lowmemorykiller: oom_adj 3 => oom_score_adj 176
[   10.069052] lowmemorykiller: oom_adj 9 => oom_score_adj 529
[   10.069061] lowmemorykiller: oom_adj 15 => oom_score_adj 1000
[   10.242029] [otg id chg] last id -1 current id 2
[   10.366904] wifi_driver_write: wifi driver already rmmod
pppd-disconnect: start to ppp.disconnect
pppd-disconnect: to check if pppd pppoe killed!  result:0, sleepTime:0
pppd-disconnect: end to ppp.disconnect
[   10.632073] init: sys_prop: permission denied uid:1000  name:init.svc.pppoe_disconn
[   10.633267] phy_power_on: enable = 1
[   10.633284] use internal PHY
[   10.669749] Read the Ethernet MAC address from IDB:6c:ef:c6:10:9c:b8
[   10.669784] eth0: device MAC address 6c:ef:c6:10:9c:b8
[   10.684675] libphy: stmmac: probed
[   10.684705] eth0: PHY ID 00000000 at 0 IRQ 0 (stmmac-0:00) active
[   10.684720] eth0: PHY ID 1234d400 at 1 IRQ 0 (stmmac-0:01) active
[   10.684733] eth0: PHY ID 00000000 at 2 IRQ 0 (stmmac-0:02)
[   10.684746] eth0: PHY ID 00000000 at 3 IRQ 0 (stmmac-0:03)
[   10.684759] eth0: PHY ID 00000000 at 4 IRQ 0 (stmmac-0:04)
[   10.684771] eth0: PHY ID 00000000 at 5 IRQ 0 (stmmac-0:05)
[   10.684828] eth0: PHY ID 00000000 at 6 IRQ 0 (stmmac-0:06)
[   10.684842] eth0: PHY ID 00000000 at 7 IRQ 0 (stmmac-0:07)
[   10.684855] eth0: PHY ID 00000000 at 8 IRQ 0 (stmmac-0:08)
[   10.684868] eth0: PHY ID 00000000 at 9 IRQ 0 (stmmac-0:09)
[   10.684880] eth0: PHY ID 00000000 at 10 IRQ 0 (stmmac-0:0a)
[   10.684893] eth0: PHY ID 00000000 at 11 IRQ 0 (stmmac-0:0b)
[   10.684906] eth0: PHY ID 00000000 at 12 IRQ 0 (stmmac-0:0c)
[   10.684919] eth0: PHY ID 00000000 at 13 IRQ 0 (stmmac-0:0d)
[   10.684931] eth0: PHY ID 00000000 at 14 IRQ 0 (stmmac-0:0e)
[   10.684944] eth0: PHY ID 00000000 at 15 IRQ 0 (stmmac-0:0f)
[   10.684956] eth0: PHY ID 00000000 at 16 IRQ 0 (stmmac-0:10)
[   10.684969] eth0: PHY ID 00000000 at 17 IRQ 0 (stmmac-0:11)
[   10.684982] eth0: PHY ID 00000000 at 18 IRQ 0 (stmmac-0:12)
[   10.684995] eth0: PHY ID 00000000 at 19 IRQ 0 (stmmac-0:13)
[   10.685007] eth0: PHY ID 00000000 at 20 IRQ 0 (stmmac-0:14)
[   10.685020] eth0: PHY ID 00000000 at 21 IRQ 0 (stmmac-0:15)
[   10.685033] eth0: PHY ID 00000000 at 22 IRQ 0 (stmmac-0:16)
[   10.685046] eth0: PHY ID 00000000 at 23 IRQ 0 (stmmac-0:17)
[   10.685058] eth0: PHY ID 00000000 at 24 IRQ 0 (stmmac-0:18)
[   10.685071] eth0: PHY ID 00000000 at 25 IRQ 0 (stmmac-0:19)
[   10.685083] eth0: PHY ID 00000000 at 26 IRQ 0 (stmmac-0:1a)
[   10.685096] eth0: PHY ID 00000000 at 27 IRQ 0 (stmmac-0:1b)
[   10.685108] eth0: PHY ID 00000000 at 28 IRQ 0 (stmmac-0:1c)
[   10.685120] eth0: PHY ID 00000000 at 29 IRQ 0 (stmmac-0:1d)
[   10.685132] eth0: PHY ID 00000000 at 30 IRQ 0 (stmmac-0:1e)
[   10.685143] eth0: PHY ID 00000000 at 31 IRQ 0 (stmmac-0:1f)
[   10.685244] resv1 = 80
[   10.685419] resv1 = 0
[   10.912580] acc_open
[   10.912630] acc_release
[   11.366571]
[   11.366619] =======================================================
[   11.366632] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[   11.366640] =======================================================
[   11.366652] Realtek 8189ES SDIO WiFi driver (Powered by Rockchip) init.
[   11.366675] [WLAN_RFKILL]: rockchip_wifi_power: 1
[   11.366693] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[   11.366712] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 1
[   11.366726] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
[   11.396134] FAT-fs (mmcblk0p17): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   11.426570] init: no such service 'fuse_internal_sd'
[   11.491734] [WLAN_RFKILL]: wifi turn on power. 93
[   11.491764] mmc2:mmc host rescan start!
[   11.491779] RTL871X: module init start
[   11.491788] RTL871X: rtl8189es v4.3.18.1_15373.20151005_v69
[   11.491797] RTL871X: build time: May 13 2016 04:44:10
[   11.492201] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[   11.492255] rtw_android_wifictrl_func_add: rockchip_wifi_get_oob_irq :160
[   11.492267] RTL871X: module init ret=0
[   11.708236] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc2]
[   11.738161] 30040000.otg resume, HPRT0:0x1000
[   11.742651] 30040000.otg suspend, HPRT0:0x1000
[   11.745117] mmc_host mmc2: Bus speed (slot 0) = 37500000Hz (slot req 37500000Hz, actual 37500000HZ div = 0)
[   11.745148] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc2]
[   11.745302] rk_sdmmc: BOOT Bus speed=37500000Hz,Bus width=4bits.[mmc2]
[   11.748466] mmc2: new high speed SDIO card at address 0001
[   11.749427] RTL871X: CHIP TYPE: RTL8188E
[   11.749925] RTL871X: rtw_hal_config_rftype RF_Type is 3 TotalTxPath is 1
[   11.749952] RTL871X: Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_K_CUT_1T1R_RomVer(0)
[   11.750241] RTL871X: EEPROM type is E-FUSE
[   11.750265] RTL871X: =>_CardEnable
[   11.754889] RTL871X: SetHwReg8188E: bMacPwrCtrlOn=1
[   11.754906] RTL871X: <=_CardEnable
[   11.754955] RTL871X: _ReadPROMContent: 9346CR=0x20, Boot from EFUSE, Autoload OK
[   11.755107] RTL871X: =>_InitPowerOn_8188ES
[   11.755122] RTL871X: =>_CardEnable
[   11.755132] RTL871X: =>_CardEnable bMacPwrCtrlOn == _TRUE do nothing !!
[   11.755140] RTL871X: <=_CardEnable
[   11.755338] RTL871X: <=_InitPowerOn_8188ES
[   11.755400] bFWReady == _FALSE call reset 8051...
[   11.755658] RTL871X: =====> _8051Reset88E(): 8051 reset success .
[   11.773453] RTL871X: efuse_read_phymap_from_txpktbuf bcnhead:0
[   11.773770] RTL871X: efuse_read_phymap_from_txpktbuf len:156, lenbak:156, aaa:156, aaabak:156
[   11.777473] RTL871X: efuse_read_phymap_from_txpktbuf read count:154
[   11.777615] RTL871X: EEPROM ID=0x8129
[   11.777635] RTL871X: Hal_ReadPowerSavingMode88E...bHWPwrPindetect(0)-bHWPowerdown(0) ,bSupportRemoteWakeup(0)
[   11.777655] RTL871X: ### PS params=>  power_mgnt(2),usbss_enable(0) ###
[   11.777669] RTL871X: ======= Path 0, Channel 1 =======
[   11.777680] RTL871X: Index24G_CCK_Base[0][1] = 0x28
[   11.777692] RTL871X: Index24G_BW40_Base[0][1] = 0x30
[   11.777701] RTL871X: ======= Path 0, Channel 2 =======
[   11.777712] RTL871X: Index24G_CCK_Base[0][2] = 0x28
[   11.777722] RTL871X: Index24G_BW40_Base[0][2] = 0x30
[   11.777731] RTL871X: ======= Path 0, Channel 3 =======
[   11.777743] RTL871X: Index24G_CCK_Base[0][3] = 0x27
[   11.777752] RTL871X: Index24G_BW40_Base[0][3] = 0x2f
[   11.777760] RTL871X: ======= Path 0, Channel 4 =======
[   11.777769] RTL871X: Index24G_CCK_Base[0][4] = 0x27
[   11.777777] RTL871X: Index24G_BW40_Base[0][4] = 0x2f
[   11.777785] RTL871X: ======= Path 0, Channel 5 =======
[   11.777794] RTL871X: Index24G_CCK_Base[0][5] = 0x27
[   11.777802] RTL871X: Index24G_BW40_Base[0][5] = 0x2f
[   11.777810] RTL871X: ======= Path 0, Channel 6 =======
[   11.777818] RTL871X: Index24G_CCK_Base[0][6] = 0x26
[   11.777827] RTL871X: Index24G_BW40_Base[0][6] = 0x2e
[   11.777835] RTL871X: ======= Path 0, Channel 7 =======
[   11.777845] RTL871X: Index24G_CCK_Base[0][7] = 0x26
[   11.777853] RTL871X: Index24G_BW40_Base[0][7] = 0x2e
[   11.777862] RTL871X: ======= Path 0, Channel 8 =======
[   11.777870] RTL871X: Index24G_CCK_Base[0][8] = 0x26
[   11.777879] RTL871X: Index24G_BW40_Base[0][8] = 0x2e
[   11.777887] RTL871X: ======= Path 0, Channel 9 =======
[   11.777895] RTL871X: Index24G_CCK_Base[0][9] = 0x26
[   11.777904] RTL871X: Index24G_BW40_Base[0][9] = 0x2e
[   11.777912] RTL871X: ======= Path 0, Channel 10 =======
[   11.777920] RTL871X: Index24G_CCK_Base[0][10] = 0x26
[   11.777929] RTL871X: Index24G_BW40_Base[0][10] = 0x2e
[   11.777937] RTL871X: ======= Path 0, Channel 11 =======
[   11.777946] RTL871X: Index24G_CCK_Base[0][11] = 0x26
[   11.777985] RTL871X: Index24G_BW40_Base[0][11] = 0x2e
[   11.777997] RTL871X: ======= Path 0, Channel 12 =======
[   11.778006] RTL871X: Index24G_CCK_Base[0][12] = 0x26
[   11.778015] RTL871X: Index24G_BW40_Base[0][12] = 0x2e
[   11.778023] RTL871X: ======= Path 0, Channel 13 =======
[   11.778033] RTL871X: Index24G_CCK_Base[0][13] = 0x26
[   11.778042] RTL871X: Index24G_BW40_Base[0][13] = 0x2e
[   11.778050] RTL871X: ======= Path 0, Channel 14 =======
[   11.778058] RTL871X: Index24G_CCK_Base[0][14] = 0x26
[   11.778067] RTL871X: Index24G_BW40_Base[0][14] = 0x2e
[   11.778076] RTL871X: ======= TxCount 0 =======
[   11.778085] RTL871X: CCK_24G_Diff[0][0]= 0
[   11.778093] RTL871X: OFDM_24G_Diff[0][0]= 1
[   11.778101] RTL871X: BW20_24G_Diff[0][0]= -2
[   11.778110] RTL871X: BW40_24G_Diff[0][0]= 0
[   11.778118] RTL871X: EEPROMRegulatory = 0x1
[   11.778127] RTL871X: mlmepriv.ChannelPlan = 0x20
[   11.778135] RTL871X: CrystalCap: 0x20
[   11.778142] RTL871X: EEPROM Customer ID: 0x 0
[   11.778150] RTL871X: Board Type: 0x 0
[   11.778158] RTL871X: ThermalMeter = 0x1b
[   11.778166] RTL871X: pHalData->EEPROMRFGainVal=0
[   11.778177] RTL871X: Hal_ReadRFGainOffset => EEPRORFGainOffset = 0x00,EEPROMRFGainVal=0x00,thermal_offset:0x00
[   11.778188] RTL871X: <==== ReadAdapterInfo8188ES in 30 ms
[   11.778305] RTL871X: Hal_ChannelPlanToRegulation ChannelPlan:0x20,Regulation(2_4G/5G):0x03,0x03
[   11.778320] RTL871X: init_channel_set ChannelPlan ID 20 Chan num:13
[   11.778795] RTL871X: rtw_alloc_macid((null)) if1, hwaddr:ff:ff:ff:ff:ff:ff macid:1
[   11.778911] [WLAN_RFKILL]: rockchip_wifi_mac_addr: enter.
[   11.778933] [WLAN_RFKILL]: falsh wifi_custom_mac_addr=[00:00:00:00:00:00]
[   11.778944] [WLAN_RFKILL]: This mac address is not valid, ignored...
[   11.778957] RTL871X: rtw_macaddr_cfg mac addr:4c:0f:c7:7d:c4:4d
[   11.779023] RTL871X: bDriverStopped:True, bSurpriseRemoved:False, bup:0, hw_init_completed:0
[   11.779180] RTL871X: Hal_ChannelPlanToRegulation ChannelPlan:0x20,Regulation(2_4G/5G):0x03,0x03
[   11.779196] RTL871X: init_channel_set ChannelPlan ID 20 Chan num:13
[   11.779661] RTL871X: rtw_alloc_macid((null)) if2, hwaddr:ff:ff:ff:ff:ff:ff macid:1
[   11.779742] RTL871X: rtw_wiphy_alloc(phy0)
[   11.779756] RTL871X: rtw_wdev_alloc(padapter=e3213000)
[   11.779800] RTL871X: rtw_wiphy_alloc(phy1)
[   11.779811] RTL871X: rtw_wdev_alloc(padapter=e3284000)
[   11.779823] RTL871X: rtw_wiphy_register(phy0)
[   11.780878] RTL871X: rtw_ndev_init(wlan0) if1 mac_addr=4c:0f:c7:7d:c4:4d
[   11.784234] RTL871X: rtw_wiphy_register(phy1)
[   11.786281] RTL871X: rtw_ndev_init(p2p0) if2 mac_addr=4e:0f:c7:7d:c4:4d
[   12.698771] RTL871X: +871x_drv - if2_open, bup=0
[   12.698824] RTL871X: +871x_drv - drv_open, bup=0
[   12.698835] RTL871X: +rtl8188es_hal_init
[   12.699049] RTL871X: FW does not exit before power on!!
[   12.699066] RTL871X: =>_InitPowerOn_8188ES
[   12.699074] RTL871X: =>_CardEnable
[   12.699084] RTL871X: =>_CardEnable bMacPwrCtrlOn == _TRUE do nothing !!
[   12.699093] RTL871X: <=_CardEnable
[   12.702236] RTL871X: <=_InitPowerOn_8188ES
[   12.702400] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f
[   12.702415] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the same.
[   12.702493] RTL871X: PowerOnCheck: 0x1B8 test Pass.
[   12.702505] RTL871X: Power on ok!
[   12.702704] RTL871X: _init_available_page_threshold(): Enable Tx FIFO Page Threshold H:0x7777,N:0x7777,L:0x7c7c
[   12.702946] RTL871X: rtl8188e_FirmwareDownload fw:NIC, size: 15414
[   12.702966] RTL871X: rtl8188e_FirmwareDownload: fw_ver=16 fw_subver=0000 sig=0x88e1, Month=11, Date=58, Hour=16, Minute=3c
[   12.808332] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00030005
[   12.808870] RTL871X: =====> _8051Reset88E(): 8051 reset success .
[   12.811760] RTL871X: _FWFreeToGo: Polling FW ready OK! (34, 10ms), REG_MCUFWDL:0x000300c6
[   12.811779] RTL871X: FWDL success. write_fw:1, 110ms
[   12.819247] RTL871X: retriveFromFile openFile path:/system/etc/firmware/rtl8188e/PHY_REG_PG.txt fp=c7d7f780
[   12.819282] RTL871X: retriveFromFile readFile, ret:617
[   13.056578] ==> rtl8188e_iol_efuse_patch
[   13.089731] RTL871X: HalDetectPwrDownMode(): PDN=0
[   13.089764] RTL871X: Set RF Chip ID to RF_6052 and RF type to 3.
[   13.102616] RTL871X: pDM_Odm TxPowerTrackControl = 1
[   13.292138] RTL871X: DISABLE_BB_RF=0
[   13.292173] RTL871X: IS_HARDWARE_TYPE_8188ES=1
[   13.292248] RTL871X: -rtl8188es_hal_init
[   13.292262] RTL871X: rtl8188es_hal_init in 600ms
[   13.293768] RTL871X: wlan0Port-0  set opmode = 2
[   13.294031] RTL871X: Using the default RF gain.
[   13.294050] RTL871X: MAC Address = 4c:0f:c7:7d:c4:4d
[   13.294430] RTL871X: rtw_cfg80211_init_wiphy:rf_type=3
[   13.294448] RTL871X: [HT] HAL Support STBC = 0x01
[   13.294470] RTL871X: +871x_drv - if2_open, bup=0
[   13.294507] RTL871X: start rtl8188es_xmit_thread
[   13.294651] RTL871X: rtw_cfg80211_init_wiphy:rf_type=3
[   13.294669] RTL871X: [HT] HAL Support STBC = 0x01
[   13.294692] RTL871X: -871x_drv - if2_open, bup=1
[   13.294701] RTL871X: -871x_drv - drv_open, bup=1
[   13.294709] RTL871X: -871x_drv - if2_open, bup=1
[   13.294838] RTL871X: cfg80211_rtw_set_power_mgmt(p2p0) enabled:1, timeout:-1
[   13.294876] IPv6: ADDRCONF(NETDEV_UP): p2p0: link is not ready
[   13.295503] RTL871X: start rtl8188es_xmit_thread
[   13.342350] RTL871X: cfg80211_rtw_flush_pmksa(p2p0)
[   13.449233] RTL871X: cfg80211_rtw_change_station(p2p0)
[   13.449472] RTL871X: cfg80211_rtw_change_station(p2p0)
[   13.449595] RTL871X: cfg80211_rtw_change_station(p2p0)
[   13.604079] init: sys_prop: permission denied uid:1001  name:media.cfg.audio.soundeffect
[   13.745953] RTL871X: +871x_drv - drv_open, bup=1
[   13.746002] RTL871X: -871x_drv - drv_open, bup=1
[   13.746956] RTL871X: cfg80211_rtw_set_power_mgmt(wlan0) enabled:1, timeout:-1
[   13.746998] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   13.814551] RTL871X: cfg80211_rtw_flush_pmksa(wlan0)
[   13.853945] RTL871X: cfg80211_rtw_change_station(wlan0)
[   13.854193] RTL871X: cfg80211_rtw_change_station(wlan0)
[   13.854319] RTL871X: cfg80211_rtw_change_station(wlan0)
[   13.913466] RTL871X: cfg80211_rtw_scan(wlan0)
[   13.913527] RTL871X: rtw_cfg80211_set_probe_req_wpsp2pie(wlan0) listen channel - country:XX, class:81, ch:1
[   13.913909] RTL871X: SetHwReg8188E:(HW_VAR_CHECK_TXBUF)TXBUF Empty(1) in 0 ms
[   13.990056] RTL871X: rtw_android_priv_cmd: Android private cmd "BTCOEXSCAN-STOP" on wlan0
[   13.992950] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-STOP" on wlan0
[   13.993902] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-ADD 3" on wlan0
[   13.994828] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-START" on wlan0
[   13.995760] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-STOP" on wlan0
[   13.998151] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-REMOVE 2" on wlan0
[   13.999281] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-START" on wlan0
[   14.073598] RTL871X: rtw_android_priv_cmd: Android private cmd "SETBAND 0" on wlan0
[   14.073657] RTL871X: rtw_set_band(wlan0) band:0
[   14.434135] RTL871X: cfg80211_rtw_change_station(p2p0)
[   14.838983] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.193765] RTL871X: survey done event(2d) band:0 for wlan0
[   15.193954] RTL871X: rtw_indicate_scan_done(wlan0)
[   15.196213] RTL871X: =>cfg80211_rtw_connect(wlan0) - Start to Connection
[   15.196236] RTL871X: privacy=1, key=  (null), key_len=0, key_idx=0
[   15.196254] RTL871X: ssid=unknown, len=7
[   15.196264] RTL871X: bssid=20:76:93:46:fc:ea
[   15.196273] RTL871X: rtw_cfg80211_set_wpa_version, wpa_version=2
[   15.196282] RTL871X: rtw_cfg80211_set_auth_type, nl80211_auth_type=0
[   15.196291] RTL871X: cfg80211_rtw_connect, ie_len=22
[   15.196300] RTL871X: set wpa_ie(length:22):
[   15.196312] RTL871X: 0x30 0x14 0x01 0x00 0x00 0x0f 0xac 0x04
[   15.196323] RTL871X: 0x01 0x00 0x00 0x0f 0xac 0x04 0x01 0x00
[   15.196333] RTL871X: 0x00 0x0f 0xac 0x02 0x00 0x00 0x00 0x00
[   15.196345] RTL871X: got wpa2_ie, wpa2_ielen:20
[   15.196589] RTL871X: SetHwReg8188E, 4804, RCR= 700060ca
[   15.196606] RTL871X: rtw_cfg80211_set_cipher, ucast=1, cipher=0xfac04
[   15.196617] RTL871X: rtw_cfg80211_set_cipher, ucast=0, cipher=0xfac04
[   15.196629] RTL871X: rtw_cfg80211_set_key_mgt, key_mgt=0xfac02
[   15.196678] RTL871X: rtw_set_802_11_connect(wlan0)  fw_state=0x00000008
[   15.196701] RTL871X: [by_bssid:1][assoc_ssid:unknown][to_roam:0] new candidate: unknown(20:76:93:46:fc:ea, ch6) rssi:-44
[   15.196717] RTL871X: rtw_select_and_join_from_scanned_queue: candidate: unknown(20:76:93:46:fc:ea, ch:6)
[   15.196731] RTL871X: link to Ralink AP
[   15.196752] RTL871X: [HT] HAL Support STBC = 0x01
[   15.196765] RTL871X: [HT] Declare supporting RX STBC_1R
[   15.196802] RTL871X: rtw_chk_start_clnt_join(wlan0) req: 6,0,0
[   15.196817] RTL871X: rtw_chk_start_clnt_join(wlan0) ld_sta_num:0, ap_num:0
[   15.196828] RTL871X: rtw_chk_start_clnt_join(wlan0) union: 6,0,0
[   15.197183] RTL871X: set ssid:dot11AuthAlgrthm=2, dot11PrivacyAlgrthm=4, dot118021XGrpPrivacy=4
[   15.197203] RTL871X: <=cfg80211_rtw_connect, ret 0
[   15.197787] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.197939] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.198070] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.271228] RTL871X: OnBeacon: beacon keys ready
[   15.271253] RTL871X: link to Ralink AP
[   15.271264] RTL871X: start auth
[   15.271280] RTL871X: issue_auth
[   15.273186] RTL871X: OnAuthClient
[   15.273206] RTL871X: auth success, start assoc
[   15.273225] RTL871X: network.SupportedRates[0]=82
[   15.273234] RTL871X: network.SupportedRates[1]=84
[   15.273242] RTL871X: network.SupportedRates[2]=8B
[   15.273251] RTL871X: network.SupportedRates[3]=96
[   15.273260] RTL871X: network.SupportedRates[4]=12
[   15.273268] RTL871X: network.SupportedRates[5]=24
[   15.273276] RTL871X: network.SupportedRates[6]=48
[   15.273284] RTL871X: network.SupportedRates[7]=6C
[   15.273291] RTL871X: network.SupportedRates[8]=0C
[   15.273299] RTL871X: network.SupportedRates[9]=18
[   15.273307] RTL871X: network.SupportedRates[10]=30
[   15.273316] RTL871X: network.SupportedRates[11]=60
[   15.273325] RTL871X: bssrate_len = 12
[   15.277239] RTL871X: OnAssocRsp
[   15.277269] RTL871X: report_join_res(4)
[   15.277285] RTL871X: rtw_joinbss_update_network
[   15.277298] RTL871X: +rtw_update_ht_cap()
[   15.277322] RTL871X: rtw_alloc_macid(wlan0) if1, hwaddr:20:76:93:46:fc:ea macid:0
[   15.277332] RTL871X: rtw_joinbss_update_stainfo
[   15.277349] RTL871X: supp_mcs_set = ff, 00, 00, rf_type=3, tx_ra_bitmap=00000000000fffff
[   15.277361] RTL871X: ### Set STA_(0) info ###
[   15.277374] RTL871X: rtw_cfg80211_indicate_connect(wlan0)
[   15.277407] RTL871X: pwdev->sme_state(b)=1
[   15.277437] RTL871X: pwdev->sme_state(a)=1
[   15.277447] RTL871X: assoc success
[   15.277619] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.277787] RTL871X: HW_VAR_BASIC_RATE: 0x15f -> 0x15f -> 0x15f
[   15.278690] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.278836] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.278955] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.279653] RTL871X: WMM(0): 0, a42b
[   15.279692] RTL871X: WMM(1): 0, a44f
[   15.279721] RTL871X: WMM(2): 0, 5e4322
[   15.279749] RTL871X: WMM(3): 0, 2f3222
[   15.279759] RTL871X: wmm_para_seq(0): 0
[   15.279767] RTL871X: wmm_para_seq(1): 1
[   15.279775] RTL871X: wmm_para_seq(2): 2
[   15.279782] RTL871X: wmm_para_seq(3): 3
[   15.279791] RTL871X: HTOnAssocRsp
[   15.279905] RTL871X: ODM_Get_Rate_Bitmap ==> rssi_level:0x00, WirelessMode:0x0b, rate_bitmap:0x000ff005
[   15.279923] RTL871X: UpdateHalRAMask8188E => mac_id:0, rate_id:0, networkType:0x0b, mask:0x000fffff
[   15.279923]   ==> rssi_level:0, rate_bitmap:0x000ff005
[   15.279944] RTL871X: ### MacID(31),Set Max Tx RPT MID(32)
[   15.279989] RTL871X: ### rtl8188e_set_FwMediaStatus_cmd: MStatus=1 MACID=0
[   15.280286] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[   15.280560] RTL871X: rtl8188e_set_FwJoinBssReport_cmd mstatus(1)
[   15.280834] RTL871X: rtw_hal_set_fw_rsvd_page wowlan_in_resume: 0
[   15.280850] RTL871X: rtw_hal_set_fw_rsvd_page PageSize: 128, RsvdPageNUm: 8
[   15.280867] RTL871X: LocPsPoll: 2
[   15.280877] RTL871X: LocNullData: 3
[   15.280888] RTL871X: LocQosNull: 4
[   15.280898] RTL871X: rtw_hal_set_fw_rsvd_page: TxDescLen(32), PageSize(128)
[   15.280907] RTL871X: rtw_hal_set_fw_rsvd_page: TotalPageNum,: 5, TotalPacketLen: 570
[   15.281048] RTL871X: rtw_hal_set_fw_rsvd_page: Set RSVD page location to Fw ,TotalPacketLen(570), TotalPageNum(5)
[   15.281065] RTL871X: RsvdPageLoc: ProbeRsp=0 PsPoll=2 Null=3 QoSNull=4 BTNull=0
[   15.281293] RTL871X: wlan0: 1 DL RSVD page success! DLBcnCount:1, poll:1
[   15.281440] RTL871X: Set RSVD page location to Fw.
[   15.282813] RTL871X: =>mlmeext_joinbss_event_callback - End to Connection without 4-way
[   15.378080] RTL871X: recv eapol packet
[   15.380782] RTL871X: send eapol packet
[   15.395407] RTL871X: recv eapol packet
[   15.395785] RTL871X: send eapol packet
[   15.396013] RTL871X: cfg80211_rtw_add_key(wlan0) adding key for 20:76:93:46:fc:ea
[   15.396031] RTL871X: cipher=0xfac04
[   15.396039] RTL871X: key_len=0x10
[   15.396047] RTL871X: seq_len=0x6
[   15.396054] RTL871X: key_index=0
[   15.396062] RTL871X: pairwise=1
[   15.396077] RTL871X: rtw_cfg80211_set_encryption
[   15.396088] RTL871X: rtw_cfg80211_set_encryption, : param->u.crypt.set_tx ==1
[   15.396097] RTL871X:  ~~~~set sta key:unicastkey
[   15.396130] RTL871X: rtw_cfg80211_set_encryption, ret=0
[   15.396232] RTL871X: cfg80211_rtw_set_default_key(wlan0) key_index=0, unicast=1, multicast=0
[   15.396500] RTL871X: cfg80211_rtw_add_key(wlan0) adding key for   (null)
[   15.396518] RTL871X: cipher=0xfac04
[   15.396527] RTL871X: key_len=0x10
[   15.396533] RTL871X: seq_len=0x6
[   15.396540] RTL871X: key_index=2
[   15.396548] RTL871X: pairwise=0
[   15.396558] RTL871X: rtw_cfg80211_set_encryption
[   15.396571] RTL871X:  ~~~~set sta key:groupkey
[   15.396583] RTL871X: ==> rtw_set_key algorithm(4),keyid(2),key_mask(0)
[   15.396596] RTL871X: rtw_cfg80211_set_encryption, ret=0
[   15.397100] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.397412] RTL871X: set pairwise key camid:4, addr:20:76:93:46:fc:ea, kid:0, type:AES
[   15.398263] RTL871X: set group key camid:5, addr:20:76:93:46:fc:ea, kid:2, type:AES
[   15.398384] RTL871X: SetHwReg8188E, 4800, RCR= 700060ce
[   15.433634] RTL871X: rtw_android_priv_cmd: Android private cmd "BTCOEXMODE 1" on wlan0
[   15.434917] RTL871X: cfg80211_rtw_set_power_mgmt(wlan0) enabled:0, timeout:-1
[   15.435939] RTL871X: rtw_android_priv_cmd: Android private cmd "WLS_BATCHING GET" on wlan0
[   15.435966] RTL871X: Unknown PRIVATE command WLS_BATCHING GET - ignored
[   15.437025] RTL871X: rtw_android_priv_cmd: Android private cmd "WLS_BATCHING STOP" on wlan0
[   15.437056] RTL871X: Unknown PRIVATE command WLS_BATCHING STOP - ignored
[   15.540896] init: sys_prop: permission denied uid:10003  name:sys.gmali.version
[   15.634427] init: sys_prop: permission denied uid:1000  name:java.net.preferIPv4Stack
[   15.634831] init: sys_prop: permission denied uid:1000  name:java.net.preferIPv6Addresses
[   15.715051] RTL871X: ODM_Get_Rate_Bitmap ==> rssi_level:0x01, WirelessMode:0x0b, rate_bitmap:0x000f0000
[   15.715075] RTL871X: UpdateHalRAMask8188E => mac_id:0, rate_id:0, networkType:0x0b, mask:0x000fffff
[   15.715075]   ==> rssi_level:1, rate_bitmap:0x000f0000
[   15.879872] qtaguid: iface_stat: stat_update() wlan0 not found
[   15.990573] init: sys_prop: permission denied uid:10003  name:sys.gmali.version
[   16.377708] init: sys_prop: permission denied uid:10003  name:sys.gmali.version
[   16.581715] qtaguid: iface_stat: stat_update() wlan0 not found
[   17.913363] init: sys_prop: permission denied uid:10035  name:sys.gmali.version
[   18.196042] qtaguid: iface_stat: stat_update() wlan0 not found
[   20.920783] qtaguid: iface_stat: stat_update() wlan0 not found
[   23.904793] RTL871X: OnAction_back
[   23.904844] RTL871X: OnAction_back, action=0
[   23.904882] RTL871X: issue_addba_rsp(wlan0) ra=20:76:93:46:fc:ea status=0, tid=6, size=16
[   26.875879] RTL871X: cfg80211_rtw_set_power_mgmt(wlan0) enabled:1, timeout:-1
[   26.877018] RTL871X: rtw_android_priv_cmd: Android private cmd "BTCOEXMODE 2" on wlan0
[   26.899675] RTL871X: cfg80211_rtw_scan(wlan0)
[   26.904283] RTL871X: SetHwReg8188E:(HW_VAR_CHECK_TXBUF)TXBUF Empty(1) in 0 ms
[   26.904440] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[   28.231206] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[   28.232468] RTL871X: survey done event(1d) band:0 for wlan0
[   28.232629] RTL871X: rtw_indicate_scan_done(wlan0)
[   28.249271] RTL871X: OnAction_back
[   28.249293] RTL871X: OnAction_back, action=0
[   28.249336] RTL871X: issue_addba_rsp(wlan0) ra=20:76:93:46:fc:ea status=0, tid=0, size=16
[   28.340842] RTL871X: OnAction_back
[   28.340882] RTL871X: OnAction_back, action=0
[   28.340924] RTL871X: issue_addba_rsp(wlan0) ra=20:76:93:46:fc:ea status=0, tid=3, size=16
[   29.909302] RTL871X: rtw_issue_addbareq_cmd, p=0
[   29.909654] RTL871X: BA_starting_seqctrl = 263 for TID=0
[   29.909680] RTL871X: issue_addba_req(wlan0) ra=20:76:93:46:fc:ea tid=0
[   29.919127] RTL871X: OnAction_back
[   29.919170] RTL871X: OnAction_back, action=1
[   29.919181] RTL871X: agg_enable for TID=0
[   30.325584] RTL871X: rtw_issue_addbareq_cmd, p=6
[   30.327062] RTL871X: BA_starting_seqctrl = 4 for TID=6
[   30.327087] RTL871X: issue_addba_req(wlan0) ra=20:76:93:46:fc:ea tid=6
[   30.329389] RTL871X: OnAction_back
[   30.329409] RTL871X: OnAction_back, action=1
[   30.329417] RTL871X: agg_enable for TID=6
[   33.654371] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-STOP" on wlan0
[   33.655514] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-ADD 2" on wlan0
[   33.660326] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-START" on wlan0
 

Please take a look,thanks for your time.

Link to comment
Share on other sites

Hello,  I'm new to this subject but eager to learn. I have a MX9 G5 TVBOX with RK3229 Proc.  4GB RAM 64 GB ROM

I want to install Armbian on EMMC

I'm trying to follow the Procedure on the very first page of this thread but when i go to 

"Burn the Multitool on an SD card; once done, place the Armbian image in images folder of the SD card FAT partition;"

There is never enough space to do this . 

Would somebody explain me What I'm doing wrong ?

I have tried with SD following the procedure but no joy . 

Thanks in advance 

Edited by zero48
typo
Link to comment
Share on other sites

Greetings,

 

Based on this post:

 

On 9/28/2020 at 7:47 PM, jock said:

Okay, the log from 905d was useful, I see that some modules have been loaded so I enabled them in the kernel config.

This is a development debian minimal image to test for you, kernel is 5.8.12:

 

https://drive.google.com/file/d/1WMEuJYW2tam-9y0eK4VLGAzoEFXmjQwJ/view?usp=sharing

 

I would like to enable the drivers for XBOX tuner in legacy kernel (e.g. 4.4.194 or Armbian_20.08.1_Rk322x-box_focal_legacy_4.4.194_desktop.img.xz image).

Excerpt from a dmesg on a working x86 system:

 

Spoiler

dvb_usb_dib0700       163840  4
dib9000                49152  1 dvb_usb_dib0700
dib7000m               28672  1 dvb_usb_dib0700
dib0090                40960  1 dvb_usb_dib0700
dib0070                20480  1 dvb_usb_dib0700
dib3000mc              20480  1 dvb_usb_dib0700
dibx000_common         16384  4 dib9000,dib7000m,dib3000mc,dvb_usb_dib0700
dvb_usb                28672  1 dvb_usb_dib0700
videobuf2_dvb          16384  1 cx23885
dvb_core              143360  7 dib9000,m88ds3103,altera_ci,dvb_usb,mn88472,cx23885,videobuf2_dvb
videobuf2_common       57344  3 videobuf2_v4l2,cx23885,videobuf2_dvb
mc                     57344  7 videodev,si2157,videobuf2_v4l2,dvb_usb,dvb_core,videobuf2_common,cx25840
rc_core                53248  4 dvb_usb,cec,cx23885,dvb_usb_dib0700

 

Would you, please, provide some guidance how to do that?

Maybe this would be the way... ?

 

TIA!

Link to comment
Share on other sites

18 hours ago, zero48 said:

Hello,  I'm new to this subject but eager to learn. I have a MX9 G5 TVBOX with RK3229 Proc.  4GB RAM 64 GB ROM

I want to install Armbian on EMMC

I'm trying to follow the Procedure on the very first page of this thread but when i go to 

"Burn the Multitool on an SD card; once done, place the Armbian image in images folder of the SD card FAT partition;"

There is never enough space to do this . 

Would somebody explain me What I'm doing wrong ?

I have tried with SD following the procedure but no joy . 

Thanks in advance 

It happens because when you burn the multitool image on the sdcard, the FAT partition is 2GB large by default. The partition is then enlarged the first time you boot the multitool on the box to fit the whole size of the sdcard itself.

Once you boot the multitool in the box, you can then plug again the sdcard on your computer and the FAT partition will be as large as the sdcard.

 

There two strange things though:

* the images for rk322x are all less than 2gb in size, so if you are not putting more than one image on the sdcard you should be fine even with default partition size

* AFAIK, rk3229 with 4Gb of RAM cannot exist, probably 4Gb of RAM are just on the label of the box

 

Link to comment
Share on other sites

On 11/23/2020 at 3:09 PM, megaduo said:

Hi,I have a problem with rtl8189etv through sdio interface,it's not about driver or module,seemed kernel did't initial the sdio  mmc slot properly?

Here it's the diagnosis report generated by armbianmonitor.

  Reveal hidden contents

I also put the UART log which got from same box running the original offical firmware.

  Reveal hidden contents


U-Boot 2014.10-RK322X-10-01509-gb11fcdb (May 13 2016 - 04:43:23)

CPU: rk322x
cpu version = 3
CPU's clock information:
    arm pll = 816000000HZ
    periph pll = 800000000HZ
    ddr pll = 600000000HZ
    codec pll = 500000000HZ
Board:  Rockchip platform Board
Uboot as second level loader
DRAM:  Found dram banks: 1
Adding bank:0000000060000000(0000000040000000)
Reserve memory for trust os.
dram reserve bank: base = 0x68400000, size = 0x00100000
128 MiB
GIC CPU mask = 0x00000001
rk dma pl330 version: 1.4
remotectl v0.1
SdmmcInit = 0 20
SdmmcInit = 2 0
storage init OK!
Using default environment

GetParam
Load FDT from boot image.
No pmic detect.
set pwm voltage ok,pwm_id =1 vol=1300000,pwm_value=22
set pwm voltage ok,pwm_id =2 vol=1200000,pwm_value=33
CPU's clock information:
    arm pll = 1248000000HZ
    periph pll = 800000000HZ
    ddr pll = 600000000HZ
    codec pll = 500000000HZ
DRAM: dram freq:786MHz
SecureBootEn = 0, SecureBootLock = 0
empty serial no.
checkKey
vbus = 1
board_fbt_key_pressed: ir_keycode = 0x0, frt = 0
no fuel gauge found
no fuel gauge found
read logo on state from dts [1]
can't find power_ctr node for lcdc0
read_deviceinfo_storage:p_deviceinfo=0x67d00000,p_baseparamer=0x67e00000
preset hdmi resolution is 3840x2160@30-0,i=18
preset tve resolution is 720x576@50-1,i=1
Hdmi Devices Not Exist.
can't find dts node for rk312x-tve
test_mode=0,saturation=0x0
SCREEN_TVOUT
rk3036_tve_init:use baseparamer config g_tve_pos = 1
rk3036_tve_init:use baseparamer config g_tve_pos = 1
Find logo from partition logo
no fuel gauge found
checkKey
vbus = 1
board_fbt_key_pressed: ir_keycode = 0x0, frt = 0
Hit any key to stop autoboot:  0
ERROR: [get_entry_ram]: Cannot find logo_kernel.bmp!
Secure Boot state: 0
kernel   @ 0x62000000 (0x006d2650)
ramdisk  @ 0x65bf0000 (0x00134b8c)
bootrk: do_bootm_linux...
   Loading Device Tree to 65600000, end 65614c95 ... OK
Add bank:0000000060000000, 0000000008400000
Add bank:0000000068500000, 0000000037b00000

Starting kernel ...

<hit enter to activate fiq debugger>
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0 (liuhh@HW-TV-S5) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP PREEMPT Fri May 13 04:44:24 CST 2016
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Rockchip RK3228B, model: rockchip,rk3228b
[    0.000000] get_bootmode: storagemedia=emmc, flag_uboot_bootmode_nand=0
[    0.000000] rockchip_uboot_logo_setup: mem: 0x02000000@0x9dc00000, offset:0x00000000
[    0.000000] hdmi init vic is 65631
[    0.000000] cvbs init tve.format is 1
[    0.000000] cvbs init tve.format is 1
[    0.000000] cvbs init tve.format is 1
[    0.000000] rockchip_uboot_mem_reserve: reserve 0x02000000@0x9dc00000 for uboot logo
[    0.000000] rockchip_ion_reserve
[    0.000000] ion heap(vmalloc): base(0) size(0) align(0)
[    0.000000] rockchip_deviceinfo_reserve:
[    0.000000] rockchip_deviceinfo_find_reserve_mem:enable=1,base=0x67d00000,size=0x200000
[    0.000000] cma: CMA: reserved 16 MiB at 7f000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] psci: probing function IDs from device-tree
[    0.000000] PERCPU: Embedded 9 pages/cpu @c16dc000 s13440 r8192 d15232 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260864
[    0.000000] Kernel command line: vmalloc=496M psci=enable rockchip_jtag console=ttyFIQ0 androidboot.selinux=disabled androidboot.hardware=rk30board androidboot.console=ttyFIQ0  initcall_debug=1 init=/init  mtdparts=rk29xxnand:0x00002000@0x00002000(fastboot),0x00004000@0x00004000(trust),0x00008000@0x00008000(recovery),0x00000800@0x00010000(deviceinfo),0x00002000@0x00010800(baseparamer),0x00004000@0x00012800(logo),0x00008000@0x00016800(fastplay),0x00004000@0x0001E800(misc),0x0000c000@0x00022800(factory),0x00006000@0x0002E800(boot),0x00004000@0x00034800(iptv_data),0x000aa000@0x00038800(backup),0x000aa000@0x000E2800(cache),0x00104000@0x0018C800(system),0x00200000@0x00290800(userdata),0x00002000@0x00490800(metadata),-@0x00492800(user) storagemedia=emmc uboot_logo=0x02000000@0x9dc00000 loader.timestamp=2016-05-13_04:43:23 hdmi.vic=65631 tve.format=1 ir.keycode=0x0
[    0.000000] rockchip jtag enabled
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] allocated 2097152 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 132MB 891MB = 1023MB total
[    0.000000] Memory: 968992k/968992k available, 78560k reserved, 491516K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0c12f9c   (12332 kB)
[    0.000000]       .init : 0xc0c13000 - 0xc0c6c480   ( 358 kB)
[    0.000000]       .data : 0xc0c6e000 - 0xc0d7ef78   (1092 kB)
[    0.000000]        .bss : 0xc0d7ef78 - 0xc0ea193c   (1163 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] rk_clk_tree_init start!
[    0.000000] rk_get_uboot_display_flag: uboot_logo_on = 1
[    0.000000] rkclk_init_clks: cnt_parent = 15
[    0.000000] rkclk_init_clks: cnt_rate = 19
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns
[    0.000000] process version: 0
[    0.000000] channel:0, lkg:3
[    0.000000] target-temp:95
[    0.000000] channel:2, lkg:2
[    0.000000] channel:2, lkg:2
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
[    1.555094] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    1.555121] pid_max: default: 32768 minimum: 301
[    1.555343] Security Framework initialized
[    1.555372] SELinux:  Initializing.
[    1.555506] Mount-cache hash table entries: 512
[    1.556607] Initializing cgroup subsys debug
[    1.556632] Initializing cgroup subsys memory
[    1.556678] Initializing cgroup subsys freezer
[    1.556735] CPU: Testing write buffer coherency: ok
[    1.557143] /cpus/cpu@0 missing clock-frequency property
[    1.557169] /cpus/cpu@1 missing clock-frequency property
[    1.557188] /cpus/cpu@2 missing clock-frequency property
[    1.557206] /cpus/cpu@3 missing clock-frequency property
[    1.557285] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    1.557447] Setting up static identity map for 0xc08a9890 - 0xc08a98e8
[    1.559224] last_log: 0x7e900000 map to 0xe0804000 and copy to 0xe0886000, size 0x80000 early 0x1b93 (version 3.1)
[    1.633102] CPU1: Booted secondary processor
[    1.633159] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    1.652796] CPU2: Booted secondary processor
[    1.652843] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    1.672559] CPU3: Booted secondary processor
[    1.672601] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    1.672775] Brought up 4 CPUs
[    1.672823] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    1.672838] CPU: All CPU(s) started in SVC mode.
[    1.674107] devtmpfs: initialized
[    1.682946] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    1.685813] pinctrl core: initialized pinctrl subsystem
[    1.686331] regulator-dummy: no parameters
[    1.707681] NET: Registered protocol family 16
[    1.710765] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    1.712270] ion_snapshot: 0x7ea50000 map to 0xe0907000 and copy to 0xc0e7cd0c (version 0.1)
[    1.712474] Registered FIQ tty driver
[    1.714882] console [ttyFIQ0] enabled
[    1.715313] Registered fiq debugger ttyFIQ0
[    1.717619] syscon 10140000.syscon: regmap [mem 0x10140000-0x10140fff] registered
[    1.718002] syscon 11000000.syscon: regmap [mem 0x11000000-0x11000fff] registered
[    1.718322] syscon 110e0000.syscon: regmap [mem 0x110e0000-0x110e0fff] registered
[    1.718622] syscon 11200000.syscon: regmap [mem 0x11200000-0x112003ff] registered
[    1.718937] syscon 31020000.syscon: regmap [mem 0x31020000-0x31022fff] registered
[    1.724819] rk_iommu 20053f00.vop_mmu: (vop) Enter
[    1.724953] rk_iommu 20053f00.vop_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    1.724981] rk_iommu 20053f00.vop_mmu: (vop) Initialized
[    1.725249] rk_iommu 20020800.vpu_mmu: (vpu) Enter
[    1.725363] rk_iommu 20020800.vpu_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    1.725391] rk_iommu 20020800.vpu_mmu: (vpu) Initialized
[    1.725638] rk_iommu 20070800.iep_mmu: (iep) Enter
[    1.725753] rk_iommu 20070800.iep_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    1.725784] rk_iommu 20070800.iep_mmu: (iep) Initialized
[    1.726050] rk_iommu 20030480.vdec_mmu: (vdec) Enter
[    1.726169] rk_iommu 20030480.vdec_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    1.726199] rk_iommu 20030480.vdec_mmu: (vdec) Initialized
[    1.735949] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    1.735973] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    1.736950] rk3368_init_rockchip_pmu_ops: could not find pmu dt node
[    1.793312] bio: create slab <bio-0> at 0
[    1.794987] Rockchip hdmi driver version 2.0
.
[    1.795485] vccio_1v8: 1800 mV
[    1.795812] vccio_3v3: 3300 mV
[    1.796594] SCSI subsystem initialized
[    1.797025] usbcore: registered new interface driver usbfs
[    1.797123] usbcore: registered new interface driver hub
[    1.797319] usbcore: registered new device driver usb
[    1.799952] media: Linux media interface: v0.10
[    1.800085] Linux video capture interface: v2.00
[    1.800501] pps_core: LinuxPPS API ver. 1 registered
[    1.800524] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.800648] PTP clock support registered
[    1.801787] Rockchip ion module is successfully loaded (v1.1)
[    1.802310] Advanced Linux Sound Architecture Driver Initialized.
[    1.803558] Bluetooth: Core ver 2.16
[    1.803627] NET: Registered protocol family 31
[    1.803648] Bluetooth: HCI device and connection manager initialized
[    1.803682] Bluetooth: HCI socket layer initialized
[    1.803713] Bluetooth: L2CAP socket layer initialized
[    1.803792] Bluetooth: SCO socket layer initialized
[    1.804302] cfg80211: Calling CRDA to update world regulatory domain
[    1.806827] rockchip-i2s 100c0000.i2s0: i2s0 has no mclk
[    1.809031] Switching to clocksource arch_sys_counter
[    1.850845] rga: Module initialized.
[    1.851496] rga2 20060000.rga: rga ion client create success!
[    1.851791] rga: Driver loaded succesfully
[    1.852122] fb disp policy is box
[    1.852224] rk-fb rockchip-fb: rk fb ion client create success!
[    1.852251] rk-fb rockchip-fb: rockchip framebuffer driver probe
[    1.852826] rk-screen rk_screen.15: rockchip screen probe success
[    1.854988] rk322x-lcdc 20050000.vop: vop_dev->regs=0xe092e000
[    1.855060] rk322x-lcdc vop0: can't find power_ctr node for lcdc0
[    1.855570] graphics fb0: rockchip framebuffer registerd:fb0
[    1.856273] graphics fb1: rockchip framebuffer registerd:fb1
[    1.856688] graphics fb2: rockchip framebuffer registerd:fb2
[    1.857205] rk322x-lcdc vop0: lcdc0: dclk:297000000>>fps:240
[    1.873868] alloc_buffer:ion_phy_addr=0x10000000
[    1.878325] fb0:phy:10000000>>vir:e0934000>>len:0xb00000
[    1.930064] rk_iommu 20053f00.vop_mmu: rockchip_iommu_attach_device: Attached new IOMMU with pgtable 0x7e9aa000
[    1.930137] rk322x-lcdc vop0: bus error!
[    1.930165] rk322x-lcdc vop0: lcdc0 probe ok, iommu enabled
[    1.933558] NET: Registered protocol family 2
[    1.934746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    1.934862] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    1.934963] TCP: Hash tables configured (established 4096 bind 4096)
[    1.935053] TCP: reno registered
[    1.935083] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    1.935127] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    1.935586] NET: Registered protocol family 1
[    1.936145] Unpacking initramfs...
[    2.054955] Freeing initrd memory: 1232K (c5bf0000 - c5d24000)
[    2.056645] hw perfevents: enabled with ARMv7_Cortex_A7 PMU driver, 5 counters available
[    2.059847] rknandbase v1.0 2014-03-31
[    2.060172] rknand: probe of 30030000.nandc failed with error -1
[    2.060286] rknand_driver:ret = 0
[    2.063438] audit: initializing netlink socket (disabled)
[    2.063500] type=2000 audit(0.500:1): initialized
[    2.065714] bounce pool size: 64 pages
[    2.077548] fuse init (API version 7.22)
[    2.078428] msgmni has been set to 966
[    2.079472]
[    2.079472] TEE Core Framework initialization (ver 1:0.1)
[    2.079568] TEE armv7 Driver initialization
[    2.080012] tz_tee_probe: name="armv7sec", id=0, pdev_name="armv7sec.0"
[    2.080041] TEE core: Alloc the misc device "opteearmtz00" (id=0)
[    2.080427] TEE Core: Register the misc device "opteearmtz00" (id=0,minor=60)
[    2.084848] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    2.084927] io scheduler noop registered
[    2.084988] io scheduler deadline registered
[    2.085240] io scheduler cfq registered (default)
[    2.088294] HDMI: no pull up gpio
[    2.089488] reset hdmi
[    2.090141] rockchip-hdmiv2 200a0000.hdmi: rockchip hdmiv2 probe sucess.
[    2.090312] [hdmi_dev_detect_hotplug] reg3004 value 01 ,tmdsvalue = 0
[    2.090333] HDMI_CANCEL_SUSPEND
[    2.090932] iep: failed to find iep power down clock source.
[    2.091456] IEP Power ON
[    2.091528] iep ion client create success!
[    2.091878] rk_iommu 20070800.iep_mmu: rockchip_iommu_attach_device: Attached new IOMMU with pgtable 0x7e9cf000
[    2.091901] IEP Power OFF
[    2.091929] IEP Driver loaded succesfully
[    2.092089] Module initialized.
[    2.092493] cvbs connect to lcdc0
[    2.092517] switch:en=1,lcdc_id=0,screen type=5,cur type=1
[    2.092666] rk322x-lcdc vop0: lcdc0: dclk:27000000>>fps:52
[    2.092706] rk322x-lcdc vop0: vop_axi_gather_cfg:un supported format[6]
[    2.093013] rk3036-tve 20053e00.tve: rockchip,rk322x-tve tv encoder probe ok
[    2.094524] [hdmi_dev_detect_hotplug] reg3004 value 01 ,tmdsvalue = 0
[    2.094554] [hdmi_dev_detect_hotplug] reg3004 value 01 ,tmdsvalue = 0
[    2.094571] HDMI_CANCEL_SUSPEND
[    2.096180] dma-pl330 110f0000.pdma: Loaded driver for PL330 DMAC-2364208
[    2.096213] dma-pl330 110f0000.pdma:         DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    2.096805] vdd_arm: 950 <--> 1400 mV at 1300 mV
[    2.097366] vdd_logic: 1000 <--> 1300 mV at 1200 mV
[    2.098080] rk_serial.c v1.8 2014-03-04
[    2.098556] 11020000.serial: ttyS1 at MMIO 0x11020000 (irq = 88) is a rk29_serial.1
[    2.098983] serial 11020000.serial: membase e1722000
[    2.099685] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 382; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '-lsk-v3.10-android-14.07-19638-gc3dbecb', rk_ko_ver is '5', built at '04:44:00', on 'May 13 2016'.
[    2.099890] mali-utgard 20001000.gpu: mali_platform_device->num_resources = 13
[    2.099920] mali-utgard 20001000.gpu: mali_platform_device->resource[0].start = 0x20001000
[    2.099945] mali-utgard 20001000.gpu: mali_platform_device->resource[1].start = 0x20000000
[    2.099972] mali-utgard 20001000.gpu: mali_platform_device->resource[2].start = 0x20003000
[    2.099999] mali-utgard 20001000.gpu: mali_platform_device->resource[3].start = 0x20008000
[    2.100023] mali-utgard 20001000.gpu: mali_platform_device->resource[4].start = 0x20004000
[    2.100049] mali-utgard 20001000.gpu: mali_platform_device->resource[5].start = 0x2000a000
[    2.100074] mali-utgard 20001000.gpu: mali_platform_device->resource[6].start = 0x20005000
[    2.100100] mali-utgard 20001000.gpu: mali_platform_device->resource[7].start = 0x00000026
[    2.100125] mali-utgard 20001000.gpu: mali_platform_device->resource[8].start = 0x00000025
[    2.100149] mali-utgard 20001000.gpu: mali_platform_device->resource[9].start = 0x00000024
[    2.100175] mali-utgard 20001000.gpu: mali_platform_device->resource[10].start = 0x00000025
[    2.100199] mali-utgard 20001000.gpu: mali_platform_device->resource[11].start = 0x00000024
[    2.100225] mali-utgard 20001000.gpu: mali_platform_device->resource[12].start = 0x00000025
[    2.100304] mali-utgard 20001000.gpu: freq: 200000000, min_threshold: 0, max_threshold: 70
[    2.100334] mali-utgard 20001000.gpu: freq: 300000000, min_threshold: 61, max_threshold: 85
[    2.100360] mali-utgard 20001000.gpu: freq: 500000000, min_threshold: 73, max_threshold: 100
[    2.100384] DVFS ERR:        dvfs_target: clk_gpu is disable, set rate error
[    2.100410] mali-utgard 20001000.gpu: initial freq = 250000000
[    2.102927] Mali: Mali device driver loaded
[    2.108926] loop: module loaded
[    2.109772] zram: Created 1 device(s) ...
[    2.113268] Freeing initrd memory: 2048K (c7d00000 - c7f00000)
[    2.113297] rockchip_deviceinfo_probe:info.flag_reserve=1
[    2.115355] SCSI Media Changer driver v0.25
[    2.116192] tun: Universal TUN/TAP device driver, 1.6
[    2.116213] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.116530] vmac_init.
[    2.117158] stmmac_probe_config_dt: Can not read property: pmu_regulator.
[    2.117187] stmmac_probe_config_dt: clock input/output? (output).
[    2.117210] stmmac_probe_config_dt: TX delay(0x30).
[    2.117229] stmmac_probe_config_dt: RX delay(0x10).
[    2.117251] stmmac_probe_config_dt: internal PHY/external PHY? (internal).
[    2.117403] stmmac_probe_config_dt: is rockchip,rk322x-gmac
[    2.117423] stmmc_pltfr_init:
[    2.117444] stmmc_pltfr_init: ERROR: Get power-gpio failed.
[    2.117462] stmmc_pltfr_init: ERROR: Get reset-gpio failed.
[    2.117480] stmmc_pltfr_init: ERROR: Get link-gpio failed.
[    2.117499] stmmc_pltfr_init: ERROR: Get led-gpio failed.
[    2.117516] stmmc_pltfr_init: init for RMII
[    2.117794] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    2.117817]  Normal descriptors
[    2.117836]  Ring mode enabled
[    2.117854]  DMA HW capability register supported
[    2.117874]  RX Checksum Offload Engine supported (type 2)
[    2.117892]  TX Checksum insertion supported
[    2.117906]  Wake-Up On Lan supported
[    2.117982]  Enable RX Mitigation via HW Watchdog Timer
[    2.118819] PPP generic driver version 2.4.2
[    2.119231] PPP BSD Compression module registered
[    2.119294] PPP Deflate Compression module registered
[    2.119374] PPP MPPE Compression module registered
[    2.119483] NET: Registered protocol family 24
[    2.119699] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[    2.119720] CSLIP: code copyright 1989 Regents of the University of California.
[    2.119787] Rockchip WiFi SYS interface (V1.00) ...
[    2.119899] esp_mem_init enter date May 13 2016 04:44:07
[    2.119916] esp_mem_init VERSION [V2.5]
[    2.119991] esp_mem_init complete
[    2.120160] usbcore: registered new interface driver catc
[    2.120293] usbcore: registered new interface driver kaweth
[    2.120360] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    2.120441] usbcore: registered new interface driver pegasus
[    2.120565] usbcore: registered new interface driver rtl8150
[    2.120689] usbcore: registered new interface driver r8152
[    2.120754] hso: drivers/net/usb/hso.c: Option Wireless
[    2.120890] usbcore: registered new interface driver hso
[    2.121041] usbcore: registered new interface driver asix
[    2.121169] usbcore: registered new interface driver ax88179_178a
[    2.121296] usbcore: registered new interface driver cdc_ether
[    2.121430] usbcore: registered new interface driver cdc_eem
[    2.121554] usbcore: registered new interface driver dm9601
[    2.121672] usbcore: registered new interface driver dm9620
[    2.121811] usbcore: registered new interface driver smsc75xx
[    2.121956] usbcore: registered new interface driver smsc95xx
[    2.122081] usbcore: registered new interface driver gl620a
[    2.122202] usbcore: registered new interface driver net1080
[    2.122326] usbcore: registered new interface driver plusb
[    2.122448] usbcore: registered new interface driver rndis_host
[    2.122569] usbcore: registered new interface driver cdc_subset
[    2.122689] usbcore: registered new interface driver zaurus
[    2.122824] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    2.123042] usbcore: registered new interface driver int51x1
[    2.123168] usbcore: registered new interface driver kalmia
[    2.123293] usbcore: registered new interface driver ipheth
[    2.123427] usbcore: registered new interface driver sierra_net
[    2.123550] usbcore: registered new interface driver cx82310_eth
[    2.123702] usbcore: registered new interface driver cdc_ncm
[    2.123829] usbcore: registered new interface driver qmi_wwan
[    2.123956] usbcore: registered new interface driver cdc_mbim
[    2.124070] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.124135] ehci-platform: EHCI generic platform driver
[    2.124584] ehci-platform 30080000.ehci0: EHCI Host Controller
[    2.124643] ehci-platform 30080000.ehci0: new USB bus registered, assigned bus number 1
[    2.125350] ehci-platform 30080000.ehci0: irq 48, io mem 0x30080000
[    2.143718] ehci-platform 30080000.ehci0: USB 2.0 started, EHCI 1.00
[    2.143852] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.143878] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.143904] usb usb1: Product: EHCI Host Controller
[    2.143929] usb usb1: Manufacturer: Linux 3.10.0 ehci_hcd
[    2.143953] usb usb1: SerialNumber: 30080000.ehci0
[    2.144878] hub 1-0:1.0: USB hub found
[    2.144933] hub 1-0:1.0: 1 port detected
[    2.145485] ehci-platform 300c0000.ehci1: EHCI Host Controller
[    2.145545] ehci-platform 300c0000.ehci1: new USB bus registered, assigned bus number 2
[    2.146147] ehci-platform 300c0000.ehci1: irq 51, io mem 0x300c0000
[    2.163395] ehci-platform 300c0000.ehci1: USB 2.0 started, EHCI 1.00
[    2.163547] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.163577] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.163603] usb usb2: Product: EHCI Host Controller
[    2.163627] usb usb2: Manufacturer: Linux 3.10.0 ehci_hcd
[    2.163650] usb usb2: SerialNumber: 300c0000.ehci1
[    2.164485] hub 2-0:1.0: USB hub found
[    2.164531] hub 2-0:1.0: 1 port detected
[    2.165082] ehci-platform 30100000.ehci2: EHCI Host Controller
[    2.165153] ehci-platform 30100000.ehci2: new USB bus registered, assigned bus number 3
[    2.165681] ehci-platform 30100000.ehci2: irq 98, io mem 0x30100000
[    2.183095] ehci-platform 30100000.ehci2: USB 2.0 started, EHCI 1.00
[    2.183230] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.183257] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.183286] usb usb3: Product: EHCI Host Controller
[    2.183308] usb usb3: Manufacturer: Linux 3.10.0 ehci_hcd
[    2.183331] usb usb3: SerialNumber: 30100000.ehci2
[    2.184221] hub 3-0:1.0: USB hub found
[    2.184268] hub 3-0:1.0: 1 port detected
[    2.185192] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.185461] ohci-platform: OHCI generic platform driver
[    2.185680] ohci-platform 300a0000.ohci0: Generic Platform OHCI controller
[    2.185743] ohci-platform 300a0000.ohci0: new USB bus registered, assigned bus number 4
[    2.185822] ohci-platform 300a0000.ohci0: irq 49, io mem 0x300a0000
[    2.246132] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.246166] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.246192] usb usb4: Product: Generic Platform OHCI controller
[    2.246216] usb usb4: Manufacturer: Linux 3.10.0 ohci_hcd
[    2.246239] usb usb4: SerialNumber: 300a0000.ohci0
[    2.247128] hub 4-0:1.0: USB hub found
[    2.247186] hub 4-0:1.0: 1 port detected
[    2.247657] ohci-platform 300e0000.ohci1: Generic Platform OHCI controller
[    2.247712] ohci-platform 300e0000.ohci1: new USB bus registered, assigned bus number 5
[    2.247789] ohci-platform 300e0000.ohci1: irq 52, io mem 0x300e0000
[    2.305198] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    2.305232] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.305259] usb usb5: Product: Generic Platform OHCI controller
[    2.305282] usb usb5: Manufacturer: Linux 3.10.0 ohci_hcd
[    2.305305] usb usb5: SerialNumber: 300e0000.ohci1
[    2.306150] hub 5-0:1.0: USB hub found
[    2.306195] hub 5-0:1.0: 1 port detected
[    2.306623] ohci-platform 30120000.ohci2: Generic Platform OHCI controller
[    2.306676] ohci-platform 30120000.ohci2: new USB bus registered, assigned bus number 6
[    2.306748] ohci-platform 30120000.ohci2: irq 99, io mem 0x30120000
[    2.364219] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.364252] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.364278] usb usb6: Product: Generic Platform OHCI controller
[    2.364301] usb usb6: Manufacturer: Linux 3.10.0 ohci_hcd
[    2.364323] usb usb6: SerialNumber: 30120000.ohci2
[    2.365092] hub 6-0:1.0: USB hub found
[    2.365138] hub 6-0:1.0: 1 port detected
[    2.365750] usbcore: registered new interface driver cdc_acm
[    2.365772] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.365942] usbcore: registered new interface driver usblp
[    2.366087] usbcore: registered new interface driver cdc_wdm
[    2.366333] usbcore: registered new interface driver usb-storage
[    2.366472] usbcore: registered new interface driver ums-alauda
[    2.366602] usbcore: registered new interface driver ums-cypress
[    2.366746] usbcore: registered new interface driver ums-datafab
[    2.366880] usbcore: registered new interface driver ums_eneub6250
[    2.367011] usbcore: registered new interface driver ums-freecom
[    2.367143] usbcore: registered new interface driver ums-isd200
[    2.367268] usbcore: registered new interface driver ums-jumpshot
[    2.367396] usbcore: registered new interface driver ums-karma
[    2.367519] usbcore: registered new interface driver ums-onetouch
[    2.367651] usbcore: registered new interface driver ums-sddr09
[    2.367781] usbcore: registered new interface driver ums-sddr55
[    2.367914] usbcore: registered new interface driver ums-usbat
[    2.368155] usbcore: registered new interface driver usbserial
[    2.368240] usbcore: registered new interface driver usbserial_generic
[    2.368306] usbserial: USB Serial support registered for generic
[    2.368453] usbcore: registered new interface driver option
[    2.368527] usbserial: USB Serial support registered for GSM modem (1-port)
[    2.368979] usbcore: registered new interface driver trancevibrator
[    2.369048] usb20_otg: version 3.10a 21-DEC-2012
[    2.369824] e1980040
[    2.369851] Core Release: 3.10a
[    2.369869] Setting default values for core params
[    2.370158] Using Buffer DMA mode
[    2.370180] Periodic Transfer Interrupt Enhancement - disabled
[    2.370199] Multiprocessor Interrupt Enhancement - disabled
[    2.370220] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.370237] ^^^^^^^^^^^^^^^^^Device Mode
[    2.370260] Dedicated Tx FIFOs mode
[    2.370292] pcd_init otg_dev = dddf8e00
[    2.370596] usb20_otg 30040000.otg: DWC OTG Controller
[    2.370654] usb20_otg 30040000.otg: new USB bus registered, assigned bus number 7
[    2.370720] usb20_otg 30040000.otg: irq 55, io mem 0x00000000
[    2.370840] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
[    2.370867] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.370893] usb usb7: Product: DWC OTG Controller
[    2.370916] usb usb7: Manufacturer: Linux 3.10.0 dwc_otg_hcd
[    2.370936] usb usb7: SerialNumber: 30040000.otg
[    2.371769] hub 7-0:1.0: USB hub found
[    2.371816] hub 7-0:1.0: 1 port detected
[    2.380118] usb20_host: version 3.10a 21-DEC-2012
[    2.381724] usbcore: registered new interface driver xpad
[    2.381887] usbcore: registered new interface driver usb_acecad
[    2.382049] usbcore: registered new interface driver aiptek
[    2.382202] usbcore: registered new interface driver gtco
[    2.382352] usbcore: registered new interface driver hanwang
[    2.382492] usbcore: registered new interface driver kbtab
[    2.382665] usbcore: registered new interface driver wacom
[    2.383920] .. rk pwm remotectl v1.1 init
[    2.384398] input: 110b0030.pwm as /devices/110b0030.pwm/input/input0
[    2.385317] i2c /dev entries driver
[    2.390012] IR NEC protocol handler initialized
[    2.390074] IR RC5(x) protocol handler initialized
[    2.390133] IR RC6 protocol handler initialized
[    2.390192] IR JVC protocol handler initialized
[    2.390249] IR Sony protocol handler initialized
[    2.390308] IR RC5 (streamzap) protocol handler initialized
[    2.390367] IR SANYO protocol handler initialized
[    2.390428] IR MCE Keyboard/mouse protocol handler initialized
[    2.390863] usbcore: registered new interface driver uvcvideo
[    2.390884] USB Video Class driver (1.1.1)
[    2.390959] CamSys driver version: v0.33.0,  CamSys head file version: v0.11.0
[    2.390984] E:camsys_soc_init(36): camsys isn't support soc: 0x32283001!
[    2.393028] rockchip_temp_probe,line=375
[    2.393573] tsadc 11150000.tsadc: Missing tsadc_low_temp in the DT.
[    2.448744] tsadc 11150000.tsadc: initialized
[    2.449730] device-mapper: uevent: version 1.0.3
[    2.450257] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    2.450960] Bluetooth: HCI UART driver ver 2.2
[    2.450981] Bluetooth: HCI H4 protocol initialized
[    2.451002] Bluetooth: HCILL protocol initialized
[    2.451063] rtk_btusb: Realtek Bluetooth USB driver module init, version 2.21
[    2.451084] rtk_btusb: Register usb char device interface for BT driver
[    2.451485] usbcore: registered new interface driver rtk_btusb
[    2.452286] cpufreq version 1.0, suspend freq 1008 MHz
[    2.452895] cpuidle: using governor ladder
[    2.452951] cpuidle: using governor menu
[    2.453096] Synopsys Designware Multimedia Card Interface Driver
[    2.453112] MHSC version = Ver 2.00 2015-06-10
[    2.453632] dwmmc_rockchip 30020000.rksdmmc: Version ID is 270a
[    2.453710] dwmmc_rockchip 30020000.rksdmmc: failed to get hpclk_mmc
[    2.470623] Using Buffer DMA mode
[    2.470644] Periodic Transfer Interrupt Enhancement - disabled
[    2.470658] Multiprocessor Interrupt Enhancement - disabled
[    2.470673] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.470685] ^^^^^^^^^^^^^^^^^^Host Mode
[    2.470881] dwmmc_rockchip 30020000.rksdmmc: Using internal DMA controller.
[    2.471123] dwmmc_rockchip 30020000.rksdmmc: dw_mci_init_slot: fmin=400000, fmax=50000000 [mmc0]
[    2.471353] dwmmc_rockchip 30020000.rksdmmc: dw_mci_set_ios:  no card. [mmc0]
[    2.488106] dwmmc_rockchip 30020000.rksdmmc: dw_mci_set_ios:  no card. [mmc0]
[    2.507819] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc0]
[    2.507844] dwmmc_rockchip 30020000.rksdmmc: DW MMC controller at irq 46, 32 bit host data width, 256 deep fifo
[    2.507865] dwmmc_rockchip 30020000.rksdmmc: 1 slots initialized
[    2.508377] dwmmc_rockchip 30000000.rksdmmc: Version ID is 270a
[    2.508441] dwmmc_rockchip 30000000.rksdmmc: failed to get hpclk_mmc
[    2.509054] dwmmc_rockchip 30000000.rksdmmc: Using internal DMA controller.
[    2.509295] dwmmc_rockchip 30000000.rksdmmc: dw_mci_init_slot: fmin=400000, fmax=37500000 [mmc1]
[    2.509515] dwmmc_rockchip 30000000.rksdmmc: mmc1: No udbg pinctrl found!
[    2.509680] dwmmc_rockchip 30000000.rksdmmc: dw_mci_set_ios:  no card. [mmc1]
[    2.517831] Init: Power Port (0)
[    2.517850] rk_battery_charger_detect_cb , battery_charger_detect 5
[    2.517910] 30040000.otg resume, HPRT0:0x1000
[    2.518014] 30040000.otg suspend, HPRT0:0x1000
[    2.527458] dwmmc_rockchip 30000000.rksdmmc: dw_mci_set_ios:  no card. [mmc1]
[    2.540034] mmc0: BKOPS_EN bit is not set
[    2.542001] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    2.542034] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc0]
[    2.542052] rk_sdmmc: BOOT dw_mci_setup_bus: workaround div = 1, host->bus_hz = 100000000 [mmc0]
[    2.542155] rk_sdmmc: BOOT Bus speed=50000000Hz,Bus width=8bits.[mmc0]
[    2.542358] mmc0: new high speed DDR MMC card at address 0001
[    2.542897] mmcblk0: mmc0:0001 4FPD3R 3.64 GiB
[    2.543503]   fastboot: 0x000400000 -- 0x000800000 (4 MB)
[    2.543524]      trust: 0x000800000 -- 0x001000000 (8 MB)
[    2.543543]   recovery: 0x001000000 -- 0x002000000 (16 MB)
[    2.543560] deviceinfo: 0x002000000 -- 0x002100000 (1 MB)
[    2.543575] baseparamer: 0x002100000 -- 0x002500000 (4 MB)
[    2.543591]       logo: 0x002500000 -- 0x002d00000 (8 MB)
[    2.543606]   fastplay: 0x002d00000 -- 0x003d00000 (16 MB)
[    2.543622]       misc: 0x003d00000 -- 0x004500000 (8 MB)
[    2.543637]    factory: 0x004500000 -- 0x005d00000 (24 MB)
[    2.543653]       boot: 0x005d00000 -- 0x006900000 (12 MB)
[    2.543671]  iptv_data: 0x006900000 -- 0x007100000 (8 MB)
[    2.543688]     backup: 0x007100000 -- 0x01c500000 (340 MB)
[    2.543705]      cache: 0x01c500000 -- 0x031900000 (340 MB)
[    2.543722]     system: 0x031900000 -- 0x052100000 (520 MB)
[    2.543738]   userdata: 0x052100000 -- 0x092100000 (1024 MB)
[    2.543755]   metadata: 0x092100000 -- 0x092500000 (4 MB)
[    2.543773]       user: 0x092500000 -- 0x0e8c00000 (1383 MB)
[    2.543824]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17
[    2.547686] dwmmc_rockchip 30000000.rksdmmc: dw_mci_set_ios:  no card. [mmc1]
[    2.547721] dwmmc_rockchip 30000000.rksdmmc: DW MMC controller at irq 44, 32 bit host data width, 256 deep fifo
[    2.547738] dwmmc_rockchip 30000000.rksdmmc: 1 slots initialized
[    2.548077] dwmmc_rockchip 30010000.rksdmmc: Version ID is 270a
[    2.548132] dwmmc_rockchip 30010000.rksdmmc: failed to get hpclk_mmc
[    2.548383] dwmmc_rockchip 30010000.rksdmmc: Using internal DMA controller.
[    2.548574] dwmmc_rockchip 30010000.rksdmmc: dw_mci_init_slot: fmin=200000, fmax=37500000 [mmc2]
[    2.548860] dwmmc_rockchip 30010000.rksdmmc: dw_mci_set_ios:  no card. [mmc2]
[    2.566821] dwmmc_rockchip 30010000.rksdmmc: dw_mci_set_ios:  no card. [mmc2]
[    2.586542] dwmmc_rockchip 30010000.rksdmmc: DW MMC controller at irq 45, 32 bit host data width, 256 deep fifo
[    2.586558] dwmmc_rockchip 30010000.rksdmmc: 1 slots initialized
[    2.586965] boot changed by Huawei for CA!!!!!!!!!!!!!
[    2.586978] I>>> ROCKCHIP_LEDS_GPIO->rk_gpio_led_probe(233): rk_gpio_led v1.0 init
[    2.587369] hidraw: raw HID events driver (C) Jiri Kosina
[    2.587504] dwmmc_rockchip 30010000.rksdmmc: dw_mci_set_ios:  no card. [mmc2]
[    2.591642] usbcore: registered new interface driver usbhid
[    2.591653] usbhid: USB HID core driver
[    2.591925] ashmem: initialized
[    2.592154] logger: created 256K log 'log_main'
[    2.592329] logger: created 256K log 'log_events'
[    2.592496] logger: created 256K log 'log_radio'
[    2.592658] logger: created 256K log 'log_system'
[    2.595729] rockchip-spdif 100d0000.spdif: spdif ready.
[    2.618102] rk322x-audio rockchip_audio.25:  rk322x-hifi <-> 100b0000.i2s1 mapping ok
[    2.621617] rockchip-hdmi-i2s rockchip_hdmi_i2s.27:  rk-hdmi-i2s-hifi <-> 100c0000.i2s0 mapping ok
[    2.623189] u32 classifier
[    2.623198]     Actions configured
[    2.623393] Netfilter messages via NETLINK v0.30.
[    2.623542] nf_conntrack version 0.5.0 (15447 buckets, 61788 max)
[    2.624140] ctnetlink v0.93: registering with nfnetlink.
[    2.624618] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    2.624629] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    2.626030] xt_time: kernel timezone is -0000
[    2.626732] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.627144] arp_tables: (C) 2002 David S. Miller
[    2.627307] TCP: cubic registered
[    2.627340] Initializing XFRM netlink socket
[    2.627719] NET: Registered protocol family 10
[    2.628694] mip6: Mobile IPv6
[    2.628752] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    2.629112] sit: IPv6 over IPv4 tunneling driver
[    2.629659] NET: Registered protocol family 17
[    2.629719] NET: Registered protocol family 15
[    2.629830] Bridge firewalling registered
[    2.629874] Ebtables v2.0 registered
[    2.630154] Bluetooth: RFCOMM TTY layer initialized
[    2.630195] Bluetooth: RFCOMM socket layer initialized
[    2.630205] Bluetooth: RFCOMM ver 1.11
[    2.630244] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.630255] Bluetooth: BNEP filters: protocol multicast
[    2.630271] Bluetooth: BNEP socket layer initialized
[    2.630308] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.630326] Bluetooth: HIDP socket layer initialized
[    2.630392] l2tp_core: L2TP core driver, V2.0
[    2.630435] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[    2.630472] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    2.630641] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    2.630656] [WLAN_RFKILL]: can't find rockchip,grf property
[    2.630670] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = rtl8189es
[    2.630682] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    2.630694] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control.
[    2.630707] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    2.630762] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,poweren_gpio = 93, flags = 0.
[    2.630799] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 2, flags = 0.
[    2.630812] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    2.630852] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    2.630943] [BT_RFKILL]: Enter rfkill_rk_init
[    2.632797] rk322x_suspend_init: pm_ctrbits = 0x11806
[    2.632850] Registering SWP/SWPB emulation handler
[    2.632891] rockchip_uboot_mem_late_init: Freeing uboot logo memory: 0x02000000@0x9dc00000
[    2.637870] ddrfreq: verion 1.2 20140526
[    2.637890] ddrfreq: normal 786MHz video_1080p 0MHz video_4k 0MHz dualview 0MHz idle 0MHz suspend 0MHz reboot 786MHz
[    2.637901] ddrfreq: auto-freq=0
[    2.637910] ddrfreq: auto-freq-table epmty!
[    2.639059] regulator-dummy: disabling
[    2.639396] pcd_pullup, is_on 0
[    2.639421] WARN::dwc_otg_handle_mode_mismatch_intr:69: Mode Mismatch Interrupt: currently in Host mode
[    2.639421]
[    2.639450] WARN::dwc_otg_handle_mode_mismatch_intr:69: Mode Mismatch Interrupt: currently in Host mode
[    2.639450]
[    2.639528] file system registered
[    2.640651] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    2.640669] android_usb gadget: Number of LUNs=2
[    2.640682]  lun0: LUN: removable file: (no medium)
[    2.640694]  lun1: LUN: removable file: (no medium)
[    2.641022] android_usb gadget: android_usb ready
[    2.641082] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    2.649599] rockchip-spdif-card rockchip_spdif_card.26:  rk-hdmi-spdif-hifi <-> 100d0000.spdif mapping ok
[    2.651574] usbcore: registered new interface driver snd-usb-audio
[    2.651618] ALSA device list:
[    2.651627]   #0: RK_RK322x
[    2.651638]   #1: RK-HDMI-I2S
[    2.651646]   #2: RK-SPDIF-CARD
[    2.652117] Freeing unused kernel memory: 356K (c0c13000 - c0c6c000)
[    2.652943] init: init changed by Huawei for CA!!!!!!!!!!!!!
[    2.654439] init: ========set freq:1464000========
[    2.657092] init: /init.rc: 812: invalid option 'chmod'
[    2.657804] init: /init.rk30board.rc: 281: ignored duplicate definition of service 'dhclient_eth0'
[    2.657838] init: /init.rk30board.rc: 286: ignored duplicate definition of service 'dhclient_eth1'
[    2.657866] init: /init.rk30board.rc: 291: ignored duplicate definition of service 'dhclient_wlan0'
[    2.657890] init: /init.rk30board.rc: 296: ignored duplicate definition of service 'release_eth0'
[    2.657914] init: /init.rk30board.rc: 301: ignored duplicate definition of service 'release_eth1'
[    2.657941] init: /init.rk30board.rc: 306: ignored duplicate definition of service 'release_wlan0'
[    2.658077] init: /init.rk30board.rc: 376: ignored duplicate definition of service 'wfd'
[    2.658725] init: could not import file '/init.thirdos.rc' from '/init.rc'
[    2.658830] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
[    2.661012] init: init changed by Huawei for CA!!!!!!!!!!!!!
[    2.719741] init: /dev/hw_random not found
[    2.719819] keychord: using input dev 110b0030.pwm for fevent
[    2.743000] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.745807] pm policy 0 -> 1
[    2.747703] fs_mgr: parse_link_device : path = NULL
[    2.747756] fs_mgr: parse_link_device : path = NULL
[    2.747793] fs_mgr: parse_link_device : path = NULL
[    2.747823] fs_mgr: parse_link_device : path = NULL
[    2.747856] fs_mgr: parse_link_device : path = NULL
[    2.747893] fs_mgr: parse_link_device : path = NULL
[    2.747974] fs_mgr: ---------------resize_fs blk_dev /dev/block/platform/30020000.rksdmmc/by-name/system, type ext4fs_mgr: Running /sbin/resize2fs on /dev/block/platform/30020000.rksdmmc/by-name/system
[    2.749390] resize2fs: resize2fs 1.41.14 (22-Dec-2010)resize2fs: The filesystem is already 133120 blocks long.  Nothing to do!resize2fs:
[    2.757097] EXT4-fs (mmcblk0p14): mounted filesystem with ordered data mode. Opts: noauto_da_alloc
[    2.759897] EXT4-fs (mmcblk0p13): warning: maximal mount count reached, running e2fsck is recommended
[    2.760463] EXT4-fs (mmcblk0p13): recovery complete
[    2.760487] EXT4-fs (mmcblk0p13): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.762271] EXT4-fs (mmcblk0p16): warning: mounting unchecked fs, running e2fsck is recommended
[    2.762810] EXT4-fs (mmcblk0p16): mounted filesystem without journal. Opts: noauto_da_alloc,discard
[    2.767811] EXT4-fs (mmcblk0p15): warning: maximal mount count reached, running e2fsck is recommended
[    2.768385] EXT4-fs (mmcblk0p15): recovery complete
[    2.768407] EXT4-fs (mmcblk0p15): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.768512] fs_mgr: ---------------resize_fs blk_dev /dev/block/platform/30020000.rksdmmc/by-name/backup, type ext4fs_mgr: Running /sbin/resize2fs on /dev/block/platform/30020000.rksdmmc/by-name/backup
[    2.769928] resize2fs: resize2fs 1.41.14 (22-Dec-2010)resize2fs: The filesystem is already 348160 blocks long.  Nothing to do!resize2fs:
[    2.774855] EXT4-fs (mmcblk0p12): recovery complete
[    2.774880] EXT4-fs (mmcblk0p12): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.775113] fs_mgr: Cannot mount filesystem on /dev/block/platform/30020000.rksdmmc/by-name/fastplay at /fastplay
[    2.775164] init: fs_mgr_mount_all returned an error
[    2.775768] fs_mgr: parse_link_device : path = NULL
[    2.775817] fs_mgr: parse_link_device : path = NULL
[    2.775855] fs_mgr: parse_link_device : path = NULL
[    2.775890] fs_mgr: parse_link_device : path = NULL
[    2.775921] fs_mgr: parse_link_device : path = NULL
[    2.775954] fs_mgr: parse_link_device : path = NULL
[    2.776323] zram0: detected capacity change from 0 to 67108864
[    2.808132] Adding 65532k swap on /dev/block/zram0.  Priority:-1 extents:1 across:65532k SS
[    2.862293] mali: exports duplicate symbol mali_dev_pause (owned by kernel)
[    3.303279] vcodec_service: No core reset resource define
[    3.303374] vcodec 20020000.vpu_service: do not have pd_video
[    3.303413] vcodec_service: probe device 20020000.vpu_service
[    3.303468] vcodec_service: checking hw id 0
[    3.304175] vcodec_service: init success
[    3.304299] vcodec_service: No core reset resource define
[    3.304395] vcodec 20030000.rkvdec: do not have pd_video
[    3.304427] vcodec_service: probe device 20030000.rkvdec
[    3.304488] vcodec_service: checking hw id 6876
[    3.305089] vcodec_service: init success
[    3.306508] rk29_ipp: version magic '3.0.8+ SMP preempt mod_unload ARMv7 ' should be '3.10.0 SMP preempt mod_unload ARMv7 p2v8 '
[    3.318557] init: /dev/hw_random not found
[    3.368480] init: cannot find '/system/vendor/bin/pvrsrvctl', disabling 'pvrsrvctl'
[    3.370739] healthd: No charger supplies found
[    3.370777] healthd: BatteryStatusPath not found
[    3.370803] healthd: BatteryHealthPath not found
[    3.370824] healthd: BatteryPresentPath not found
[    3.370837] healthd: BatteryCapacityPath not found
[    3.370848] healthd: BatteryVoltagePath not found
[    3.370867] healthd: BatteryTemperaturePath not found
[    3.370882] healthd: BatteryTechnologyPath not found
[    3.370933] binder: 134:134 transaction failed 29189, size 0-0
[    3.371526] init: cannot find '/system/bin/rild', disabling 'ril-daemon'
[    3.371585] init: cannot find '/system/bin/rild3', disabling 'ril-daemon3'
[    3.380392] init: cannot find '/system/bin/chrome.sh', disabling 'chrome'
[    3.386741] switch_cpumask_to_cpu cpu0
[    3.386795] restore_cpumask cpu0
[    3.386814] armv7sec armv7sec.0: shm ioremap failed
[    3.386827] misc opteearmtz00: tee_get: opteearmtz00::start() failed, err=-12
[    3.386867] switch_cpumask_to_cpu cpu0
[    3.386880] restore_cpumask cpu0
[    3.386893] armv7sec armv7sec.0: shm ioremap failed
[    3.386904] misc opteearmtz00: tee_get: opteearmtz00::start() failed, err=-12
[    3.387458] init: using deprecated syntax for specifying property 'ro.product.usbfactory', use ${name} instead
[    3.387767] rtk_btusb: btchr_open: BT usb char device is opening
[    3.387797] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    3.387832] rtk_btusb: btchr_open: BT usb char device is opening
[    3.387843] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    3.387880] rtk_btusb: btchr_open: BT usb char device is opening
[    3.387891] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    3.387913] rtk_btusb: btchr_open: BT usb char device is opening
[    3.387923] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    3.437280] switch_cpumask_to_cpu cpu0
[    3.437312] restore_cpumask cpu0
[    3.437328] armv7sec armv7sec.0: shm ioremap failed
[    3.437342] misc opteearmtz00: tee_get: opteearmtz00::start() failed, err=-12
[    3.510022] warning: `daemonsu' uses 32-bit capabilities (legacy support in use)
[    3.665835] fs_mgr: parse_link_device : path = NULL
[    3.665887] fs_mgr: parse_link_device : path = NULL
[    3.665922] fs_mgr: parse_link_device : path = NULL
[    3.665978] fs_mgr: parse_link_device : path = NULL
[    3.666019] fs_mgr: parse_link_device : path = NULL
[    3.666056] fs_mgr: parse_link_device : path = NULL
[    3.911601] EXT4-fs (mmcblk0p14): warning: maximal mount count reached, running e2fsck is recommended
[    4.082745] EXT4-fs (mmcblk0p14): re-mounted. Opts: (null)
[    4.122876] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'
[    4.122903] init: powerctl: cannot expand '${sys.powerctl}'
[    4.123242] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}'
[    4.123270] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes'
[    4.123304] init: property 'sys.sysctl.tcp_def_init_rwnd' doesn't exist while expanding '${sys.sysctl.tcp_def_init_rwnd}'
[    4.123320] init: cannot expand '${sys.sysctl.tcp_def_init_rwnd}' while writing to '/proc/sys/net/ipv4/tcp_default_init_rwnd'
[    4.127688] android_usb: already disabled
[    4.141705] read descriptors
[    4.141733] read strings
[    4.141795] mtp_bind_config
[    4.141840] pcd_pullup, is_on 1
[    4.187587] init: sys_prop: permission denied uid:1000  name:video.use.overlay
[    4.226070] init: sys_prop: permission denied uid:1000  name:sys_graphic.cam_hal.ver
[    4.226307] init: sys_prop: permission denied uid:1000  name:sys_graphic.cam_trace
[    4.226532] init: sys_prop: permission denied uid:1000  name:sys_graphic.cam_camboard.ver
[    4.226769] init: sys_prop: permission denied uid:1000  name:sys_graphic.cam_libisp.ver
[    4.226959] init: sys_prop: permission denied uid:1000  name:sys_graphic.cam_isi.ver
[    4.353005] rk322x-lcdc vop0: blank mode:0
[    4.353016] flag_restart_resume
[    4.357248] EXT4-fs (mmcblk0p14): re-mounted. Opts: (null)
[    4.368823] EXT4-fs (mmcblk0p14): re-mounted. Opts: (null)
[    4.507782] init: untracked pid 367 exited
[    6.909225] rk322x-lcdc vop0: win0:new_addr:0x10384000 cur_addr:0x102a3000--1
[   10.068970] lowmemorykiller: lowmem_shrink: convert oom_adj to oom_score_adj:
[   10.069014] lowmemorykiller: oom_adj 0 => oom_score_adj 0
[   10.069025] lowmemorykiller: oom_adj 1 => oom_score_adj 58
[   10.069034] lowmemorykiller: oom_adj 2 => oom_score_adj 117
[   10.069043] lowmemorykiller: oom_adj 3 => oom_score_adj 176
[   10.069052] lowmemorykiller: oom_adj 9 => oom_score_adj 529
[   10.069061] lowmemorykiller: oom_adj 15 => oom_score_adj 1000
[   10.242029] [otg id chg] last id -1 current id 2
[   10.366904] wifi_driver_write: wifi driver already rmmod
pppd-disconnect: start to ppp.disconnect
pppd-disconnect: to check if pppd pppoe killed!  result:0, sleepTime:0
pppd-disconnect: end to ppp.disconnect
[   10.632073] init: sys_prop: permission denied uid:1000  name:init.svc.pppoe_disconn
[   10.633267] phy_power_on: enable = 1
[   10.633284] use internal PHY
[   10.669749] Read the Ethernet MAC address from IDB:6c:ef:c6:10:9c:b8
[   10.669784] eth0: device MAC address 6c:ef:c6:10:9c:b8
[   10.684675] libphy: stmmac: probed
[   10.684705] eth0: PHY ID 00000000 at 0 IRQ 0 (stmmac-0:00) active
[   10.684720] eth0: PHY ID 1234d400 at 1 IRQ 0 (stmmac-0:01) active
[   10.684733] eth0: PHY ID 00000000 at 2 IRQ 0 (stmmac-0:02)
[   10.684746] eth0: PHY ID 00000000 at 3 IRQ 0 (stmmac-0:03)
[   10.684759] eth0: PHY ID 00000000 at 4 IRQ 0 (stmmac-0:04)
[   10.684771] eth0: PHY ID 00000000 at 5 IRQ 0 (stmmac-0:05)
[   10.684828] eth0: PHY ID 00000000 at 6 IRQ 0 (stmmac-0:06)
[   10.684842] eth0: PHY ID 00000000 at 7 IRQ 0 (stmmac-0:07)
[   10.684855] eth0: PHY ID 00000000 at 8 IRQ 0 (stmmac-0:08)
[   10.684868] eth0: PHY ID 00000000 at 9 IRQ 0 (stmmac-0:09)
[   10.684880] eth0: PHY ID 00000000 at 10 IRQ 0 (stmmac-0:0a)
[   10.684893] eth0: PHY ID 00000000 at 11 IRQ 0 (stmmac-0:0b)
[   10.684906] eth0: PHY ID 00000000 at 12 IRQ 0 (stmmac-0:0c)
[   10.684919] eth0: PHY ID 00000000 at 13 IRQ 0 (stmmac-0:0d)
[   10.684931] eth0: PHY ID 00000000 at 14 IRQ 0 (stmmac-0:0e)
[   10.684944] eth0: PHY ID 00000000 at 15 IRQ 0 (stmmac-0:0f)
[   10.684956] eth0: PHY ID 00000000 at 16 IRQ 0 (stmmac-0:10)
[   10.684969] eth0: PHY ID 00000000 at 17 IRQ 0 (stmmac-0:11)
[   10.684982] eth0: PHY ID 00000000 at 18 IRQ 0 (stmmac-0:12)
[   10.684995] eth0: PHY ID 00000000 at 19 IRQ 0 (stmmac-0:13)
[   10.685007] eth0: PHY ID 00000000 at 20 IRQ 0 (stmmac-0:14)
[   10.685020] eth0: PHY ID 00000000 at 21 IRQ 0 (stmmac-0:15)
[   10.685033] eth0: PHY ID 00000000 at 22 IRQ 0 (stmmac-0:16)
[   10.685046] eth0: PHY ID 00000000 at 23 IRQ 0 (stmmac-0:17)
[   10.685058] eth0: PHY ID 00000000 at 24 IRQ 0 (stmmac-0:18)
[   10.685071] eth0: PHY ID 00000000 at 25 IRQ 0 (stmmac-0:19)
[   10.685083] eth0: PHY ID 00000000 at 26 IRQ 0 (stmmac-0:1a)
[   10.685096] eth0: PHY ID 00000000 at 27 IRQ 0 (stmmac-0:1b)
[   10.685108] eth0: PHY ID 00000000 at 28 IRQ 0 (stmmac-0:1c)
[   10.685120] eth0: PHY ID 00000000 at 29 IRQ 0 (stmmac-0:1d)
[   10.685132] eth0: PHY ID 00000000 at 30 IRQ 0 (stmmac-0:1e)
[   10.685143] eth0: PHY ID 00000000 at 31 IRQ 0 (stmmac-0:1f)
[   10.685244] resv1 = 80
[   10.685419] resv1 = 0
[   10.912580] acc_open
[   10.912630] acc_release
[   11.366571]
[   11.366619] =======================================================
[   11.366632] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[   11.366640] =======================================================
[   11.366652] Realtek 8189ES SDIO WiFi driver (Powered by Rockchip) init.
[   11.366675] [WLAN_RFKILL]: rockchip_wifi_power: 1
[   11.366693] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[   11.366712] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 1
[   11.366726] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
[   11.396134] FAT-fs (mmcblk0p17): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   11.426570] init: no such service 'fuse_internal_sd'
[   11.491734] [WLAN_RFKILL]: wifi turn on power. 93
[   11.491764] mmc2:mmc host rescan start!
[   11.491779] RTL871X: module init start
[   11.491788] RTL871X: rtl8189es v4.3.18.1_15373.20151005_v69
[   11.491797] RTL871X: build time: May 13 2016 04:44:10
[   11.492201] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[   11.492255] rtw_android_wifictrl_func_add: rockchip_wifi_get_oob_irq :160
[   11.492267] RTL871X: module init ret=0
[   11.708236] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc2]
[   11.738161] 30040000.otg resume, HPRT0:0x1000
[   11.742651] 30040000.otg suspend, HPRT0:0x1000
[   11.745117] mmc_host mmc2: Bus speed (slot 0) = 37500000Hz (slot req 37500000Hz, actual 37500000HZ div = 0)
[   11.745148] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc2]
[   11.745302] rk_sdmmc: BOOT Bus speed=37500000Hz,Bus width=4bits.[mmc2]
[   11.748466] mmc2: new high speed SDIO card at address 0001
[   11.749427] RTL871X: CHIP TYPE: RTL8188E
[   11.749925] RTL871X: rtw_hal_config_rftype RF_Type is 3 TotalTxPath is 1
[   11.749952] RTL871X: Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_K_CUT_1T1R_RomVer(0)
[   11.750241] RTL871X: EEPROM type is E-FUSE
[   11.750265] RTL871X: =>_CardEnable
[   11.754889] RTL871X: SetHwReg8188E: bMacPwrCtrlOn=1
[   11.754906] RTL871X: <=_CardEnable
[   11.754955] RTL871X: _ReadPROMContent: 9346CR=0x20, Boot from EFUSE, Autoload OK
[   11.755107] RTL871X: =>_InitPowerOn_8188ES
[   11.755122] RTL871X: =>_CardEnable
[   11.755132] RTL871X: =>_CardEnable bMacPwrCtrlOn == _TRUE do nothing !!
[   11.755140] RTL871X: <=_CardEnable
[   11.755338] RTL871X: <=_InitPowerOn_8188ES
[   11.755400] bFWReady == _FALSE call reset 8051...
[   11.755658] RTL871X: =====> _8051Reset88E(): 8051 reset success .
[   11.773453] RTL871X: efuse_read_phymap_from_txpktbuf bcnhead:0
[   11.773770] RTL871X: efuse_read_phymap_from_txpktbuf len:156, lenbak:156, aaa:156, aaabak:156
[   11.777473] RTL871X: efuse_read_phymap_from_txpktbuf read count:154
[   11.777615] RTL871X: EEPROM ID=0x8129
[   11.777635] RTL871X: Hal_ReadPowerSavingMode88E...bHWPwrPindetect(0)-bHWPowerdown(0) ,bSupportRemoteWakeup(0)
[   11.777655] RTL871X: ### PS params=>  power_mgnt(2),usbss_enable(0) ###
[   11.777669] RTL871X: ======= Path 0, Channel 1 =======
[   11.777680] RTL871X: Index24G_CCK_Base[0][1] = 0x28
[   11.777692] RTL871X: Index24G_BW40_Base[0][1] = 0x30
[   11.777701] RTL871X: ======= Path 0, Channel 2 =======
[   11.777712] RTL871X: Index24G_CCK_Base[0][2] = 0x28
[   11.777722] RTL871X: Index24G_BW40_Base[0][2] = 0x30
[   11.777731] RTL871X: ======= Path 0, Channel 3 =======
[   11.777743] RTL871X: Index24G_CCK_Base[0][3] = 0x27
[   11.777752] RTL871X: Index24G_BW40_Base[0][3] = 0x2f
[   11.777760] RTL871X: ======= Path 0, Channel 4 =======
[   11.777769] RTL871X: Index24G_CCK_Base[0][4] = 0x27
[   11.777777] RTL871X: Index24G_BW40_Base[0][4] = 0x2f
[   11.777785] RTL871X: ======= Path 0, Channel 5 =======
[   11.777794] RTL871X: Index24G_CCK_Base[0][5] = 0x27
[   11.777802] RTL871X: Index24G_BW40_Base[0][5] = 0x2f
[   11.777810] RTL871X: ======= Path 0, Channel 6 =======
[   11.777818] RTL871X: Index24G_CCK_Base[0][6] = 0x26
[   11.777827] RTL871X: Index24G_BW40_Base[0][6] = 0x2e
[   11.777835] RTL871X: ======= Path 0, Channel 7 =======
[   11.777845] RTL871X: Index24G_CCK_Base[0][7] = 0x26
[   11.777853] RTL871X: Index24G_BW40_Base[0][7] = 0x2e
[   11.777862] RTL871X: ======= Path 0, Channel 8 =======
[   11.777870] RTL871X: Index24G_CCK_Base[0][8] = 0x26
[   11.777879] RTL871X: Index24G_BW40_Base[0][8] = 0x2e
[   11.777887] RTL871X: ======= Path 0, Channel 9 =======
[   11.777895] RTL871X: Index24G_CCK_Base[0][9] = 0x26
[   11.777904] RTL871X: Index24G_BW40_Base[0][9] = 0x2e
[   11.777912] RTL871X: ======= Path 0, Channel 10 =======
[   11.777920] RTL871X: Index24G_CCK_Base[0][10] = 0x26
[   11.777929] RTL871X: Index24G_BW40_Base[0][10] = 0x2e
[   11.777937] RTL871X: ======= Path 0, Channel 11 =======
[   11.777946] RTL871X: Index24G_CCK_Base[0][11] = 0x26
[   11.777985] RTL871X: Index24G_BW40_Base[0][11] = 0x2e
[   11.777997] RTL871X: ======= Path 0, Channel 12 =======
[   11.778006] RTL871X: Index24G_CCK_Base[0][12] = 0x26
[   11.778015] RTL871X: Index24G_BW40_Base[0][12] = 0x2e
[   11.778023] RTL871X: ======= Path 0, Channel 13 =======
[   11.778033] RTL871X: Index24G_CCK_Base[0][13] = 0x26
[   11.778042] RTL871X: Index24G_BW40_Base[0][13] = 0x2e
[   11.778050] RTL871X: ======= Path 0, Channel 14 =======
[   11.778058] RTL871X: Index24G_CCK_Base[0][14] = 0x26
[   11.778067] RTL871X: Index24G_BW40_Base[0][14] = 0x2e
[   11.778076] RTL871X: ======= TxCount 0 =======
[   11.778085] RTL871X: CCK_24G_Diff[0][0]= 0
[   11.778093] RTL871X: OFDM_24G_Diff[0][0]= 1
[   11.778101] RTL871X: BW20_24G_Diff[0][0]= -2
[   11.778110] RTL871X: BW40_24G_Diff[0][0]= 0
[   11.778118] RTL871X: EEPROMRegulatory = 0x1
[   11.778127] RTL871X: mlmepriv.ChannelPlan = 0x20
[   11.778135] RTL871X: CrystalCap: 0x20
[   11.778142] RTL871X: EEPROM Customer ID: 0x 0
[   11.778150] RTL871X: Board Type: 0x 0
[   11.778158] RTL871X: ThermalMeter = 0x1b
[   11.778166] RTL871X: pHalData->EEPROMRFGainVal=0
[   11.778177] RTL871X: Hal_ReadRFGainOffset => EEPRORFGainOffset = 0x00,EEPROMRFGainVal=0x00,thermal_offset:0x00
[   11.778188] RTL871X: <==== ReadAdapterInfo8188ES in 30 ms
[   11.778305] RTL871X: Hal_ChannelPlanToRegulation ChannelPlan:0x20,Regulation(2_4G/5G):0x03,0x03
[   11.778320] RTL871X: init_channel_set ChannelPlan ID 20 Chan num:13
[   11.778795] RTL871X: rtw_alloc_macid((null)) if1, hwaddr:ff:ff:ff:ff:ff:ff macid:1
[   11.778911] [WLAN_RFKILL]: rockchip_wifi_mac_addr: enter.
[   11.778933] [WLAN_RFKILL]: falsh wifi_custom_mac_addr=[00:00:00:00:00:00]
[   11.778944] [WLAN_RFKILL]: This mac address is not valid, ignored...
[   11.778957] RTL871X: rtw_macaddr_cfg mac addr:4c:0f:c7:7d:c4:4d
[   11.779023] RTL871X: bDriverStopped:True, bSurpriseRemoved:False, bup:0, hw_init_completed:0
[   11.779180] RTL871X: Hal_ChannelPlanToRegulation ChannelPlan:0x20,Regulation(2_4G/5G):0x03,0x03
[   11.779196] RTL871X: init_channel_set ChannelPlan ID 20 Chan num:13
[   11.779661] RTL871X: rtw_alloc_macid((null)) if2, hwaddr:ff:ff:ff:ff:ff:ff macid:1
[   11.779742] RTL871X: rtw_wiphy_alloc(phy0)
[   11.779756] RTL871X: rtw_wdev_alloc(padapter=e3213000)
[   11.779800] RTL871X: rtw_wiphy_alloc(phy1)
[   11.779811] RTL871X: rtw_wdev_alloc(padapter=e3284000)
[   11.779823] RTL871X: rtw_wiphy_register(phy0)
[   11.780878] RTL871X: rtw_ndev_init(wlan0) if1 mac_addr=4c:0f:c7:7d:c4:4d
[   11.784234] RTL871X: rtw_wiphy_register(phy1)
[   11.786281] RTL871X: rtw_ndev_init(p2p0) if2 mac_addr=4e:0f:c7:7d:c4:4d
[   12.698771] RTL871X: +871x_drv - if2_open, bup=0
[   12.698824] RTL871X: +871x_drv - drv_open, bup=0
[   12.698835] RTL871X: +rtl8188es_hal_init
[   12.699049] RTL871X: FW does not exit before power on!!
[   12.699066] RTL871X: =>_InitPowerOn_8188ES
[   12.699074] RTL871X: =>_CardEnable
[   12.699084] RTL871X: =>_CardEnable bMacPwrCtrlOn == _TRUE do nothing !!
[   12.699093] RTL871X: <=_CardEnable
[   12.702236] RTL871X: <=_InitPowerOn_8188ES
[   12.702400] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f
[   12.702415] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the same.
[   12.702493] RTL871X: PowerOnCheck: 0x1B8 test Pass.
[   12.702505] RTL871X: Power on ok!
[   12.702704] RTL871X: _init_available_page_threshold(): Enable Tx FIFO Page Threshold H:0x7777,N:0x7777,L:0x7c7c
[   12.702946] RTL871X: rtl8188e_FirmwareDownload fw:NIC, size: 15414
[   12.702966] RTL871X: rtl8188e_FirmwareDownload: fw_ver=16 fw_subver=0000 sig=0x88e1, Month=11, Date=58, Hour=16, Minute=3c
[   12.808332] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00030005
[   12.808870] RTL871X: =====> _8051Reset88E(): 8051 reset success .
[   12.811760] RTL871X: _FWFreeToGo: Polling FW ready OK! (34, 10ms), REG_MCUFWDL:0x000300c6
[   12.811779] RTL871X: FWDL success. write_fw:1, 110ms
[   12.819247] RTL871X: retriveFromFile openFile path:/system/etc/firmware/rtl8188e/PHY_REG_PG.txt fp=c7d7f780
[   12.819282] RTL871X: retriveFromFile readFile, ret:617
[   13.056578] ==> rtl8188e_iol_efuse_patch
[   13.089731] RTL871X: HalDetectPwrDownMode(): PDN=0
[   13.089764] RTL871X: Set RF Chip ID to RF_6052 and RF type to 3.
[   13.102616] RTL871X: pDM_Odm TxPowerTrackControl = 1
[   13.292138] RTL871X: DISABLE_BB_RF=0
[   13.292173] RTL871X: IS_HARDWARE_TYPE_8188ES=1
[   13.292248] RTL871X: -rtl8188es_hal_init
[   13.292262] RTL871X: rtl8188es_hal_init in 600ms
[   13.293768] RTL871X: wlan0Port-0  set opmode = 2
[   13.294031] RTL871X: Using the default RF gain.
[   13.294050] RTL871X: MAC Address = 4c:0f:c7:7d:c4:4d
[   13.294430] RTL871X: rtw_cfg80211_init_wiphy:rf_type=3
[   13.294448] RTL871X: [HT] HAL Support STBC = 0x01
[   13.294470] RTL871X: +871x_drv - if2_open, bup=0
[   13.294507] RTL871X: start rtl8188es_xmit_thread
[   13.294651] RTL871X: rtw_cfg80211_init_wiphy:rf_type=3
[   13.294669] RTL871X: [HT] HAL Support STBC = 0x01
[   13.294692] RTL871X: -871x_drv - if2_open, bup=1
[   13.294701] RTL871X: -871x_drv - drv_open, bup=1
[   13.294709] RTL871X: -871x_drv - if2_open, bup=1
[   13.294838] RTL871X: cfg80211_rtw_set_power_mgmt(p2p0) enabled:1, timeout:-1
[   13.294876] IPv6: ADDRCONF(NETDEV_UP): p2p0: link is not ready
[   13.295503] RTL871X: start rtl8188es_xmit_thread
[   13.342350] RTL871X: cfg80211_rtw_flush_pmksa(p2p0)
[   13.449233] RTL871X: cfg80211_rtw_change_station(p2p0)
[   13.449472] RTL871X: cfg80211_rtw_change_station(p2p0)
[   13.449595] RTL871X: cfg80211_rtw_change_station(p2p0)
[   13.604079] init: sys_prop: permission denied uid:1001  name:media.cfg.audio.soundeffect
[   13.745953] RTL871X: +871x_drv - drv_open, bup=1
[   13.746002] RTL871X: -871x_drv - drv_open, bup=1
[   13.746956] RTL871X: cfg80211_rtw_set_power_mgmt(wlan0) enabled:1, timeout:-1
[   13.746998] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   13.814551] RTL871X: cfg80211_rtw_flush_pmksa(wlan0)
[   13.853945] RTL871X: cfg80211_rtw_change_station(wlan0)
[   13.854193] RTL871X: cfg80211_rtw_change_station(wlan0)
[   13.854319] RTL871X: cfg80211_rtw_change_station(wlan0)
[   13.913466] RTL871X: cfg80211_rtw_scan(wlan0)
[   13.913527] RTL871X: rtw_cfg80211_set_probe_req_wpsp2pie(wlan0) listen channel - country:XX, class:81, ch:1
[   13.913909] RTL871X: SetHwReg8188E:(HW_VAR_CHECK_TXBUF)TXBUF Empty(1) in 0 ms
[   13.990056] RTL871X: rtw_android_priv_cmd: Android private cmd "BTCOEXSCAN-STOP" on wlan0
[   13.992950] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-STOP" on wlan0
[   13.993902] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-ADD 3" on wlan0
[   13.994828] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-START" on wlan0
[   13.995760] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-STOP" on wlan0
[   13.998151] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-REMOVE 2" on wlan0
[   13.999281] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-START" on wlan0
[   14.073598] RTL871X: rtw_android_priv_cmd: Android private cmd "SETBAND 0" on wlan0
[   14.073657] RTL871X: rtw_set_band(wlan0) band:0
[   14.434135] RTL871X: cfg80211_rtw_change_station(p2p0)
[   14.838983] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.193765] RTL871X: survey done event(2d) band:0 for wlan0
[   15.193954] RTL871X: rtw_indicate_scan_done(wlan0)
[   15.196213] RTL871X: =>cfg80211_rtw_connect(wlan0) - Start to Connection
[   15.196236] RTL871X: privacy=1, key=  (null), key_len=0, key_idx=0
[   15.196254] RTL871X: ssid=unknown, len=7
[   15.196264] RTL871X: bssid=20:76:93:46:fc:ea
[   15.196273] RTL871X: rtw_cfg80211_set_wpa_version, wpa_version=2
[   15.196282] RTL871X: rtw_cfg80211_set_auth_type, nl80211_auth_type=0
[   15.196291] RTL871X: cfg80211_rtw_connect, ie_len=22
[   15.196300] RTL871X: set wpa_ie(length:22):
[   15.196312] RTL871X: 0x30 0x14 0x01 0x00 0x00 0x0f 0xac 0x04
[   15.196323] RTL871X: 0x01 0x00 0x00 0x0f 0xac 0x04 0x01 0x00
[   15.196333] RTL871X: 0x00 0x0f 0xac 0x02 0x00 0x00 0x00 0x00
[   15.196345] RTL871X: got wpa2_ie, wpa2_ielen:20
[   15.196589] RTL871X: SetHwReg8188E, 4804, RCR= 700060ca
[   15.196606] RTL871X: rtw_cfg80211_set_cipher, ucast=1, cipher=0xfac04
[   15.196617] RTL871X: rtw_cfg80211_set_cipher, ucast=0, cipher=0xfac04
[   15.196629] RTL871X: rtw_cfg80211_set_key_mgt, key_mgt=0xfac02
[   15.196678] RTL871X: rtw_set_802_11_connect(wlan0)  fw_state=0x00000008
[   15.196701] RTL871X: [by_bssid:1][assoc_ssid:unknown][to_roam:0] new candidate: unknown(20:76:93:46:fc:ea, ch6) rssi:-44
[   15.196717] RTL871X: rtw_select_and_join_from_scanned_queue: candidate: unknown(20:76:93:46:fc:ea, ch:6)
[   15.196731] RTL871X: link to Ralink AP
[   15.196752] RTL871X: [HT] HAL Support STBC = 0x01
[   15.196765] RTL871X: [HT] Declare supporting RX STBC_1R
[   15.196802] RTL871X: rtw_chk_start_clnt_join(wlan0) req: 6,0,0
[   15.196817] RTL871X: rtw_chk_start_clnt_join(wlan0) ld_sta_num:0, ap_num:0
[   15.196828] RTL871X: rtw_chk_start_clnt_join(wlan0) union: 6,0,0
[   15.197183] RTL871X: set ssid:dot11AuthAlgrthm=2, dot11PrivacyAlgrthm=4, dot118021XGrpPrivacy=4
[   15.197203] RTL871X: <=cfg80211_rtw_connect, ret 0
[   15.197787] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.197939] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.198070] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.271228] RTL871X: OnBeacon: beacon keys ready
[   15.271253] RTL871X: link to Ralink AP
[   15.271264] RTL871X: start auth
[   15.271280] RTL871X: issue_auth
[   15.273186] RTL871X: OnAuthClient
[   15.273206] RTL871X: auth success, start assoc
[   15.273225] RTL871X: network.SupportedRates[0]=82
[   15.273234] RTL871X: network.SupportedRates[1]=84
[   15.273242] RTL871X: network.SupportedRates[2]=8B
[   15.273251] RTL871X: network.SupportedRates[3]=96
[   15.273260] RTL871X: network.SupportedRates[4]=12
[   15.273268] RTL871X: network.SupportedRates[5]=24
[   15.273276] RTL871X: network.SupportedRates[6]=48
[   15.273284] RTL871X: network.SupportedRates[7]=6C
[   15.273291] RTL871X: network.SupportedRates[8]=0C
[   15.273299] RTL871X: network.SupportedRates[9]=18
[   15.273307] RTL871X: network.SupportedRates[10]=30
[   15.273316] RTL871X: network.SupportedRates[11]=60
[   15.273325] RTL871X: bssrate_len = 12
[   15.277239] RTL871X: OnAssocRsp
[   15.277269] RTL871X: report_join_res(4)
[   15.277285] RTL871X: rtw_joinbss_update_network
[   15.277298] RTL871X: +rtw_update_ht_cap()
[   15.277322] RTL871X: rtw_alloc_macid(wlan0) if1, hwaddr:20:76:93:46:fc:ea macid:0
[   15.277332] RTL871X: rtw_joinbss_update_stainfo
[   15.277349] RTL871X: supp_mcs_set = ff, 00, 00, rf_type=3, tx_ra_bitmap=00000000000fffff
[   15.277361] RTL871X: ### Set STA_(0) info ###
[   15.277374] RTL871X: rtw_cfg80211_indicate_connect(wlan0)
[   15.277407] RTL871X: pwdev->sme_state(b)=1
[   15.277437] RTL871X: pwdev->sme_state(a)=1
[   15.277447] RTL871X: assoc success
[   15.277619] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.277787] RTL871X: HW_VAR_BASIC_RATE: 0x15f -> 0x15f -> 0x15f
[   15.278690] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.278836] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.278955] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.279653] RTL871X: WMM(0): 0, a42b
[   15.279692] RTL871X: WMM(1): 0, a44f
[   15.279721] RTL871X: WMM(2): 0, 5e4322
[   15.279749] RTL871X: WMM(3): 0, 2f3222
[   15.279759] RTL871X: wmm_para_seq(0): 0
[   15.279767] RTL871X: wmm_para_seq(1): 1
[   15.279775] RTL871X: wmm_para_seq(2): 2
[   15.279782] RTL871X: wmm_para_seq(3): 3
[   15.279791] RTL871X: HTOnAssocRsp
[   15.279905] RTL871X: ODM_Get_Rate_Bitmap ==> rssi_level:0x00, WirelessMode:0x0b, rate_bitmap:0x000ff005
[   15.279923] RTL871X: UpdateHalRAMask8188E => mac_id:0, rate_id:0, networkType:0x0b, mask:0x000fffff
[   15.279923]   ==> rssi_level:0, rate_bitmap:0x000ff005
[   15.279944] RTL871X: ### MacID(31),Set Max Tx RPT MID(32)
[   15.279989] RTL871X: ### rtl8188e_set_FwMediaStatus_cmd: MStatus=1 MACID=0
[   15.280286] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[   15.280560] RTL871X: rtl8188e_set_FwJoinBssReport_cmd mstatus(1)
[   15.280834] RTL871X: rtw_hal_set_fw_rsvd_page wowlan_in_resume: 0
[   15.280850] RTL871X: rtw_hal_set_fw_rsvd_page PageSize: 128, RsvdPageNUm: 8
[   15.280867] RTL871X: LocPsPoll: 2
[   15.280877] RTL871X: LocNullData: 3
[   15.280888] RTL871X: LocQosNull: 4
[   15.280898] RTL871X: rtw_hal_set_fw_rsvd_page: TxDescLen(32), PageSize(128)
[   15.280907] RTL871X: rtw_hal_set_fw_rsvd_page: TotalPageNum,: 5, TotalPacketLen: 570
[   15.281048] RTL871X: rtw_hal_set_fw_rsvd_page: Set RSVD page location to Fw ,TotalPacketLen(570), TotalPageNum(5)
[   15.281065] RTL871X: RsvdPageLoc: ProbeRsp=0 PsPoll=2 Null=3 QoSNull=4 BTNull=0
[   15.281293] RTL871X: wlan0: 1 DL RSVD page success! DLBcnCount:1, poll:1
[   15.281440] RTL871X: Set RSVD page location to Fw.
[   15.282813] RTL871X: =>mlmeext_joinbss_event_callback - End to Connection without 4-way
[   15.378080] RTL871X: recv eapol packet
[   15.380782] RTL871X: send eapol packet
[   15.395407] RTL871X: recv eapol packet
[   15.395785] RTL871X: send eapol packet
[   15.396013] RTL871X: cfg80211_rtw_add_key(wlan0) adding key for 20:76:93:46:fc:ea
[   15.396031] RTL871X: cipher=0xfac04
[   15.396039] RTL871X: key_len=0x10
[   15.396047] RTL871X: seq_len=0x6
[   15.396054] RTL871X: key_index=0
[   15.396062] RTL871X: pairwise=1
[   15.396077] RTL871X: rtw_cfg80211_set_encryption
[   15.396088] RTL871X: rtw_cfg80211_set_encryption, : param->u.crypt.set_tx ==1
[   15.396097] RTL871X:  ~~~~set sta key:unicastkey
[   15.396130] RTL871X: rtw_cfg80211_set_encryption, ret=0
[   15.396232] RTL871X: cfg80211_rtw_set_default_key(wlan0) key_index=0, unicast=1, multicast=0
[   15.396500] RTL871X: cfg80211_rtw_add_key(wlan0) adding key for   (null)
[   15.396518] RTL871X: cipher=0xfac04
[   15.396527] RTL871X: key_len=0x10
[   15.396533] RTL871X: seq_len=0x6
[   15.396540] RTL871X: key_index=2
[   15.396548] RTL871X: pairwise=0
[   15.396558] RTL871X: rtw_cfg80211_set_encryption
[   15.396571] RTL871X:  ~~~~set sta key:groupkey
[   15.396583] RTL871X: ==> rtw_set_key algorithm(4),keyid(2),key_mask(0)
[   15.396596] RTL871X: rtw_cfg80211_set_encryption, ret=0
[   15.397100] RTL871X: cfg80211_rtw_change_station(wlan0)
[   15.397412] RTL871X: set pairwise key camid:4, addr:20:76:93:46:fc:ea, kid:0, type:AES
[   15.398263] RTL871X: set group key camid:5, addr:20:76:93:46:fc:ea, kid:2, type:AES
[   15.398384] RTL871X: SetHwReg8188E, 4800, RCR= 700060ce
[   15.433634] RTL871X: rtw_android_priv_cmd: Android private cmd "BTCOEXMODE 1" on wlan0
[   15.434917] RTL871X: cfg80211_rtw_set_power_mgmt(wlan0) enabled:0, timeout:-1
[   15.435939] RTL871X: rtw_android_priv_cmd: Android private cmd "WLS_BATCHING GET" on wlan0
[   15.435966] RTL871X: Unknown PRIVATE command WLS_BATCHING GET - ignored
[   15.437025] RTL871X: rtw_android_priv_cmd: Android private cmd "WLS_BATCHING STOP" on wlan0
[   15.437056] RTL871X: Unknown PRIVATE command WLS_BATCHING STOP - ignored
[   15.540896] init: sys_prop: permission denied uid:10003  name:sys.gmali.version
[   15.634427] init: sys_prop: permission denied uid:1000  name:java.net.preferIPv4Stack
[   15.634831] init: sys_prop: permission denied uid:1000  name:java.net.preferIPv6Addresses
[   15.715051] RTL871X: ODM_Get_Rate_Bitmap ==> rssi_level:0x01, WirelessMode:0x0b, rate_bitmap:0x000f0000
[   15.715075] RTL871X: UpdateHalRAMask8188E => mac_id:0, rate_id:0, networkType:0x0b, mask:0x000fffff
[   15.715075]   ==> rssi_level:1, rate_bitmap:0x000f0000
[   15.879872] qtaguid: iface_stat: stat_update() wlan0 not found
[   15.990573] init: sys_prop: permission denied uid:10003  name:sys.gmali.version
[   16.377708] init: sys_prop: permission denied uid:10003  name:sys.gmali.version
[   16.581715] qtaguid: iface_stat: stat_update() wlan0 not found
[   17.913363] init: sys_prop: permission denied uid:10035  name:sys.gmali.version
[   18.196042] qtaguid: iface_stat: stat_update() wlan0 not found
[   20.920783] qtaguid: iface_stat: stat_update() wlan0 not found
[   23.904793] RTL871X: OnAction_back
[   23.904844] RTL871X: OnAction_back, action=0
[   23.904882] RTL871X: issue_addba_rsp(wlan0) ra=20:76:93:46:fc:ea status=0, tid=6, size=16
[   26.875879] RTL871X: cfg80211_rtw_set_power_mgmt(wlan0) enabled:1, timeout:-1
[   26.877018] RTL871X: rtw_android_priv_cmd: Android private cmd "BTCOEXMODE 2" on wlan0
[   26.899675] RTL871X: cfg80211_rtw_scan(wlan0)
[   26.904283] RTL871X: SetHwReg8188E:(HW_VAR_CHECK_TXBUF)TXBUF Empty(1) in 0 ms
[   26.904440] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[   28.231206] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[   28.232468] RTL871X: survey done event(1d) band:0 for wlan0
[   28.232629] RTL871X: rtw_indicate_scan_done(wlan0)
[   28.249271] RTL871X: OnAction_back
[   28.249293] RTL871X: OnAction_back, action=0
[   28.249336] RTL871X: issue_addba_rsp(wlan0) ra=20:76:93:46:fc:ea status=0, tid=0, size=16
[   28.340842] RTL871X: OnAction_back
[   28.340882] RTL871X: OnAction_back, action=0
[   28.340924] RTL871X: issue_addba_rsp(wlan0) ra=20:76:93:46:fc:ea status=0, tid=3, size=16
[   29.909302] RTL871X: rtw_issue_addbareq_cmd, p=0
[   29.909654] RTL871X: BA_starting_seqctrl = 263 for TID=0
[   29.909680] RTL871X: issue_addba_req(wlan0) ra=20:76:93:46:fc:ea tid=0
[   29.919127] RTL871X: OnAction_back
[   29.919170] RTL871X: OnAction_back, action=1
[   29.919181] RTL871X: agg_enable for TID=0
[   30.325584] RTL871X: rtw_issue_addbareq_cmd, p=6
[   30.327062] RTL871X: BA_starting_seqctrl = 4 for TID=6
[   30.327087] RTL871X: issue_addba_req(wlan0) ra=20:76:93:46:fc:ea tid=6
[   30.329389] RTL871X: OnAction_back
[   30.329409] RTL871X: OnAction_back, action=1
[   30.329417] RTL871X: agg_enable for TID=6
[   33.654371] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-STOP" on wlan0
[   33.655514] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-ADD 2" on wlan0
[   33.660326] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-START" on wlan0
 

Please take a look,thanks for your time.

 

Don't have any box with 8189etv so can't say for real what is going wrong. Looking at the dmesg it seems to me a bad mmc-pwrseq is selected because the power GPIO pin is different than the common one. This happens, for example, with boxes with esp8089 wifi.

You may try to use the different GPIO wiring adding rk322x-wlan-esp8089 to existing overlays= in /boot/armbianEnv.txt

If you're lucky, the power sequence will work and the device will get detected.

Otherwise the secret sauce is in the device tree of the original android firmware.

Link to comment
Share on other sites

14 hours ago, Anung Un Rama said:

Greetings,

 

Based on this post:

 

 

I would like to enable the drivers for XBOX tuner in legacy kernel (e.g. 4.4.194 or Armbian_20.08.1_Rk322x-box_focal_legacy_4.4.194_desktop.img.xz image).

Excerpt from a dmesg on a working x86 system:

 

  Hide contents

dvb_usb_dib0700       163840  4
dib9000                49152  1 dvb_usb_dib0700
dib7000m               28672  1 dvb_usb_dib0700
dib0090                40960  1 dvb_usb_dib0700
dib0070                20480  1 dvb_usb_dib0700
dib3000mc              20480  1 dvb_usb_dib0700
dibx000_common         16384  4 dib9000,dib7000m,dib3000mc,dvb_usb_dib0700
dvb_usb                28672  1 dvb_usb_dib0700
videobuf2_dvb          16384  1 cx23885
dvb_core              143360  7 dib9000,m88ds3103,altera_ci,dvb_usb,mn88472,cx23885,videobuf2_dvb
videobuf2_common       57344  3 videobuf2_v4l2,cx23885,videobuf2_dvb
mc                     57344  7 videodev,si2157,videobuf2_v4l2,dvb_usb,dvb_core,videobuf2_common,cx25840
rc_core                53248  4 dvb_usb,cec,cx23885,dvb_usb_dib0700

 

Would you, please, provide some guidance how to do that?

Maybe this would be the way... ?

 

TIA!

 

Yes! That link is exactly what you need to start from scratch. Armbian will download all the necessary things and will do all the compilation and packaging for you.

 

The first two paragraphs (ie: What do I need? and Native and VirtualBox environments) are enough to get the job done, but don't forget to ask the interactive script to show you the kernel configuration to make changes and add your drivers.

 

You can then choose to either compile a full image distribution or just u-boot and kernel packages.

Creating the full image distribution is easier but takes a bit longer: you get a fully packaged .img file in output/images to burn directly on your sdcard

If you decide to go for u-boot/kernel packages, you instead get four .deb packages in output/debs you can copy on your sdcard/emmc and install with dpkg -i to update the kernel. Actually you will just need to copy and install linux-legacy-rk322x-*.deb package to make it work, but installing also the other packages does not hurt ;)

Link to comment
Share on other sites

34 minutes ago, jock said:

 

Yes! That link is exactly what you need to start from scratch. Armbian will download all the necessary things and will do all the compilation and packaging for you.

 

The first two paragraphs (ie: What do I need? and Native and VirtualBox environments) are enough to get the job done, but don't forget to ask the interactive script to show you the kernel configuration to make changes and add your drivers.

 

You can then choose to either compile a full image distribution or just u-boot and kernel packages.

Creating the full image distribution is easier but takes a bit longer: you get a fully packaged .img file in output/images to burn directly on your sdcard

If you decide to go for u-boot/kernel packages, you instead get four .deb packages in output/debs you can copy on your sdcard/emmc and install with dpkg -i to update the kernel. Actually you will just need to copy and install linux-legacy-rk322x-*.deb package to make it work, but installing also the other packages does not hurt ;)

 

Thank you for your reply!

Actually,

with this image: Armbian_20.11.0-trunk_Rk322x-box_focal_current_5.8.9_desktop.img.xz

the MXQ Pro 4K box (RK3228A) also works stable enough.

However,

by some sort of a comparative analysis,

I've reached to a conclusion that the demodulator module - mn88472.ko - driver is missing from the kernel.

The tuner is discovered:

 

Spoiler

[Tue Nov 24 18:46:49 2020] dvb-usb: found a 'Microsoft Xbox One Digital TV Tuner' in warm state.
[Tue Nov 24 18:46:49 2020] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[Tue Nov 24 18:46:49 2020] dvbdev: DVB: registering new adapter (Microsoft Xbox One Digital TV Tuner)
[Tue Nov 24 18:46:49 2020] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[Tue Nov 24 18:46:49 2020] dvb-usb: no frontend was attached by 'Microsoft Xbox One Digital TV Tuner'

 

but half of the necessary FW is being loaded,

only dvb-usb-dib0700-1.20.fw for the USB interface.

The demodulator FW - dvb-demod-mn88472-02.fw - presumably, requested by mn88472.ko driver, is not.

I guess I have to compile the whole kernel, just to get this armhf kernel driver module per the specific kernel version.

So,

during the config/compile process,

what other options/tweaks are MANDATORY to ensure the kernel (and modules) are suitable to work on RK3228A?

 

Thank you for your engagement.

Stay safe, healthy and happy!

 

Link to comment
Share on other sites

1 hour ago, Anung Un Rama said:

 

Thank you for your reply!

Actually,

with this image: Armbian_20.11.0-trunk_Rk322x-box_focal_current_5.8.9_desktop.img.xz

the MXQ Pro 4K box (RK3228A) also works stable enough.

However,

by some sort of a comparative analysis,

I've reached to a conclusion that the demodulator module - mn88472.ko - driver is missing from the kernel.

The tuner is discovered:

 

  Hide contents

[Tue Nov 24 18:46:49 2020] dvb-usb: found a 'Microsoft Xbox One Digital TV Tuner' in warm state.
[Tue Nov 24 18:46:49 2020] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[Tue Nov 24 18:46:49 2020] dvbdev: DVB: registering new adapter (Microsoft Xbox One Digital TV Tuner)
[Tue Nov 24 18:46:49 2020] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[Tue Nov 24 18:46:49 2020] dvb-usb: no frontend was attached by 'Microsoft Xbox One Digital TV Tuner'

 

but half of the necessary FW is being loaded,

only dvb-usb-dib0700-1.20.fw for the USB interface.

The demodulator FW - dvb-demod-mn88472-02.fw - presumably, requested by mn88472.ko driver, is not.

I guess I have to compile the whole kernel, just to get this armhf kernel driver module per the specific kernel version.

So,

during the config/compile process,

what other options/tweaks are MANDATORY to ensure the kernel (and modules) are suitable to work on RK3228A?

 

Thank you for your engagement.

Stay safe, healthy and happy!

 

There is a shortcut actually. If you are using a stable image provided by armbian servers you can install the kernel sources and kernel headers for rk322x-current via apt-get.

Also the kernel configuration is available in /boot so you can use that one as .config file.

With this combo you should be able to compile the kernel directly on the device, but you should be also able to compile just the kernel module you need instead of compiling the whole kernel following any recent ubuntu kernel/kernel module compilation guide.

 

I never tried the procedure above, but it should work without particular hassle. There is no need to tweak the configuration or the kernel sources, the rk322x kernel sources you get from armbian repositories via apt are already patched the right way. :thumbup:

Link to comment
Share on other sites

5 hours ago, jock said:

It happens because when you burn the multitool image on the sdcard, the FAT partition is 2GB large by default. The partition is then enlarged the first time you boot the multitool on the box to fit the whole size of the sdcard itself.

Once you boot the multitool in the box, you can then plug again the sdcard on your computer and the FAT partition will be as large as the sdcard.

 

There two strange things though:

* the images for rk322x are all less than 2gb in size, so if you are not putting more than one image on the sdcard you should be fine even with default partition size

* AFAIK, rk3229 with 4Gb of RAM cannot exist, probably 4Gb of RAM are just on the label of the box

 

Hello, 

I'll try multitool as you noted .

Here attached some pictures of the BOX.

https://drive.google.com/file/d/1MkpOaZXiBpVUMAM3mndmLrywDW7IF4Fs/view?usp=sharing

https://drive.google.com/file/d/1czIEeoHD6nMQh0cBsVrLUVhNyVHc0FMI/view?usp=sharing

https://drive.google.com/file/d/1fymh5bg9a7OVp-ARYJJO3lxXmrwT9cQu/view?usp=sharing

 

Thanks very much for your Tip ...

 

I'll Test and Post 

 

Zero48

 

Link to comment
Share on other sites

12 hours ago, fabiobassa said:

@zero48
This sounds strange
the moltitool itself is less than 200 mega so a normal sd of 4 giga should accomodate both the multitool itself and the image you want to transfer on the box.

which method are you using to prepare the sd card ? balena etcher ? win32imager ?

And how big is this sd card ?

Cheers

Hi, 

It is a 4GB SD  class10 . 

I'll Try Jock suggestion . I think I'll get a Linux machine since windows wont Show me anything after imagetool is flashed with Balena . 

 

Thanks 

Link to comment
Share on other sites

10 minutes ago, fabiobassa said:

@zero48

Sure follow jock's suggestions and you will hit the goal.

Your photos are on drive but request authorization for watching maybe better if you can make them public even to non Gmail users .

Thise photos could help someone else

My bad !!  You may try now 

 

Zero48

Link to comment
Share on other sites

@zero48

Your board is one on which we worked a lot, is well known and totally and well supported in armbian.

It has NAND so pay attention you have to use stePnand for internal installation ;

it has DDR3 upvto 768 MHz so is one of my favourites for his speed

You will be very satisfied of it !!!

 

Thank you for photos, cheers

 

EDIT:

Those lovely China producers..

It should be a 3228 with one or two giga of ram. Look at what they say .. 4 GB ram......:rolleyes:

 

Anyway you can check those infos with the efuse and with " free"  command.

 

Please read back the forum since there are many useful infos you can grab from the board with some command lines

Link to comment
Share on other sites

I have got some gpio configuration from offical firmware,perhaps wlan sdio power is controled by gpio-93(gpio2-29)  (wlan_default_wlan_po) or sdio-pwren pin 30 (gpio0-30)?

Spoiler

root@rk3228:/sys/kernel/debug # cat gpio
GPIOs 0-31, platform/pinctrl.17, gpio0:
 gpio-1   (bom-gpios2          ) in  lo
 gpio-8   (power_red           ) out lo
 gpio-9   (bom-gpios1          ) in  lo
 gpio-11  (bom-gpios3          ) in  lo
 gpio-12  (bom-gpios0          ) in  lo
 gpio-13  (hw-gpios1           ) in  lo
 gpio-14  (hw-gpios0           ) in  lo

GPIOs 32-63, platform/pinctrl.17, gpio1:
 gpio-35  (spk_ctl             ) out lo

GPIOs 64-95, platform/pinctrl.17, gpio2:
 gpio-72  (net_green           ) out hi
 gpio-78  (net_red             ) out lo
 gpio-93  (wlan_default_wlan_po) out hi

GPIOs 96-127, platform/pinctrl.17, gpio3:
 gpio-96  (ir_red              ) out lo
 gpio-116 (host_drv_gpio       ) out hi
 gpio-117 (power_green         ) out hi
 gpio-118 (otg_drv_gpio        ) out hi

registered pins: 128
pin 0 (gpio0-0)
pin 1 (gpio0-1)
pin 2 (gpio0-2)
pin 3 (gpio0-3)
pin 4 (gpio0-4)
pin 5 (gpio0-5)
pin 6 (gpio0-6)
pin 7 (gpio0-7)
pin 8 (gpio0-8)
pin 9 (gpio0-9)
pin 10 (gpio0-10)
pin 11 (gpio0-11)
pin 12 (gpio0-12)
pin 13 (gpio0-13)
pin 14 (gpio0-14)
pin 15 (gpio0-15)
pin 16 (gpio0-16)
pin 17 (gpio0-17)
pin 18 (gpio0-18)
pin 19 (gpio0-19)
pin 20 (gpio0-20)
pin 21 (gpio0-21)
pin 22 (gpio0-22)
pin 23 (gpio0-23)
pin 24 (gpio0-24)
pin 25 (gpio0-25)
pin 26 (gpio0-26)
pin 27 (gpio0-27)
pin 28 (gpio0-28)
pin 29 (gpio0-29)
pin 30 (gpio0-30)
pin 31 (gpio0-31)
pin 32 (gpio1-0)
pin 33 (gpio1-1)
pin 34 (gpio1-2)
pin 35 (gpio1-3)
pin 36 (gpio1-4)
pin 37 (gpio1-5)
pin 38 (gpio1-6)
pin 39 (gpio1-7)
pin 40 (gpio1-8)
pin 41 (gpio1-9)
pin 42 (gpio1-10)
pin 43 (gpio1-11)
pin 44 (gpio1-12)
pin 45 (gpio1-13)
pin 46 (gpio1-14)
pin 47 (gpio1-15)
pin 48 (gpio1-16)
pin 49 (gpio1-17)
pin 50 (gpio1-18)
pin 51 (gpio1-19)
pin 52 (gpio1-20)
pin 53 (gpio1-21)
pin 54 (gpio1-22)
pin 55 (gpio1-23)
pin 56 (gpio1-24)
pin 57 (gpio1-25)
pin 58 (gpio1-26)
pin 59 (gpio1-27)
pin 60 (gpio1-28)
pin 61 (gpio1-29)
pin 62 (gpio1-30)
pin 63 (gpio1-31)
pin 64 (gpio2-0)
pin 65 (gpio2-1)
pin 66 (gpio2-2)
pin 67 (gpio2-3)
pin 68 (gpio2-4)
pin 69 (gpio2-5)
pin 70 (gpio2-6)
pin 71 (gpio2-7)
pin 72 (gpio2-8)
pin 73 (gpio2-9)
pin 74 (gpio2-10)
pin 75 (gpio2-11)
pin 76 (gpio2-12)
pin 77 (gpio2-13)
pin 78 (gpio2-14)
pin 79 (gpio2-15)
pin 80 (gpio2-16)
pin 81 (gpio2-17)
pin 82 (gpio2-18)
pin 83 (gpio2-19)
pin 84 (gpio2-20)
pin 85 (gpio2-21)
pin 86 (gpio2-22)
pin 87 (gpio2-23)
pin 88 (gpio2-24)
pin 89 (gpio2-25)
pin 90 (gpio2-26)
pin 91 (gpio2-27)
pin 92 (gpio2-28)
pin 93 (gpio2-29)
pin 94 (gpio2-30)
pin 95 (gpio2-31)
pin 96 (gpio3-0)
pin 97 (gpio3-1)
pin 98 (gpio3-2)
pin 99 (gpio3-3)
pin 100 (gpio3-4)
pin 101 (gpio3-5)
pin 102 (gpio3-6)
pin 103 (gpio3-7)
pin 104 (gpio3-8)
pin 105 (gpio3-9)
pin 106 (gpio3-10)
pin 107 (gpio3-11)
pin 108 (gpio3-12)
pin 109 (gpio3-13)
pin 110 (gpio3-14)
pin 111 (gpio3-15)
pin 112 (gpio3-16)
pin 113 (gpio3-17)
pin 114 (gpio3-18)
pin 115 (gpio3-19)
pin 116 (gpio3-20)
pin 117 (gpio3-21)
pin 118 (gpio3-22)
pin 119 (gpio3-23)
pin 120 (gpio3-24)
pin 121 (gpio3-25)
pin 122 (gpio3-26)
pin 123 (gpio3-27)
pin 124 (gpio3-28)
pin 125 (gpio3-29)
pin 126 (gpio3-30)
pin 127 (gpio3-31)

registered pin groups:
group: i2c0-xfer
pin 0 (gpio0-0)
pin 1 (gpio0-1)

group: i2c0-gpio
pin 0 (gpio0-0)
pin 1 (gpio0-1)

group: i2c0-sleep
pin 0 (gpio0-0)
pin 1 (gpio0-1)

group: i2c1-xfer
pin 2 (gpio0-2)
pin 3 (gpio0-3)

group: i2c1-gpio
pin 2 (gpio0-2)
pin 3 (gpio0-3)

group: i2c1-sleep
pin 2 (gpio0-2)
pin 3 (gpio0-3)

group: i2c2-xfer
pin 85 (gpio2-21)
pin 84 (gpio2-20)

group: i2c2-gpio
pin 85 (gpio2-21)
pin 84 (gpio2-20)

group: i2c2-sleep
pin 85 (gpio2-21)
pin 84 (gpio2-20)

group: i2c3-xfer
pin 6 (gpio0-6)
pin 7 (gpio0-7)

group: i2c3-gpio
pin 6 (gpio0-6)
pin 7 (gpio0-7)

group: i2c3-sleep
pin 6 (gpio0-6)
pin 7 (gpio0-7)

group: uart0-xfer
pin 90 (gpio2-26)
pin 91 (gpio2-27)

group: uart0-cts
pin 93 (gpio2-29)

group: uart0-rts
pin 17 (gpio0-17)

group: uart0-rts-gpio
pin 17 (gpio0-17)

group: uart1-xfer
pin 42 (gpio1-10)
pin 41 (gpio1-9)

group: uart1-cts
pin 40 (gpio1-8)

group: uart1-rts
pin 43 (gpio1-11)

group: uart1-rts-gpio
pin 43 (gpio1-11)

group: uart11-xfer
pin 110 (gpio3-14)
pin 109 (gpio3-13)

group: uart11-cts
pin 103 (gpio3-7)

group: uart11-rts
pin 102 (gpio3-6)

group: uart11-rts-gpio
pin 102 (gpio3-6)

group: uart2-xfer
pin 50 (gpio1-18)
pin 51 (gpio1-19)

group: uart2-cts
pin 25 (gpio0-25)

group: uart2-rts
pin 24 (gpio0-24)

group: uart21-xfer
pin 42 (gpio1-10)
pin 41 (gpio1-9)

group: spi0-clk
pin 9 (gpio0-9)

group: spi0-cs0
pin 14 (gpio0-14)

group: spi0-tx
pin 11 (gpio0-11)

group: spi0-rx
pin 13 (gpio0-13)

group: spi0-cs1
pin 44 (gpio1-12)

group: spi1-clk
pin 23 (gpio0-23)

group: spi1-cs0
pin 66 (gpio2-2)

group: spi1-rx
pin 64 (gpio2-0)

group: spi1-tx
pin 65 (gpio2-1)

group: spi1-cs1
pin 67 (gpio2-3)

group: i2s-mclk
pin 8 (gpio0-8)

group: i2s-sclk
pin 9 (gpio0-9)

group: i2s-lrckrx
pin 11 (gpio0-11)

group: i2s-lrcktx
pin 12 (gpio0-12)

group: i2s-sdi
pin 14 (gpio0-14)

group: i2s-sdo0
pin 13 (gpio0-13)

group: i2s-sdo1
pin 34 (gpio1-2)

group: i2s-sdo2
pin 36 (gpio1-4)

group: i2s-sdo3
pin 37 (gpio1-5)

group: i2s-sleep
pin 8 (gpio0-8)
pin 9 (gpio0-9)
pin 11 (gpio0-11)
pin 12 (gpio0-12)
pin 14 (gpio0-14)
pin 13 (gpio0-13)
pin 34 (gpio1-2)
pin 36 (gpio1-4)
pin 37 (gpio1-5)

group: pcm-rx
pin 26 (gpio0-26)

group: pcm-tx
pin 27 (gpio0-27)

group: pcm-clk
pin 107 (gpio3-11)

group: pcm-sync
pin 108 (gpio3-12)

group: pcm-sleep
pin 26 (gpio0-26)
pin 27 (gpio0-27)
pin 107 (gpio3-11)
pin 108 (gpio3-12)

group: spdif0-tx
pin 123 (gpio3-27)

group: spdif1-tx
pin 127 (gpio3-31)

group: sdmmc-clk
pin 48 (gpio1-16)

group: sdmmc-cmd
pin 47 (gpio1-15)

group: sdmmc-dectn
pin 49 (gpio1-17)

group: sdmmc-wrprt
pin 39 (gpio1-7)

group: sdmmc-pwren
pin 46 (gpio1-14)

group: sdmmc-bus1
pin 50 (gpio1-18)

group: sdmmc-bus4
pin 50 (gpio1-18)
pin 51 (gpio1-19)
pin 52 (gpio1-20)
pin 53 (gpio1-21)

group: sdmmc-gpio
pin 48 (gpio1-16)
pin 47 (gpio1-15)
pin 49 (gpio1-17)
pin 39 (gpio1-7)
pin 46 (gpio1-14)
pin 50 (gpio1-18)
pin 51 (gpio1-19)
pin 52 (gpio1-20)
pin 53 (gpio1-21)

group: sdio-bus1
pin 33 (gpio1-1)

group: sdio-bus4
pin 33 (gpio1-1)
pin 34 (gpio1-2)
pin 36 (gpio1-4)
pin 37 (gpio1-5)

group: sdio-cmd
pin 3 (gpio0-3)

group: sdio-clk
pin 32 (gpio1-0)

group: sdio-pwren
pin 30 (gpio0-30)

group: sdio-gpio
pin 3 (gpio0-3)
pin 32 (gpio1-0)
pin 30 (gpio0-30)
pin 33 (gpio1-1)
pin 34 (gpio1-2)
pin 35 (gpio1-3)
pin 36 (gpio1-4)

group: sdio1-bus1
pin 98 (gpio3-2)

group: sdio1-bus4
pin 98 (gpio3-2)
pin 99 (gpio3-3)
pin 100 (gpio3-4)
pin 101 (gpio3-5)

group: sdio1-cmd
pin 97 (gpio3-1)

group: sdio1-clk
pin 96 (gpio3-0)

group: sdio1-gpio
pin 99 (gpio3-3)
pin 96 (gpio3-0)
pin 97 (gpio3-1)
pin 98 (gpio3-2)
pin 99 (gpio3-3)
pin 100 (gpio3-4)

group: emmc-clk
pin 71 (gpio2-7)

group: emmc-cmd
pin 54 (gpio1-22)

group: emmc-pwren
pin 69 (gpio2-5)

group: emmc_rstnout
pin 55 (gpio1-23)

group: emmc-bus1
pin 56 (gpio1-24)

group: emmc-bus4
pin 56 (gpio1-24)
pin 57 (gpio1-25)
pin 58 (gpio1-26)
pin 59 (gpio1-27)

group: emmc-bus8
pin 56 (gpio1-24)
pin 57 (gpio1-25)
pin 58 (gpio1-26)
pin 59 (gpio1-27)
pin 60 (gpio1-28)
pin 61 (gpio1-29)
pin 62 (gpio1-30)
pin 63 (gpio1-31)

group: emmc1-clk
pin 71 (gpio2-7)

group: emmc1-cmd
pin 68 (gpio2-4)

group: emmc1-pwren
pin 69 (gpio2-5)

group: emmc1_rstnout
pin 55 (gpio1-23)

group: emmc1-bus1
pin 56 (gpio1-24)

group: emmc1-bus4
pin 56 (gpio1-24)
pin 57 (gpio1-25)
pin 58 (gpio1-26)
pin 59 (gpio1-27)

group: emmc1-bus8
pin 56 (gpio1-24)
pin 57 (gpio1-25)
pin 58 (gpio1-26)
pin 59 (gpio1-27)
pin 60 (gpio1-28)
pin 61 (gpio1-29)
pin 62 (gpio1-30)
pin 63 (gpio1-31)

group: pwm0-pin
pin 26 (gpio0-26)

group: pwm01-pin
pin 117 (gpio3-21)

group: pwm1-pin
pin 27 (gpio0-27)

group: pwm11-pin
pin 30 (gpio0-30)

group: pwm2-pin
pin 28 (gpio0-28)

group: pwm21-pin
pin 44 (gpio1-12)

group: pwmir-pin
pin 122 (gpio3-26)

group: pwmir1-pin
pin 43 (gpio1-11)

group: rgmii-pins
pin 78 (gpio2-14)
pin 76 (gpio2-12)
pin 89 (gpio2-25)
pin 83 (gpio2-19)
pin 82 (gpio2-18)
pin 86 (gpio2-22)
pin 87 (gpio2-23)
pin 73 (gpio2-9)
pin 77 (gpio2-13)
pin 81 (gpio2-17)
pin 80 (gpio2-16)
pin 85 (gpio2-21)
pin 84 (gpio2-20)
pin 75 (gpio2-11)
pin 72 (gpio2-8)

group: rmii-pins
pin 78 (gpio2-14)
pin 76 (gpio2-12)
pin 89 (gpio2-25)
pin 83 (gpio2-19)
pin 82 (gpio2-18)
pin 77 (gpio2-13)
pin 81 (gpio2-17)
pin 80 (gpio2-16)
pin 72 (gpio2-8)
pin 79 (gpio2-15)

group: phy-pins
pin 78 (gpio2-14)
pin 72 (gpio2-8)

group: tsadc-int
pin 24 (gpio0-24)

group: tsadc-gpio
pin 24 (gpio0-24)

group: hdmi-cec
pin 20 (gpio0-20)

group: hdmi-hpd
pin 15 (gpio0-15)

group: hdmii2c-xfer
pin 6 (gpio0-6)
pin 7 (gpio0-7)

GPIO ranges handled:
0: gpio0 GPIOS [0 - 31] PINS [0 - 31]
1: gpio1 GPIOS [32 - 63] PINS [32 - 63]
2: gpio2 GPIOS [64 - 95] PINS [64 - 95]
3: gpio3 GPIOS [96 - 127] PINS [96 - 127]


 pinconf-pins                                                                 <
Pin config settings per pin
Format: pin (name): configs
pin 0 (gpio0-0): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 1 (gpio0-1): input bias pull up output drive strength (4 mA) pin output
pin 2 (gpio0-2): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 3 (gpio0-3): input bias pull up output drive strength (4 mA)
pin 4 (gpio0-4): input bias pull up output drive strength (2 mA) pin output
pin 5 (gpio0-5): input bias pull up output drive strength (2 mA) pin output
pin 6 (gpio0-6): input bias disabled output drive strength (4 mA)
pin 7 (gpio0-7): input bias disabled output drive strength (4 mA)
pin 8 (gpio0-8): input bias pull up output drive strength (4 mA) pin output
pin 9 (gpio0-9): input bias pull up output drive strength (4 mA) pin output
pin 10 (gpio0-10): input bias pull up output drive strength (2 mA) pin output
pin 11 (gpio0-11): input bias pull up output drive strength (4 mA) pin output
pin 12 (gpio0-12): input bias pull up output drive strength (4 mA) pin output
pin 13 (gpio0-13): input bias pull up output drive strength (4 mA) pin output
pin 14 (gpio0-14): input bias pull up output drive strength (4 mA) pin output
pin 15 (gpio0-15): input bias pull down output drive strength (4 mA)
pin 16 (gpio0-16): input bias pull down output drive strength (4 mA) pin output
pin 17 (gpio0-17): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 18 (gpio0-18): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 19 (gpio0-19): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 20 (gpio0-20): input bias disabled output drive strength (4 mA)
pin 21 (gpio0-21): input bias pull up output drive strength (2 mA) pin output
pin 22 (gpio0-22): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 23 (gpio0-23): input bias pull up output drive strength (8 mA)
pin 24 (gpio0-24): input bias disabled output drive strength (4 mA) pin output (1 level)
pin 25 (gpio0-25): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 26 (gpio0-26): input bias pull down output drive strength (4 mA) pin output
pin 27 (gpio0-27): input bias disabled output drive strength (4 mA)
pin 28 (gpio0-28): input bias disabled output drive strength (8 mA)
pin 29 (gpio0-29): input bias pull down output drive strength (4 mA) pin output
pin 30 (gpio0-30): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 31 (gpio0-31): input bias pull down output drive strength (4 mA) pin output
pin 32 (gpio1-0): input bias pull up output drive strength (4 mA)
pin 33 (gpio1-1): input bias pull up output drive strength (4 mA)
pin 34 (gpio1-2): input bias pull up output drive strength (4 mA)
pin 35 (gpio1-3): input bias pull up output drive strength (4 mA) pin output
pin 36 (gpio1-4): input bias pull up output drive strength (4 mA)
pin 37 (gpio1-5): input bias pull up output drive strength (4 mA)
pin 38 (gpio1-6): input bias pull down output drive strength (2 mA) pin output
pin 39 (gpio1-7): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 40 (gpio1-8): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 41 (gpio1-9): input bias disabled output drive strength (4 mA)
pin 42 (gpio1-10): input bias pull up output drive strength (4 mA)
pin 43 (gpio1-11): input bias disabled output drive strength (4 mA)
pin 44 (gpio1-12): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 45 (gpio1-13): input bias pull up output drive strength (2 mA) pin output
pin 46 (gpio1-14): input bias pull up output drive strength (4 mA)
pin 47 (gpio1-15): input bias pull up output drive strength (4 mA)
pin 48 (gpio1-16): input bias pull up output drive strength (4 mA)
pin 49 (gpio1-17): input bias pull up output drive strength (4 mA)
pin 50 (gpio1-18): input bias pull up output drive strength (4 mA)
pin 51 (gpio1-19): input bias pull up output drive strength (4 mA)
pin 52 (gpio1-20): input bias pull up output drive strength (4 mA)
pin 53 (gpio1-21): input bias pull up output drive strength (4 mA)
pin 54 (gpio1-22): input bias pull up output drive strength (8 mA)
pin 55 (gpio1-23): input bias pull up output drive strength (8 mA)
pin 56 (gpio1-24): input bias pull up output drive strength (8 mA)
pin 57 (gpio1-25): input bias pull up output drive strength (8 mA)
pin 58 (gpio1-26): input bias pull up output drive strength (8 mA)
pin 59 (gpio1-27): input bias pull up output drive strength (8 mA)
pin 60 (gpio1-28): input bias pull up output drive strength (8 mA)
pin 61 (gpio1-29): input bias pull up output drive strength (8 mA)
pin 62 (gpio1-30): input bias pull up output drive strength (8 mA)
pin 63 (gpio1-31): input bias pull up output drive strength (8 mA)
pin 64 (gpio2-0): input bias pull down output drive strength (8 mA)
pin 65 (gpio2-1): input bias pull down output drive strength (8 mA)
pin 66 (gpio2-2): input bias pull up output drive strength (8 mA)
pin 67 (gpio2-3): input bias pull up output drive strength (8 mA)
pin 68 (gpio2-4): input bias pull up output drive strength (8 mA)
pin 69 (gpio2-5): input bias pull down output drive strength (8 mA)
pin 70 (gpio2-6): input bias pull up output drive strength (8 mA)
pin 71 (gpio2-7): input bias pull up output drive strength (8 mA)
pin 72 (gpio2-8): input bias pull down output drive strength (8 mA) pin output (1 level)
pin 73 (gpio2-9): input bias pull down output drive strength (8 mA) pin output
pin 74 (gpio2-10): input bias pull down output drive strength (8 mA) pin output
pin 75 (gpio2-11): input bias pull down output drive strength (8 mA) pin output
pin 76 (gpio2-12): input bias pull down output drive strength (8 mA) pin output
pin 77 (gpio2-13): input bias pull down output drive strength (8 mA) pin output
pin 78 (gpio2-14): input bias pull down output drive strength (8 mA) pin output
pin 79 (gpio2-15): input bias pull down output drive strength (8 mA) pin output
pin 80 (gpio2-16): input bias pull down output drive strength (8 mA) pin output
pin 81 (gpio2-17): input bias pull down output drive strength (8 mA) pin output
pin 82 (gpio2-18): input bias pull down output drive strength (8 mA) pin output
pin 83 (gpio2-19): input bias pull down output drive strength (8 mA) pin output
pin 84 (gpio2-20): input bias pull down output drive strength (8 mA) pin output
pin 85 (gpio2-21): input bias pull down output drive strength (8 mA) pin output
pin 86 (gpio2-22): input bias pull down output drive strength (8 mA) pin output
pin 87 (gpio2-23): input bias pull down output drive strength (8 mA) pin output
pin 88 (gpio2-24): input bias pull down output drive strength (8 mA) pin output
pin 89 (gpio2-25): input bias pull down output drive strength (8 mA) pin output
pin 90 (gpio2-26): input bias pull down output drive strength (4 mA) pin output
pin 91 (gpio2-27): input bias pull down output drive strength (4 mA) pin output
pin 92 (gpio2-28): input bias pull down output drive strength (4 mA) pin output
pin 93 (gpio2-29): input bias pull down output drive strength (4 mA) pin output (1 level)
pin 94 (gpio2-30): input bias pull down output drive strength (2 mA) pin output
pin 95 (gpio2-31): input bias pull down output drive strength (2 mA) pin output
pin 96 (gpio3-0): input bias pull down output drive strength (8 mA) pin output
pin 97 (gpio3-1): input bias pull up output drive strength (8 mA) pin output (1 level)
pin 98 (gpio3-2): input bias pull up output drive strength (8 mA) pin output (1 level)
pin 99 (gpio3-3): input bias pull up output drive strength (8 mA) pin output (1 level)
pin 100 (gpio3-4): input bias pull up output drive strength (8 mA) pin output (1 level)
pin 101 (gpio3-5): input bias pull up output drive strength (8 mA) pin output (1 level)
pin 102 (gpio3-6): input bias pull down output drive strength (4 mA) pin output
pin 103 (gpio3-7): input bias disabled output drive strength (4 mA)
pin 104 (gpio3-8): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 105 (gpio3-9): input bias disabled output drive strength (2 mA) pin output
pin 106 (gpio3-10): input bias disabled output drive strength (2 mA) pin output
pin 107 (gpio3-11): input bias pull down output drive strength (4 mA) pin output
pin 108 (gpio3-12): input bias pull down output drive strength (4 mA) pin output
pin 109 (gpio3-13): input bias disabled output drive strength (4 mA)
pin 110 (gpio3-14): input bias pull up output drive strength (4 mA)
pin 111 (gpio3-15): input bias pull down output drive strength (8 mA) pin output
pin 112 (gpio3-16): input bias pull down output drive strength (4 mA) pin output
pin 113 (gpio3-17): input bias pull down output drive strength (8 mA) pin output
pin 114 (gpio3-18): input bias pull down output drive strength (4 mA) pin output
pin 115 (gpio3-19): input bias pull down output drive strength (4 mA) pin output
pin 116 (gpio3-20): input bias pull down output drive strength (4 mA) pin output (1 level)
pin 117 (gpio3-21): input bias pull down output drive strength (4 mA) pin output (1 level)
pin 118 (gpio3-22): input bias pull down output drive strength (4 mA) pin output (1 level)
pin 119 (gpio3-23): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 120 (gpio3-24): input bias disabled output drive strength (2 mA) pin output
pin 121 (gpio3-25): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 122 (gpio3-26): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 123 (gpio3-27): input bias pull up output drive strength (4 mA) pin output (1 level)
pin 124 (gpio3-28): input bias pull down output drive strength (4 mA) pin output (1 level)
pin 125 (gpio3-29): input bias pull down output drive strength (4 mA) pin output
pin 126 (gpio3-30): input bias pull down output drive strength (4 mA) pin output
pin 127 (gpio3-31): input bias disabled output drive strength (4 mA)


function: pcfg-pull-up, groups = [ ]
function: pcfg-pull-down, groups = [ ]
function: pcfg-pull-none, groups = [ ]
function: pcfg-pull-none-drv-8ma, groups = [ ]
function: pcfg-pull-none-drv-12ma, groups = [ ]
function: pcfg-pull-up-drv-8ma, groups = [ ]
function: pcfg-pull-none-drv-4ma, groups = [ ]
function: pcfg-pull-up-drv-4ma, groups = [ ]
function: pcfg-pull-down-drv-12ma, groups = [ ]
function: pcfg-output-high, groups = [ ]
function: pcfg-output-low, groups = [ ]
function: pcfg-input-high, groups = [ ]
function: i2c0, groups = [ i2c0-xfer i2c0-gpio i2c0-sleep ]
function: i2c1, groups = [ i2c1-xfer i2c1-gpio i2c1-sleep ]
function: i2c2, groups = [ i2c2-xfer i2c2-gpio i2c2-sleep ]
function: i2c3, groups = [ i2c3-xfer i2c3-gpio i2c3-sleep ]
function: uart0, groups = [ uart0-xfer uart0-cts uart0-rts uart0-rts-gpio ]
function: uart1, groups = [ uart1-xfer uart1-cts uart1-rts uart1-rts-gpio ]
function: uart11, groups = [ uart11-xfer uart11-cts uart11-rts uart11-rts-gpio ]
function: uart2, groups = [ uart2-xfer uart2-cts uart2-rts ]
function: uart21, groups = [ uart21-xfer ]
function: spi0, groups = [ spi0-clk spi0-cs0 spi0-tx spi0-rx spi0-cs1 ]
function: spi1, groups = [ spi1-clk spi1-cs0 spi1-rx spi1-tx spi1-cs1 ]
function: i2s, groups = [ i2s-mclk i2s-sclk i2s-lrckrx i2s-lrcktx i2s-sdi i2s-sdo0 i2s-sdo1 i2s-sdo2 i2s-sdo3 i2s-sleep ]
function: pcm, groups = [ pcm-rx pcm-tx pcm-clk pcm-sync pcm-sleep ]
function: spdif0, groups = [ spdif0-tx ]
function: spdif1, groups = [ spdif1-tx ]
function: sdmmc, groups = [ sdmmc-clk sdmmc-cmd sdmmc-dectn sdmmc-wrprt sdmmc-pwren sdmmc-bus1 sdmmc-bus4 sdmmc-gpio ]
function: sdio, groups = [ sdio-bus1 sdio-bus4 sdio-cmd sdio-clk sdio-pwren sdio-gpio ]
function: sdio1, groups = [ sdio1-bus1 sdio1-bus4 sdio1-cmd sdio1-clk sdio1-gpio ]
function: emmc, groups = [ emmc-clk emmc-cmd emmc-pwren emmc_rstnout emmc-bus1 emmc-bus4 emmc-bus8 ]
function: emmc1, groups = [ emmc1-clk emmc1-cmd emmc1-pwren emmc1_rstnout emmc1-bus1 emmc1-bus4 emmc1-bus8 ]
function: pwm0, groups = [ pwm0-pin ]
function: pwm01, groups = [ pwm01-pin ]
function: pwm1, groups = [ pwm1-pin ]
function: pwm11, groups = [ pwm11-pin ]
function: pwm2, groups = [ pwm2-pin ]
function: pwm21, groups = [ pwm21-pin ]
function: pwmir, groups = [ pwmir-pin ]
function: pwmir1, groups = [ pwmir1-pin ]
function: gmac, groups = [ rgmii-pins rmii-pins phy-pins ]
function: tsadc_pin, groups = [ tsadc-int tsadc-gpio ]
function: hdmi_pin, groups = [ hdmi-cec hdmi-hpd ]
function: hdmi_i2c, groups = [ hdmii2c-xfer ]

Requested pin control handlers their pinmux maps:
device: pinctrl.17 current state: none
device: fiq-debugger.5 current state: default
  state: default
    type: MUX_GROUP controller rockchip-pinctrl group: uart21-xfer (27) function: uart21 (20)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-10 (42) 00010003
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-9 (41) 00000000
device: 110b0010.pwm current state: default
  state: default
    type: MUX_GROUP controller rockchip-pinctrl group: pwm1-pin (90) function: pwm1 (34)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio0-27 (27) 00000000
device: 110b0020.pwm current state: default
  state: default
    type: MUX_GROUP controller rockchip-pinctrl group: pwm2-pin (92) function: pwm2 (36)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio0-28 (28) 00000000
device: 200a0000.hdmi current state: default
  state: default
    type: MUX_GROUP controller rockchip-pinctrl group: hdmi-cec (101) function: hdmi_pin (42)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio0-20 (20) 00000000
    type: MUX_GROUP controller rockchip-pinctrl group: hdmii2c-xfer (103) function: hdmi_i2c (43)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio0-6 (6) 00000000
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio0-7 (7) 00000000
    type: MUX_GROUP controller rockchip-pinctrl group: hdmi-hpd (102) function: hdmi_pin (42)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio0-15 (15) 00010004
  state: gpio
    type: MUX_GROUP controller rockchip-pinctrl group: i2c3-gpio (10) function: i2c3 (15)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio0-6 (6) 00000000
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio0-7 (7) 00000000
device: 11020000.serial current state: default
  state: default
    type: MUX_GROUP controller rockchip-pinctrl group: uart11-xfer (20) function: uart11 (18)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio3-14 (110) 00010003
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio3-13 (109) 00000000
    type: MUX_GROUP controller rockchip-pinctrl group: uart11-cts (21) function: uart11 (18)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio3-7 (103) 00000000
device: 110b0030.pwm current state: default
  state: default
    type: MUX_GROUP controller rockchip-pinctrl group: pwmir1-pin (95) function: pwmir1 (39)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-11 (43) 00000000
device: 11150000.tsadc current state: default
  state: default
    type: MUX_GROUP controller rockchip-pinctrl group: tsadc-gpio (100) function: tsadc_pin (41)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio0-24 (24) 00000000
device: 30000000.rksdmmc current state: default
  state: default
    type: MUX_GROUP controller rockchip-pinctrl group: sdmmc-clk (55) function: sdmmc (27)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-16 (48) 00040009
    type: MUX_GROUP controller rockchip-pinctrl group: sdmmc-cmd (56) function: sdmmc (27)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-15 (47) 00010003 00040009
    type: MUX_GROUP controller rockchip-pinctrl group: sdmmc-dectn (57) function: sdmmc (27)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-17 (49) 00010003 00040009
    type: MUX_GROUP controller rockchip-pinctrl group: sdmmc-bus4 (61) function: sdmmc (27)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-18 (50) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-19 (51) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-20 (52) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-21 (53) 00010003 00040009
    type: MUX_GROUP controller rockchip-pinctrl group: sdmmc-pwren (59) function: sdmmc (27)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-14 (46) 00010003 00040009
  state: idle
    type: MUX_GROUP controller rockchip-pinctrl group: sdmmc-gpio (62) function: sdmmc (27)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-16 (48) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-15 (47) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-17 (49) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-7 (39) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-14 (46) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-18 (50) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-19 (51) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-20 (52) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-21 (53) 00010003 00040009
device: 30010000.rksdmmc current state: default
  state: default
    type: MUX_GROUP controller rockchip-pinctrl group: sdio-cmd (65) function: sdio (28)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio0-3 (3) 00010003 00040009
    type: MUX_GROUP controller rockchip-pinctrl group: sdio-clk (66) function: sdio (28)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-0 (32) 00040009
    type: MUX_GROUP controller rockchip-pinctrl group: sdio-bus4 (64) function: sdio (28)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-1 (33) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-2 (34) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-4 (36) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-5 (37) 00010003 00040009
  state: idle
    type: MUX_GROUP controller rockchip-pinctrl group: sdio-gpio (68) function: sdio (28)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio0-3 (3) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-0 (32) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio0-30 (30) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-1 (33) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-2 (34) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-3 (35) 00010003 00040009
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio1-4 (36) 00010003 00040009
device: 100d0000.spdif current state: default
  state: default
    type: MUX_GROUP controller rockchip-pinctrl group: spdif1-tx (54) function: spdif1 (26)
    type: CONFIGS_PIN controller rockchip-pinctrl pin gpio3-31 (127) 00000000


Pinctrl maps:
device fiq-debugger.5
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group uart21-xfer
function uart21

device fiq-debugger.5
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-10
config 00010003

device fiq-debugger.5
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-9
config 00000000

device 110b0010.pwm
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group pwm1-pin
function pwm1

device 110b0010.pwm
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio0-27
config 00000000

device 110b0020.pwm
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group pwm2-pin
function pwm2

device 110b0020.pwm
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio0-28
config 00000000

device 200a0000.hdmi
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group hdmi-cec
function hdmi_pin

device 200a0000.hdmi
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio0-20
config 00000000

device 200a0000.hdmi
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group hdmii2c-xfer
function hdmi_i2c

device 200a0000.hdmi
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio0-6
config 00000000

device 200a0000.hdmi
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio0-7
config 00000000

device 200a0000.hdmi
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group hdmi-hpd
function hdmi_pin

device 200a0000.hdmi
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio0-15
config 00010004

device 200a0000.hdmi
state gpio
type MUX_GROUP (2)
controlling device pinctrl.17
group i2c3-gpio
function i2c3

device 200a0000.hdmi
state gpio
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio0-6
config 00000000

device 200a0000.hdmi
state gpio
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio0-7
config 00000000

device 11020000.serial
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group uart11-xfer
function uart11

device 11020000.serial
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio3-14
config 00010003

device 11020000.serial
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio3-13
config 00000000

device 11020000.serial
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group uart11-cts
function uart11

device 11020000.serial
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio3-7
config 00000000

device 110b0030.pwm
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group pwmir1-pin
function pwmir1

device 110b0030.pwm
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-11
config 00000000

device 11150000.tsadc
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group tsadc-gpio
function tsadc_pin

device 11150000.tsadc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio0-24
config 00000000

device 30000000.rksdmmc
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group sdmmc-clk
function sdmmc

device 30000000.rksdmmc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-16
config 00040009

device 30000000.rksdmmc
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group sdmmc-cmd
function sdmmc

device 30000000.rksdmmc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-15
config 00010003
config 00040009

device 30000000.rksdmmc
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group sdmmc-dectn
function sdmmc

device 30000000.rksdmmc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-17
config 00010003
config 00040009

device 30000000.rksdmmc
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group sdmmc-bus4
function sdmmc

device 30000000.rksdmmc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-18
config 00010003
config 00040009

device 30000000.rksdmmc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-19
config 00010003
config 00040009

device 30000000.rksdmmc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-20
config 00010003
config 00040009

device 30000000.rksdmmc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-21
config 00010003
config 00040009

device 30000000.rksdmmc
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group sdmmc-pwren
function sdmmc

device 30000000.rksdmmc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-14
config 00010003
config 00040009

device 30000000.rksdmmc
state idle
type MUX_GROUP (2)
controlling device pinctrl.17
group sdmmc-gpio
function sdmmc

device 30000000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-16
config 00010003
config 00040009

device 30000000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-15
config 00010003
config 00040009

device 30000000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-17
config 00010003
config 00040009

device 30000000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-7
config 00010003
config 00040009

device 30000000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-14
config 00010003
config 00040009

device 30000000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-18
config 00010003
config 00040009

device 30000000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-19
config 00010003
config 00040009

device 30000000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-20
config 00010003
config 00040009

device 30000000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-21
config 00010003
config 00040009

device 30010000.rksdmmc
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group sdio-cmd
function sdio

device 30010000.rksdmmc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio0-3
config 00010003
config 00040009

device 30010000.rksdmmc
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group sdio-clk
function sdio

device 30010000.rksdmmc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-0
config 00040009

device 30010000.rksdmmc
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group sdio-bus4
function sdio

device 30010000.rksdmmc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-1
config 00010003
config 00040009

device 30010000.rksdmmc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-2
config 00010003
config 00040009

device 30010000.rksdmmc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-4
config 00010003
config 00040009

device 30010000.rksdmmc
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-5
config 00010003
config 00040009

device 30010000.rksdmmc
state idle
type MUX_GROUP (2)
controlling device pinctrl.17
group sdio-gpio
function sdio

device 30010000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio0-3
config 00010003
config 00040009

device 30010000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-0
config 00010003
config 00040009

device 30010000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio0-30
config 00010003
config 00040009

device 30010000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-1
config 00010003
config 00040009

device 30010000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-2
config 00010003
config 00040009

device 30010000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-3
config 00010003
config 00040009

device 30010000.rksdmmc
state idle
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio1-4
config 00010003
config 00040009

device 100d0000.spdif
state default
type MUX_GROUP (2)
controlling device pinctrl.17
group spdif1-tx
function spdif1

device 100d0000.spdif
state default
type CONFIGS_PIN (3)
controlling device pinctrl.17
pin gpio3-31
config 00000000
 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines