From 1b83106988e68368431e54f2564857d3330858ed Mon Sep 17 00:00:00 2001 From: avafinger Date: Tue, 4 Aug 2020 20:29:29 -0300 Subject: [PATCH] Kernel 5.8.0 * DVFS * 1.5 GHz * eth0 * eth1 * realtek compatibility --- README.md | 891 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 457 insertions(+), 434 deletions(-) diff --git a/README.md b/README.md index e3fe5ca..d47a219 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ Release with Kernel version: * [v0.94 - Kernel 5.8.0-rc3 - Testing](#v094---kernel-580-rc3) +* [v0.95 - Kernel 5.8.0](#v095---kernel-580) + ![NanoPi R2S](https://github.com/avafinger/nanopi-r2s-ubuntu-server-minimal-image/raw/master/nanopi-r2s.jpg) @@ -598,7 +600,7 @@ BUG fix: https://github.com/avafinger/nanopi-r2s-ubuntu-server-minimal-image/rel ## v0.94 - Kernel 5.8.0-rc3 -* Remove unwanted servicesrunning on background +* Remove unwanted services running on background sudo apt-get remove whoopsie sudo apt autoremove --purge snapd @@ -609,6 +611,70 @@ BUG fix: https://github.com/avafinger/nanopi-r2s-ubuntu-server-minimal-image/rel https://github.com/avafinger/nanopi-r2s-ubuntu-server-minimal-image/releases/tag/v0.94 +## v0.95 - Kernel 5.8.0 + +Mainline Kernel 5.8.0 built on-board with gcc 9.3 to ensure it is **really stable**. Build was done with the yellow case. +Thermal throttling has been adjusted to hit at **80ºC** , so if you plan to use intensive cpu applications the board can reach **80ºC** and scale down to **1.3 GHz**, can also reach **85ºC** really easy but will scale down to **1.2 GHz** or even **1 GHz**. During the kernel build with 4 cores 100% the board was running with 1.3 GHz most of the time. + +Download linux-image 5.8.0 from here: https://github.com/avafinger/nanopi-r2s-ubuntu-server-minimal-image/releases/tag/v0.95 + + Welcome to Ubuntu 20.04 LTS (GNU/Linux 5.8.0+ aarch64) + + * Documentation: https://help.ubuntu.com + * Management: https://landscape.canonical.com + * Support: https://ubuntu.com/advantage + + Last login: Tue Aug 4 21:48:01 2020 from 192.168.254.103 + + +* Installation + +Before you upgrade kernel, make sure you have 26 MB free in /boot partition. +Remove old kernels like this: + + ubuntu@nanopi-r2s:~$ dpkg -l|grep linux-image + ii linux-image-5.6.7 1.0-2 arm64 Linux kernel 5.6.7 + ii linux-image-5.7.0 1.0-4 arm64 Linux kernel 5.7.0 + ii linux-image-5.7.0-rc3 1.0-3 arm64 Linux kernel 5.7.0-rc3 + ii linux-image-5.7.1 1.0-5 arm64 Linux kernel 5.7.1 + ii linux-image-5.7.2 1.0-6 arm64 Linux kernel 5.7.2 + ii linux-image-5.8.0+ 1.0-9 arm64 Linux kernel 5.8.0+ + ii linux-image-5.8.0-rc1 1.0-6 arm64 Linux kernel 5.8.0-rc1 + ii linux-image-5.8.0-rc3 1.0-8 arm64 Linux kernel 5.8.0-rc3 + ubuntu@nanopi-r2s:~$ sudo dpkg -r linux-image-5.8.0-rc1 + [sudo] password for ubuntu: + (Reading database ... 43043 files and directories currently installed.) + Removing linux-image-5.8.0-rc1 (1.0-6) ... + ubuntu@nanopi-r2s:~$ sudo dpkg -r linux-image-5.8.0-rc3 + (Reading database ... 40306 files and directories currently installed.) + Removing linux-image-5.8.0-rc3 (1.0-8) ... + ubuntu@nanopi-r2s:~$ sudo dpkg -r linux-image-5.7.1 + (Reading database ... 37571 files and directories currently installed.) + Removing linux-image-5.7.1 (1.0-5) ... + ubuntu@nanopi-r2s:~$ sudo dpkg -r linux-image-5.6.7 + (Reading database ... 35941 files and directories currently installed.) + Removing linux-image-5.6.7 (1.0-2) ... + ubuntu@nanopi-r2s:~$ sudo dpkg -r linux-image-5.7.0-rc3 + (Reading database ... 33374 files and directories currently installed.) + Removing linux-image-5.7.0-rc3 (1.0-3) ... + ubuntu@nanopi-r2s:~$ dpkg -l|grep linux-image + ii linux-image-5.7.0 1.0-4 arm64 Linux kernel 5.7.0 + ii linux-image-5.7.2 1.0-6 arm64 Linux kernel 5.7.2 + ii linux-image-5.8.0+ 1.0-9 arm64 Linux kernel 5.8.0+ + ubuntu@nanopi-r2s:~$ + + ubuntu@nanopi-r2s:~$ df -lh + Filesystem Size Used Avail Use% Mounted on + /dev/mmcblk0p2 15G 14G 652M 96% / + devtmpfs 478M 0 478M 0% /dev + tmpfs 489M 0 489M 0% /dev/shm + tmpfs 98M 3.1M 95M 4% /run + tmpfs 5.0M 0 5.0M 0% /run/lock + tmpfs 489M 0 489M 0% /sys/fs/cgroup + /dev/mmcblk0p1 113M 52M 53M 50% /boot + tmpfs 98M 0 98M 0% /run/user/1000 + ubuntu@nanopi-r2s:~$ + ## Boot Info When you turn ON the board, the 3 leds will go ON for a few seconds and later WAN and LAN leds will show the status link. @@ -801,6 +867,7 @@ Or check if it is working like this: * add Kernel 5.7.1 (stable kernel) * add Kernel 5.7.2 (stable kernel) * add Kernel 5.8.0-rc (mainline kernel rc) +* add Kernel 5.8.0 (linus mainline kernel) ## TODO @@ -810,439 +877,395 @@ Or check if it is working like this: * Create SD CARD Image -## BootLog (Mainline Stable Kernel 5.7.0) - - [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] - [ 0.000000] Linux version 5.7.0 (ubuntu@nanopi-m4) (gcc version 9.2.1 20191008 (Ubuntu 9.2.1-9ubuntu2), GNU ld (GNU Binutils for Ubuntu) 2.33) #1 SMP PREEMPT Mon Jun 1 18:36:08 UTC 2020 - [ 0.000000] Machine model: FriendlyElec NanoPi R2S - [ 0.000000] efi: UEFI not found. - [ 0.000000] cma: Reserved 16 MiB at 0x000000003f000000 - [ 0.000000] On node 0 totalpages: 261632 - [ 0.000000] DMA zone: 4088 pages used for memmap - [ 0.000000] DMA zone: 0 pages reserved - [ 0.000000] DMA zone: 261632 pages, LIFO batch:63 - [ 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 32 pages/cpu s90216 r8192 d32664 u131072 - [ 0.000000] pcpu-alloc: s90216 r8192 d32664 u131072 alloc=32*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: detected: ARM erratum 845719 - [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257544 - [ 0.000000] Kernel command line: earlyprintk root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait fsck.repair=yes panic=10 no_console_suspend consoleblank=0 - [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) - [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) - [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off - [ 0.000000] Memory: 986464K/1046528K available (12796K kernel code, 1744K rwdata, 5084K rodata, 1344K init, 800K bss, 43680K reserved, 16384K cma-reserved) - [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 - [ 0.000000] ftrace: allocating 43899 entries in 172 pages - [ 0.000000] ftrace: allocated 172 pages with 4 groups - [ 0.000000] rcu: Preemptible hierarchical RCU implementation. - [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. - [ 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=4 - [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 - [ 0.000000] GIC: Using split EOI/Deactivate mode - [ 0.000000] random: get_random_bytes called from start_kernel+0x370/0x4f0 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.000009] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns - [ 0.000843] Console: colour dummy device 80x25 - [ 0.001495] printk: console [tty0] enabled - [ 0.001573] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) - [ 0.001617] pid_max: default: 32768 minimum: 301 - [ 0.001860] LSM: Security Framework initializing - [ 0.002015] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) - [ 0.002058] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) - [ 0.005166] rcu: Hierarchical SRCU implementation. - [ 0.009077] EFI services will not be available. - [ 0.009994] smp: Bringing up secondary CPUs ... - [ 0.011069] Detected VIPT I-cache on CPU1 - [ 0.011165] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] - [ 0.012541] Detected VIPT I-cache on CPU2 - [ 0.012630] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] - [ 0.013823] Detected VIPT I-cache on CPU3 - [ 0.013904] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] - [ 0.014109] smp: Brought up 1 node, 4 CPUs - [ 0.014261] SMP: Total of 4 processors activated. - [ 0.014289] CPU features: detected: 32-bit EL0 Support - [ 0.014318] CPU features: detected: CRC32 instructions - [ 0.040530] CPU: All CPU(s) started at EL2 - [ 0.040633] alternatives: patching kernel code - [ 0.042997] devtmpfs: initialized - [ 0.060179] Registered cp15_barrier emulation handler - [ 0.060239] Registered setend emulation handler - [ 0.060979] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns - [ 0.061046] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) - [ 0.062483] pinctrl core: initialized pinctrl subsystem - [ 0.063487] thermal_sys: Registered thermal governor 'fair_share' - [ 0.063495] thermal_sys: Registered thermal governor 'step_wise' - [ 0.064306] DMI not present or invalid. - [ 0.065329] NET: Registered protocol family 16 - [ 0.068763] DMA: preallocated 256 KiB pool for atomic allocations - [ 0.068834] audit: initializing netlink subsys (disabled) - [ 0.069238] audit: type=2000 audit(0.068:1): state=initialized audit_enabled=0 res=1 - [ 0.070661] cpuidle: using governor ladder - [ 0.070738] cpuidle: using governor menu - [ 0.071175] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. - [ 0.071376] ASID allocator initialised with 65536 entries - [ 0.127234] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages - [ 0.127285] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages - [ 0.127315] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages - [ 0.127346] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages - [ 0.133756] cryptd: max_cpu_qlen set to 1000 - [ 0.157152] iommu: Default domain type: Translated - [ 0.158924] SCSI subsystem initialized - [ 0.159429] libata version 3.00 loaded. - [ 0.159830] usbcore: registered new interface driver usbfs - [ 0.159940] usbcore: registered new interface driver hub - [ 0.160119] usbcore: registered new device driver usb - [ 0.160260] mc: Linux media interface: v0.10 - [ 0.160339] videodev: Linux video capture interface: v2.00 - [ 0.160437] pps_core: LinuxPPS API ver. 1 registered - [ 0.160463] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti - [ 0.160518] PTP clock support registered - [ 0.161425] Advanced Linux Sound Architecture Driver Initialized. - [ 0.162549] Bluetooth: Core ver 2.22 - [ 0.162661] NET: Registered protocol family 31 - [ 0.162686] Bluetooth: HCI device and connection manager initialized - [ 0.162735] Bluetooth: HCI socket layer initialized - [ 0.162773] Bluetooth: L2CAP socket layer initialized - [ 0.162826] Bluetooth: SCO socket layer initialized - [ 0.162877] NetLabel: Initializing - [ 0.162899] NetLabel: domain hash size = 128 - [ 0.162919] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO - [ 0.163065] NetLabel: unlabeled traffic allowed by default - [ 0.164224] clocksource: Switched to clocksource arch_sys_counter - [ 1.768980] VFS: Disk quotas dquot_6.6.0 - [ 1.769128] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) - [ 1.769445] FS-Cache: Loaded - [ 1.784464] NET: Registered protocol family 2 - [ 1.785540] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 20480 bytes, linear) - [ 1.785633] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) - [ 1.785780] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear) - [ 1.786171] TCP: Hash tables configured (established 8192 bind 8192) - [ 1.786448] UDP hash table entries: 512 (order: 3, 49152 bytes, linear) - [ 1.786572] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes, linear) - [ 1.787262] NET: Registered protocol family 1 - [ 1.788455] RPC: Registered named UNIX socket transport module. - [ 1.788508] RPC: Registered udp transport module. - [ 1.788531] RPC: Registered tcp transport module. - [ 1.788557] RPC: Registered tcp NFSv4.1 backchannel transport module. - [ 1.788602] PCI: CLS 0 bytes, default 64 - [ 1.789006] Trying to unpack rootfs image as initramfs... - [ 1.872046] Freeing initrd memory: 1076K - [ 1.873888] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available - [ 1.891643] Initialise system trusted keyrings - [ 1.892037] workingset: timestamp_bits=46 max_order=18 bucket_order=0 - [ 1.907191] squashfs: version 4.0 (2009/01/31) Phillip Lougher - [ 1.907868] FS-Cache: Netfs 'nfs' registered for caching - [ 1.909150] NFS: Registering the id_resolver key type - [ 1.909228] Key type id_resolver registered - [ 1.909255] Key type id_legacy registered - [ 1.909303] nfs4filelayout_init: NFSv4 File Layout Driver Registering... - [ 1.909815] fuse: init (API version 7.31) - [ 1.938154] Key type asymmetric registered - [ 1.938202] Asymmetric key parser 'x509' registered - [ 1.938327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) - [ 1.938663] io scheduler mq-deadline registered - [ 1.938692] io scheduler kyber registered - [ 1.946506] rockchip-u3phy ff470000.usb3-phy: Rockchip u3phy initialized successfully - [ 1.952785] dma-pl330 ff1f0000.dmac: Loaded driver for PL330 DMAC-241330 - [ 1.952839] dma-pl330 ff1f0000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 - [ 1.953827] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled - [ 1.956873] ff130000.serial: ttyS2 at MMIO 0xff130000 (irq = 12, base_baud = 1500000) is a 16550A - [ 2.027605] printk: console [ttyS2] enabled - [ 2.031896] rockchip-drm display-subsystem: [drm:rockchip_drm_platform_probe] *ERROR* No available vop found for display-subsystem. - [ 2.045600] brd: module loaded - [ 2.065525] loop: module loaded - [ 2.069135] libphy: Fixed MDIO Bus: probed - [ 2.071122] rk_gmac-dwmac ff540000.ethernet: IRQ eth_wake_irq not found - [ 2.071743] rk_gmac-dwmac ff540000.ethernet: IRQ eth_lpi not found - [ 2.072583] rk_gmac-dwmac ff540000.ethernet: PTP uses main clock - [ 2.073329] rk_gmac-dwmac ff540000.ethernet: clock input or output? (input). - [ 2.073978] rk_gmac-dwmac ff540000.ethernet: TX delay(0x24). - [ 2.074507] rk_gmac-dwmac ff540000.ethernet: RX delay(0x18). - [ 2.075043] rk_gmac-dwmac ff540000.ethernet: integrated PHY? (no). - [ 2.075735] rk_gmac-dwmac ff540000.ethernet: cannot get clock clk_mac_speed - [ 2.076413] rk_gmac-dwmac ff540000.ethernet: clock input from PHY - [ 2.082000] rk_gmac-dwmac ff540000.ethernet: init for RGMII - [ 2.082926] rk_gmac-dwmac ff540000.ethernet: User ID: 0x10, Synopsys ID: 0x35 - [ 2.083602] rk_gmac-dwmac ff540000.ethernet: DWMAC1000 - [ 2.084095] rk_gmac-dwmac ff540000.ethernet: DMA HW capability register supported - [ 2.084823] rk_gmac-dwmac ff540000.ethernet: RX Checksum Offload Engine supported - [ 2.085509] rk_gmac-dwmac ff540000.ethernet: COE Type 2 - [ 2.085987] rk_gmac-dwmac ff540000.ethernet: TX Checksum insertion supported - [ 2.086631] rk_gmac-dwmac ff540000.ethernet: Wake-Up On Lan supported - [ 2.087279] rk_gmac-dwmac ff540000.ethernet: Normal descriptors - [ 2.087824] rk_gmac-dwmac ff540000.ethernet: Ring mode enabled - [ 2.088380] rk_gmac-dwmac ff540000.ethernet: Enable RX Mitigation via HW Watchdog Timer - [ 2.148236] libphy: stmmac: probed - [ 2.151779] PPP generic driver version 2.4.2 - [ 2.152674] usbcore: registered new interface driver asix - [ 2.153276] usbcore: registered new interface driver ax88179_178a - [ 2.153887] usbcore: registered new interface driver cdc_ether - [ 2.154494] usbcore: registered new interface driver qmi_wwan - [ 2.157526] phy phy-ff470000.usb3-phy.2: u3phy u2 power on - [ 2.158088] phy phy-ff470000.usb3-phy.3: u3phy u3 power on - [ 2.160113] dwc2 ff580000.usb: supply vusb_d not found, using dummy regulator - [ 2.161026] dwc2 ff580000.usb: supply vusb_a not found, using dummy regulator - [ 2.292343] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM - [ 2.293617] dwc2 ff580000.usb: DWC OTG Controller - [ 2.294108] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1 - [ 2.294823] dwc2 ff580000.usb: irq 29, io mem 0xff580000 - [ 2.295675] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07 - [ 2.296482] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 - [ 2.297143] usb usb1: Product: DWC OTG Controller - [ 2.297577] usb usb1: Manufacturer: Linux 5.7.0 dwc2_hsotg - [ 2.298079] usb usb1: SerialNumber: ff580000.usb - [ 2.299567] hub 1-0:1.0: USB hub found - [ 2.299982] hub 1-0:1.0: 1 port detected - [ 2.301707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver - [ 2.302346] ehci-pci: EHCI PCI platform driver - [ 2.302854] ehci-platform: EHCI generic platform driver - [ 2.306030] ehci-platform ff5c0000.usb: EHCI Host Controller - [ 2.306600] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2 - [ 2.307532] ehci-platform ff5c0000.usb: irq 30, io mem 0xff5c0000 - [ 2.320266] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00 - [ 2.321272] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07 - [ 2.322033] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 - [ 2.322697] usb usb2: Product: EHCI Host Controller - [ 2.323146] usb usb2: Manufacturer: Linux 5.7.0 ehci_hcd - [ 2.323641] usb usb2: SerialNumber: ff5c0000.usb - [ 2.325115] hub 2-0:1.0: USB hub found - [ 2.325540] hub 2-0:1.0: 1 port detected - [ 2.326783] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver - [ 2.327393] ohci-platform: OHCI generic platform driver - [ 2.328561] ohci-platform ff5d0000.usb: Generic Platform OHCI controller - [ 2.329219] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3 - [ 2.330181] ohci-platform ff5d0000.usb: irq 31, io mem 0xff5d0000 - [ 2.392610] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.07 - [ 2.393375] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 - [ 2.394038] usb usb3: Product: Generic Platform OHCI controller - [ 2.394579] usb usb3: Manufacturer: Linux 5.7.0 ohci_hcd - [ 2.395070] usb usb3: SerialNumber: ff5d0000.usb - [ 2.396550] hub 3-0:1.0: USB hub found - [ 2.396966] hub 3-0:1.0: 1 port detected - [ 2.399069] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller - [ 2.399631] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 4 - [ 2.400645] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010 - [ 2.401605] xhci-hcd xhci-hcd.0.auto: irq 166, io mem 0xff600000 - [ 2.402915] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07 - [ 2.403683] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 - [ 2.404410] usb usb4: Product: xHCI Host Controller - [ 2.404874] usb usb4: Manufacturer: Linux 5.7.0 xhci-hcd - [ 2.405364] usb usb4: SerialNumber: xhci-hcd.0.auto - [ 2.406863] hub 4-0:1.0: USB hub found - [ 2.407285] hub 4-0:1.0: 1 port detected - [ 2.408368] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller - [ 2.408907] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5 - [ 2.409624] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed - [ 2.410353] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM. - [ 2.411313] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.07 - [ 2.412068] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 - [ 2.412778] usb usb5: Product: xHCI Host Controller - [ 2.413229] usb usb5: Manufacturer: Linux 5.7.0 xhci-hcd - [ 2.413717] usb usb5: SerialNumber: xhci-hcd.0.auto - [ 2.415225] hub 5-0:1.0: USB hub found - [ 2.415641] hub 5-0:1.0: 1 port detected - [ 2.416970] usbcore: registered new interface driver cdc_acm - [ 2.417505] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters - [ 2.418308] usbcore: registered new interface driver cdc_wdm - [ 2.419336] usbcore: registered new interface driver uas - [ 2.420075] usbcore: registered new interface driver usb-storage - [ 2.420854] usbcore: registered new interface driver usbserial_generic - [ 2.421500] usbserial: USB Serial support registered for generic - [ 2.422129] usbcore: registered new interface driver ch341 - [ 2.422669] usbserial: USB Serial support registered for ch341-uart - [ 2.423328] usbcore: registered new interface driver cp210x - [ 2.423882] usbserial: USB Serial support registered for cp210x - [ 2.424622] usbcore: registered new interface driver ftdi_sio - [ 2.425187] usbserial: USB Serial support registered for FTDI USB Serial Device - [ 2.426209] usbcore: registered new interface driver option - [ 2.426757] usbserial: USB Serial support registered for GSM modem (1-port) - [ 2.427880] usbcore: registered new interface driver pl2303 - [ 2.428478] usbserial: USB Serial support registered for pl2303 - [ 2.429146] usbcore: registered new interface driver qcserial - [ 2.429720] usbserial: USB Serial support registered for Qualcomm USB modem - [ 2.431274] mousedev: PS/2 mouse device common for all mice - [ 2.432933] i2c /dev entries driver - [ 2.437286] rk808 1-0018: chip id: 0x8050 - [ 2.445288] rk808-regulator rk808-regulator: there is no dvs0 gpio - [ 2.445917] rk808-regulator rk808-regulator: there is no dvs1 gpio - [ 2.446612] DCDC_REG1: supplied by vcc_sys - [ 2.450018] DCDC_REG2: supplied by vcc_sys - [ 2.452376] DCDC_REG3: supplied by vcc_sys - [ 2.453287] DCDC_REG4: supplied by vcc_sys - [ 2.455246] LDO_REG1: supplied by vcc_io - [ 2.459090] LDO_REG2: supplied by vcc_io - [ 2.462862] LDO_REG3: supplied by vcc_io - [ 2.476610] rk808-rtc rk808-rtc: registered as rtc0 - [ 2.478891] rk808-rtc rk808-rtc: setting system clock to 2020-06-01T22:28:10 UTC (1591050490) - [ 2.481878] input: rk805 pwrkey as /devices/platform/ff160000.i2c/i2c-1/1-0018/rk805-pwrkey/input/input0 - [ 2.483948] IR NEC protocol handler initialized - [ 2.489659] rockchip-thermal ff250000.tsadc: Missing tshut mode property, using default (cru) - [ 2.490465] rockchip-thermal ff250000.tsadc: Missing tshut-polarity property, using default (low) - [ 2.493855] device-mapper: uevent: version 1.0.3 - [ 2.494858] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com - [ 2.501419] sdhci: Secure Digital Host Controller Interface driver - [ 2.502007] sdhci: Copyright(c) Pierre Ossman - [ 2.502411] Synopsys Designware Multimedia Card Interface Driver - [ 2.504135] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode. - [ 2.504940] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller. - [ 2.505574] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a - [ 2.506199] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 27,32 bit host data width,256 deep fifo - [ 2.507174] vcc_sd: supplied by vcc_io - [ 2.524455] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) - [ 2.538851] sdhci-pltfm: SDHCI platform and OF driver helper - [ 2.542062] ledtrig-cpu: registered to indicate activity on CPUs - [ 2.543427] hid: raw HID events driver (C) Jiri Kosina - [ 2.544746] usbcore: registered new interface driver usbhid - [ 2.545356] usbhid: USB HID core driver - [ 2.551782] drop_monitor: Initializing network drop monitor service - [ 2.552798] Initializing XFRM netlink socket - [ 2.554530] NET: Registered protocol family 10 - [ 2.557276] Segment Routing with IPv6 - [ 2.561159] bpfilter: Loaded bpfilter_umh pid 235 - [ 2.562177] NET: Registered protocol family 17 - [ 2.563104] Bluetooth: RFCOMM TTY layer initialized - [ 2.563598] Bluetooth: RFCOMM socket layer initialized - [ 2.564113] Bluetooth: RFCOMM ver 1.11 - [ 2.564536] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 - [ 2.565090] Bluetooth: HIDP socket layer initialized - [ 2.565681] Key type dns_resolver registered - [ 2.566938] registered taskstats version 1 - [ 2.567337] Loading compiled-in X.509 certificates - [ 2.568004] Key type ._fscrypt registered - [ 2.568506] Key type .fscrypt registered - [ 2.568913] Key type fscrypt-provisioning registered - [ 2.612326] input: gpio-keys as /devices/platform/gpio-keys/input/input1 - [ 2.614882] ALSA device list: - [ 2.615177] No soundcards found. - [ 2.615844] dw-apb-uart ff130000.serial: forbid DMA for kernel console - [ 2.619915] Freeing unused kernel memory: 1344K - [ 2.620463] Run /init as init process - [ 2.620805] with arguments: - [ 2.620811] /init - [ 2.620816] earlyprintk - [ 2.620820] with environment: - [ 2.620826] HOME=/ - [ 2.620830] TERM=linux - [ 2.621473] random: fast init done - [ 2.624277] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0) - [ 3.822792] dwmmc_rockchip ff500000.dwmmc: Successfully tuned phase to 273 - [ 3.823507] mmc0: new ultra high speed SDR104 SDHC card at address aaaa - [ 3.826364] mmcblk0: mmc0:aaaa SL16G 14.8 GiB - [ 3.835660] mmcblk0: p1 p2 - [ 4.768494] usb 5-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd - [ 4.789857] usb 5-1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00 - [ 4.790636] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6 - [ 4.791307] usb 5-1: Product: USB 10/100/1000 LAN - [ 4.791754] usb 5-1: Manufacturer: Realtek - [ 4.792155] usb 5-1: SerialNumber: 000000000000 - [ 7.755978] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null) - [ 8.352541] systemd[1]: systemd 245.4-4ubuntu3.1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) - [ 8.355930] systemd[1]: Detected architecture arm64. - [ 8.395534] systemd[1]: Set hostname to . - [ 8.862745] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly. - [ 8.972443] random: systemd: uninitialized urandom read (16 bytes read) - [ 8.976911] systemd[1]: Created slice system-modprobe.slice. - [ 8.988527] random: systemd: uninitialized urandom read (16 bytes read) - [ 8.990625] systemd[1]: Created slice system-serial\x2dgetty.slice. - [ 9.000435] random: systemd: uninitialized urandom read (16 bytes read) - [ 9.002630] systemd[1]: Created slice system-systemd\x2dfsck.slice. - [ 9.014240] systemd[1]: Created slice User and Session Slice. - [ 9.024830] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. - [ 9.036805] systemd[1]: Started Forward Password Requests to Wall Directory Watch. - [ 9.049662] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. - [ 9.060688] systemd[1]: Reached target Local Encrypted Volumes. - [ 9.072628] systemd[1]: Reached target Paths. - [ 9.084665] systemd[1]: Reached target Remote File Systems. - [ 9.096602] systemd[1]: Reached target Slices. - [ 9.108817] systemd[1]: Reached target Swap. - [ 9.121510] systemd[1]: Listening on Syslog Socket. - [ 9.133447] systemd[1]: Listening on fsck to fsckd communication Socket. - [ 9.135732] systemd[1]: Listening on initctl Compatibility Named Pipe. - [ 9.149807] systemd[1]: Listening on Journal Audit Socket. - [ 9.161272] systemd[1]: Listening on Journal Socket (/dev/log). - [ 9.173685] systemd[1]: Listening on Journal Socket. - [ 9.185665] systemd[1]: Listening on udev Control Socket. - [ 9.188180] systemd[1]: Listening on udev Kernel Socket. - [ 9.208079] systemd[1]: Mounting Huge Pages File System... - [ 9.229199] systemd[1]: Mounting POSIX Message Queue File System... - [ 9.249563] systemd[1]: Mounting Kernel Debug File System... - [ 9.269559] systemd[1]: Mounting Kernel Trace File System... - [ 9.289676] systemd[1]: Starting Journal Service... - [ 9.307647] systemd[1]: Starting Set the console keyboard layout... - [ 9.329399] systemd[1]: Starting Create list of static device nodes for the current kernel... - [ 9.340816] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped. - [ 9.344740] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. - [ 9.345907] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. - [ 9.356158] systemd[1]: Starting Load Kernel Modules... - [ 9.365414] systemd[1]: Starting Remount Root and Kernel File Systems... - [ 9.391241] systemd[1]: Starting udev Coldplug all Devices... - [ 9.419460] EXT4-fs (mmcblk0p2): re-mounted. Opts: commit=600,errors=remount-ro - [ 9.429115] systemd[1]: Mounted Huge Pages File System. - [ 9.442054] systemd[1]: Mounted POSIX Message Queue File System. - [ 9.457578] systemd[1]: Mounted Kernel Debug File System. - [ 9.469647] systemd[1]: Mounted Kernel Trace File System. - [ 9.484768] systemd[1]: Finished Create list of static device nodes for the current kernel. - [ 9.501228] systemd[1]: Finished Load Kernel Modules. - [ 9.520675] systemd[1]: Finished Remount Root and Kernel File Systems. - [ 9.544511] systemd[1]: Mounting FUSE Control File System... - [ 9.563551] systemd[1]: Mounting Kernel Configuration File System... - [ 9.577428] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. - [ 9.578527] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. - [ 9.585330] systemd[1]: Starting Load/Save Random Seed... - [ 9.602894] systemd[1]: Starting Apply Kernel Variables... - [ 9.630478] systemd[1]: Starting Create System Users... - [ 9.641827] systemd[1]: Finished Set the console keyboard layout. - [ 9.657194] systemd[1]: Mounted FUSE Control File System. - [ 9.669917] systemd[1]: Mounted Kernel Configuration File System. - [ 9.703067] systemd[1]: Finished Apply Kernel Variables. - [ 9.725500] systemd[1]: Finished Create System Users. - [ 9.743145] systemd[1]: Starting Create Static Device Nodes in /dev... - [ 9.799817] systemd[1]: Finished udev Coldplug all Devices. - [ 9.816336] systemd[1]: Finished Create Static Device Nodes in /dev. - [ 9.829761] systemd[1]: Reached target Local File Systems (Pre). - [ 9.850932] systemd[1]: Starting Helper to synchronize boot up for ifupdown... - [ 9.866227] systemd[1]: Starting udev Kernel Device Manager... - [ 10.012581] systemd[1]: Started udev Kernel Device Manager. - [ 10.285909] systemd[1]: Started Journal Service. - [ 10.353176] systemd-journald[294]: Received client request to flush runtime journal. - [ 10.712390] usbcore: registered new interface driver r8152 - [ 10.839579] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) - [ 10.839630] ext4 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff) - [ 10.874736] usb 5-1: reset SuperSpeed Gen 1 USB device number 2 using xhci-hcd - [ 10.915920] r8152 5-1:1.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00 - [ 10.917558] r8152 5-1:1.0 (unnamed net_device) (uninitialized): Random ether addr 4a:2f:e3:e1:4f:3c - [ 10.937709] r8152 5-1:1.0: load rtl8153b-2 v1 10/23/19 successfully - [ 10.974975] r8152 5-1:1.0 eth1: v1.11.11 - [ 11.112539] rk_gmac-dwmac ff540000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211E Gigabit Ethernet] (irq=POLL) - [ 11.135342] rk_gmac-dwmac ff540000.ethernet eth0: No Safety Features support found - [ 11.135367] rk_gmac-dwmac ff540000.ethernet eth0: PTP not supported by HW - [ 11.135383] rk_gmac-dwmac ff540000.ethernet eth0: configuring for phy/rgmii link mode - [ 11.780280] random: crng init done - [ 11.780293] random: 7 urandom warning(s) missed due to ratelimiting - [ 13.618389] dwmmc_rockchip ff500000.dwmmc: Successfully tuned phase to 273 - [ 13.794566] zram: Added device: zram0 - [ 13.795702] zram: Added device: zram1 - [ 13.797232] zram: Added device: zram2 - [ 13.805689] zram: Added device: zram3 - [ 13.882679] zram0: detected capacity change from 0 to 128675840 - [ 13.964511] Adding 125656k swap on /dev/zram0. Priority:5 extents:1 across:125656k SSFS - [ 13.972592] zram1: detected capacity change from 0 to 128675840 - [ 14.028291] Adding 125656k swap on /dev/zram1. Priority:5 extents:1 across:125656k SSFS - [ 14.030512] zram2: detected capacity change from 0 to 128675840 - [ 14.084345] Adding 125656k swap on /dev/zram2. Priority:5 extents:1 across:125656k SSFS - [ 14.086792] zram3: detected capacity change from 0 to 128675840 - [ 14.136444] Adding 125656k swap on /dev/zram3. Priority:5 extents:1 across:125656k SSFS - [ 15.237501] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx - [ 15.237549] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready +## BootLog (Mainline Kernel 5.8.0) + + [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] + [ 0.000000] Linux version 5.8.0 (ubuntu@nanopi-r2s) (gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1 SMP PREEMPT Tue Aug 4 13:30:59 UTC 2020 + [ 0.000000] Machine model: FriendlyElec NanoPi R2S + [ 0.000000] efi: UEFI not found. + [ 0.000000] cma: Reserved 16 MiB at 0x000000003f000000 + [ 0.000000] Zone ranges: + [ 0.000000] DMA [mem 0x0000000000200000-0x000000003fffffff] + [ 0.000000] DMA32 empty + [ 0.000000] Normal empty + [ 0.000000] Movable zone start for each node + [ 0.000000] Early memory node ranges + [ 0.000000] node 0: [mem 0x0000000000200000-0x000000003fffffff] + [ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x000000003fffffff] + [ 0.000000] On node 0 totalpages: 261632 + [ 0.000000] DMA zone: 4088 pages used for memmap + [ 0.000000] DMA zone: 0 pages reserved + [ 0.000000] DMA zone: 261632 pages, LIFO batch:63 + [ 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 32 pages/cpu s91112 r8192 d31768 u131072 + [ 0.000000] pcpu-alloc: s91112 r8192 d31768 u131072 alloc=32*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: detected: ARM erratum 845719 + [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257544 + [ 0.000000] Kernel command line: earlyprintk root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait fsck.repair=yes panic=10 no_console_suspend consoleblank=0 + [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) + [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) + [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off + [ 0.000000] Memory: 982048K/1046528K available (13436K kernel code, 1782K rwdata, 5164K rodata, 4992K init, 800K bss, 48096K reserved, 16384K cma-reserved) + [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 + [ 0.000000] ftrace: allocating 44405 entries in 174 pages + [ 0.000000] ftrace: allocated 174 pages with 5 groups + [ 0.000000] rcu: Preemptible hierarchical RCU implementation. + [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. + [ 0.000000] Trampoline variant of Tasks RCU enabled. + [ 0.000000] Rude variant of 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=4 + [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 + [ 0.000000] GIC: Using split EOI/Deactivate mode + [ 0.000000] random: get_random_bytes called from start_kernel+0x378/0x538 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.000011] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns + [ 0.000846] Console: colour dummy device 80x25 + [ 0.001645] printk: console [tty0] enabled + [ 0.001726] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) + [ 0.001769] pid_max: default: 32768 minimum: 301 + [ 0.002016] LSM: Security Framework initializing + [ 0.002176] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) + [ 0.002220] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) + [ 0.005517] rcu: Hierarchical SRCU implementation. + [ 0.009452] EFI services will not be available. + [ 0.010506] smp: Bringing up secondary CPUs ... + [ 0.011648] Detected VIPT I-cache on CPU1 + [ 0.011754] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] + [ 0.013183] Detected VIPT I-cache on CPU2 + [ 0.013277] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] + [ 0.014586] Detected VIPT I-cache on CPU3 + [ 0.014672] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] + [ 0.014896] smp: Brought up 1 node, 4 CPUs + [ 0.015045] SMP: Total of 4 processors activated. + [ 0.015077] CPU features: detected: 32-bit EL0 Support + [ 0.015112] CPU features: detected: CRC32 instructions + [ 0.041594] CPU: All CPU(s) started at EL2 + [ 0.041709] alternatives: patching kernel code + [ 0.044090] devtmpfs: initialized + [ 0.062810] Registered cp15_barrier emulation handler + [ 0.062876] Registered setend emulation handler + [ 0.063793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns + [ 0.063867] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) + [ 0.065439] pinctrl core: initialized pinctrl subsystem + [ 0.066498] thermal_sys: Registered thermal governor 'fair_share' + [ 0.066504] thermal_sys: Registered thermal governor 'step_wise' + [ 0.067261] DMI not present or invalid. + [ 0.068350] NET: Registered protocol family 16 + [ 0.069324] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations + [ 0.069420] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations + [ 0.069503] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations + [ 0.069661] audit: initializing netlink subsys (disabled) + [ 0.070033] audit: type=2000 audit(0.068:1): state=initialized audit_enabled=0 res=1 + [ 0.071433] cpuidle: using governor ladder + [ 0.071511] cpuidle: using governor menu + [ 0.071986] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. + [ 0.072230] ASID allocator initialised with 65536 entries + [ 0.140987] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages + [ 0.141040] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages + [ 0.141070] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages + [ 0.141099] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages + [ 0.144336] cryptd: max_cpu_qlen set to 1000 + [ 0.158098] iommu: Default domain type: Translated + [ 0.160063] SCSI subsystem initialized + [ 0.160552] libata version 3.00 loaded. + [ 0.160936] usbcore: registered new interface driver usbfs + [ 0.161059] usbcore: registered new interface driver hub + [ 0.161257] usbcore: registered new device driver usb + [ 0.161415] mc: Linux media interface: v0.10 + [ 0.161488] videodev: Linux video capture interface: v2.00 + [ 0.161604] pps_core: LinuxPPS API ver. 1 registered + [ 0.161631] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti + [ 0.161688] PTP clock support registered + [ 0.162688] Advanced Linux Sound Architecture Driver Initialized. + [ 0.163892] Bluetooth: Core ver 2.22 + [ 0.164011] NET: Registered protocol family 31 + [ 0.164037] Bluetooth: HCI device and connection manager initialized + [ 0.164083] Bluetooth: HCI socket layer initialized + [ 0.164128] Bluetooth: L2CAP socket layer initialized + [ 0.164189] Bluetooth: SCO socket layer initialized + [ 0.164249] NetLabel: Initializing + [ 0.164273] NetLabel: domain hash size = 128 + [ 0.164295] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO + [ 0.164424] NetLabel: unlabeled traffic allowed by default + [ 0.165652] clocksource: Switched to clocksource arch_sys_counter + [ 1.824696] VFS: Disk quotas dquot_6.6.0 + [ 1.824863] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) + [ 1.825198] FS-Cache: Loaded + [ 1.841298] NET: Registered protocol family 2 + [ 1.842540] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 20480 bytes, linear) + [ 1.842642] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) + [ 1.842803] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear) + [ 1.843236] TCP: Hash tables configured (established 8192 bind 8192) + [ 1.843530] UDP hash table entries: 512 (order: 3, 49152 bytes, linear) + [ 1.843659] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes, linear) + [ 1.844402] NET: Registered protocol family 1 + [ 1.845563] RPC: Registered named UNIX socket transport module. + [ 1.845608] RPC: Registered udp transport module. + [ 1.845708] RPC: Registered tcp transport module. + [ 1.845734] RPC: Registered tcp NFSv4.1 backchannel transport module. + [ 1.845780] PCI: CLS 0 bytes, default 64 + [ 1.846191] Trying to unpack rootfs image as initramfs... + [ 1.926681] Freeing initrd memory: 1076K + [ 1.928480] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available + [ 1.938236] Initialise system trusted keyrings + [ 1.938700] workingset: timestamp_bits=46 max_order=18 bucket_order=0 + [ 1.954061] squashfs: version 4.0 (2009/01/31) Phillip Lougher + [ 1.954701] FS-Cache: Netfs 'nfs' registered for caching + [ 1.955813] NFS: Registering the id_resolver key type + [ 1.955899] Key type id_resolver registered + [ 1.955926] Key type id_legacy registered + [ 1.955971] nfs4filelayout_init: NFSv4 File Layout Driver Registering... + [ 1.956466] fuse: init (API version 7.31) + [ 2.031094] Key type asymmetric registered + [ 2.031147] Asymmetric key parser 'x509' registered + [ 2.031263] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) + [ 2.031633] io scheduler mq-deadline registered + [ 2.031669] io scheduler kyber registered + [ 2.039911] rockchip-u3phy ff470000.usb3-phy: Rockchip u3phy initialized successfully + [ 2.046699] dma-pl330 ff1f0000.dmac: Loaded driver for PL330 DMAC-241330 + [ 2.046755] dma-pl330 ff1f0000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 + [ 2.047765] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled + [ 2.051134] ff130000.serial: ttyS2 at MMIO 0xff130000 (irq = 12, base_baud = 1500000) is a 16550A + [ 2.127111] printk: console [ttyS2] enabled + [ 2.131621] rockchip-drm display-subsystem: [drm:rockchip_drm_platform_probe] *ERROR* No available vop found for display-subsystem. + [ 2.146516] brd: module loaded + [ 2.168081] loop: module loaded + [ 2.171852] libphy: Fixed MDIO Bus: probed + [ 2.174003] rk_gmac-dwmac ff540000.ethernet: IRQ eth_wake_irq not found + [ 2.174633] rk_gmac-dwmac ff540000.ethernet: IRQ eth_lpi not found + [ 2.175432] rk_gmac-dwmac ff540000.ethernet: PTP uses main clock + [ 2.176197] rk_gmac-dwmac ff540000.ethernet: clock input or output? (input). + [ 2.176848] rk_gmac-dwmac ff540000.ethernet: TX delay(0x24). + [ 2.177373] rk_gmac-dwmac ff540000.ethernet: RX delay(0x18). + [ 2.177962] rk_gmac-dwmac ff540000.ethernet: integrated PHY? (no). + [ 2.178656] rk_gmac-dwmac ff540000.ethernet: cannot get clock clk_mac_speed + [ 2.179291] rk_gmac-dwmac ff540000.ethernet: clock input from PHY + [ 2.184879] rk_gmac-dwmac ff540000.ethernet: init for RGMII + [ 2.185872] rk_gmac-dwmac ff540000.ethernet: User ID: 0x10, Synopsys ID: 0x35 + [ 2.186550] rk_gmac-dwmac ff540000.ethernet: DWMAC1000 + [ 2.187038] rk_gmac-dwmac ff540000.ethernet: DMA HW capability register supported + [ 2.187721] rk_gmac-dwmac ff540000.ethernet: RX Checksum Offload Engine supported + [ 2.188407] rk_gmac-dwmac ff540000.ethernet: COE Type 2 + [ 2.188889] rk_gmac-dwmac ff540000.ethernet: TX Checksum insertion supported + [ 2.189539] rk_gmac-dwmac ff540000.ethernet: Wake-Up On Lan supported + [ 2.190221] rk_gmac-dwmac ff540000.ethernet: Normal descriptors + [ 2.190767] rk_gmac-dwmac ff540000.ethernet: Ring mode enabled + [ 2.191303] rk_gmac-dwmac ff540000.ethernet: Enable RX Mitigation via HW Watchdog Timer + [ 2.253668] libphy: stmmac: probed + [ 2.258741] PPP generic driver version 2.4.2 + [ 2.259592] usbcore: registered new interface driver asix + [ 2.260183] usbcore: registered new interface driver ax88179_178a + [ 2.260796] usbcore: registered new interface driver cdc_ether + [ 2.261396] usbcore: registered new interface driver qmi_wwan + [ 2.265861] phy phy-ff470000.usb3-phy.2: u3phy u2 power on + [ 2.266429] phy phy-ff470000.usb3-phy.3: u3phy u3 power on + [ 2.269563] dwc2 ff580000.usb: supply vusb_d not found, using dummy regulator + [ 2.270521] dwc2 ff580000.usb: supply vusb_a not found, using dummy regulator + [ 2.401767] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM + [ 2.402978] dwc2 ff580000.usb: DWC OTG Controller + [ 2.403466] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1 + [ 2.404169] dwc2 ff580000.usb: irq 29, io mem 0xff580000 + [ 2.405055] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08 + [ 2.405869] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 + [ 2.406536] usb usb1: Product: DWC OTG Controller + [ 2.406971] usb usb1: Manufacturer: Linux 5.8.0 dwc2_hsotg + [ 2.407479] usb usb1: SerialNumber: ff580000.usb + [ 2.409024] hub 1-0:1.0: USB hub found + [ 2.409443] hub 1-0:1.0: 1 port detected + [ 2.411564] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver + [ 2.412216] ehci-pci: EHCI PCI platform driver + [ 2.412719] ehci-platform: EHCI generic platform driver + [ 2.415991] ehci-platform ff5c0000.usb: EHCI Host Controller + [ 2.416576] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2 + [ 2.417522] ehci-platform ff5c0000.usb: irq 30, io mem 0xff5c0000 + [ 2.433686] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00 + [ 2.434725] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08 + [ 2.435495] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 + [ 2.436163] usb usb2: Product: EHCI Host Controller + [ 2.436612] usb usb2: Manufacturer: Linux 5.8.0 ehci_hcd + [ 2.437101] usb usb2: SerialNumber: ff5c0000.usb + [ 2.438633] hub 2-0:1.0: USB hub found + [ 2.439072] hub 2-0:1.0: 1 port detected + [ 2.440360] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver + [ 2.440981] ohci-platform: OHCI generic platform driver + [ 2.442187] ohci-platform ff5d0000.usb: Generic Platform OHCI controller + [ 2.442855] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3 + [ 2.443812] ohci-platform ff5d0000.usb: irq 31, io mem 0xff5d0000 + [ 2.506059] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08 + [ 2.506828] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 + [ 2.507496] usb usb3: Product: Generic Platform OHCI controller + [ 2.508037] usb usb3: Manufacturer: Linux 5.8.0 ohci_hcd + [ 2.508532] usb usb3: SerialNumber: ff5d0000.usb + [ 2.510051] hub 3-0:1.0: USB hub found + [ 2.510478] hub 3-0:1.0: 1 port detected + [ 2.512742] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller + [ 2.513307] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 4 + [ 2.514406] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010 + [ 2.515386] xhci-hcd xhci-hcd.0.auto: irq 166, io mem 0xff600000 + [ 2.516767] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08 + [ 2.517533] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 + [ 2.518309] usb usb4: Product: xHCI Host Controller + [ 2.518765] usb usb4: Manufacturer: Linux 5.8.0 xhci-hcd + [ 2.519260] usb usb4: SerialNumber: xhci-hcd.0.auto + [ 2.520803] hub 4-0:1.0: USB hub found + [ 2.521235] hub 4-0:1.0: 1 port detected + [ 2.522378] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller + [ 2.522925] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5 + [ 2.523645] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed + [ 2.524397] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM. + [ 2.525385] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08 + [ 2.526246] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 + [ 2.526908] usb usb5: Product: xHCI Host Controller + [ 2.527358] usb usb5: Manufacturer: Linux 5.8.0 xhci-hcd + [ 2.527846] usb usb5: SerialNumber: xhci-hcd.0.auto + [ 2.529452] hub 5-0:1.0: USB hub found + [ 2.529917] hub 5-0:1.0: 1 port detected + [ 2.531243] usbcore: registered new interface driver cdc_acm + [ 2.531778] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters + [ 2.532585] usbcore: registered new interface driver cdc_wdm + [ 2.533684] usbcore: registered new interface driver uas + [ 2.534442] usbcore: registered new interface driver usb-storage + [ 2.535181] usbcore: registered new interface driver usbserial_generic + [ 2.535817] usbserial: USB Serial support registered for generic + [ 2.536470] usbcore: registered new interface driver ch341 + [ 2.537007] usbserial: USB Serial support registered for ch341-uart + [ 2.537706] usbcore: registered new interface driver cp210x + [ 2.538249] usbserial: USB Serial support registered for cp210x + [ 2.538936] usbcore: registered new interface driver ftdi_sio + [ 2.539498] usbserial: USB Serial support registered for FTDI USB Serial Device + [ 2.540535] usbcore: registered new interface driver option + [ 2.541083] usbserial: USB Serial support registered for GSM modem (1-port) + [ 2.542328] usbcore: registered new interface driver pl2303 + [ 2.542901] usbserial: USB Serial support registered for pl2303 + [ 2.543562] usbcore: registered new interface driver qcserial + [ 2.544129] usbserial: USB Serial support registered for Qualcomm USB modem + [ 2.545699] mousedev: PS/2 mouse device common for all mice + [ 2.547349] i2c /dev entries driver + [ 2.553317] rk808 1-0018: chip id: 0x8050 + [ 2.561612] rk808-regulator rk808-regulator: there is no dvs0 gpio + [ 2.562315] rk808-regulator rk808-regulator: there is no dvs1 gpio + [ 2.563017] DCDC_REG1: supplied by vcc_sys + [ 2.566438] DCDC_REG2: supplied by vcc_sys + [ 2.568799] DCDC_REG3: supplied by vcc_sys + [ 2.569799] DCDC_REG4: supplied by vcc_sys + [ 2.571811] LDO_REG1: supplied by vcc_io + [ 2.575713] LDO_REG2: supplied by vcc_io + [ 2.579573] LDO_REG3: supplied by vcc_io + [ 2.593375] rk808-rtc rk808-rtc: registered as rtc0 + [ 2.595731] rk808-rtc rk808-rtc: setting system clock to 2020-08-04T22:32:51 UTC (1596580371) + [ 2.598807] input: rk805 pwrkey as /devices/platform/ff160000.i2c/i2c-1/1-0018/rk805-pwrkey/input/input0 + [ 2.600934] IR NEC protocol handler initialized + [ 2.606952] rockchip-thermal ff250000.tsadc: Missing tshut mode property, using default (cru) + [ 2.607763] rockchip-thermal ff250000.tsadc: Missing tshut-polarity property, using default (low) + [ 2.611233] device-mapper: uevent: version 1.0.3 + [ 2.612263] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com + [ 2.619298] sdhci: Secure Digital Host Controller Interface driver + [ 2.619892] sdhci: Copyright(c) Pierre Ossman + [ 2.620293] Synopsys Designware Multimedia Card Interface Driver + [ 2.622225] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode. + [ 2.622951] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller. + [ 2.623582] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a + [ 2.624206] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 27,32 bit host data width,256 deep fifo + [ 2.625199] vcc_sd: supplied by vcc_io + [ 2.644401] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) + [ 2.658649] sdhci-pltfm: SDHCI platform and OF driver helper + [ 2.661886] ledtrig-cpu: registered to indicate activity on CPUs + [ 2.663276] hid: raw HID events driver (C) Jiri Kosina + [ 2.664618] usbcore: registered new interface driver usbhid + [ 2.665162] usbhid: USB HID core driver + [ 2.671805] drop_monitor: Initializing network drop monitor service + [ 2.672746] Initializing XFRM netlink socket + [ 2.674393] NET: Registered protocol family 10 + [ 2.677442] Segment Routing with IPv6 + [ 2.681704] bpfilter: Loaded bpfilter_umh pid 153 + [ 2.682939] NET: Registered protocol family 17 + [ 2.683921] Bluetooth: RFCOMM TTY layer initialized + [ 2.684423] Bluetooth: RFCOMM socket layer initialized + [ 2.684942] Bluetooth: RFCOMM ver 1.11 + [ 2.685313] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 + [ 2.685937] Bluetooth: HIDP socket layer initialized + [ 2.686567] Key type dns_resolver registered + [ 2.688074] registered taskstats version 1 + [ 2.688498] Loading compiled-in X.509 certificates + [ 2.689100] Key type ._fscrypt registered + [ 2.689479] Key type .fscrypt registered + [ 2.689900] Key type fscrypt-provisioning registered + [ 2.742535] input: gpio-keys as /devices/platform/gpio-keys/input/input1 + [ 2.745471] ALSA device list: + [ 2.745539] mmc_host mmc0: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 100000000HZ div = 0) + [ 2.745832] No soundcards found. + [ 2.747444] dw-apb-uart ff130000.serial: forbid DMA for kernel console + [ 2.747459] random: fast init done + [ 2.754856] Freeing unused kernel memory: 4992K + [ 2.755391] Run /init as init process + [ 2.755730] with arguments: + [ 2.755737] /init + [ 2.755741] earlyprintk + [ 2.755748] with environment: + [ 2.755754] HOME=/ + [ 2.755759] TERM=linux + [ 4.241202] dwmmc_rockchip ff500000.dwmmc: Successfully tuned phase to 91 + [ 4.241978] mmc0: new ultra high speed SDR50 SDHC card at address aaaa + [ 4.244739] mmcblk0: mmc0:aaaa SL16G 14.8 GiB + [ 4.254350] mmcblk0: p1 p2 + [ 4.913985] usb 5-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd + [ 4.936256] usb 5-1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00 + [ 4.937050] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6 + [ 4.937774] usb 5-1: Product: USB 10/100/1000 LAN + [ 4.938225] usb 5-1: Manufacturer: Realtek + [ 4.938619] usb 5-1: SerialNumber: 000000000000 + [ 7.903077] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null) + [ 8.671037] systemd[1]: systemd 242 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) + [ 8.675174] systemd[1]: Detected architecture arm64. + [ 8.736649] systemd[1]: Set hostname to . + [ 8.742876] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument + [ 9.253404] systemd[1]: /lib/systemd/system/dbus.socket:4: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly. + [ 9.357084] random: systemd: uninitialized urandom read (16 bytes read) + [ 9.358715] systemd[1]: Listening on fsck to fsckd communication Socket. + [ 9.369929] random: systemd: uninitialized urandom read (16 bytes read) + [ 9.370932] systemd[1]: Listening on initctl Compatibility Named Pipe. + [ 9.381898] random: systemd: uninitialized urandom read (16 bytes read) + [ 9.383201] systemd[1]: Listening on udev Control Socket. + [ 9.385140] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. + [ 9.398697] systemd[1]: Listening on Journal Socket. + [ 9.625961] EXT4-fs (mmcblk0p2): re-mounted. Opts: commit=600,errors=remount-ro + [ 10.646309] systemd-journald[224]: Received request to flush runtime journal from PID 1 + [ 10.957517] usbcore: registered new interface driver r8152 + [ 11.132697] usb 5-1: reset SuperSpeed Gen 1 USB device number 2 using xhci-hcd + [ 11.168807] r8152 5-1:1.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00 + [ 11.169708] r8152 5-1:1.0 (unnamed net_device) (uninitialized): Random ether addr 9e:4b:18:5c:76:07 + [ 11.190593] r8152 5-1:1.0: load rtl8153b-2 v1 10/23/19 successfully + [ 11.232519] r8152 5-1:1.0 eth1: v1.11.11 + [ 11.406329] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) + [ 11.406389] ext4 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff) + [ 11.697249] rk_gmac-dwmac ff540000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211E Gigabit Ethernet] (irq=POLL) + [ 11.717790] rk_gmac-dwmac ff540000.ethernet eth0: No Safety Features support found + [ 11.717817] rk_gmac-dwmac ff540000.ethernet eth0: PTP not supported by HW + [ 11.717836] rk_gmac-dwmac ff540000.ethernet eth0: configuring for phy/rgmii link mode + [ 12.778878] zram: Added device: zram0 + [ 12.782334] zram: Added device: zram1 + [ 12.783518] zram: Added device: zram2 + [ 12.784568] zram: Added device: zram3 + [ 12.915028] zram0: detected capacity change from 0 to 128577536 + [ 13.993737] Adding 125560k swap on /dev/zram0. Priority:5 extents:1 across:125560k SSFS + [ 14.006647] zram1: detected capacity change from 0 to 128577536 + [ 15.073718] Adding 125560k swap on /dev/zram1. Priority:5 extents:1 across:125560k SSFS + [ 15.078087] zram2: detected capacity change from 0 to 128577536 + [ 15.806907] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx + [ 15.807003] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready + [ 16.145716] Adding 125560k swap on /dev/zram2. Priority:5 extents:1 across:125560k SSFS + [ 16.149344] zram3: detected capacity change from 0 to 128577536 + [ 16.477703] random: crng init done + [ 16.477722] random: 7 urandom warning(s) missed due to ratelimiting + [ 16.581862] Adding 125560k swap on /dev/zram3. Priority:5 extents:1 across:125560k SSFS