Well, I don't know what the patches are fixing, there could be part of them overridden in tinkerS-rk3288.dtb. Better you have a look. I successfully update the packages :D I'm trying to get a bit more from the 8732bs, wifi hardware. Regarding what you proposed on the TBS5, I might have missed something, so I'll try with a different perspective. Maybe with the latest kernel we are luckier :) [b][color=#004000]EDIT[/color][/b] testing -u-boot from TBS5 Phase to plug to PC, with SD card (which has a SO), no MASK_ROM. It tries to boot the kernel. Which My version won't and just present itself as SCSI interface. [code]U-Boot 2018.07 (Aug 26 2018 - 12:12:53 +0000) Model: TinkerS-RK3288 DRAM: 2 GiB MMC: dwmmc@ff0c0000: 1 Loading Environment from MMC... *** Warning - bad CRC, using default environment Failed (-5) In: serial Out: serial Err: serial Model: TinkerS-RK3288 Net: eth0: ethernet@ff290000 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device Scanning mmc 1:1... Found /extlinux/extlinux.conf Retrieving file: /extlinux/extlinux.conf 416 bytes read in 2 ms (203.1 KiB/s) Ignoring unknown command: SAY Ignoring unknown command: console Ignoring unknown command: append 1: Alarm Retrieving file: /extlinux/initramfs-linux.img ** Unable to read file /extlinux/initramfs-linux.img ** Skipping Alarm for failure retrieving initrd 2: Linaro Retrieving file: /vmlinuz 7697472 bytes read in 352 ms (20.9 MiB/s) append: earlycon=tty1 console=tty1 console=ttyS2,115200n8 rw init=/sbin/init Retrieving file: /rk3288-miniarm.dtb 68823 bytes read in 7 ms (9.4 MiB/s) ## Flattened Device Tree blob at 01f00000 Booting using the fdt blob at 0x1f00000 Loading Device Tree to 0ffec000, end 0ffffcd6 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x500 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.103+ (jenkins@fdc-06) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9) ) #1 SMP Fri Jun 22 16:14:49 CST 2018 [ 0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: [ 0.000000] cma: Reserved 128 MiB at 0x78000000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 14 pages/cpu @eef7f000 s24728 r8192 d24424 u57344 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 522752 [ 0.000000] Kernel command line: earlycon=tty1 console=tty1 console=ttyS2,115200n8 rw init=/sbin/init [ 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: 1929364K/2097152K available (11264K kernel code, 961K rwdata, 3172K rodata, 1024K init, 572K bss, 36716K reserved, 131072K cma-reserved, 1179648K 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 : 0xc0000000 - 0xf0000000 ( 768 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc0c00000 (12256 kB) [ 0.000000] .init : 0xc1100000 - 0xc1200000 (1024 kB) [ 0.000000] .data : 0xc1200000 - 0xc12f0440 ( 962 kB) [ 0.000000] .bss : 0xc12f2000 - 0xc13813a4 ( 573 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] L2C: failed to init: -19 [ 0.000000] rockchip_clk_register_branches: unknown clock type 9 [ 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.000029] Switching to timer-based delay loop, resolution 41ns [ 0.003500] Console: colour dummy device 80x30 [ 0.004892] console [tty1] enabled [ 0.004957] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.005049] pid_max: default: 32768 minimum: 301 [ 0.005215] Security Framework initialized [ 0.005265] Yama: becoming mindful. [ 0.005379] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.005441] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.006733] Initializing cgroup subsys devices [ 0.006799] Initializing cgroup subsys freezer [ 0.006904] CPU: Testing write buffer coherency: ok [ 0.006992] ftrace: allocating 42291 entries in 125 pages [ 0.128013] CPU0: update cpu_capacity 430 [ 0.128061] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500 [ 0.128473] Setting up static identity map for 0x100000 - 0x100058 [ 0.132207] CPU1: update cpu_capacity 430 [ 0.132217] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501 [ 0.134233] CPU2: update cpu_capacity 430 [ 0.134242] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502 [ 0.136249] CPU3: update cpu_capacity 430 [ 0.136258] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503 [ 0.136388] Brought up 4 CPUs [ 0.136581] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 0.136614] CPU: All CPU(s) started in SVC mode. [ 0.138413] devtmpfs: initialized [ 0.164239] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0 [ 0.164791] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.164873] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.171070] xor: measuring software checksum speed [ 0.267859] arm4regs : 1038.000 MB/sec [ 0.367954] 8regs : 801.200 MB/sec [ 0.468056] 32regs : 799.600 MB/sec [ 0.468092] xor: using function: arm4regs (1038.000 MB/sec) [ 0.468160] pinctrl core: initialized pinctrl subsystem [ 0.469627] NET: Registered protocol family 16 [ 0.471496] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.498164] cpuidle: using governor ladder [ 0.528206] cpuidle: using governor menu [ 0.574465] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.574527] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.788932] raid6: int32x1 gen() 87 MB/s [ 0.958994] raid6: int32x1 xor() 110 MB/s [ 1.129244] raid6: int32x2 gen() 119 MB/s [ 1.299409] raid6: int32x2 xor() 125 MB/s [ 1.469973] raid6: int32x4 gen() 102 MB/s [ 1.639941] raid6: int32x4 xor() 100 MB/s [ 1.810493] raid6: int32x8 gen() 128 MB/s [ 1.980453] raid6: int32x8 xor() 108 MB/s [ 1.980489] raid6: using algorithm int32x8 gen() 128 MB/s [ 1.980523] raid6: .... xor() 108 MB/s, rmw enabled [ 1.980554] raid6: using intx1 recovery algorithm [ 1.983750] iommu: Adding device ff910000.cif_isp to group 0 [ 1.983936] iommu: Adding device ff930000.vop to group 1 [ 1.984093] iommu: Adding device ff940000.vop to group 2 [ 1.984259] iommu: Adding device ff9a0000.vpu-service to group 3 [ 1.984422] iommu: Adding device ff9c0000.hevc-service to group 4 [ 1.987497] SCSI subsystem initialized [ 1.987892] usbcore: registered new interface driver usbfs [ 1.988021] usbcore: registered new interface driver hub [ 1.988138] usbcore: registered new device driver usb [ 1.988366] Linux cec interface: v0.10 [ 1.988495] Linux video capture interface: v2.00 [ 1.988616] pps_core: LinuxPPS API ver. 1 registered [ 1.988652] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.988733] PTP clock support registered [ 1.989857] rockchip ion: success to create - cma-heap [ 1.989913] rockchip ion: success to create - system-heap [ 1.992326] Advanced Linux Sound Architecture Driver Initialized. [ 1.993328] Bluetooth: Core ver 2.21 [ 1.993443] NET: Registered protocol family 31 [ 1.993479] Bluetooth: HCI device and connection manager initialized [ 1.993524] Bluetooth: HCI socket layer initialized [ 1.993564] Bluetooth: L2CAP socket layer initialized [ 1.993634] Bluetooth: SCO socket layer initialized [ 1.995389] clocksource: Switched to clocksource arch_sys_counter [ 2.076480] FS-Cache: Loaded [ 2.095606] NET: Registered protocol family 2 [ 2.096525] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 2.096666] TCP bind hash table entries: 8192 (order: 5, 163840 bytes) [ 2.096972] TCP: Hash tables configured (established 8192 bind 8192) [ 2.097082] UDP hash table entries: 512 (order: 2, 24576 bytes) [ 2.097166] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes) [ 2.097501] NET: Registered protocol family 1 [ 2.098022] RPC: Registered named UNIX socket transport module. [ 2.098065] RPC: Registered udp transport module. [ 2.098097] RPC: Registered tcp transport module. [ 2.098128] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 2.099186] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available [ 2.102492] Initialise system trusted keyring [ 2.117937] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.120827] NFS: Registering the id_resolver key type [ 2.120905] Key type id_resolver registered [ 2.120940] Key type id_legacy registered [ 2.121003] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.121077] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 2.122411] FS-Cache: Netfs 'cifs' registered for caching [ 2.122978] Key type cifs.spnego registered [ 2.123044] Key type cifs.idmap registered [ 2.123098] ntfs: driver 2.1.32 [Flags: R/W DEBUG]. [ 2.123633] fuse init (API version 7.23) [ 2.124645] SGI XFS with ACLs, security attributes, realtime, no debug enabled [ 2.134605] NET: Registered protocol family 38 [ 2.134673] async_tx: api initialized (async) [ 2.134729] Key type asymmetric registered [ 2.134771] Asymmetric key parser 'x509' registered [ 2.134907] bounce: pool size: 64 pages [ 2.135222] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 2.135292] io scheduler noop registered [ 2.135333] io scheduler deadline registered [ 2.135502] io scheduler cfq registered (default) [ 2.136110] rockchip-usb-phy ff770000.syscon:usbphy: vbus_drv is not assigned! [ 2.140266] rk-vcodec ff9a0000.vpu-service: probe device [ 2.140382] rk-vcodec ff9a0000.vpu-service: vpu mmu dec eeb03210 [ 2.140729] rk-vcodec ff9a0000.vpu-service: allocator is drm [ 2.140849] rk-vcodec ff9a0000.vpu-service: checking hw id 4831 [ 2.141723] rk-vcodec ff9a0000.vpu-service: init success [ 2.142573] rk-vcodec ff9c0000.hevc-service: probe device [ 2.142697] rk-vcodec ff9c0000.hevc-service: vpu mmu dec eeb03610 [ 2.143023] rk-vcodec ff9c0000.hevc-service: allocator is drm [ 2.143142] rk-vcodec ff9c0000.hevc-service: checking hw id 6867 [ 2.143765] rk-vcodec ff9c0000.hevc-service: init success [ 2.147484] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 2.147551] dma-pl330 ff250000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 [ 2.148868] dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 2.148934] dma-pl330 ffb20000.dma-controller: DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10 [ 2.149942] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled [ 2.153056] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 39, base_baud = 1500000) is a 16550A [ 2.154430] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 40, base_baud = 1500000) is a 16550A [ 2.155718] console [ttyS2] disabled [ 2.155816] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 41, base_baud = 1500000) is a 16550A [ 3.200340] console [ttyS2] enabled [ 3.205442] ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 42, base_baud = 1500000) is a 16550A [ 3.216666] ff1c0000.serial: ttyS4 at MMIO 0xff1c0000 (irq = 43, base_baud = 1500000) is a 16550A [ 3.229195] gpiomem-rk3288 ff750000.rk3288-gpiomem: Initialised: Registers at 0xff750000 [ 3.238366] [drm:drm_core_init] Initialized drm 1.1.0 20060810 [ 3.249750] usbcore: registered new interface driver udl [ 3.256475] mali ffa30000.gpu: Failed to get regulator [ 3.262191] mali ffa30000.gpu: Power control initialization failed [ 3.270842] brd: module loaded [ 3.284091] loop: module loaded [ 3.288745] zram: Added device: zram0 [ 3.292865] lkdtm: No crash points registered, enable through debugfs [ 3.301246] rockchip-pinctrl pinctrl: pin gpio5-12 already requested by ff1c0000.serial; cannot claim for ff110000.spi [ 3.313162] rockchip-pinctrl pinctrl: pin-164 (ff110000.spi) status -22 [ 3.320530] rockchip-pinctrl pinctrl: could not request pin 164 (gpio5-12) from group spi0-clk on device rockchip-pinctrl [ 3.332807] rockchip-spi ff110000.spi: Error applying setting, reverse things back [ 3.346763] tun: Universal TUN/TAP device driver, 1.6 [ 3.352379] tun: (C) 1999-2004 Max Krasnyansky [ 3.359593] CAN device driver interface [ 3.365592] rk_gmac-dwmac ff290000.ethernet: phy regulator is not available yet, deferred probing [ 3.376682] PPP generic driver version 2.4.2 [ 3.381874] usbcore: registered new interface driver rndis_wlan [ 3.388821] usbcore: registered new interface driver rt2800usb [ 3.395316] Rockchip WiFi SYS interface (V1.00) ... [ 3.400953] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 3.409299] usbcore: registered new interface driver pegasus [ 3.415710] usbcore: registered new interface driver rtl8150 [ 3.422081] usbcore: registered new interface driver r8152 [ 3.428305] usbcore: registered new interface driver asix [ 3.434389] usbcore: registered new interface driver ax88179_178a [ 3.441284] usbcore: registered new interface driver cdc_ether [ 3.447883] usbcore: registered new interface driver dm9601 [ 3.454168] usbcore: registered new interface driver smsc75xx [ 3.460689] usbcore: registered new interface driver smsc95xx [ 3.467190] usbcore: registered new interface driver net1080 [ 3.473563] usbcore: registered new interface driver rndis_host [ 3.480259] usbcore: registered new interface driver MOSCHIP usb-ethernet driver [ 3.488631] usbcore: registered new interface driver ipheth [ 3.494936] usbcore: registered new interface driver cdc_ncm [ 3.501346] usbcore: registered new interface driver cdc_mbim [ 3.508173] ff540000.usb supply vusb_d not found, using dummy regulator [ 3.515638] ff540000.usb supply vusb_a not found, using dummy regulator [ 3.695731] dwc2 ff540000.usb: DWC OTG Controller [ 3.700996] dwc2 ff540000.usb: new USB bus registered, assigned bus number 1 [ 3.708900] dwc2 ff540000.usb: irq 48, io mem 0x00000000 [ 3.715151] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.722727] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.730783] usb usb1: Product: DWC OTG Controller [ 3.736032] usb usb1: Manufacturer: Linux 4.4.103+ dwc2_hsotg [ 3.742413] usb usb1: SerialNumber: ff540000.usb [ 3.748529] hub 1-0:1.0: USB hub found [ 3.752759] hub 1-0:1.0: 1 port detectedU-Boot 2018.07 (Aug 26 2018 - 12:12:53 +0000) Model: TinkerS-RK3288 DRAM: 2 GiB MMC: dwmmc@ff0c0000: 1 Loading Environment from MMC... *** Warning - bad CRC, using default environment Failed (-5) In: serial Out: serial Err: serial Model: TinkerS-RK3288 Net: eth0: ethernet@ff290000 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device Scanning mmc 1:1... Found /extlinux/extlinux.conf Retrieving file: /extlinux/extlinux.conf 416 bytes read in 2 ms (203.1 KiB/s) Ignoring unknown command: SAY Ignoring unknown command: console Ignoring unknown command: append 1: Alarm Retrieving file: /extlinux/initramfs-linux.img ** Unable to read file /extlinux/initramfs-linux.img ** Skipping Alarm for failure retrieving initrd 2: Linaro Retrieving file: /vmlinuz 7697472 bytes read in 352 ms (20.9 MiB/s) append: earlycon=tty1 console=tty1 console=ttyS2,115200n8 rw init=/sbin/init Retrieving file: /rk3288-miniarm.dtb 68823 bytes read in 7 ms (9.4 MiB/s) ## Flattened Device Tree blob at 01f00000 Booting using the fdt blob at 0x1f00000 Loading Device Tree to 0ffec000, end 0ffffcd6 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x500 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.103+ (jenkins@fdc-06) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9) ) #1 SMP Fri Jun 22 16:14:49 CST 2018 [ 0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: [ 0.000000] cma: Reserved 128 MiB at 0x78000000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 14 pages/cpu @eef7f000 s24728 r8192 d24424 u57344 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 522752 [ 0.000000] Kernel command line: earlycon=tty1 console=tty1 console=ttyS2,115200n8 rw init=/sbin/init [ 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: 1929364K/2097152K available (11264K kernel code, 961K rwdata, 3172K rodata, 1024K init, 572K bss, 36716K reserved, 131072K cma-reserved, 1179648K 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 : 0xc0000000 - 0xf0000000 ( 768 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc0c00000 (12256 kB) [ 0.000000] .init : 0xc1100000 - 0xc1200000 (1024 kB) [ 0.000000] .data : 0xc1200000 - 0xc12f0440 ( 962 kB) [ 0.000000] .bss : 0xc12f2000 - 0xc13813a4 ( 573 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] L2C: failed to init: -19 [ 0.000000] rockchip_clk_register_branches: unknown clock type 9 [ 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.000029] Switching to timer-based delay loop, resolution 41ns [ 0.003500] Console: colour dummy device 80x30 [ 0.004892] console [tty1] enabled [ 0.004957] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.005049] pid_max: default: 32768 minimum: 301 [ 0.005215] Security Framework initialized [ 0.005265] Yama: becoming mindful. [ 0.005379] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.005441] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.006733] Initializing cgroup subsys devices [ 0.006799] Initializing cgroup subsys freezer [ 0.006904] CPU: Testing write buffer coherency: ok [ 0.006992] ftrace: allocating 42291 entries in 125 pages [ 0.128013] CPU0: update cpu_capacity 430 [ 0.128061] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500 [ 0.128473] Setting up static identity map for 0x100000 - 0x100058 [ 0.132207] CPU1: update cpu_capacity 430 [ 0.132217] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501 [ 0.134233] CPU2: update cpu_capacity 430 [ 0.134242] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502 [ 0.136249] CPU3: update cpu_capacity 430 [ 0.136258] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503 [ 0.136388] Brought up 4 CPUs [ 0.136581] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 0.136614] CPU: All CPU(s) started in SVC mode. [ 0.138413] devtmpfs: initialized [ 0.164239] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0 [ 0.164791] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.164873] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.171070] xor: measuring software checksum speed [ 0.267859] arm4regs : 1038.000 MB/sec [ 0.367954] 8regs : 801.200 MB/sec [ 0.468056] 32regs : 799.600 MB/sec [ 0.468092] xor: using function: arm4regs (1038.000 MB/sec) [ 0.468160] pinctrl core: initialized pinctrl subsystem [ 0.469627] NET: Registered protocol family 16 [ 0.471496] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.498164] cpuidle: using governor ladder [ 0.528206] cpuidle: using governor menu [ 0.574465] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.574527] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.788932] raid6: int32x1 gen() 87 MB/s [ 0.958994] raid6: int32x1 xor() 110 MB/s [ 1.129244] raid6: int32x2 gen() 119 MB/s [ 1.299409] raid6: int32x2 xor() 125 MB/s [ 1.469973] raid6: int32x4 gen() 102 MB/s [ 1.639941] raid6: int32x4 xor() 100 MB/s [ 1.810493] raid6: int32x8 gen() 128 MB/s [ 1.980453] raid6: int32x8 xor() 108 MB/s [ 1.980489] raid6: using algorithm int32x8 gen() 128 MB/s [ 1.980523] raid6: .... xor() 108 MB/s, rmw enabled [ 1.980554] raid6: using intx1 recovery algorithm [ 1.983750] iommu: Adding device ff910000.cif_isp to group 0 [ 1.983936] iommu: Adding device ff930000.vop to group 1 [ 1.984093] iommu: Adding device ff940000.vop to group 2 [ 1.984259] iommu: Adding device ff9a0000.vpu-service to group 3 [ 1.984422] iommu: Adding device ff9c0000.hevc-service to group 4 [ 1.987497] SCSI subsystem initialized [ 1.987892] usbcore: registered new interface driver usbfs [ 1.988021] usbcore: registered new interface driver hub [ 1.988138] usbcore: registered new device driver usb [ 1.988366] Linux cec interface: v0.10 [ 1.988495] Linux video capture interface: v2.00 [ 1.988616] pps_core: LinuxPPS API ver. 1 registered [ 1.988652] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.988733] PTP clock support registered [ 1.989857] rockchip ion: success to create - cma-heap [ 1.989913] rockchip ion: success to create - system-heap [ 1.992326] Advanced Linux Sound Architecture Driver Initialized. [ 1.993328] Bluetooth: Core ver 2.21 [ 1.993443] NET: Registered protocol family 31 [ 1.993479] Bluetooth: HCI device and connection manager initialized [ 1.993524] Bluetooth: HCI socket layer initialized [ 1.993564] Bluetooth: L2CAP socket layer initialized [ 1.993634] Bluetooth: SCO socket layer initialized [ 1.995389] clocksource: Switched to clocksource arch_sys_counter [ 2.076480] FS-Cache: Loaded [ 2.095606] NET: Registered protocol family 2 [ 2.096525] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 2.096666] TCP bind hash table entries: 8192 (order: 5, 163840 bytes) [ 2.096972] TCP: Hash tables configured (established 8192 bind 8192) [ 2.097082] UDP hash table entries: 512 (order: 2, 24576 bytes) [ 2.097166] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes) [ 2.097501] NET: Registered protocol family 1 [ 2.098022] RPC: Registered named UNIX socket transport module. [ 2.098065] RPC: Registered udp transport module. [ 2.098097] RPC: Registered tcp transport module. [ 2.098128] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 2.099186] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available [ 2.102492] Initialise system trusted keyring [ 2.117937] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.120827] NFS: Registering the id_resolver key type [ 2.120905] Key type id_resolver registered [ 2.120940] Key type id_legacy registered [ 2.121003] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.121077] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 2.122411] FS-Cache: Netfs 'cifs' registered for caching [ 2.122978] Key type cifs.spnego registered [ 2.123044] Key type cifs.idmap registered [ 2.123098] ntfs: driver 2.1.32 [Flags: R/W DEBUG]. [ 2.123633] fuse init (API version 7.23) [ 2.124645] SGI XFS with ACLs, security attributes, realtime, no debug enabled [ 2.134605] NET: Registered protocol family 38 [ 2.134673] async_tx: api initialized (async) [ 2.134729] Key type asymmetric registered [ 2.134771] Asymmetric key parser 'x509' registered [ 2.134907] bounce: pool size: 64 pages [ 2.135222] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 2.135292] io scheduler noop registered [ 2.135333] io scheduler deadline registered [ 2.135502] io scheduler cfq registered (default) [ 2.136110] rockchip-usb-phy ff770000.syscon:usbphy: vbus_drv is not assigned! [ 2.140266] rk-vcodec ff9a0000.vpu-service: probe device [ 2.140382] rk-vcodec ff9a0000.vpu-service: vpu mmu dec eeb03210 [ 2.140729] rk-vcodec ff9a0000.vpu-service: allocator is drm [ 2.140849] rk-vcodec ff9a0000.vpu-service: checking hw id 4831 [ 2.141723] rk-vcodec ff9a0000.vpu-service: init success [ 2.142573] rk-vcodec ff9c0000.hevc-service: probe device [ 2.142697] rk-vcodec ff9c0000.hevc-service: vpu mmu dec eeb03610 [ 2.143023] rk-vcodec ff9c0000.hevc-service: allocator is drm [ 2.143142] rk-vcodec ff9c0000.hevc-service: checking hw id 6867 [ 2.143765] rk-vcodec ff9c0000.hevc-service: init success [ 2.147484] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 2.147551] dma-pl330 ff250000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 [ 2.148868] dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 2.148934] dma-pl330 ffb20000.dma-controller: DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10 [ 2.149942] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled [ 2.153056] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 39, base_baud = 1500000) is a 16550A [ 2.154430] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 40, base_baud = 1500000) is a 16550A [ 2.155718] console [ttyS2] disabled [ 2.155816] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 41, base_baud = 1500000) is a 16550A [ 3.200340] console [ttyS2] enabled [ 3.205442] ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 42, base_baud = 1500000) is a 16550A [ 3.216666] ff1c0000.serial: ttyS4 at MMIO 0xff1c0000 (irq = 43, base_baud = 1500000) is a 16550A [ 3.229195] gpiomem-rk3288 ff750000.rk3288-gpiomem: Initialised: Registers at 0xff750000 [ 3.238366] [drm:drm_core_init] Initialized drm 1.1.0 20060810 [ 3.249750] usbcore: registered new interface driver udl [ 3.256475] mali ffa30000.gpu: Failed to get regulator [ 3.262191] mali ffa30000.gpu: Power control initialization failed [ 3.270842] brd: module loaded [ 3.284091] loop: module loaded [ 3.288745] zram: Added device: zram0 [ 3.292865] lkdtm: No crash points registered, enable through debugfs [ 3.301246] rockchip-pinctrl pinctrl: pin gpio5-12 already requested by ff1c0000.serial; cannot claim for ff110000.spi [ 3.313162] rockchip-pinctrl pinctrl: pin-164 (ff110000.spi) status -22 [ 3.320530] rockchip-pinctrl pinctrl: could not request pin 164 (gpio5-12) from group spi0-clk on device rockchip-pinctrl [ 3.332807] rockchip-spi ff110000.spi: Error applying setting, reverse things back [ 3.346763] tun: Universal TUN/TAP device driver, 1.6 [ 3.352379] tun: (C) 1999-2004 Max Krasnyansky [ 3.359593] CAN device driver interface [ 3.365592] rk_gmac-dwmac ff290000.ethernet: phy regulator is not available yet, deferred probing [ 3.376682] PPP generic driver version 2.4.2 [ 3.381874] usbcore: registered new interface driver rndis_wlan [ 3.388821] usbcore: registered new interface driver rt2800usb [ 3.395316] Rockchip WiFi SYS interface (V1.00) ... [ 3.400953] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 3.409299] usbcore: registered new interface driver pegasus [ 3.415710] usbcore: registered new interface driver rtl8150 [ 3.422081] usbcore: registered new interface driver r8152 [ 3.428305] usbcore: registered new interface driver asix [ 3.434389] usbcore: registered new interface driver ax88179_178a [ 3.441284] usbcore: registered new interface driver cdc_ether [ 3.447883] usbcore: registered new interface driver dm9601 [ 3.454168] usbcore: registered new interface driver smsc75xx [ 3.460689] usbcore: registered new interface driver smsc95xx [ 3.467190] usbcore: registered new interface driver net1080 [ 3.473563] usbcore: registered new interface driver rndis_host [ 3.480259] usbcore: registered new interface driver MOSCHIP usb-ethernet driver [ 3.488631] usbcore: registered new interface driver ipheth [ 3.494936] usbcore: registered new interface driver cdc_ncm [ 3.501346] usbcore: registered new interface driver cdc_mbim [ 3.508173] ff540000.usb supply vusb_d not found, using dummy regulator [ 3.515638] ff540000.usb supply vusb_a not found, using dummy regulator [ 3.695731] dwc2 ff540000.usb: DWC OTG Controller [ 3.700996] dwc2 ff540000.usb: new USB bus registered, assigned bus number 1 [ 3.708900] dwc2 ff540000.usb: irq 48, io mem 0x00000000 [ 3.715151] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.722727] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.730783] usb usb1: Product: DWC OTG Controller [ 3.736032] usb usb1: Manufacturer: Linux 4.4.103+ dwc2_hsotg [ 3.742413] usb usb1: SerialNumber: ff540000.usb [ 3.748529] hub 1-0:1.0: USB hub found [ 3.752759] hub 1-0:1.0: 1 port detected [ 3.757998] ff580000.usb supply vusb_d not found, using dummy regulator [ 3.765466] ff580000.usb supply vusb_a not found, using dummy regulator [ 4.105515] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM [ 4.114137] dwc2 ff580000.usb: DWC OTG Controller [ 4.119443] dwc2 ff580000.usb: new USB bus registered, assigned bus number 2 [ 4.127332] dwc2 ff580000.usb: irq 49, io mem 0x00000000 [ 4.133488] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 4.141079] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.149142] usb usb2: Product: DWC OTG Controller [ 4.154371] usb usb2: Manufacturer: Linux 4.4.103+ dwc2_hsotg [ 4.160775] usb usb2: SerialNumber: ff580000.usb [ 4.165996] usb 1-1: new high-speed USB device number 2 using dwc2 [ 4.166885] hub 2-0:1.0: USB hub found [ 4.166951] hub 2-0:1.0: 1 port detected [ 4.169041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.169057] ehci-platform: EHCI generic platform driver [ 4.169434] ehci-platform ff500000.usb: EHCI Host Controller [ 4.169735] ehci-platform ff500000.usb: new USB bus registered, assigned bus number 3 [ 4.169974] ehci-platform ff500000.usb: irq 47, io mem 0xff500000 [ 4.195428] ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00 [ 4.195717] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 4.195729] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.195737] usb usb3: Product: EHCI Host Controller [ 4.195746] usb usb3: Manufacturer: Linux 4.4.103+ ehci_hcd [ 4.195753] usb usb3: SerialNumber: ff500000.usb [ 4.196669] hub 3-0:1.0: USB hub found [ 4.196728] hub 3-0:1.0: 1 port detected [ 4.197814] usbcore: registered new interface driver cdc_acm [ 4.197820] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 4.197927] usbcore: registered new interface driver cdc_wdm [ 4.198102] usbcore: registered new interface driver usb-storage [ 4.198261] usbcore: registered new interface driver usbserial [ 4.198330] usbcore: registered new interface driver usbserial_generic [ 4.198381] usbserial: USB Serial support registered for generic [ 4.198473] usbcore: registered new interface driver ch341 [ 4.198523] usbserial: USB Serial support registered for ch341-uart [ 4.198611] usbcore: registered new interface driver cp210x [ 4.198660] usbserial: USB Serial support registered for cp210x [ 4.198785] usbcore: registered new interface driver ftdi_sio [ 4.198837] usbserial: USB Serial support registered for FTDI USB Serial Device [ 4.199060] usbcore: registered new interface driver keyspan [ 4.199113] usbserial: USB Serial support registered for Keyspan - (without firmware) [ 4.199161] usbserial: USB Serial support registered for Keyspan 1 port adapter [ 4.199209] usbserial: USB Serial support registered for Keyspan 2 port adapter [ 4.199267] usbserial: USB Serial support registered for Keyspan 4 port adapter [ 4.199364] usbcore: registered new interface driver option [ 4.199415] usbserial: USB Serial support registered for GSM modem (1-port) [ 4.199701] usbcore: registered new interface driver oti6858 [ 4.199753] usbserial: USB Serial support registered for oti6858 [ 4.199852] usbcore: registered new interface driver pl2303 [ 4.199902] usbserial: USB Serial support registered for pl2303 [ 4.200001] usbcore: registered new interface driver qcserial [ 4.200053] usbserial: USB Serial support registered for Qualcomm USB modem [ 4.200164] usbcore: registered new interface driver sierra [ 4.200216] usbserial: USB Serial support registered for Sierra USB modem [ 4.201382] usbcore: registered new interface driver iforce [ 4.201504] usbcore: registered new interface driver xpad [ 4.201814] usbcore: registered new interface driver usbtouchscreen [ 4.202476] i2c /dev entries driver [ 4.230711] rk808 0-001b: Pmic Chip id: 0x0 [ 4.489642] DCDC_REG1: supplied by vcc_sys [ 4.495222] DCDC_REG2: supplied by vcc_sys [ 4.500640] DCDC_REG3: supplied by vcc_sys [ 4.505450] usb 3-1: new high-speed USB device number 2 using ehci-platform [ 4.513599] DCDC_REG4: supplied by vcc_sys [ 4.518749] vcc_sd: supplied by vcc_io [ 4.523024] vcc_flash: supplied by vcc_io [ 4.527714] LDO_REG1: supplied by vcc_sys [ 4.533534] LDO_REG2: supplied by vcc_sys [ 4.538269] vcc33_mipi: Bringing 1800000uV into 3300000-3300000uV [ 4.546298] LDO_REG3: supplied by vcc_sys [ 4.551916] LDO_REG4: supplied by vcc_io [ 4.557632] LDO_REG5: supplied by vcc_io [ 4.563270] LDO_REG6: supplied by vcc_io [ 4.567918] vdd10_lcd: Bringing 800000uV into 1000000-1000000uV [ 4.575775] LDO_REG7: supplied by vcc_sys [ 4.581488] LDO_REG8: supplied by vcc_sys [ 4.587289] SWITCH_REG1: supplied by vcc_io [ 4.592402] SWITCH_REG2: supplied by vcc_io [ 4.601058] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0 [ 4.608954] rk3x-i2c ff650000.i2c: Initialized RK3xxx I2C bus at f091a000 [ 4.617748] rk3x-i2c ff140000.i2c: Initialized RK3xxx I2C bus at f091c000 [ 4.626398] tinker-mcu: tinker_mcu_probe: address = 0x45 [ 4.632304] tinker-mcu: send_cmds: 80 [ 4.636604] tinker-mcu: send_cmds: send command failed, ret = -6 [ 4.643275] tinker-mcu: tinker_mcu_probe: init_cmd_check failed, -6 [ 4.650570] tinker-ft5406: tinker_ft5406_probe: address = 0x38 [ 4.696992] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610 [ 4.704439] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 4.712418] usb 1-1: Product: USB2.0 Hub [ 4.717905] hub 1-1:1.0: USB hub found [ 4.722472] hub 1-1:1.0: 4 ports detected [ 4.873443] usb 3-1: config 1 has an invalid interface number: 255 but max is 6 [ 4.881608] usb 3-1: config 1 has no interface number 6 [ 4.888904] usb 3-1: New USB device found, idVendor=0bda, idProduct=481a [ 4.896398] usb 3-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 4.904320] usb 3-1: Product: USB Audio [ 4.908616] usb 3-1: Manufacturer: Generic [ 4.913183] usb 3-1: SerialNumber: 201405280001 [ 5.275419] tinker-ft5406: tinker_ft5406_probe: wait connected timeout [ 5.282726] rk3x-i2c ff150000.i2c: Initialized RK3xxx I2C bus at f091e000 [ 5.291267] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at f0920000 [ 5.301008] at24 2-0050: 1024 byte 24c08 EEPROM, writable, 1 bytes/write [ 5.308521] rk3x-i2c ff660000.i2c: Initialized RK3xxx I2C bus at f0922000 [ 5.317184] imx219 2-0010: probing... [ 5.321275] imx219 2-0010: probing successful [ 5.326551] ov7750 2-0036: probing... [ 5.330640] ov7750 2-0036: probing successful [ 5.336598] lirc_dev: IR Remote Control driver registered, major 242 [ 5.343760] IR NEC protocol handler initialized [ 5.348834] IR RC5(x/sz) protocol handler initialized [ 5.354452] IR RC6 protocol handler initialized [ 5.359516] IR JVC protocol handler initialized [ 5.364556] IR Sony protocol handler initialized [ 5.369713] IR SANYO protocol handler initialized [ 5.374944] IR Sharp protocol handler initialized [ 5.380197] IR MCE Keyboard/mouse protocol handler initialized [ 5.386701] IR LIRC bridge handler initialized [ 5.391645] IR XMP protocol handler initialized [ 5.397324] usbcore: registered new interface driver uvcvideo [ 5.403703] USB Video Class driver (1.1.1) [ 5.408568] Driver for 1-wire Dallas network protocol. [ 5.418083] clk: couldn't get clock 0 for /tsadc@ff280000 [ 5.425281] md: linear personality registered for level -1 [ 5.431428] md: raid0 personality registered for level 0 [ 5.437364] md: raid1 personality registered for level 1 [ 5.443261] md: raid10 personality registered for level 10 [ 5.449696] md: raid6 personality registered for level 6 [ 5.455633] md: raid5 personality registered for level 5 [ 5.461530] md: raid4 personality registered for level 4 [ 5.467464] md: multipath personality registered for level -4 [ 5.473842] md: faulty personality registered for level -5 [ 5.480775] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 5.490456] Bluetooth: Virtual HCI driver ver 1.5 [ 5.495954] Bluetooth: HCI UART driver ver 2.3 [ 5.500895] Bluetooth: HCI UART protocol H4 registered [ 5.506641] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 5.513597] rtk_btcoex: rtk_btcoex_init: version: 1.2 [ 5.519229] rtk_btcoex: create workqueue [ 5.523898] rtk_btcoex: alloc buffers 1408, 2240 for ev and l2 [ 5.530575] usbcore: registered new interface driver bfusb [ 5.536865] usbcore: registered new interface driver btusb [ 5.542970] Bluetooth: Generic Bluetooth SDIO driver ver 0.1 [ 5.550169] cpu cpu0: chip_version: 1 0x2 [ 5.557740] cpu cpu0: Faile [ 3.757998] ff580000.usb supply vusb_d not found, using dummy regulator [ 3.765466] ff580000.usb supply vusb_a not found, using dummy regulator [ 4.105515] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM [ 4.114137] dwc2 ff580000.usb: DWC OTG Controller [ 4.119443] dwc2 ff580000.usb: new USB bus registered, assigned bus number 2 [ 4.127332] dwc2 ff580000.usb: irq 49, io mem 0x00000000 [ 4.133488] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 4.141079] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.149142] usb usb2: Product: DWC OTG Controller [ 4.154371] usb usb2: Manufacturer: Linux 4.4.103+ dwc2_hsotg [ 4.160775] usb usb2: SerialNumber: ff580000.usb [ 4.165996] usb 1-1: new high-speed USB device number 2 using dwc2 [ 4.166885] hub 2-0:1.0: USB hub found [ 4.166951] hub 2-0:1.0: 1 port detected [ 4.169041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.169057] ehci-platform: EHCI generic platform driver [ 4.169434] ehci-platform ff500000.usb: EHCI Host Controller [ 4.169735] ehci-platform ff500000.usb: new USB bus registered, assigned bus number 3 [ 4.169974] ehci-platform ff500000.usb: irq 47, io mem 0xff500000 [ 4.195428] ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00 [ 4.195717] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 4.195729] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.195737] usb usb3: Product: EHCI Host Controller [ 4.195746] usb usb3: Manufacturer: Linux 4.4.103+ ehci_hcd [ 4.195753] usb usb3: SerialNumber: ff500000.usb [ 4.196669] hub 3-0:1.0: USB hub found [ 4.196728] hub 3-0:1.0: 1 port detected [ 4.197814] usbcore: registered new interface driver cdc_acm [ 4.197820] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 4.197927] usbcore: registered new interface driver cdc_wdm [ 4.198102] usbcore: registered new interface driver usb-storage [ 4.198261] usbcore: registered new interface driver usbserial [ 4.198330] usbcore: registered new interface driver usbserial_generic [ 4.198381] usbserial: USB Serial support registered for generic [ 4.198473] usbcore: registered new interface driver ch341 [ 4.198523] usbserial: USB Serial support registered for ch341-uart [ 4.198611] usbcore: registered new interface driver cp210x [ 4.198660] usbserial: USB Serial support registered for cp210x [ 4.198785] usbcore: registered new interface driver ftdi_sio [ 4.198837] usbserial: USB Serial support registered for FTDI USB Serial Device [ 4.199060] usbcore: registered new interface driver keyspan [ 4.199113] usbserial: USB Serial support registered for Keyspan - (without firmware) [ 4.199161] usbserial: USB Serial support registered for Keyspan 1 port adapter [ 4.199209] usbserial: USB Serial support registered for Keyspan 2 port adapter [ 4.199267] usbserial: USB Serial support registered for Keyspan 4 port adapter [ 4.199364] usbcore: registered new interface driver option [ 4.199415] usbserial: USB Serial support registered for GSM modem (1-port) [ 4.199701] usbcore: registered new interface driver oti6858 [ 4.199753] usbserial: USB Serial support registered for oti6858 [ 4.199852] usbcore: registered new interface driver pl2303 [ 4.199902] usbserial: USB Serial support registered for pl2303 [ 4.200001] usbcore: registered new interface driver qcserial [ 4.200053] usbserial: USB Serial support registered for Qualcomm USB modem [ 4.200164] usbcore: registered new interface driver sierra [ 4.200216] usbserial: USB Serial support registered for Sierra USB modem [ 4.201382] usbcore: registered new interface driver iforce [ 4.201504] usbcore: registered new interface driver xpad [ 4.201814] usbcore: registered new interface driver usbtouchscreen [ 4.202476] i2c /dev entries driver [ 4.230711] rk808 0-001b: Pmic Chip id: 0x0 [ 4.489642] DCDC_REG1: supplied by vcc_sys [ 4.495222] DCDC_REG2: supplied by vcc_sys [ 4.500640] DCDC_REG3: supplied by vcc_sys [ 4.505450] usb 3-1: new high-speed USB device number 2 using ehci-platform [ 4.513599] DCDC_REG4: supplied by vcc_sys [ 4.518749] vcc_sd: supplied by vcc_io [ 4.523024] vcc_flash: supplied by vcc_io [ 4.527714] LDO_REG1: supplied by vcc_sys [ 4.533534] LDO_REG2: supplied by vcc_sys [ 4.538269] vcc33_mipi: Bringing 1800000uV into 3300000-3300000uV [ 4.546298] LDO_REG3: supplied by vcc_sys [ 4.551916] LDO_REG4: supplied by vcc_io [ 4.557632] LDO_REG5: supplied by vcc_io [ 4.563270] LDO_REG6: supplied by vcc_io [ 4.567918] vdd10_lcd: Bringing 800000uV into 1000000-1000000uV [ 4.575775] LDO_REG7: supplied by vcc_sys [ 4.581488] LDO_REG8: supplied by vcc_sys [ 4.587289] SWITCH_REG1: supplied by vcc_io [ 4.592402] SWITCH_REG2: supplied by vcc_io [ 4.601058] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0 [ 4.608954] rk3x-i2c ff650000.i2c: Initialized RK3xxx I2C bus at f091a000 [ 4.617748] rk3x-i2c ff140000.i2c: Initialized RK3xxx I2C bus at f091c000 [ 4.626398] tinker-mcu: tinker_mcu_probe: address = 0x45 [ 4.632304] tinker-mcu: send_cmds: 80 [ 4.636604] tinker-mcu: send_cmds: send command failed, ret = -6 [ 4.643275] tinker-mcu: tinker_mcu_probe: init_cmd_check failed, -6 [ 4.650570] tinker-ft5406: tinker_ft5406_probe: address = 0x38 [ 4.696992] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610 [ 4.704439] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 4.712418] usb 1-1: Product: USB2.0 Hub [ 4.717905] hub 1-1:1.0: USB hub found [ 4.722472] hub 1-1:1.0: 4 ports detected [ 4.873443] usb 3-1: config 1 has an invalid interface number: 255 but max is 6U-Boot 2018.07 (Aug 26 2018 - 12:12:53 +0000) Model: TinkerS-RK3288 DRAM: 2 GiB MMC: dwmmc@ff0c0000: 1 Loading Environment from MMC... *** Warning - bad CRC, using default environment Failed (-5) In: serial Out: serial Err: serial Model: TinkerS-RK3288 Net: eth0: ethernet@ff290000 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device Scanning mmc 1:1... Found /extlinux/extlinux.conf Retrieving file: /extlinux/extlinux.conf 416 bytes read in 2 ms (203.1 KiB/s) Ignoring unknown command: SAY Ignoring unknown command: console Ignoring unknown command: append 1: Alarm Retrieving file: /extlinux/initramfs-linux.img ** Unable to read file /extlinux/initramfs-linux.img ** Skipping Alarm for failure retrieving initrd 2: Linaro Retrieving file: /vmlinuz 7697472 bytes read in 352 ms (20.9 MiB/s) append: earlycon=tty1 console=tty1 console=ttyS2,115200n8 rw init=/sbin/init Retrieving file: /rk3288-miniarm.dtb 68823 bytes read in 7 ms (9.4 MiB/s) ## Flattened Device Tree blob at 01f00000 Booting using the fdt blob at 0x1f00000 Loading Device Tree to 0ffec000, end 0ffffcd6 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x500 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.103+ (jenkins@fdc-06) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9) ) #1 SMP Fri Jun 22 16:14:49 CST 2018 [ 0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: [ 0.000000] cma: Reserved 128 MiB at 0x78000000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 14 pages/cpu @eef7f000 s24728 r8192 d24424 u57344 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 522752 [ 0.000000] Kernel command line: earlycon=tty1 console=tty1 console=ttyS2,115200n8 rw init=/sbin/init [ 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: 1929364K/2097152K available (11264K kernel code, 961K rwdata, 3172K rodata, 1024K init, 572K bss, 36716K reserved, 131072K cma-reserved, 1179648K 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 : 0xc0000000 - 0xf0000000 ( 768 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc0c00000 (12256 kB) [ 0.000000] .init : 0xc1100000 - 0xc1200000 (1024 kB) [ 0.000000] .data : 0xc1200000 - 0xc12f0440 ( 962 kB) [ 0.000000] .bss : 0xc12f2000 - 0xc13813a4 ( 573 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] L2C: failed to init: -19 [ 0.000000] rockchip_clk_register_branches: unknown clock type 9 [ 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.000029] Switching to timer-based delay loop, resolution 41ns [ 0.003500] Console: colour dummy device 80x30 [ 0.004892] console [tty1] enabled [ 0.004957] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.005049] pid_max: default: 32768 minimum: 301 [ 0.005215] Security Framework initialized [ 0.005265] Yama: becoming mindful. [ 0.005379] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.005441] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.006733] Initializing cgroup subsys devices [ 0.006799] Initializing cgroup subsys freezer [ 0.006904] CPU: Testing write buffer coherency: ok [ 0.006992] ftrace: allocating 42291 entries in 125 pages [ 0.128013] CPU0: update cpu_capacity 430 [ 0.128061] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500 [ 0.128473] Setting up static identity map for 0x100000 - 0x100058 [ 0.132207] CPU1: update cpu_capacity 430 [ 0.132217] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501 [ 0.134233] CPU2: update cpu_capacity 430 [ 0.134242] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502 [ 0.136249] CPU3: update cpu_capacity 430 [ 0.136258] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503 [ 0.136388] Brought up 4 CPUs [ 0.136581] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 0.136614] CPU: All CPU(s) started in SVC mode. [ 0.138413] devtmpfs: initialized [ 0.164239] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0 [ 0.164791] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.164873] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.171070] xor: measuring software checksum speed [ 0.267859] arm4regs : 1038.000 MB/sec [ 0.367954] 8regs : 801.200 MB/sec [ 0.468056] 32regs : 799.600 MB/sec [ 0.468092] xor: using function: arm4regs (1038.000 MB/sec) [ 0.468160] pinctrl core: initialized pinctrl subsystem [ 0.469627] NET: Registered protocol family 16 [ 0.471496] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.498164] cpuidle: using governor ladder [ 0.528206] cpuidle: using governor menu [ 0.574465] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.574527] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.788932] raid6: int32x1 gen() 87 MB/s [ 0.958994] raid6: int32x1 xor() 110 MB/s [ 1.129244] raid6: int32x2 gen() 119 MB/s [ 1.299409] raid6: int32x2 xor() 125 MB/s [ 1.469973] raid6: int32x4 gen() 102 MB/s [ 1.639941] raid6: int32x4 xor() 100 MB/s [ 1.810493] raid6: int32x8 gen() 128 MB/s [ 1.980453] raid6: int32x8 xor() 108 MB/s [ 1.980489] raid6: using algorithm int32x8 gen() 128 MB/s [ 1.980523] raid6: .... xor() 108 MB/s, rmw enabled [ 1.980554] raid6: using intx1 recovery algorithm [ 1.983750] iommu: Adding device ff910000.cif_isp to group 0 [ 1.983936] iommu: Adding device ff930000.vop to group 1 [ 1.984093] iommu: Adding device ff940000.vop to group 2 [ 1.984259] iommu: Adding device ff9a0000.vpu-service to group 3 [ 1.984422] iommu: Adding device ff9c0000.hevc-service to group 4 [ 1.987497] SCSI subsystem initialized [ 1.987892] usbcore: registered new interface driver usbfs [ 1.988021] usbcore: registered new interface driver hub [ 1.988138] usbcore: registered new device driver usb [ 1.988366] Linux cec interface: v0.10 [ 1.988495] Linux video capture interface: v2.00 [ 1.988616] pps_core: LinuxPPS API ver. 1 registered [ 1.988652] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.988733] PTP clock support registered [ 1.989857] rockchip ion: success to create - cma-heap [ 1.989913] rockchip ion: success to create - system-heap [ 1.992326] Advanced Linux Sound Architecture Driver Initialized. [ 1.993328] Bluetooth: Core ver 2.21 [ 1.993443] NET: Registered protocol family 31 [ 1.993479] Bluetooth: HCI device and connection manager initialized [ 1.993524] Bluetooth: HCI socket layer initialized [ 1.993564] Bluetooth: L2CAP socket layer initialized [ 1.993634] Bluetooth: SCO socket layer initialized [ 1.995389] clocksource: Switched to clocksource arch_sys_counter [ 2.076480] FS-Cache: Loaded [ 2.095606] NET: Registered protocol family 2 [ 2.096525] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 2.096666] TCP bind hash table entries: 8192 (order: 5, 163840 bytes) [ 2.096972] TCP: Hash tables configured (established 8192 bind 8192) [ 2.097082] UDP hash table entries: 512 (order: 2, 24576 bytes) [ 2.097166] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes) [ 2.097501] NET: Registered protocol family 1 [ 2.098022] RPC: Registered named UNIX socket transport module. [ 2.098065] RPC: Registered udp transport module. [ 2.098097] RPC: Registered tcp transport module. [ 2.098128] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 2.099186] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available [ 2.102492] Initialise system trusted keyring [ 2.117937] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.120827] NFS: Registering the id_resolver key type [ 2.120905] Key type id_resolver registered [ 2.120940] Key type id_legacy registered [ 2.121003] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.121077] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 2.122411] FS-Cache: Netfs 'cifs' registered for caching [ 2.122978] Key type cifs.spnego registered [ 2.123044] Key type cifs.idmap registered [ 2.123098] ntfs: driver 2.1.32 [Flags: R/W DEBUG]. [ 2.123633] fuse init (API version 7.23) [ 2.124645] SGI XFS with ACLs, security attributes, realtime, no debug enabled [ 2.134605] NET: Registered protocol family 38 [ 2.134673] async_tx: api initialized (async) [ 2.134729] Key type asymmetric registered [ 2.134771] Asymmetric key parser 'x509' registered [ 2.134907] bounce: pool size: 64 pages [ 2.135222] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 2.135292] io scheduler noop registered [ 2.135333] io scheduler deadline registered [ 2.135502] io scheduler cfq registered (default) [ 2.136110] rockchip-usb-phy ff770000.syscon:usbphy: vbus_drv is not assigned! [ 2.140266] rk-vcodec ff9a0000.vpu-service: probe device [ 2.140382] rk-vcodec ff9a0000.vpu-service: vpu mmu dec eeb03210 [ 2.140729] rk-vcodec ff9a0000.vpu-service: allocator is drm [ 2.140849] rk-vcodec ff9a0000.vpu-service: checking hw id 4831 [ 2.141723] rk-vcodec ff9a0000.vpu-service: init success [ 2.142573] rk-vcodec ff9c0000.hevc-service: probe device [ 2.142697] rk-vcodec ff9c0000.hevc-service: vpu mmu dec eeb03610 [ 2.143023] rk-vcodec ff9c0000.hevc-service: allocator is drm [ 2.143142] rk-vcodec ff9c0000.hevc-service: checking hw id 6867 [ 2.143765] rk-vcodec ff9c0000.hevc-service: init success [ 2.147484] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 2.147551] dma-pl330 ff250000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 [ 2.148868] dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 2.148934] dma-pl330 ffb20000.dma-controller: DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10 [ 2.149942] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled [ 2.153056] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 39, base_baud = 1500000) is a 16550A [ 2.154430] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 40, base_baud = 1500000) is a 16550A [ 2.155718] console [ttyS2] disabled [ 2.155816] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 41, base_baud = 1500000) is a 16550A [ 3.200340] console [ttyS2] enabled [ 3.205442] ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 42, base_baud = 1500000) is a 16550A [ 3.216666] ff1c0000.serial: ttyS4 at MMIO 0xff1c0000 (irq = 43, base_baud = 1500000) is a 16550A [ 3.229195] gpiomem-rk3288 ff750000.rk3288-gpiomem: Initialised: Registers at 0xff750000 [ 3.238366] [drm:drm_core_init] Initialized drm 1.1.0 20060810 [ 3.249750] usbcore: registered new interface driver udl [ 3.256475] mali ffa30000.gpu: Failed to get regulator [ 3.262191] mali ffa30000.gpu: Power control initialization failed [ 3.270842] brd: module loaded [ 3.284091] loop: module loaded [ 3.288745] zram: Added device: zram0 [ 3.292865] lkdtm: No crash points registered, enable through debugfs [ 3.301246] rockchip-pinctrl pinctrl: pin gpio5-12 already requested by ff1c0000.serial; cannot claim for ff110000.spi [ 3.313162] rockchip-pinctrl pinctrl: pin-164 (ff110000.spi) status -22 [ 3.320530] rockchip-pinctrl pinctrl: could not request pin 164 (gpio5-12) from group spi0-clk on device rockchip-pinctrl [ 3.332807] rockchip-spi ff110000.spi: Error applying setting, reverse things back [ 3.346763] tun: Universal TUN/TAP device driver, 1.6 [ 3.352379] tun: (C) 1999-2004 Max Krasnyansky [ 3.359593] CAN device driver interface [ 3.365592] rk_gmac-dwmac ff290000.ethernet: phy regulator is not available yet, deferred probing [ 3.376682] PPP generic driver version 2.4.2 [ 3.381874] usbcore: registered new interface driver rndis_wlan [ 3.388821] usbcore: registered new interface driver rt2800usb [ 3.395316] Rockchip WiFi SYS interface (V1.00) ... [ 3.400953] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 3.409299] usbcore: registered new interface driver pegasus [ 3.415710] usbcore: registered new interface driver rtl8150 [ 3.422081] usbcore: registered new interface driver r8152 [ 3.428305] usbcore: registered new interface driver asix [ 3.434389] usbcore: registered new interface driver ax88179_178a [ 3.441284] usbcore: registered new interface driver cdc_ether [ 3.447883] usbcore: registered new interface driver dm9601 [ 3.454168] usbcore: registered new interface driver smsc75xx [ 3.460689] usbcore: registered new interface driver smsc95xx [ 3.467190] usbcore: registered new interface driver net1080 [ 3.473563] usbcore: registered new interface driver rndis_host [ 3.480259] usbcore: registered new interface driver MOSCHIP usb-ethernet driver [ 3.488631] usbcore: registered new interface driver ipheth [ 3.494936] usbcore: registered new interface driver cdc_ncm [ 3.501346] usbcore: registered new interface driver cdc_mbim [ 3.508173] ff540000.usb supply vusb_d not found, using dummy regulator [ 3.515638] ff540000.usb supply vusb_a not found, using dummy regulator [ 3.695731] dwc2 ff540000.usb: DWC OTG Controller [ 3.700996] dwc2 ff540000.usb: new USB bus registered, assigned bus number 1 [ 3.708900] dwc2 ff540000.usb: irq 48, io mem 0x00000000 [ 3.715151] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.722727] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.730783] usb usb1: Product: DWC OTG Controller [ 3.736032] usb usb1: Manufacturer: Linux 4.4.103+ dwc2_hsotg [ 3.742413] usb usb1: SerialNumber: ff540000.usb [ 3.748529] hub 1-0:1.0: USB hub found [ 3.752759] hub 1-0:1.0: 1 port detected [ 3.757998] ff580000.usb supply vusb_d not found, using dummy regulator [ 3.765466] ff580000.usb supply vusb_a not found, using dummy regulator [ 4.105515] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM [ 4.114137] dwc2 ff580000.usb: DWC OTG Controller [ 4.119443] dwc2 ff580000.usb: new USB bus registered, assigned bus number 2 [ 4.127332] dwc2 ff580000.usb: irq 49, io mem 0x00000000 [ 4.133488] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 4.141079] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.149142] usb usb2: Product: DWC OTG Controller [ 4.154371] usb usb2: Manufacturer: Linux 4.4.103+ dwc2_hsotg [ 4.160775] usb usb2: SerialNumber: ff580000.usb [ 4.165996] usb 1-1: new high-speed USB device number 2 using dwc2 [ 4.166885] hub 2-0:1.0: USB hub found [ 4.166951] hub 2-0:1.0: 1 port detected [ 4.169041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.169057] ehci-platform: EHCI generic platform driver [ 4.169434] ehci-platform ff500000.usb: EHCI Host Controller [ 4.169735] ehci-platform ff500000.usb: new USB bus registered, assigned bus number 3 [ 4.169974] ehci-platform ff500000.usb: irq 47, io mem 0xff500000 [ 4.195428] ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00 [ 4.195717] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 4.195729] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.195737] usb usb3: Product: EHCI Host Controller [ 4.195746] usb usb3: Manufacturer: Linux 4.4.103+ ehci_hcd [ 4.195753] usb usb3: SerialNumber: ff500000.usb [ 4.196669] hub 3-0:1.0: USB hub found [ 4.196728] hub 3-0:1.0: 1 port detected [ 4.197814] usbcore: registered new interface driver cdc_acm [ 4.197820] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 4.197927] usbcore: registered new interface driver cdc_wdm [ 4.198102] usbcore: registered new interface driver usb-storage [ 4.198261] usbcore: registered new interface driver usbserial [ 4.198330] usbcore: registered new interface driver usbserial_generic [ 4.198381] usbserial: USB Serial support registered for generic [ 4.198473] usbcore: registered new interface driver ch341 [ 4.198523] usbserial: USB Serial support registered for ch341-uart [ 4.198611] usbcore: registered new interface driver cp210x [ 4.198660] usbserial: USB Serial support registered for cp210x [ 4.198785] usbcore: registered new interface driver ftdi_sio [ 4.198837] usbserial: USB Serial support registered for FTDI USB Serial Device [ 4.199060] usbcore: registered new interface driver keyspan [ 4.199113] usbserial: USB Serial support registered for Keyspan - (without firmware) [ 4.199161] usbserial: USB Serial support registered for Keyspan 1 port adapter [ 4.199209] usbserial: USB Serial support registered for Keyspan 2 port adapter [ 4.199267] usbserial: USB Serial support registered for Keyspan 4 port adapter [ 4.199364] usbcore: registered new interface driver option [ 4.199415] usbserial: USB Serial support registered for GSM modem (1-port) [ 4.199701] usbcore: registered new interface driver oti6858 [ 4.199753] usbserial: USB Serial support registered for oti6858 [ 4.199852] usbcore: registered new interface driver pl2303 [ 4.199902] usbserial: USB Serial support registered for pl2303 [ 4.200001] usbcore: registered new interface driver qcserial [ 4.200053] usbserial: USB Serial support registered for Qualcomm USB modem [ 4.200164] usbcore: registered new interface driver sierra [ 4.200216] usbserial: USB Serial support registered for Sierra USB modem [ 4.201382] usbcore: registered new interface driver iforce [ 4.201504] usbcore: registered new interface driver xpad [ 4.201814] usbcore: registered new interface driver usbtouchscreen [ 4.202476] i2c /dev entries driver [ 4.230711] rk808 0-001b: Pmic Chip id: 0x0 [ 4.489642] DCDC_REG1: supplied by vcc_sys [ 4.495222] DCDC_REG2: supplied by vcc_sys [ 4.500640] DCDC_REG3: supplied by vcc_sys [ 4.505450] usb 3-1: new high-speed USB device number 2 using ehci-platform [ 4.513599] DCDC_REG4: supplied by vcc_sys [ 4.518749] vcc_sd: supplied by vcc_io [ 4.523024] vcc_flash: supplied by vcc_io [ 4.527714] LDO_REG1: supplied by vcc_sys [ 4.533534] LDO_REG2: supplied by vcc_sys [ 4.538269] vcc33_mipi: Bringing 1800000uV into 3300000-3300000uV [ 4.546298] LDO_REG3: supplied by vcc_sys [ 4.551916] LDO_REG4: supplied by vcc_io [ 4.557632] LDO_REG5: supplied by vcc_io [ 4.563270] LDO_REG6: supplied by vcc_io [ 4.567918] vdd10_lcd: Bringing 800000uV into 1000000-1000000uV [ 4.575775] LDO_REG7: supplied by vcc_sys [ 4.581488] LDO_REG8: supplied by vcc_sys [ 4.587289] SWITCH_REG1: supplied by vcc_io [ 4.592402] SWITCH_REG2: supplied by vcc_io [ 4.601058] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0 [ 4.608954] rk3x-i2c ff650000.i2c: Initialized RK3xxx I2C bus at f091a000 [ 4.617748] rk3x-i2c ff140000.i2c: Initialized RK3xxx I2C bus at f091c000 [ 4.626398] tinker-mcu: tinker_mcu_probe: address = 0x45 [ 4.632304] tinker-mcu: send_cmds: 80 [ 4.636604] tinker-mcu: send_cmds: send command failed, ret = -6 [ 4.643275] tinker-mcu: tinker_mcu_probe: init_cmd_check failed, -6 [ 4.650570] tinker-ft5406: tinker_ft5406_probe: address = 0x38 [ 4.696992] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610 [ 4.704439] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 4.712418] usb 1-1: Product: USB2.0 Hub [ 4.717905] hub 1-1:1.0: USB hub found [ 4.722472] hub 1-1:1.0: 4 ports detected [ 4.873443] usb 3-1: config 1 has an invalid interface number: 255 but max is 6 [ 4.881608] usb 3-1: config 1 has no interface number 6 [ 4.888904] usb 3-1: New USB device found, idVendor=0bda, idProduct=481a [ 4.896398] usb 3-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 4.904320] usb 3-1: Product: USB Audio [ 4.908616] usb 3-1: Manufacturer: Generic [ 4.913183] usb 3-1: SerialNumber: 201405280001 [ 5.275419] tinker-ft5406: tinker_ft5406_probe: wait connected timeout [ 5.282726] rk3x-i2c ff150000.i2c: Initialized RK3xxx I2C bus at f091e000 [ 5.291267] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at f0920000 [ 5.301008] at24 2-0050: 1024 byte 24c08 EEPROM, writable, 1 bytes/write [ 5.308521] rk3x-i2c ff660000.i2c: Initialized RK3xxx I2C bus at f0922000 [ 5.317184] imx219 2-0010: probing... [ 5.321275] imx219 2-0010: probing successful [ 5.326551] ov7750 2-0036: probing... [ 5.330640] ov7750 2-0036: probing successful [ 5.336598] lirc_dev: IR Remote Control driver registered, major 242 [ 5.343760] IR NEC protocol handler initialized [ 5.348834] IR RC5(x/sz) protocol handler initialized [ 5.354452] IR RC6 protocol handler initialized [ 5.359516] IR JVC protocol handler initialized [ 5.364556] IR Sony protocol handler initialized [ 5.369713] IR SANYO protocol handler initialized [ 5.374944] IR Sharp protocol handler initialized [ 5.380197] IR MCE Keyboard/mouse protocol handler initialized [ 5.386701] IR LIRC bridge handler initialized [ 5.391645] IR XMP protocol handler initialized [ 5.397324] usbcore: registered new interface driver uvcvideo [ 5.403703] USB Video Class driver (1.1.1) [ 5.408568] Driver for 1-wire Dallas network protocol. [ 5.418083] clk: couldn't get clock 0 for /tsadc@ff280000 [ 5.425281] md: linear personality registered for level -1 [ 5.431428] md: raid0 personality registered for level 0 [ 5.437364] md: raid1 personality registered for level 1 [ 5.443261] md: raid10 personality registered for level 10 [ 5.449696] md: raid6 personality registered for level 6 [ 5.455633] md: raid5 personality registered for level 5 [ 5.461530] md: raid4 personality registered for level 4 [ 5.467464] md: multipath personality registered for level -4 [ 5.473842] md: faulty personality registered for level -5 [ 5.480775] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 5.490456] Bluetooth: Virtual HCI driver ver 1.5 [ 5.495954] Bluetooth: HCI UART driver ver 2.3 [ 5.500895] Bluetooth: HCI UART protocol H4 registered [ 5.506641] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 5.513597] rtk_btcoex: rtk_btcoex_init: version: 1.2 [ 5.519229] rtk_btcoex: create workqueue [ 5.523898] rtk_btcoex: alloc buffers 1408, 2240 for ev and l2 [ 5.530575] usbcore: registered new interface driver bfusb [ 5.536865] usbcore: registered new interface driver btusb [ 5.542970] Bluetooth: Generic Bluetooth SDIO driver ver 0.1 [ 5.550169] cpu cpu0: chip_version: 1 0x2 [ 5.557740] cpu cpu0: Faile [ 4.881608] usb 3-1: config 1 has no interface number 6 [ 4.888904] usb 3-1: New USB device found, idVendor=0bda, idProduct=481a [ 4.896398] usb 3-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 4.904320] usb 3-1: Product: USB Audio [ 4.908616] usb 3-1: Manufacturer: Generic [ 4.913183] usb 3-1: SerialNumber: 201405280001 [ 5.275419] tinker-ft5406: tinker_ft5406_probe: wait connected timeout [ 5.282726] rk3x-i2c ff150000.i2c: Initialized RK3xxx I2C bus at f091e000 [ 5.291267] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at f0920000 [ 5.301008] at24 2-0050: 1024 byte 24c08 EEPROM, writable, 1 bytes/write [ 5.308521] rk3x-i2c ff660000.i2c: Initialized RK3xxx I2C bus at f0922000 [ 5.317184] imx219 2-0010: probing... [ 5.321275] imx219 2-0010: probing successful [ 5.326551] ov7750 2-0036: probing... [ 5.330640] ov7750 2-0036: probing successful [ 5.336598] lirc_dev: IR Remote Control driver registered, major 242 [ 5.343760] IR NEC protocol handler initialized [ 5.348834] IR RC5(x/sz) protocol handler initialized [ 5.354452] IR RC6 protocol handler initialized [ 5.359516] IR JVC protocol handler initialized [ 5.364556] IR Sony protocol handler initialized [ 5.369713] IR SANYO protocol handler initialized [ 5.374944] IR Sharp protocol handler initialized [ 5.380197] IR MCE Keyboard/mouse protocol handler initialized [ 5.386701] IR LIRC bridge handler initialized [ 5.391645] IR XMP protocol handler initialized [ 5.397324] usbcore: registered new interface driver uvcvideo [ 5.403703] USB Video Class driver (1.1.1) [ 5.408568] Driver for 1-wire Dallas network protocol. [ 5.418083] clk: couldn't get clock 0 for /tsadc@ff280000 [ 5.425281] md: linear personality registered for level -1 [ 5.431428] md: raid0 personality registered for level 0 [ 5.437364] md: raid1 personality registered for level 1 [ 5.443261] md: raid10 personality registered for level 10 [ 5.449696] md: raid6 personality registered for level 6 [ 5.455633] md: raid5 personality registered for level 5 [ 5.461530] md: raid4 personality registered for level 4 [ 5.467464] md: multipath personality registered for level -4 [ 5.473842] md: faulty personality registered for level -5 [ 5.480775] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 5.490456] Bluetooth: Virtual HCI driver ver 1.5 [ 5.495954] Bluetooth: HCI UART driver ver 2.3 [ 5.500895] Bluetooth: HCI UART protocol H4 registered [ 5.506641] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 5.513597] rtk_btcoex: rtk_btcoex_init: version: 1.2 [ 5.519229] rtk_btcoex: create workqueue [ 5.523898] rtk_btcoex: alloc buffers 1408, 2240 for ev and l2 [ 5.530575] usbcore: registered new interface driver bfusb [ 5.536865] usbcore: registered new interface driver btusb [ 5.542970] Bluetooth: Generic Bluetooth SDIO driver ver 0.1 [ 5.550169] cpu cpu0: chip_version: 1 0x2 [ 5.557740] cpu cpu0: Faile[/code] Phase 2 plugging to PC without SD card, no MASK_ROM. Failed entirely while trying to find other media to boot from[code]U-Boot SPL 2018.07 (Aug 26 2018 - 12:12:53 +0000) Returning to boot ROM... U-Boot 2018.07 (Aug 26 2018 - 12:12:53 +0000) Model: TinkerS-RK3288 DRAM: 2 GiB MMC: dwmmc@ff0c0000: 1 Loading Environment from MMC... Card did not respond to voltage select! *** Warning - No block device, using default environment Failed (-5) In: serial Out: serial Err: serial Model: TinkerS-RK3288 Net: eth0: ethernet@ff290000 Hit any key to stop autoboot: 0 MMC Device 0 not found no mmc device at slot 0 starting USB... USB0: USB1: scanning bus 0 for devices... 2 USB Device(s) found scanning bus 1 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Device 0: unknown device ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 missing environment variable: pxeuuid missing environment variable: bootfile Retrieving file: pxelinux.cfg/01-88-d7-f6-c2-f1-42 ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 missing environment variable: bootfile Retrieving file: pxelinux.cfg/00000000 ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 missing environment variable: bootfile Retrieving file: pxelinux.cfg/0000000 ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 missing environment variable: bootfile Retrieving file: pxelinux.cfg/000000 ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 missing environment variable: bootfile Retrieving file: pxelinux.cfg/00000 ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 missing environment variable: bootfile Retrieving file: pxelinux.cfg/0000 ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 missing environment variable: bootfile Retrieving file: pxelinux.cfg/000 ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 missing environment variable: bootfile Retrieving file: pxelinux.cfg/00 ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 missing environment variable: bootfile Retrieving file: pxelinux.cfg/0 ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 missing environment variable: bootfile Retrieving file: pxelinux.cfg/default-arm-rockchip ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 missing environment variable: bootfile Retrieving file: pxelinux.cfg/default-arm ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 missing environment variable: bootfile Retrieving file: pxelinux.cfg/default ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 Config file not found ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 ethernet@ff290000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! Could not initialize PHY ethernet@ff290000 => [/code] Phase 3, Powering up, without SD card, same as plugged to PC. Phase 4, Powering up with SD card (same card as above). Launching the SD card, which cause a kernel panic, because the mmc number are incorrect, therefore the kernel cannot mount the rootfs. Phase5, booting with MASK_ROM, it loads the SD card up to login.