RFLink connected to /dev/ttyUSB0 not working
#1
Hello,

I've build my own RFLink using an arduino. It work very well on RPi.

But I have problem to make it work on Rock64. It worked this morning but after a restart (sudo reboot), it didn't work anymore.
Domoticz is configured to connect to RFLink via /dev/ttyUSB0.
After the restart, I have this error :

Quote:Error: RFLink: Error opening serial port!

I have no idea to solve it. Could you please help me ?

I use ayufan's latest stable version of xenial linux.
On RPi, the solution was to add 
Code:
enable_uart=1
to /boot/config.txt but there isn't any config.txt file.


Thanks a lot !
  Reply
#2
(05-15-2018, 08:19 AM)ulysse132 Wrote: Hello,

I've build my own RFLink using an arduino. It work very well on RPi.

But I have problem to make it work on Rock64. It worked this morning but after a restart (sudo reboot), it didn't work anymore.
Domoticz is configured to connect to RFLink via /dev/ttyUSB0.
After the restart, I have this error :

Quote:Error: RFLink: Error opening serial port!

I have no idea to solve it. Could you please help me ?

I use ayufan's latest stable version of xenial linux.
On RPi, the solution was to add 
Code:
enable_uart=1
to /boot/config.txt but there isn't any config.txt file.


Thanks a lot !

What are the commands dmesg and lsusb showing.

Is your RFLink being recognised as being connected and if so is it assigned to dev ttyusb0
  Reply
#3
(05-15-2018, 10:43 AM)Rocklobster Wrote:
(05-15-2018, 08:19 AM)ulysse132 Wrote: Hello,

I've build my own RFLink using an arduino. It work very well on RPi.

But I have problem to make it work on Rock64. It worked this morning but after a restart (sudo reboot), it didn't work anymore.
Domoticz is configured to connect to RFLink via /dev/ttyUSB0.
After the restart, I have this error :

Quote:Error: RFLink: Error opening serial port!

I have no idea to solve it. Could you please help me ?

I use ayufan's latest stable version of xenial linux.
On RPi, the solution was to add 
Code:
enable_uart=1
to /boot/config.txt but there isn't any config.txt file.


Thanks a lot !

What are the commands dmesg and lsusb showing.

Is your RFLink being recognised as being connected and if so is it assigned to dev ttyusb0

Here are the results. You're lucky because I restarted the rock64 removing the power and it worked back, so I have the results for both case, working and not working (after a soft reboot)

dmesg_working
lsusb_working

dmesg_notworking
lsusb_notworking

For your last question : 
Quote:Is your RFLink being recognised as being connected and if so is it assigned to dev ttyusb0

I don't know how to search.
  Reply
#4
(05-15-2018, 11:15 AM)ulysse132 Wrote:
(05-15-2018, 10:43 AM)Rocklobster Wrote:
(05-15-2018, 08:19 AM)ulysse132 Wrote: Hello,

I've build my own RFLink using an arduino. It work very well on RPi.

But I have problem to make it work on Rock64. It worked this morning but after a restart (sudo reboot), it didn't work anymore.
Domoticz is configured to connect to RFLink via /dev/ttyUSB0.
After the restart, I have this error :

Quote:Error: RFLink: Error opening serial port!

I have no idea to solve it. Could you please help me ?

I use ayufan's latest stable version of xenial linux.
On RPi, the solution was to add 
Code:
enable_uart=1
to /boot/config.txt but there isn't any config.txt file.


Thanks a lot !

What are the commands dmesg and lsusb showing.

Is your RFLink being recognised as being connected and if so is it assigned to dev ttyusb0

Here are the results. You're lucky because I restarted the rock64 removing the power and it worked back, so I have the results for both case, working and not working (after a soft reboot)

dmesg_working
lsusb_working

dmesg_notworking
lsusb_notworking

For your last question : 
Quote:Is your RFLink being recognised as being connected and if so is it assigned to dev ttyusb0

I don't know how to search.

At an ssh or terminal just type dmesg and tell us what the output is. Also type lsusb and tell us what the output is. The output of these two commands will indicate if your unit is recognised on your system.
  Reply
#5
I don't know how to answer you : I give you all the results and it appears that after a soft reboot, the device is not recognized anymore.
What should I do to make it work ?
Thanks a lot
  Reply
#6
Maybe if you have a look at the following links you will see what I mean

http://www.tutorialspoint.com/unix_commands/lsusb.htm

https://www.tecmint.com/dmesg-commands/

Follow those instructions and post the output here
  Reply
#7
(05-16-2018, 03:14 AM)Rocklobster Wrote: Maybe if you have a look at the following links you will see what I mean

http://www.tutorialspoint.com/unix_commands/lsusb.htm

https://www.tecmint.com/dmesg-commands/

Follow those instructions and post the output here

Here are the results

dmesg_working
lsusb_working

dmesg_notworking
lsusb_notworking


If you want the result on this message, here you are : 
  • lsusb
Working :

Bus 005 Device 002: ID 152d:0578 JMicron Technology Corp. / JMicron USA Technology Corp. 
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


Not working :

Bus 005 Device 002: ID 152d:0578 JMicron Technology Corp. / JMicron USA Technology Corp. 
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  • dmesg
Working :

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.77-rockchip-ayufan-136 (root@713b8312374e) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4) ) #1 SMP Thu Oct 12 09:14:48 UTC 2017
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] earlycon: Early serial console at MMIO32 0xff130000 (options '')
[    0.000000] bootconsole [uart0] enabled
[    0.000000] On node 0 totalpages: 1043968
[    0.000000]   DMA zone: 16312 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 1043968 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc0fef39000 s46504 r8192 d31320 u86016
[    0.000000] pcpu-alloc: s46504 r8192 d31320 u86016 alloc=21*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1027656
[    0.000000] Kernel command line: rockchip_jtag earlyprintk=uart8250-32bit,0xff130000 earlycon=uart8250,mmio32,0xff130000 rw root=LABEL=linux-root rootwait rootfstype=ext4 init=/sbin/init coherent_pool=1M ethaddr=2a:bb:d0:81:9f:f7 eth1addr=2a:bb:d0:81:9f:17 serial=6e3a410c641ace5
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] software IO TLB [mem 0xf5c00000-0xf9c00000] (64MB) mapped at [ffffffc0f5c00000-ffffffc0f9bfffff]
[    0.000000] Memory: 4010860K/4175872K available (11390K kernel code, 1466K rwdata, 4124K rodata, 1152K init, 747K bss, 165012K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
                   modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
                   vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000   (   246 GB)
                     .init : 0xffffff8008fb0000 - 0xffffff80090d0000   (  1152 KB)
                     .text : 0xffffff8008080000 - 0xffffff8008ba0000   ( 11392 KB)
                   .rodata : 0xffffff8008ba0000 - 0xffffff8008fb0000   (  4160 KB)
                     .data : 0xffffff80090d0000 - 0xffffff800923e808   (  1467 KB)
                   vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000   (     8 GB maximum)
                             0xffffffbdc0008000 - 0xffffffbdc3fc0000   (    63 MB actual)
                   fixed   : 0xffffffbffe7fd000 - 0xffffffbffec00000   (  4108 KB)
                   PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000   (    16 MB)
                   memory  : 0xffffffc000200000 - 0xffffffc0ff000000   (  4078 MB)
[    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 64.
[    0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    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.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.001649] Console: colour dummy device 80x25
[    0.002062] console [tty0] enabled
[    0.002388] bootconsole [uart0] disabled
[    0.002792] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
[    0.002830] pid_max: default: 32768 minimum: 301
[    0.002986] Security Framework initialized
[    0.003007] Yama: becoming mindful.
[    0.003047] AppArmor: AppArmor disabled by boot time parameter
[    0.003133] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.003163] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.004207] Initializing cgroup subsys io
[    0.004245] Initializing cgroup subsys memory
[    0.004297] Initializing cgroup subsys devices
[    0.004326] Initializing cgroup subsys freezer
[    0.004352] Initializing cgroup subsys net_cls
[    0.004378] Initializing cgroup subsys perf_event
[    0.004405] Initializing cgroup subsys net_prio
[    0.004437] Initializing cgroup subsys hugetlb
[    0.004462] Initializing cgroup subsys pids
[    0.004526] ftrace: allocating 42863 entries in 168 pages
[    0.126779] sched-energy: CPU device node has no sched-energy-costs
[    0.126825] Invalid sched_group_energy for CPU0
[    0.126842] CPU0: update cpu_capacity 1024
[    0.126922] ASID allocator initialised with 65536 entries
[    0.133013] Detected VIPT I-cache on CPU1
[    0.133088] Invalid sched_group_energy for CPU1
[    0.133093] CPU1: update cpu_capacity 1024
[    0.133099] CPU1: Booted secondary processor [410fd034]
[    0.133957] Detected VIPT I-cache on CPU2
[    0.134011] Invalid sched_group_energy for CPU2
[    0.134016] CPU2: update cpu_capacity 1024
[    0.134021] CPU2: Booted secondary processor [410fd034]
[    0.134859] Detected VIPT I-cache on CPU3
[    0.134910] Invalid sched_group_energy for CPU3
[    0.134916] CPU3: update cpu_capacity 1024
[    0.134921] CPU3: Booted secondary processor [410fd034]
[    0.135063] Brought up 4 CPUs
[    0.135369] SMP: Total of 4 processors activated.
[    0.135405] CPU: All CPU(s) started at EL2
[    0.135475] alternatives: patching kernel code
[    0.135778] Invalid sched_group_energy for CPU3
[    0.135812] Invalid sched_group_energy for Cluster3
[    0.135839] Invalid sched_group_energy for CPU2
[    0.135866] Invalid sched_group_energy for Cluster2
[    0.135894] Invalid sched_group_energy for CPU1
[    0.135923] Invalid sched_group_energy for Cluster1
[    0.135949] Invalid sched_group_energy for CPU0
[    0.135979] Invalid sched_group_energy for Cluster0
[    0.136915] devtmpfs: initialized
[    0.154450] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.154536] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.155321] xor: measuring software checksum speed
[    0.165160]    8regs     :  1080.000 MB/sec
[    0.175257]    8regs_prefetch:   968.000 MB/sec
[    0.185350]    32regs    :  1352.000 MB/sec
[    0.195447]    32regs_prefetch:  1116.000 MB/sec
[    0.195477] xor: using function: 32regs (1352.000 MB/sec)
[    0.195563] pinctrl core: initialized pinctrl subsystem
[    0.196046] regulator-dummy: no parameters
[    0.197064] NET: Registered protocol family 16
[    0.201586] cpuidle: using governor ladder
[    0.205618] cpuidle: using governor menu
[    0.205670] Registered FIQ tty driver
[    0.206205] vdso: 2 pages (1 code @ ffffff8008ba6000, 1 data @ ffffff80090d4000)
[    0.206286] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.207007] DMA: preallocated 1024 KiB pool for atomic allocations
[    0.221360] gpiochip_add: registered GPIOs 0 to 31 on device: gpio0
[    0.221510] gpiochip_add: registered GPIOs 32 to 63 on device: gpio1
[    0.221643] gpiochip_add: registered GPIOs 64 to 95 on device: gpio2
[    0.221781] gpiochip_add: registered GPIOs 96 to 127 on device: gpio3
[    0.231405] genirq: Setting trigger mode 8 for irq 176 failed (gic_set_type+0x0/0x68)
[    0.290629] console [ttyFIQ0] enabled
[    0.291368] Registered fiq debugger ttyFIQ0
[    0.327601] raid6: int64x1  gen()   191 MB/s
[    0.344567] raid6: int64x1  xor()   185 MB/s
[    0.361825] raid6: int64x2  gen()   296 MB/s
[    0.378884] raid6: int64x2  xor()   277 MB/s
[    0.396079] raid6: int64x4  gen()   468 MB/s
[    0.413324] raid6: int64x4  xor()   339 MB/s
[    0.430589] raid6: int64x8  gen()   332 MB/s
[    0.447729] raid6: int64x8  xor()   267 MB/s
[    0.464925] raid6: neonx1   gen()   363 MB/s
[    0.482084] raid6: neonx1   xor()   369 MB/s
[    0.499334] raid6: neonx2   gen()   570 MB/s
[    0.516486] raid6: neonx2   xor()   492 MB/s
[    0.533700] raid6: neonx4   gen()   761 MB/s
[    0.550903] raid6: neonx4   xor()   578 MB/s
[    0.568111] raid6: neonx8   gen()   777 MB/s
[    0.585287] raid6: neonx8   xor()   578 MB/s
[    0.585687] raid6: using algorithm neonx8 gen() 777 MB/s
[    0.586177] raid6: .... xor() 578 MB/s, rmw enabled
[    0.586647] raid6: using intx1 recovery algorithm
[    0.587719] mpp venc_srv: mpp_probe enter
[    0.588136] mpp venc_srv: init success
[    0.589212] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-phy-regulator[0]'
[    0.589255] vcc_phy: no parameters
[    0.589519] reg-fixed-voltage vcc-phy-regulator: vcc_phy supplying 0uV
[    0.589894] of_get_named_gpiod_flags: parsed 'gpio' property of node '/sdmmc-regulator[0]' - status (0)
[    0.589970] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
[    0.589993] vcc_sd: unable to resolve supply
[    0.590010] vcc_sd: 3300 mV 
[    0.590260] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
[    0.590281] vcc_sd: unable to resolve supply
[    0.590300] reg-fixed-voltage sdmmc-regulator: vcc_sd supplying 3300000uV
[    0.590398] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-sys[0]'
[    0.590434] vcc_sys: 5000 mV 
[    0.590642] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
[    0.590664] vcc_sd: unable to resolve supply
[    0.590680] reg-fixed-voltage vcc-sys: vcc_sys supplying 5000000uV
[    0.591450] iommu: Adding device ff350000.vpu-service to group 0
[    0.592150] iommu: Adding device ff360000.rkvdec to group 1
[    0.592748] iommu: Adding device ff330000.h265e to group 2
[    0.593356] iommu: Adding device ff340000.vepu to group 3
[    0.593941] iommu: Adding device ff370000.vop to group 4
[    0.595564] rk_iommu ff360480.iommu: can't get aclk
[    0.596043] rk_iommu ff360480.iommu: can't get hclk
[    0.596698] rk_iommu ff330200.iommu: can't get aclk
[    0.597166] rk_iommu ff330200.iommu: can't get hclk
[    0.598011] rk_iommu ff373f00.iommu: can't get aclk
[    0.598475] rk_iommu ff373f00.iommu: can't get hclk
[    0.599653] SCSI subsystem initialized
[    0.600385] usbcore: registered new interface driver usbfs
[    0.600975] usbcore: registered new interface driver hub
[    0.601627] usbcore: registered new device driver usb
[    0.602218] media: Linux media interface: v0.10
[    0.602732] Linux video capture interface: v2.00
[    0.603273] pps_core: LinuxPPS API ver. 1 registered
[    0.603759] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.604626] PTP clock support registered
[    0.606961] Advanced Linux Sound Architecture Driver Initialized.
[    0.608503] Bluetooth: Core ver 2.21
[    0.608970] NET: Registered protocol family 31
[    0.609393] Bluetooth: HCI device and connection manager initialized
[    0.610010] Bluetooth: HCI socket layer initialized
[    0.610475] Bluetooth: L2CAP socket layer initialized
[    0.610980] Bluetooth: SCO socket layer initialized
[    0.612275] NetLabel: Initializing
[    0.612638] NetLabel:  domain hash size = 128
[    0.613046] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.613591] NetLabel:  unlabeled traffic allowed by default
[    0.614678] rockchip-cpuinfo cpuinfo: Serial : 6e3a410c641ace51
[    0.616204] clocksource: Switched to clocksource arch_sys_counter
[    0.724292] NET: Registered protocol family 2
[    0.725725] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.726862] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
[    0.729062] TCP: Hash tables configured (established 32768 bind 32768)
[    0.729891] UDP hash table entries: 2048 (order: 5, 196608 bytes)
[    0.730762] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
[    0.732038] NET: Registered protocol family 1
[    0.733151] RPC: Registered named UNIX socket transport module.
[    0.733747] RPC: Registered udp transport module.
[    0.734210] RPC: Registered tcp transport module.
[    0.734654] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.735286] PCI: CLS 0 bytes, default 64
[    0.735618] Trying to unpack rootfs image as initramfs...
[    1.384376] Freeing initrd memory: 7560K (ffffffc0fc79f000 - ffffffc0fcf01000)
[    1.386076] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    1.388382] kvm [1]: 8-bit VMID
[    1.388700] kvm [1]: Hyp mode initialized successfully
[    1.389665] kvm [1]: interrupt-controller@ff814000 IRQ43
[    1.390570] kvm [1]: timer IRQ3
[    1.395536] audit: initializing netlink subsys (disabled)
[    1.396118] audit: type=2000 audit(1.296:1): initialized
[    1.398062] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.412697] VFS: Disk quotas dquot_6.6.0
[    1.413388] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.418649] NFS: Registering the id_resolver key type
[    1.419211] Key type id_resolver registered
[    1.419611] Key type id_legacy registered
[    1.420008] Installing knfsd (copyright © 1996 okir@monad.swb.de).
[    1.421815] fuse init (API version 7.23)
[    1.423409] JFS: nTxBlock = 8192, nTxLock = 65536
[    1.433881] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    1.437647] Key type big_key registered
[    1.438156] 
               TEE Core Framework initialization (ver 1:0.1)
[    1.438870] TEE armv7 Driver initialization
[    1.439817] tz_tee_probe: name="armv7sec", id=0, pdev_name="armv7sec.0"
[    1.440462] TEE core: Alloc the misc device "opteearmtz00" (id=0)
[    1.441473] TEE Core: Register the misc device "opteearmtz00" (id=0,minor=62)
[    1.448654] NET: Registered protocol family 38
[    1.449127] Key type asymmetric registered
[    1.449564] Asymmetric key parser 'x509' registered
[    1.450429] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.451465] io scheduler noop registered
[    1.451856] io scheduler deadline registered (default)
[    1.452433] io scheduler cfq registered
[    1.454438] phy phy-ff450000.syscon:usb2-phy@100.0: Looking up phy-supply from device tree
[    1.454462] phy phy-ff450000.syscon:usb2-phy@100.0: Looking up phy-supply property in node /syscon@ff450000/usb2-phy@100/host-port failed
[    1.455117] phy phy-ff450000.syscon:usb2-phy@100.1: Looking up phy-supply from device tree
[    1.455138] phy phy-ff450000.syscon:usb2-phy@100.1: Looking up phy-supply property in node /syscon@ff450000/usb2-phy@100/otg-port failed
[    1.455871] rockchip-usb2phy ff450000.syscon:usb2-phy@100: GPIO lookup for consumer otg-vbus
[    1.455888] rockchip-usb2phy ff450000.syscon:usb2-phy@100: using device tree for GPIO lookup
[    1.455937] of_get_named_gpiod_flags: parsed 'otg-vbus-gpios' property of node '/syscon@ff450000/usb2-phy@100[0]' - status (0)
[    1.456872] rockchip-u3phy ff470000.usb3-phy: GPIO lookup for consumer vbus-drv
[    1.456889] rockchip-u3phy ff470000.usb3-phy: using device tree for GPIO lookup
[    1.456924] of_get_named_gpiod_flags: parsed 'vbus-drv-gpios' property of node '/usb3-phy@ff470000[0]' - status (0)
[    1.457407] phy phy-ff470000.usb3-phy.2: Looking up phy-supply from device tree
[    1.457426] phy phy-ff470000.usb3-phy.2: Looking up phy-supply property in node /usb3-phy@ff470000/utmi@ff470000 failed
[    1.457963] phy phy-ff470000.usb3-phy.3: Looking up phy-supply from device tree
[    1.457983] phy phy-ff470000.usb3-phy.3: Looking up phy-supply property in node /usb3-phy@ff470000/pipe@ff478000 failed
[    1.459760] rockchip-u3phy ff470000.usb3-phy: Rockchip u3phy initialized successfully
[    1.461159] phy phy-ff430000.hdmiphy.4: Looking up phy-supply from device tree
[    1.461179] phy phy-ff430000.hdmiphy.4: Looking up phy-supply property in node /hdmiphy@ff430000 failed
[    1.464462] rk-vcodec ff350000.vpu-service: probe device
[    1.465017] rk-vcodec ff350000.vpu-service: vpu mmu dec ffffffc0f5b82c10
[    1.465994] rk-vcodec ff350000.vpu-service: allocator is drm
[    1.466659] rk-vcodec ff350000.vpu-service: checking hw id 0
[    1.467994] rk-vcodec ff350000.vpu-service: init success
[    1.469465] rk-vcodec ff360000.rkvdec: probe device
[    1.469980] rk-vcodec ff360000.rkvdec: vpu mmu dec ffffffc0f5b83410
[    1.470926] rk-vcodec ff360000.rkvdec: allocator is drm
[    1.471535] rk-vcodec ff360000.rkvdec: checking hw id 3410
[    1.472861] rk-vcodec ff360000.rkvdec: init success
[    1.473881] probe device ff330000.h265e
[    1.474783] mpp_dev ff330000.h265e: try to get iommu dev ffffffc0f5b83c10
[    1.475915] mpp_dev ff330000.h265e: resource ready, register device
[    1.476882] probe device ff340000.vepu
[    1.477700] mpp_dev ff340000.vepu: try to get iommu dev ffffffc0f5ba4410
[    1.478706] rockchip_mpp_vepu_reset_init:143: No aclk reset resource define
[    1.479374] rockchip_mpp_vepu_reset_init:148: No hclk reset resource define
[    1.480019] mpp_dev ff340000.vepu: resource ready, register device
[    1.483989] dma-pl330 ff1f0000.dmac: Loaded driver for PL330 DMAC-241330
[    1.484655] dma-pl330 ff1f0000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    1.486664] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
[    1.490470] [drm:drm_core_init] Initialized drm 1.1.0 20060810
[    1.494548] rockchip-vop ff370000.vop: invalid resource
[    1.495063] rockchip-vop ff370000.vop: failed to get vop lut registers
[    1.495697] rockchip-vop ff370000.vop: invalid resource
[    1.496209] rockchip-vop ff370000.vop: failed to get vop cabc lut registers
[    1.497130] rockchip-drm display-subsystem: bound ff370000.vop (ops 0xffffff8008c61338)
[    1.498417] i2c i2c-4: of_i2c: modalias failure on /hdmi@ff3c0000/ports
[    1.499043] dwhdmi-rockchip ff3c0000.hdmi: registered DesignWare HDMI I2C bus driver
[    1.499871] dwhdmi-rockchip ff3c0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (inno_dw_hdmi_phy2)
[    1.501909] rockchip-drm display-subsystem: bound ff3c0000.hdmi (ops 0xffffff8008c5bd28)
[    1.502723] [drm:drm_vblank_init] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.503485] [drm:drm_vblank_init] No driver support for vblank timestamp query.
[    1.504272] rockchip-drm display-subsystem: failed to parse display resources
[    1.504982] rockchip-drm display-subsystem: No connectors reported connected with modes
[    1.505843] [drm:drm_fb_helper_single_fb_probe] Cannot find any crtc or sizes - going 1024x768
[    1.532803] Console: switching to colour frame buffer device 128x48
[    1.552867] rockchip-drm display-subsystem: fb0:  frame buffer device
[    1.562609] Unable to detect cache hierarchy from DT for CPU 0
[    1.565001] brd: module loaded
[    1.576262] loop: module loaded
[    1.577904] zram: Added device: zram0
[    1.578828] lkdtm: No crash points registered, enable through debugfs
[    1.581629] rockchip-spi ff190000.spi: Failed to request TX DMA channel
[    1.582534] rockchip-spi ff190000.spi: Failed to request RX DMA channel
[    1.584470] m25p80 spi32766.0: gd25q128 (16384 Kbytes)
[    1.585223] 6 ofpart partitions found on MTD device spi32766.0
[    1.585961] Creating 6 MTD partitions on "spi32766.0":
[    1.586645] 0x000000000000-0x000000008000 : "system"
[    1.587867] 0x000000008000-0x000000400000 : "loader"
[    1.588977] 0x000000400000-0x0000007c0000 : "reserved"
[    1.590110] 0x0000007c0000-0x000000800000 : "vendor"
[    1.591284] 0x000000800000-0x000000c00000 : "uboot"
[    1.592393] 0x000000c00000-0x000001000000 : "atf"
[    1.595766] rk_gmac-dwmac ff540000.eth: Looking up phy-supply from device tree
[    1.595953] rk_gmac-dwmac ff540000.eth: clock input or output? (input).
[    1.596865] rk_gmac-dwmac ff540000.eth: TX delay(0x26).
[    1.597563] rk_gmac-dwmac ff540000.eth: RX delay(0x11).
[    1.598457] rk_gmac-dwmac ff540000.eth: clock input from PHY
[    1.599205] rk_gmac-dwmac ff540000.eth: init for RGMII
[    1.605027] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    1.613502]  Ring mode enabled
[    1.621641]  DMA HW capability register supported
[    1.622240]  Normal descriptors
[    1.638095]  RX Checksum Offload Engine supported (type 2)
[    1.646548]  TX Checksum insertion supported
[    1.654846]  Wake-Up On Lan supported
[    1.663063]  Enable RX Mitigation via HW Watchdog Timer
[    1.671536] of_get_named_gpiod_flags: parsed 'snps,reset-gpio' property of node '/eth@ff540000[0]' - status (0)
[    1.754323] libphy: stmmac: probed
[    1.762370] eth%d: PHY ID 001cc916 at 0 IRQ POLL (stmmac-0:00) active
[    1.770678] eth%d: PHY ID 001cc916 at 1 IRQ POLL (stmmac-0:01)
[    1.780140] Rockchip WiFi SYS interface (V1.00) ... 
[    1.788338] usbcore: registered new interface driver cdc_ether
[    1.796381] usbcore: registered new interface driver rndis_host
[    1.806417] phy phy-ff470000.usb3-phy.2: u3phy u2 power on
[    1.814128] phy phy-ff470000.usb3-phy.3: u3phy u3 power on
[    1.822918] dwc2 ff580000.usb: Looking up vusb_d-supply from device tree
[    1.822942] dwc2 ff580000.usb: Looking up vusb_d-supply property in node /usb@ff580000 failed
[    1.822961] ff580000.usb supply vusb_d not found, using dummy regulator
[    1.830605] dwc2 ff580000.usb: Looking up vusb_a-supply from device tree
[    1.830624] dwc2 ff580000.usb: Looking up vusb_a-supply property in node /usb@ff580000 failed
[    1.830639] ff580000.usb supply vusb_a not found, using dummy regulator
[    1.994520] dwc2 ff580000.usb: DWC OTG Controller
[    2.001645] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1
[    2.008971] dwc2 ff580000.usb: irq 40, io mem 0x00000000
[    2.016380] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.023596] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.030764] usb usb1: Product: DWC OTG Controller
[    2.037575] usb usb1: Manufacturer: Linux 4.4.77-rockchip-ayufan-136 dwc2_hsotg
[    2.044690] usb usb1: SerialNumber: ff580000.usb
[    2.052515] hub 1-0:1.0: USB hub found
[    2.059270] hub 1-0:1.0: 1 port detected
[    2.067381] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.074432] ehci-pci: EHCI PCI platform driver
[    2.081343] ehci-platform: EHCI generic platform driver
[    2.090910] ehci-platform ff5c0000.usb: EHCI Host Controller
[    2.098137] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2
[    2.105574] ehci-platform ff5c0000.usb: irq 41, io mem 0xff5c0000
[    2.118241] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00
[    2.125524] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.132561] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.139633] usb usb2: Product: EHCI Host Controller
[    2.146551] usb usb2: Manufacturer: Linux 4.4.77-rockchip-ayufan-136 ehci_hcd
[    2.153867] usb usb2: SerialNumber: ff5c0000.usb
[    2.161940] hub 2-0:1.0: USB hub found
[    2.169336] hub 2-0:1.0: 1 port detected
[    2.177239] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.184763] ohci-platform: OHCI generic platform driver
[    2.192718] ohci-platform ff5d0000.usb: Generic Platform OHCI controller
[    2.200804] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3
[    2.208863] ohci-platform ff5d0000.usb: irq 42, io mem 0xff5d0000
[    2.271706] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    2.279612] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.287471] usb usb3: Product: Generic Platform OHCI controller
[    2.295294] usb usb3: Manufacturer: Linux 4.4.77-rockchip-ayufan-136 ohci_hcd
[    2.303327] usb usb3: SerialNumber: ff5d0000.usb
[    2.312723] hub 3-0:1.0: USB hub found
[    2.320525] hub 3-0:1.0: 1 port detected
[    2.329623] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller
[    2.337933] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 4
[    2.346456] xhci-hcd xhci-hcd.8.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x00210010
[    2.354779] xhci-hcd xhci-hcd.8.auto: irq 180, io mem 0xff600000
[    2.363099] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    2.371270] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.379467] usb usb4: Product: xHCI Host Controller
[    2.387513] usb usb4: Manufacturer: Linux 4.4.77-rockchip-ayufan-136 xhci-hcd
[    2.395836] usb usb4: SerialNumber: xhci-hcd.8.auto
[    2.405155] hub 4-0:1.0: USB hub found
[    2.413323] hub 4-0:1.0: 1 port detected
[    2.422019] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller
[    2.430849] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 5
[    2.439506] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.448378] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
[    2.456913] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.465450] usb usb5: Product: xHCI Host Controller
[    2.473701] usb usb5: Manufacturer: Linux 4.4.77-rockchip-ayufan-136 xhci-hcd
[    2.482214] usb usb5: SerialNumber: xhci-hcd.8.auto
[    2.490488] usb 1-1: new full-speed USB device number 2 using dwc2
[    2.500068] hub 5-0:1.0: USB hub found
[    2.508452] hub 5-0:1.0: 1 port detected
[    2.519390] usbcore: registered new interface driver usbtouchscreen
[    2.529021] i2c /dev entries driver
[    2.540446] rk808 1-0018: Pmic Chip id: 0x8050
[    2.549860] rk808 1-0018: source: on=0x40, off=0x00
[    2.564076] rk808 1-0018: Looking up vcc1-supply from device tree
[    2.564300] DCDC_REG1: supplied by vcc_sys
[    2.572650] vcc_sys: could not add device link regulator.4 err -2
[    2.575304] vdd_logic: 712 <--> 1450 mV at 1100 mV 
[    2.575646] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
[    2.575693] vcc_sd: unable to resolve supply
[    2.575724] rk808 1-0018: Looking up vcc2-supply from device tree
[    2.575868] DCDC_REG2: supplied by vcc_sys
[    2.584019] vcc_sys: could not add device link regulator.5 err -2
[    2.586174] vdd_arm: 712 <--> 1450 mV at 1100 mV 
[    2.586516] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
[    2.586558] vcc_sd: unable to resolve supply
[    2.586590] rk808 1-0018: Looking up vcc3-supply from device tree
[    2.586722] DCDC_REG3: supplied by vcc_sys
[    2.594685] vcc_sys: could not add device link regulator.6 err -2
[    2.595965] vcc_ddr: at 5000 mV 
[    2.596271] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
[    2.596311] vcc_sd: unable to resolve supply
[    2.596342] rk808 1-0018: Looking up vcc4-supply from device tree
[    2.596467] DCDC_REG4: supplied by vcc_sys
[    2.604286] vcc_sys: could not add device link regulator.7 err -2
[    2.605571] vcc_io: 3300 mV 
[    2.605928] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
[    2.605967] vcc_sd: supplied by vcc_io
[    2.613759] rk808 1-0018: Looking up vcc5-supply from device tree
[    2.613791] LDO_REG1: supplied by vcc_io
[    2.621662] vcc_io: could not add device link regulator.8 err -2
[    2.624065] vcc_18: 1800 mV 
[    2.624460] rk808 1-0018: Looking up vcc5-supply from device tree
[    2.624505] LDO_REG2: supplied by vcc_io
[    2.631997] vcc_io: could not add device link regulator.9 err -2
[    2.634393] vcc18_emmc: 1800 mV 
[    2.634782] rk808 1-0018: Looking up vcc6-supply from device tree
[    2.634954] LDO_REG3: supplied by vcc_sys
[    2.642386] vcc_sys: could not add device link regulator.10 err -2
[    2.644795] vdd_10: 1000 mV 
[    2.645124] rk808 1-0018: register rk8050 regulators
[    2.652971] gpiochip_find_base: found new base at 510
[    2.653150] gpiochip_add: registered GPIOs 510 to 511 on device: rk8xx-gpio
[    2.653165] rk8xx-gpio rk8xx-gpio: register rk8050 gpio successful
[    2.663079] input: rk8xx_pwrkey as /devices/platform/ff160000.i2c/i2c-1/1-0018/input/input0
[    2.671865] rk808-rtc rk808-rtc: device is disabled
[    2.679884] rk808-rtc: probe of rk808-rtc failed with error -22
[    2.687864] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff8009d64000
[    2.697466] usb 1-1: New USB device found, idVendor=1a86, idProduct=7523
[    2.705542] usb 1-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.713630] usb 1-1: Product: USB2.0-Serial
[    2.722384] IR NEC protocol handler initialized
[    2.730795] usbcore: registered new interface driver uvcvideo
[    2.738650] USB Video Class driver (1.1.1)
[    2.749028] rockchip-iodomain ff100000.syscon:io-domains: Looking up vccio1-supply from device tree
[    2.749263] rockchip-iodomain ff100000.syscon:io-domains: Looking up vccio2-supply from device tree
[    2.749913] rockchip-iodomain ff100000.syscon:io-domains: Looking up vccio3-supply from device tree
[    2.750055] rockchip-iodomain ff100000.syscon:io-domains: Looking up vccio4-supply from device tree
[    2.750638] rockchip-iodomain ff100000.syscon:io-domains: Looking up vccio5-supply from device tree
[    2.750730] rockchip-iodomain ff100000.syscon:io-domains: Looking up vccio6-supply from device tree
[    2.750814] rockchip-iodomain ff100000.syscon:io-domains: Looking up pmuio-supply from device tree
[    2.752891] rockchip-thermal ff250000.tsadc: Missing tshut mode property, using default (cru)
[    2.761395] rockchip-thermal ff250000.tsadc: Missing tshut-polarity property, using default (low)
[    2.771693] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    2.780334] Bluetooth: Virtual HCI driver ver 1.5
[    2.788734] Bluetooth: HCI UART driver ver 2.3
[    2.796749] Bluetooth: HCI UART protocol H4 registered
[    2.804719] Bluetooth: HCI UART protocol LL registered
[    2.812540] Bluetooth: HCI UART protocol ATH3K registered
[    2.820785] usbcore: registered new interface driver bfusb
[    2.828634] usbcore: registered new interface driver btusb
[    2.836665] cpu cpu0: Looking up cpu-supply from device tree
[    2.837473] cpu cpu0: Looking up cpu-supply from device tree
[    2.837740] cpu cpu0: Looking up cpu-supply from device tree
[    2.839926] sdhci: Secure Digital Host Controller Interface driver
[    2.847742] sdhci: Copyright© Pierre Ossman
[    2.855381] Synopsys Designware Multimedia Card Interface Driver
[    2.864879] dwmmc_rockchip ff520000.rksdmmc: IDMAC supports 32-bit address mode.
[    2.870138] dwmmc_rockchip ff520000.rksdmmc: Using internal DMA controller.
[    2.875102] dwmmc_rockchip ff520000.rksdmmc: Version ID is 270a
[    2.879995] usb 5-1: new SuperSpeed USB device number 2 using xhci-hcd
[    2.885031] dwmmc_rockchip ff520000.rksdmmc: DW MMC controller at irq 37,32 bit host data width,256 deep fifo
[    2.890478] dwmmc_rockchip ff520000.rksdmmc: Looking up vmmc-supply from device tree
[    2.890599] dwmmc_rockchip ff520000.rksdmmc: Looking up vqmmc-supply from device tree
[    2.891155] dwmmc_rockchip ff520000.rksdmmc: GPIO lookup for consumer wp
[    2.891163] dwmmc_rockchip ff520000.rksdmmc: using device tree for GPIO lookup
[    2.891174] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/rksdmmc@ff520000[0]'
[    2.891208] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/rksdmmc@ff520000[0]'
[    2.891215] dwmmc_rockchip ff520000.rksdmmc: using lookup tables for GPIO lookup
[    2.891224] dwmmc_rockchip ff520000.rksdmmc: lookup for GPIO wp failed
[    2.896389] usb 5-1: New USB device found, idVendor=152d, idProduct=0578
[    2.900764] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.905130] usb 5-1: Product: HDD USB Device
[    2.909176] usb 5-1: Manufacturer: JMicron
[    2.913172] usb 5-1: SerialNumber: 2018011800282
[    2.917267] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    2.932388] dwmmc_rockchip ff520000.rksdmmc: 1 slots initialized
[    2.938128] dwmmc_rockchip ff500000.rksdmmc: IDMAC supports 32-bit address mode.
[    2.943495] dwmmc_rockchip ff500000.rksdmmc: Using internal DMA controller.
[    2.948640] dwmmc_rockchip ff500000.rksdmmc: Version ID is 270a
[    2.953773] dwmmc_rockchip ff500000.rksdmmc: DW MMC controller at irq 38,32 bit host data width,256 deep fifo
[    2.959347] dwmmc_rockchip ff500000.rksdmmc: Looking up vmmc-supply from device tree
[    2.959570] dwmmc_rockchip ff500000.rksdmmc: Looking up vqmmc-supply from device tree
[    2.959675] dwmmc_rockchip ff500000.rksdmmc: GPIO lookup for consumer cd
[    2.959686] dwmmc_rockchip ff500000.rksdmmc: using device tree for GPIO lookup
[    2.959713] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/rksdmmc@ff500000[0]' - status (0)
[    2.959786] dwmmc_rockchip ff500000.rksdmmc: Got CD GPIO
[    2.965045] dwmmc_rockchip ff500000.rksdmmc: GPIO lookup for consumer wp
[    2.965054] dwmmc_rockchip ff500000.rksdmmc: using device tree for GPIO lookup
[    2.965066] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/rksdmmc@ff500000[0]'
[    2.965074] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/rksdmmc@ff500000[0]'
[    2.965083] dwmmc_rockchip ff500000.rksdmmc: using lookup tables for GPIO lookup
[    2.965092] dwmmc_rockchip ff500000.rksdmmc: lookup for GPIO wp failed
[    2.976222] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    2.981306] mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
[    2.992533] dwmmc_rockchip ff500000.rksdmmc: 1 slots initialized
[    2.997521] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.002802] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/standby-led[0]' - status (0)
[    3.003492] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/power-led[0]' - status (0)
[    3.003692] of_get_named_gpiod_flags: parsed 'gpios' property of node '/switches/usb-switch[0]' - status (0)
[    3.003941] hidraw: raw HID events driver © Jiri Kosina
[    3.009428] usbcore: registered new interface driver usbhid
[    3.015073] usbhid: USB HID core driver
[    3.022487] usbcore: registered new interface driver snd-usb-audio
[    3.029450] rk3328-codec ff410000.codec: spk_depop_time use default value.
[    3.037954] u32 classifier
[    3.042559] mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
[    3.047797] Netfilter messages via NETLINK v0.30.
[    3.052582] ip_set: protocol 6
[    3.056978] Initializing XFRM netlink socket
[    3.061918] NET: Registered protocol family 10
[    3.067569] NET: Registered protocol family 17
[    3.071955] NET: Registered protocol family 15
[    3.076265] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    3.085265] Bridge firewalling registered
[    3.089670] Bluetooth: RFCOMM socket layer initialized
[    3.094002] Bluetooth: RFCOMM ver 1.11
[    3.098148] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.102598] mmc_host mmc0: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0)
[    3.107463] Bluetooth: HIDP socket layer initialized
[    3.112029] 8021q: 802.1Q VLAN Support v1.8
[    3.116457] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    3.121295] [BT_RFKILL]: Enter rfkill_rk_init
[    3.126037] Key type dns_resolver registered
[    3.131252] Registered cp15_barrier emulation handler
[    3.135777] Registered setend emulation handler
[    3.145033] registered taskstats version 1
[    3.151604] Btrfs loaded, integrity-checker=on
[    3.156152] BTRFS: selftest: Running btrfs free space cache tests
[    3.160715] BTRFS: selftest: Running extent only tests
[    3.165078] BTRFS: selftest: Running bitmap only tests
[    3.169362] BTRFS: selftest: Running bitmap and extent tests
[    3.173594] BTRFS: selftest: Running space stealing from bitmap to extent
[    3.178767] BTRFS: selftest: Free space cache tests finished
[    3.182977] BTRFS: selftest: Running extent buffer operation tests
[    3.183616] BTRFS: selftest: Running btrfs_split_item tests
[    3.191468] BTRFS: selftest: Running find delalloc tests
[    3.224904] vendor storage:20160801 ret = 0
[    3.420700] BTRFS: selftest: Running btrfs_get_extent tests
[    3.425154] BTRFS: selftest: Running hole first btrfs_get_extent test
[    3.429419] BTRFS: selftest: Running outstanding_extents tests
[    3.433574] BTRFS: selftest: Running qgroup tests
[    3.437487] BTRFS: selftest: Qgroup basic add
[    3.441348] BTRFS: selftest: Qgroup multiple refs test
[    3.461110] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/hdmi-sound[0]'
[    3.461125] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/hdmi-sound[0]'
[    3.461818] asoc-simple-card hdmi-sound: i2s-hifi <-> ff000000.i2s mapping ok
[    3.467491] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound[0]'
[    3.467506] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound[0]'
[    3.488258] asoc-simple-card sound: rk3328-hifi <-> ff010000.i2s mapping ok
[    3.493017] asoc-simple-card sound: snd-soc-dummy-dai <-> ff010000.i2s mapping ok
[    3.498747] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/spdif-sound[0]'
[    3.498762] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/spdif-sound[0]'
[    3.499375] asoc-simple-card spdif-sound: dit-hifi <-> ff030000.spdif mapping ok
[    3.504564] hctosys: unable to open rtc device (rtc0)
[    3.519583] vcc_sd: disabling
[    3.533445] rockchip-pm-domain ff100000.syscon:power-controller: failed to get ack on domain 'pd_video', val=0x10040
[    3.547956] rockchip-pm-domain ff100000.syscon:power-controller: failed to get ack on domain 'pd_vpu', val=0x10040
[    3.552370] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 414; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '-a58dd56', rk_ko_ver is '5', built at '09:12:53', on 'Oct 12 2017'.
[    3.561498] mali-utgard ff300000.gpu: mali_platform_device->num_resources = 9
[    3.565744] mali-utgard ff300000.gpu: resource[0].start = 0x0x00000000ff300000
[    3.570003] mali-utgard ff300000.gpu: resource[1].start = 0x0x00000000ff300000
[    3.574225] mali-utgard ff300000.gpu: resource[2].start = 0x0x0000000000000011
[    3.578448] mali-utgard ff300000.gpu: resource[3].start = 0x0x0000000000000012
[    3.582671] mali-utgard ff300000.gpu: resource[4].start = 0x0x0000000000000013
[    3.586750] mali-utgard ff300000.gpu: resource[5].start = 0x0x0000000000000014
[    3.590670] mali-utgard ff300000.gpu: resource[6].start = 0x0x0000000000000015
[    3.594543] mali-utgard ff300000.gpu: resource[7].start = 0x0x0000000000000016
[    3.598358] mali-utgard ff300000.gpu: resource[8].start = 0x0x0000000000000017
[    3.602144] D : [File] : drivers/gpu/arm/mali400/mali/platform/rk/rk.c; [Line] : 518; [Func] : mali_platform_device_init(); to add platform_specific_data to platform_device_of_mali.
[    3.610137] mali-utgard ff300000.gpu: Looking up mali-supply from device tree
[    3.612669] Mali: Mali device driver loaded
[    3.617807] ALSA device list:
[    3.621305]   #0: HDMI
[    3.624646]   #1: I2S
[    3.627933]   #2: SPDIF
[    3.632073] Freeing unused kernel memory: 1152K (ffffff8008fb0000 - ffffff80090d0000)
[    3.688384] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    3.692432] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    3.692542] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    3.701793] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    3.706427] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    3.710907] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    3.739644] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    3.744122] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    3.748464] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    3.754480] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[    4.037651] usbcore: registered new interface driver usb-storage
[    4.049769] scsi host0: uas
[    4.054521] usbcore: registered new interface driver uas
[    4.056770] scsi 0:0:0:0: Direct-Access     sobetter Ext              0204 PQ: 0 ANSI: 6
[    4.060671] sd 0:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB)
[    4.060678] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    4.061791] sd 0:0:0:0: [sda] Write Protect is off
[    4.061804] sd 0:0:0:0: [sda] Mode Sense: 53 00 00 08
[    4.062354] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.062570] xhci-hcd xhci-hcd.8.auto: ERROR Transfer event for disabled endpoint or incorrect stream ring
[    4.062581] xhci-hcd xhci-hcd.8.auto: @00000000f36dc420 00000000 00000000 1b000000 01078001
[    4.071000]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[    4.078254] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.301548] EXT4-fs (sda7): 9 orphan inodes deleted
[    4.305603] EXT4-fs (sda7): recovery complete
[    4.314063] EXT4-fs (sda7): mounted filesystem with writeback data mode. Opts: (null)
[    4.462277] systemd[1]: System time before build time, advancing clock.
[    4.485396] systemd[1]: Failed to insert module 'autofs4': No such file or directory
[    4.509636] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    4.518966] systemd[1]: Detected architecture arm64.
[    4.529851] systemd[1]: Set hostname to <rock64>.
[    4.829261] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.834068] systemd[1]: Reached target User and Group Name Lookups.
[    4.838979] systemd[1]: Listening on udev Control Socket.
[    4.843681] systemd[1]: Listening on Journal Socket.
[    4.848169] systemd[1]: Reached target Encrypted Volumes.
[    4.852675] systemd[1]: Reached target Swap.
[    4.857541] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.862959] systemd[1]: Created slice System Slice.
[    4.869980] systemd[1]: Mounting Debug File System...
[    4.872985] random: nonblocking pool is initialized
[    4.880117] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    4.887776] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    4.897879] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.906013] systemd[1]: Starting Uncomplicated firewall...
[    4.914067] systemd[1]: Starting Set console keymap...
[    4.920023] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    4.929166] systemd[1]: Started Read required files in advance.
[    4.935971] systemd[1]: Reached target Remote File Systems (Pre).
[    4.941907] systemd[1]: Created slice User and Session Slice.
[    4.947326] systemd[1]: Reached target Slices.
[    4.955482] systemd[1]: Starting Nameserver information manager...
[    4.964855] systemd[1]: Starting Restore / save the current clock...
[    4.970695] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[    4.979179] systemd[1]: Mounting Huge Pages File System...
[    4.984884] systemd[1]: Listening on Syslog Socket.
[    4.990737] systemd[1]: Listening on udev Kernel Socket.
[    5.000913] systemd[1]: Starting Load Kernel Modules...
[    5.006775] systemd[1]: Listening on Journal Audit Socket.
[    5.015133] systemd[1]: Started Braille Device Support.
[    5.023914] systemd[1]: Mounting POSIX Message Queue File System...
[    5.032531] systemd[1]: Starting Journal Service...
[    5.050170] systemd[1]: Mounted Huge Pages File System.
[    5.055864] systemd[1]: Mounted POSIX Message Queue File System.
[    5.061762] systemd[1]: Mounted Debug File System.
[    5.068103] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    5.074569] systemd[1]: Started Remount Root and Kernel File Systems.
[    5.080862] systemd[1]: Started Uncomplicated firewall.
[    5.086910] systemd[1]: Started Set console keymap.
[    5.092343] systemd[1]: ureadahead.service: Main process exited, code=exited, status=5/NOTINSTALLED
[    5.098754] systemd[1]: ureadahead.service: Unit entered failed state.
[    5.103545] systemd[1]: ureadahead.service: Failed with result 'exit-code'.
[    5.113042] systemd[1]: Started Restore / save the current clock.
[    5.121418] systemd[1]: Started Load Kernel Modules.
[    5.132344] systemd[1]: Started Nameserver information manager.
[    5.147620] systemd[1]: Time has been changed
[    5.263090] systemd[1]: Started Journal Service.
[    5.552442] systemd-journald[273]: Received request to flush runtime journal from PID 1
[    6.956308] cfg80211: World regulatory domain updated:
[    6.956342] cfg80211:  DFS Master region: unset
[    6.956355] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    6.956378] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    6.956397] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    6.956416] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[    6.956438] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[    6.956459] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[    6.956479] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[    6.956497] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[    6.956517] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[    7.454409] FAT-fs (sda6): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[    7.459291] FAT-fs (sda6): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    7.773661] rk_gmac-dwmac ff540000.eth: rk_get_eth_addr: mac address: 2a:bb:d0:81:9f:f7
[    7.778660] eth0: device MAC address 2a:bb:d0:81:9f:f7
[    8.218526] usbcore: registered new interface driver usbserial
[    8.221819] usbcore: registered new interface driver usbserial_generic
[    8.221965] usbserial: USB Serial support registered for generic
[    8.224667] usbcore: registered new interface driver ch341
[    8.224786] usbserial: USB Serial support registered for ch341-uart
[    8.224919] ch341 1-1:1.0: ch341-uart converter detected
[    8.236313] usb 1-1: ch341-uart converter now attached to ttyUSB0
[    9.620263] xhci-hcd xhci-hcd.8.auto: ERROR Transfer event for disabled endpoint or incorrect stream ring
[    9.624921] xhci-hcd xhci-hcd.8.auto: @00000000f36dcc80 00000000 00000000 1b000000 01088000
[   11.877417] rk_gmac-dwmac ff540000.eth eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   15.630850] FS-Cache: Loaded
[   15.708091] FS-Cache: Netfs 'cifs' registered for caching
[   22.014954] devfreq ff300000.gpu: Couldn't update frequency transition information.
[   35.889231] tty_port_close_start: tty->count = 1 port count = 2.


Not working :

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.77-rockchip-ayufan-136 (root@713b8312374e) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4) ) #1 SMP Thu Oct 12 09:14:48 UTC 2017
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] earlycon: Early serial console at MMIO32 0xff130000 (options '')
[    0.000000] bootconsole [uart0] enabled
[    0.000000] On node 0 totalpages: 1043968
[    0.000000]   DMA zone: 16312 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 1043968 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc0fef39000 s46504 r8192 d31320 u86016
[    0.000000] pcpu-alloc: s46504 r8192 d31320 u86016 alloc=21*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1027656
[    0.000000] Kernel command line: rockchip_jtag earlyprintk=uart8250-32bit,0xff130000 earlycon=uart8250,mmio32,0xff130000 rw root=LABEL=linux-root rootwait rootfstype=ext4 init=/sbin/init coherent_pool=1M ethaddr=2a:bb:d0:81:9f:f7 eth1addr=2a:bb:d0:81:9f:17 serial=6e3a410c641ace5
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] software IO TLB [mem 0xf5c00000-0xf9c00000] (64MB) mapped at [ffffffc0f5c00000-ffffffc0f9bfffff]
[    0.000000] Memory: 4010860K/4175872K available (11390K kernel code, 1466K rwdata, 4124K rodata, 1152K init, 747K bss, 165012K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
                   modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
                   vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000   (   246 GB)
                     .init : 0xffffff8008fb0000 - 0xffffff80090d0000   (  1152 KB)
                     .text : 0xffffff8008080000 - 0xffffff8008ba0000   ( 11392 KB)
                   .rodata : 0xffffff8008ba0000 - 0xffffff8008fb0000   (  4160 KB)
                     .data : 0xffffff80090d0000 - 0xffffff800923e808   (  1467 KB)
                   vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000   (     8 GB maximum)
                             0xffffffbdc0008000 - 0xffffffbdc3fc0000   (    63 MB actual)
                   fixed   : 0xffffffbffe7fd000 - 0xffffffbffec00000   (  4108 KB)
                   PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000   (    16 MB)
                   memory  : 0xffffffc000200000 - 0xffffffc0ff000000   (  4078 MB)
[    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 64.
[    0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    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.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.001648] Console: colour dummy device 80x25
[    0.002063] console [tty0] enabled
[    0.002388] bootconsole [uart0] disabled
[    0.002791] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
[    0.002828] pid_max: default: 32768 minimum: 301
[    0.002986] Security Framework initialized
[    0.003009] Yama: becoming mindful.
[    0.003049] AppArmor: AppArmor disabled by boot time parameter
[    0.003136] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.003167] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.004209] Initializing cgroup subsys io
[    0.004248] Initializing cgroup subsys memory
[    0.004304] Initializing cgroup subsys devices
[    0.004333] Initializing cgroup subsys freezer
[    0.004359] Initializing cgroup subsys net_cls
[    0.004384] Initializing cgroup subsys perf_event
[    0.004412] Initializing cgroup subsys net_prio
[    0.004444] Initializing cgroup subsys hugetlb
[    0.004468] Initializing cgroup subsys pids
[    0.004533] ftrace: allocating 42863 entries in 168 pages
[    0.126741] sched-energy: CPU device node has no sched-energy-costs
[    0.126786] Invalid sched_group_energy for CPU0
[    0.126803] CPU0: update cpu_capacity 1024
[    0.126883] ASID allocator initialised with 65536 entries
[    0.132940] Detected VIPT I-cache on CPU1
[    0.133015] Invalid sched_group_energy for CPU1
[    0.133021] CPU1: update cpu_capacity 1024
[    0.133027] CPU1: Booted secondary processor [410fd034]
[    0.133888] Detected VIPT I-cache on CPU2
[    0.133944] Invalid sched_group_energy for CPU2
[    0.133949] CPU2: update cpu_capacity 1024
[    0.133954] CPU2: Booted secondary processor [410fd034]
[    0.134793] Detected VIPT I-cache on CPU3
[    0.134843] Invalid sched_group_energy for CPU3
[    0.134849] CPU3: update cpu_capacity 1024
[    0.134854] CPU3: Booted secondary processor [410fd034]
[    0.134994] Brought up 4 CPUs
[    0.135297] SMP: Total of 4 processors activated.
[    0.135334] CPU: All CPU(s) started at EL2
[    0.135400] alternatives: patching kernel code
[    0.135704] Invalid sched_group_energy for CPU3
[    0.135737] Invalid sched_group_energy for Cluster3
[    0.135765] Invalid sched_group_energy for CPU2
[    0.135792] Invalid sched_group_energy for Cluster2
[    0.135819] Invalid sched_group_energy for CPU1
[    0.135847] Invalid sched_group_energy for Cluster1
[    0.135874] Invalid sched_group_energy for CPU0
[    0.135903] Invalid sched_group_energy for Cluster0
[    0.136841] devtmpfs: initialized
[    0.154393] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.154484] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.155259] xor: measuring software checksum speed
[    0.165085]    8regs     :  1080.000 MB/sec
[    0.175181]    8regs_prefetch:   968.000 MB/sec
[    0.185276]    32regs    :  1352.000 MB/sec
[    0.195372]    32regs_prefetch:  1116.000 MB/sec
[    0.195403] xor: using function: 32regs (1352.000 MB/sec)
[    0.195488] pinctrl core: initialized pinctrl subsystem
[    0.195973] regulator-dummy: no parameters
[    0.196993] NET: Registered protocol family 16
[    0.201516] cpuidle: using governor ladder
[    0.205548] cpuidle: using governor menu
[    0.205600] Registered FIQ tty driver
[    0.206138] vdso: 2 pages (1 code @ ffffff8008ba6000, 1 data @ ffffff80090d4000)
[    0.206215] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.206938] DMA: preallocated 1024 KiB pool for atomic allocations
[    0.221316] gpiochip_add: registered GPIOs 0 to 31 on device: gpio0
[    0.221468] gpiochip_add: registered GPIOs 32 to 63 on device: gpio1
[    0.221602] gpiochip_add: registered GPIOs 64 to 95 on device: gpio2
[    0.221741] gpiochip_add: registered GPIOs 96 to 127 on device: gpio3
[    0.231388] genirq: Setting trigger mode 8 for irq 176 failed (gic_set_type+0x0/0x68)
[    0.290615] console [ttyFIQ0] enabled
[    0.291355] Registered fiq debugger ttyFIQ0
[    0.327338] raid6: int64x1  gen()   187 MB/s
[    0.344532] raid6: int64x1  xor()   185 MB/s
[    0.361824] raid6: int64x2  gen()   296 MB/s
[    0.378969] raid6: int64x2  xor()   279 MB/s
[    0.396188] raid6: int64x4  gen()   472 MB/s
[    0.413296] raid6: int64x4  xor()   339 MB/s
[    0.430565] raid6: int64x8  gen()   332 MB/s
[    0.447699] raid6: int64x8  xor()   267 MB/s
[    0.464898] raid6: neonx1   gen()   363 MB/s
[    0.482117] raid6: neonx1   xor()   361 MB/s
[    0.499303] raid6: neonx2   gen()   570 MB/s
[    0.516445] raid6: neonx2   xor()   492 MB/s
[    0.533678] raid6: neonx4   gen()   761 MB/s
[    0.550888] raid6: neonx4   xor()   578 MB/s
[    0.568089] raid6: neonx8   gen()   777 MB/s
[    0.585266] raid6: neonx8   xor()   578 MB/s
[    0.585666] raid6: using algorithm neonx8 gen() 777 MB/s
[    0.586156] raid6: .... xor() 578 MB/s, rmw enabled
[    0.586626] raid6: using intx1 recovery algorithm
[    0.587701] mpp venc_srv: mpp_probe enter
[    0.588115] mpp venc_srv: init success
[    0.589197] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-phy-regulator[0]'
[    0.589241] vcc_phy: no parameters
[    0.589504] reg-fixed-voltage vcc-phy-regulator: vcc_phy supplying 0uV
[    0.589885] of_get_named_gpiod_flags: parsed 'gpio' property of node '/sdmmc-regulator[0]' - status (0)
[    0.589961] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
[    0.589985] vcc_sd: unable to resolve supply
[    0.590003] vcc_sd: 3300 mV 
[    0.590255] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
[    0.590276] vcc_sd: unable to resolve supply
[    0.590294] reg-fixed-voltage sdmmc-regulator: vcc_sd supplying 3300000uV
[    0.590394] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-sys[0]'
[    0.590431] vcc_sys: 5000 mV 
[    0.590636] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
[    0.590658] vcc_sd: unable to resolve supply
[    0.590673] reg-fixed-voltage vcc-sys: vcc_sys supplying 5000000uV
[    0.591434] iommu: Adding device ff350000.vpu-service to group 0
[    0.592134] iommu: Adding device ff360000.rkvdec to group 1
[    0.592729] iommu: Adding device ff330000.h265e to group 2
[    0.593339] iommu: Adding device ff340000.vepu to group 3
[    0.593919] iommu: Adding device ff370000.vop to group 4
[    0.595541] rk_iommu ff360480.iommu: can't get aclk
[    0.596021] rk_iommu ff360480.iommu: can't get hclk
[    0.596675] rk_iommu ff330200.iommu: can't get aclk
[    0.597143] rk_iommu ff330200.iommu: can't get hclk
[    0.597989] rk_iommu ff373f00.iommu: can't get aclk
[    0.598458] rk_iommu ff373f00.iommu: can't get hclk
[    0.599628] SCSI subsystem initialized
[    0.600360] usbcore: registered new interface driver usbfs
[    0.600946] usbcore: registered new interface driver hub
[    0.601599] usbcore: registered new device driver usb
[    0.602188] media: Linux media interface: v0.10
[    0.602699] Linux video capture interface: v2.00
[    0.603243] pps_core: LinuxPPS API ver. 1 registered
[    0.603728] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.604595] PTP clock support registered
[    0.606935] Advanced Linux Sound Architecture Driver Initialized.
[    0.608479] Bluetooth: Core ver 2.21
[    0.608949] NET: Registered protocol family 31
[    0.609373] Bluetooth: HCI device and connection manager initialized
[    0.609994] Bluetooth: HCI socket layer initialized
[    0.610458] Bluetooth: L2CAP socket layer initialized
[    0.610963] Bluetooth: SCO socket layer initialized
[    0.612260] NetLabel: Initializing
[    0.612626] NetLabel:  domain hash size = 128
[    0.613035] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.613579] NetLabel:  unlabeled traffic allowed by default
[    0.614662] rockchip-cpuinfo cpuinfo: Serial : 6e3a410c641ace51
[    0.616188] clocksource: Switched to clocksource arch_sys_counter
[    0.724241] NET: Registered protocol family 2
[    0.725668] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.726805] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
[    0.729011] TCP: Hash tables configured (established 32768 bind 32768)
[    0.729837] UDP hash table entries: 2048 (order: 5, 196608 bytes)
[    0.730708] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
[    0.731982] NET: Registered protocol fam
  Reply
#8
I tried ayufan's Distro originally and came up against a number of issues. I flashed Armbian Xenial from this link and it worked. Maybe you could try it and see if it works. https://www.armbian.com/rock64/

Maybe somebody with a bit more technical experience of the Rock64 boardcould chip in with some advice or hints here.


.

It might also help to tell us what other periphals are attached to your USB ports. It looks like you have some sort of conflict on your USB ports. What Arduino model do you have attached and what cable are you using for connection.
  Reply
#9
(05-16-2018, 11:14 AM)Rocklobster Wrote: I tried ayufan's Distro originally and came up against a number of issues. I flashed Armbian Xenial from this link and it worked. Maybe you could try it and see if it works. https://www.armbian.com/rock64/

Maybe somebody with a bit more technical experience of the Rock64 boardcould chip in with some advice or hints here.


.

It might also help to tell us what other periphals are attached to your USB ports. It looks like you have some sort of conflict on your USB ports. What Arduino model do you have attached and what cable are you using for connection.

I tryed all version you gived me : ubuntu and debian. I tryed using 2 different sd card and one of them is the recommanded one on the armbian documentation page and always have had kernel issue, kernel panic messages and not even once the board booted. I also tryed using a hdd and u-boot from ayufan but I had the same panic messages.
These panic massages remid me of the errors I had when I installed Debian or Xenial given on that page.

The arduino is the only device connected to the pine (except the ssd on which is the system). The model is Arduino Mega 2560 on which I flashed this firmware.
  Reply
#10
How are you powering the Arduino. Are you powering via the USB port or does it have it's own power supply. If you are powering it from the USB port I suggest you try and obtain an independent power supply for the Arduino.Is the Arduino an original or a clone. Do you know what amperage your RFLink draws to drive it.

Is there any chance you have a short somewhere on your RFlink project. I'm assuming you're not plugging the Mega into the USB3.0 port

Do you have any other USB periphals you can plug in to rule out any problems with your USB ports
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Sad Blinkind red LED and stop working randomly ? jean_bruder 1 1,601 12-12-2021, 07:35 PM
Last Post: Rocklobster
Lightbulb RK3399 Linux rtl8822cu module bluetooth not working shivarj89 0 1,318 07-29-2021, 07:19 AM
Last Post: shivarj89
  Does working *nix exist for Rock64? brox 2 3,690 12-29-2018, 09:29 AM
Last Post: brox
  GPU not working with Ubuntu and Debian builds kdawgpoker 10 13,327 12-19-2018, 03:53 PM
Last Post: va88
  Bluetooth adapter from store not working in Linux/Lakka/Retroarch Poincare 0 1,828 06-26-2018, 06:34 PM
Last Post: Poincare
  Onboard LEDs connected to the RK805-1 out1 and out2 GPIO pins prof7bit 8 6,459 03-03-2018, 02:58 PM
Last Post: prof7bit

Forum Jump:


Users browsing this thread: 1 Guest(s)