ayufan-rock64 / linux-build

Rock64 Linux build scripts, tools and instructions
MIT License
562 stars 98 forks source link

kernel update and holding system.. #407

Open SeongwoongKim1976 opened 4 years ago

SeongwoongKim1976 commented 4 years ago

Hello,

There is 30 seconds holding system by kernel-5.30.-rc4-dev (rockpro 64) Why does it happen?

[ 0.004114] printk: bootconsole [uart8250] disabled -->> no response.. The system is holding for 20 ~ 30 seconds. /etc/lsb-release:DISTRIB_ID=Ubuntu /etc/lsb-release:DISTRIB_RELEASE=18.04 /etc/lsb-release:DISTRIB_CODENAME=bionic /etc/lsb-release:DISTRIB_DESCRIPTION="Ubuntu 18.04.3 LTS" /etc/os-release:NAME="Ubuntu" /etc/os-release:VERSION="18.04.3 LTS (Bionic Beaver)" /etc/os-release:ID=ubuntu /etc/os-release:ID_LIKE=debian /etc/os-release:PRETTY_NAME="Ubuntu 18.04.3 LTS" /etc/os-release:VERSION_ID="18.04" /etc/os-release:HOME_URL="https://www.ubuntu.com/" /etc/os-release:SUPPORT_URL="https://help.ubuntu.com/" /etc/os-release:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" /etc/os-release:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" /etc/os-release:VERSION_CODENAME=bionic /etc/os-release:UBUNTU_CODENAME=bionic My log.. 1: kernel-5.3.0-rc4-dev 2: kernel-5.3.0-rc4-dev-memtest 3: kernel-4.4.167-1213-rockchip-ayufan-g34ae07687fce 4: kernel-4.4.167-1213-rockchip-ayufan-g34ae07687fce-memtest Enter choice: 1: kernel-5.3.0-rc4-dev Retrieving file: /boot/initrd.img-5.3.0-rc4-dev 5725259 bytes read in 629 ms (8.7 MiB/s) Retrieving file: /boot/vmlinuz-5.3.0-rc4-dev 31175168 bytes read in 3334 ms (8.9 MiB/s) append: rw panic=10 init=/sbin/init coherent_pool=1M ethaddr=5a:1e:6d:58:67:d4 eth1addr= serial=b90d287103f009f cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 root=LABEL=linux-root rootwait rootfstype=ext4 Retrieving file: /boot/dtbs/5.3.0-rc4-dev/rockchip/rk3399-rockpro64.dtb 56546 bytes read in 60 ms (919.9 KiB/s) ## Flattened Device Tree blob at 01f00000 Booting using the fdt blob at 0x1f00000 Loading Ramdisk to f598b000, end f5f00c4b ... OK Loading Device Tree to 00000000f597a000, end 00000000f598ace1 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.3.0-rc4-dev (nick@nick-VirtualBox) (gcc version 7.4.1 20181213 [linaro-7.4-2019.02 revision 56ec6f6b99cc167ff0c2f8e1a2eed33b1edc85d4] (Linaro GCC 7.4-2019.02)) #ayufan SMP PREEMPT Thu Oct 31 10:49:22 KST 2019 [ 0.000000] Machine model: Pine64 RockPro64 [ 0.000000] earlycon: uart8250 at MMIO32 0x00000000ff1a0000 (options '') [ 0.000000] printk: bootconsole [uart8250] enabled [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 16 MiB at 0x00000000f7000000 [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] NUMA: NODE_DATA [mem 0xf67f0840-0xf67f1fff] [ 0.000000] Zone ranges: [ 0.000000] DMA32 [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff] [ 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] psci: SMC Calling Convention v1.0 [ 0.000000] percpu: Embedded 23 pages/cpu s56984 r8192 d29032 u94208 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 999432 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: earlycon=uart8250,mmio32,0xff1a0000 rw panic=10 init=/sbin/init coherent_pool=1M ethaddr=5a:1e:6d:58:67:d4 eth1addr= serial=b90d287103f009f cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 root=LABEL=linux-root rootwait rootfstype=ext4 [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 3927112K/4061184K available (18620K kernel code, 2028K rwdata, 8116K rodata, 1600K init, 540K bss, 117688K reserved, 16384K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6. [ 0.000000] Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: no VLPI support, no direct LPI support [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000 [ 0.000000] ITS [mem 0xfee20000-0xfee3ffff] [ 0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @f1080000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x00000000f1040000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000f1050000 [ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] } [ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] } [ 0.000000] random: get_random_bytes called from start_kernel+0x300/0x4a0 with crng_init=0 [ 0.000000] arch_timer: 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.003291] Console: colour dummy device 80x25 [ 0.003716] printk: console [tty0] enabled [ 0.004114] printk: bootconsole [uart8250] disabled -->> no response.. The system is holding for 20 ~ 30 seconds. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.3.0-rc4-dev (nick@nick-VirtualBox) (gcc version 7.4.1 20181213 [linaro-7.4-2019.02 revision 56ec6f6b99cc167ff0c2f8e1a2eed33b1edc85d4] (Linaro GCC 7.4-2019.02)) #ayufan SMP PREEMPT Thu Oct 31 10:49:22 KST 2019 [ 0.000000] Machine model: Pine64 RockPro64 [ 0.000000] earlycon: uart8250 at MMIO32 0x00000000ff1a0000 (options '') [ 0.000000] printk: bootconsole [uart8250] enabled [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 16 MiB at 0x00000000f7000000 [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] NUMA: NODE_DATA [mem 0xf67f0840-0xf67f1fff] [ 0.000000] Zone ranges: [ 0.000000] DMA32 [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff] [ 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] psci: SMC Calling Convention v1.0 [ 0.000000] percpu: Embedded 23 pages/cpu s56984 r8192 d29032 u94208 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 999432 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: earlycon=uart8250,mmio32,0xff1a0000 rw panic=10 init=/sbin/init coherent_pool=1M ethaddr=5a:1e:6d:58:67:d4 eth1addr= serial=b90d287103f009f cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 root=LABEL=linux-root rootwait rootfstype=ext4 [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 3927112K/4061184K available (18620K kernel code, 2028K rwdata, 8116K rodata, 1600K init, 540K bss, 117688K reserved, 16384K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6. [ 0.000000] Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: no VLPI support, no direct LPI support [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000 [ 0.000000] ITS [mem 0xfee20000-0xfee3ffff] [ 0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @f1080000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x00000000f1040000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000f1050000 [ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] } [ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] } [ 0.000000] random: get_random_bytes called from start_kernel+0x300/0x4a0 with crng_init=0 [ 0.000000] arch_timer: 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.003291] Console: colour dummy device 80x25 [ 0.003716] printk: console [tty0] enabled [ 0.004114] printk: bootconsole [uart8250] disabled [ 0.004691] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.004729] pid_max: default: 32768 minimum: 301 [ 0.004868] LSM: Security Framework initializing [ 0.004981] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.005028] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.027341] ASID allocator initialised with 32768 entries [ 0.035334] rcu: Hierarchical SRCU implementation. [ 0.043472] Platform MSI: interrupt-controller@fee20000 domain created [ 0.043902] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created [ 0.048129] EFI services will not be available. [ 0.056166] smp: Bringing up secondary CPUs ... [ 0.088388] Detected VIPT I-cache on CPU1 [ 0.088428] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000 [ 0.088445] GICv3: CPU1: using allocated LPI pending table @0x00000000f1060000 [ 0.088493] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.120450] Detected VIPT I-cache on CPU2 [ 0.120482] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000 [ 0.120495] GICv3: CPU2: using allocated LPI pending table @0x00000000f1070000 [ 0.120528] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.152545] Detected VIPT I-cache on CPU3 [ 0.152574] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000 [ 0.152588] GICv3: CPU3: using allocated LPI pending table @0x00000000f1100000 [ 0.152618] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.187332] CPU features: detected: EL2 vector hardening [ 0.187655] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware [ 0.188043] Detected PIPT I-cache on CPU4 [ 0.189297] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000 [ 0.189742] GICv3: CPU4: using allocated LPI pending table @0x00000000f1110000 [ 0.190929] CPU4: Booted secondary processor 0x0000000100 [0x410fd082] [ 0.231031] Detected PIPT I-cache on CPU5 [ 0.232244] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000 [ 0.232665] GICv3: CPU5: using allocated LPI pending table @0x00000000f1120000 [ 0.233717] CPU5: Booted secondary processor 0x0000000101 [0x410fd082] [ 0.238836] smp: Brought up 1 node, 6 CPUs [ 0.239260] SMP: Total of 6 processors activated. [ 0.239298] CPU features: detected: 32-bit EL0 Support [ 0.239331] CPU features: detected: CRC32 instructions [ 0.251442] CPU: All CPU(s) started at EL2 [ 0.251985] alternatives: patching kernel code [ 0.257957] devtmpfs: initialized [ 0.279712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.279943] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.281847] xor: measuring software checksum speed [ 0.322642] 8regs : 1154.000 MB/sec [ 0.362417] 32regs : 54.000 MB/sec [ 0.402356] arm64_neon: 48.000 MB/sec [ 0.403069] xor: using function: 8regs (1154.000 MB/sec) [ 0.404374] pinctrl core: initialized pinctrl subsystem [ 0.480293] DMI not present or invalid. [ 0.500770] NET: Registered protocol family 16 [ 0.546983] audit: initializing netlink subsys (disabled) [ 0.551787] audit: type=2000 audit(0.548:1): state=initialized audit_enabled=0 res=1 [ 0.615962] cpuidle: using governor menu [ 0.643720] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.716462] DMA: preallocated 1024 KiB pool for atomic allocations [ 0.785637] Serial: AMBA PL011 UART driver [ 3.384130] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 3.385806] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 3.386714] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 3.387529] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 3.711773] cryptd: max_cpu_qlen set to 1000 [ 4.335601] raid6: neonx8 gen() 25 MB/s [ 4.404238] raid6: neonx8 xor() 21 MB/s [ 4.472171] raid6: neonx4 gen() 23 MB/s [ 4.540836] raid6: neonx4 xor() 20 MB/s [ 4.611739] raid6: neonx2 gen() 17 MB/s [ 4.677816] raid6: neonx2 xor() 19 MB/s [ 4.745536] raid6: neonx1 gen() 12 MB/s [ 4.814046] raid6: neonx1 xor() 14 MB/s [ 4.884292] raid6: int64x8 gen() 12 MB/s [ 4.951921] raid6: int64x8 xor() 9 MB/s [ 5.023785] raid6: int64x4 gen() 12 MB/s [ 5.092698] raid6: int64x4 xor() 10 MB/s [ 5.165593] raid6: int64x2 gen() 9 MB/s [ 5.233041] raid6: int64x2 xor() 8 MB/s [ 5.305250] raid6: int64x1 gen() 6 MB/s [ 5.376209] raid6: int64x1 xor() 6 MB/s [ 5.376888] raid6: using algorithm neonx8 gen() 25 MB/s [ 5.377540] raid6: .... xor() 21 MB/s, rmw enabled [ 5.378167] raid6: using neon recovery algorithm [ 5.407610] ACPI: Interpreter disabled. [ 5.483941] vcc3v3_pcie: supplied by vcc12v_dcin [ 5.556467] vcc5v0_sys: supplied by vcc12v_dcin [ 5.572541] vcc5v0_usb: supplied by vcc12v_dcin [ 5.581219] vcc3v3_sys: supplied by vcc5v0_sys [ 5.688988] vgaarb: loaded [ 5.703810] SCSI subsystem initialized [ 5.723266] usbcore: registered new interface driver usbfs [ 5.725845] usbcore: registered new interface driver hub [ 5.730571] usbcore: registered new device driver usb [ 5.790166] mc: Linux media interface: v0.10 [ 5.792425] videodev: Linux video capture interface: v2.00 [ 5.798380] pps_core: LinuxPPS API ver. 1 registered [ 5.799112] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 5.801012] PTP clock support registered [ 5.864428] Advanced Linux Sound Architecture Driver Initialized. [ 5.885160] Bluetooth: Core ver 2.22 [ 5.887524] NET: Registered protocol family 31 [ 5.888245] Bluetooth: HCI device and connection manager initialized [ 5.889146] Bluetooth: HCI socket layer initialized [ 5.889899] Bluetooth: L2CAP socket layer initialized [ 5.891398] Bluetooth: SCO socket layer initialized [ 5.893070] NetLabel: Initializing [ 5.893688] NetLabel: domain hash size = 128 [ 5.894251] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 5.897826] NetLabel: unlabeled traffic allowed by default [ 5.932674] clocksource: Switched to clocksource arch_sys_counter [ 5.943932] VFS: Disk quotas dquot_6.6.0 [ 5.948896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 5.960831] pnp: PnP ACPI: disabled [ 6.292101] thermal_sys: Registered thermal governor 'step_wise' [ 6.292772] thermal_sys: Registered thermal governor 'power_allocator' [ 6.321144] NET: Registered protocol family 2 [ 6.355286] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 6.361474] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 6.381975] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 6.420108] TCP: Hash tables configured (established 32768 bind 32768) [ 6.426861] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 6.435235] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 6.450608] NET: Registered protocol family 1 [ 6.468875] RPC: Registered named UNIX socket transport module. [ 6.469706] RPC: Registered udp transport module. [ 6.470332] RPC: Registered tcp transport module. [ 6.470956] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 6.489441] PCI: CLS 0 bytes, default 64 [ 6.498179] Trying to unpack rootfs image as initramfs... [ 26.664043] Freeing initrd memory: 5588K
rox4d commented 4 years ago

With mainline U-BOOT it boots fast (but can't be rebooted)

SeongwoongKim1976 commented 4 years ago

It's not boot area but kernel. The first stage happened after boot area is complete.

[ 0.003716] printk: console [tty0] enabled [ 0.004114] printk: bootconsole [uart8250] disabled -->> no response.. The system is holding for 20 ~ 30 seconds. Rockchip is probably waiting for something during 30 seconds..

rox4d commented 4 years ago

I suppose CPU is slow at that moment and this a reason of delay, and initial frequency of CPU are setted by bootloader.

SeongwoongKim1976 commented 4 years ago

I don't change the frequency of CPU..

rox4d commented 4 years ago

It is by default low, and cpufreq will change it at later boot (but i may be mistaken).

SeongwoongKim1976 commented 4 years ago

After downloading and compiling the kernel from ayufan https://github.com/ayufan-rock64/linux-kernel/releases/tag/4.4.202-1237-rockchip-ayufan and update..

I chose the kernel-4.4.193-rockchip-dev, but [ 0.003716] printk: console [tty0] enabled [ 0.004114] printk: bootconsole [uart8250] disabled -->> no response.. The system is holding for 20 ~ 30 seconds. and reboot.. Why?

Retrieving file: /boot/extlinux/extlinux.conf 2683 bytes read in 19 ms (137.7 KiB/s) select kernel 1: kernel-5.3.0-rc4-dev 2: kernel-5.3.0-rc4-dev-memtest 3: kernel-4.4.193-rockchip-dev 4: kernel-4.4.193-rockchip-dev-memtest 5: kernel-4.4.167-1213-rockchip-ayufan-g34ae07687fce 6: kernel-4.4.167-1213-rockchip-ayufan-g34ae07687fce-memtest

rox4d commented 4 years ago

Possible something wrong with your kernel or ramdisk and in practice it was 1: kernel-5.3.0-rc4-dev boot.

pfremm commented 4 years ago

Did you ever fix this? I have same issues.