Skip to content

Instantly share code, notes, and snippets.

@avafinger
Created June 15, 2020 00:11
Show Gist options
  • Save avafinger/5d4a65f27f856b479c5283854a556754 to your computer and use it in GitHub Desktop.
Save avafinger/5d4a65f27f856b479c5283854a556754 to your computer and use it in GitHub Desktop.
NanoPi R2S - Kernel 5.8.0-rc1
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.8.0-rc1 (alex@svn) (aarch64-linux-gnu-gcc (Linaro GCC 7.5-2019.12-rc1) 7.5.0, GNU ld (Linaro_Binutils-2019.12-rc1) 2.28.2.20170706) #1 SMP PREEMPT Sun Jun 14 17:27:35 -03 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: 977704K/1046528K available (13564K kernel code, 1782K rwdata, 9288K rodata, 5056K init, 803K bss, 52440K reserved, 16384K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 44384 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/0x508 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.000862] Console: colour dummy device 80x25
[ 0.001669] printk: console [tty0] enabled
[ 0.001746] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.001798] pid_max: default: 32768 minimum: 301
[ 0.002066] LSM: Security Framework initializing
[ 0.002228] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.002270] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.005558] rcu: Hierarchical SRCU implementation.
[ 0.009494] EFI services will not be available.
[ 0.010524] smp: Bringing up secondary CPUs ...
[ 0.011654] Detected VIPT I-cache on CPU1
[ 0.011764] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.013192] Detected VIPT I-cache on CPU2
[ 0.013287] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.014593] Detected VIPT I-cache on CPU3
[ 0.014687] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.014917] smp: Brought up 1 node, 4 CPUs
[ 0.015066] SMP: Total of 4 processors activated.
[ 0.015098] CPU features: detected: 32-bit EL0 Support
[ 0.015131] CPU features: detected: CRC32 instructions
[ 0.040661] CPU: All CPU(s) started at EL2
[ 0.040776] alternatives: patching kernel code
[ 0.043133] devtmpfs: initialized
[ 0.062034] Registered cp15_barrier emulation handler
[ 0.062096] Registered setend emulation handler
[ 0.063017] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.063090] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.064747] pinctrl core: initialized pinctrl subsystem
[ 0.065798] thermal_sys: Registered thermal governor 'fair_share'
[ 0.065806] thermal_sys: Registered thermal governor 'step_wise'
[ 0.066599] DMI not present or invalid.
[ 0.067713] NET: Registered protocol family 16
[ 0.070561] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.072020] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.073530] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.073726] audit: initializing netlink subsys (disabled)
[ 0.074190] audit: type=2000 audit(0.072:1): state=initialized audit_enabled=0 res=1
[ 0.075705] cpuidle: using governor ladder
[ 0.075779] cpuidle: using governor menu
[ 0.076315] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.076537] ASID allocator initialised with 65536 entries
[ 0.124137] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.124193] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.124223] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.124254] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.127467] cryptd: max_cpu_qlen set to 1000
[ 0.140809] iommu: Default domain type: Translated
[ 0.142753] SCSI subsystem initialized
[ 0.143304] libata version 3.00 loaded.
[ 0.143675] usbcore: registered new interface driver usbfs
[ 0.143796] usbcore: registered new interface driver hub
[ 0.143982] usbcore: registered new device driver usb
[ 0.144141] mc: Linux media interface: v0.10
[ 0.144218] videodev: Linux video capture interface: v2.00
[ 0.144336] pps_core: LinuxPPS API ver. 1 registered
[ 0.144361] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.144419] PTP clock support registered
[ 0.145489] Advanced Linux Sound Architecture Driver Initialized.
[ 0.146705] Bluetooth: Core ver 2.22
[ 0.146812] NET: Registered protocol family 31
[ 0.146837] Bluetooth: HCI device and connection manager initialized
[ 0.146880] Bluetooth: HCI socket layer initialized
[ 0.146913] Bluetooth: L2CAP socket layer initialized
[ 0.146980] Bluetooth: SCO socket layer initialized
[ 0.147040] NetLabel: Initializing
[ 0.147060] NetLabel: domain hash size = 128
[ 0.147085] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.147297] NetLabel: unlabeled traffic allowed by default
[ 0.148490] clocksource: Switched to clocksource arch_sys_counter
[ 1.800149] VFS: Disk quotas dquot_6.6.0
[ 1.800308] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.800716] FS-Cache: Loaded
[ 1.816941] NET: Registered protocol family 2
[ 1.818083] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 20480 bytes, linear)
[ 1.818195] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.818346] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 1.818875] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.819177] UDP hash table entries: 512 (order: 3, 49152 bytes, linear)
[ 1.819320] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes, linear)
[ 1.820107] NET: Registered protocol family 1
[ 1.821351] RPC: Registered named UNIX socket transport module.
[ 1.821398] RPC: Registered udp transport module.
[ 1.821423] RPC: Registered tcp transport module.
[ 1.821451] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.821494] PCI: CLS 0 bytes, default 64
[ 1.821903] Trying to unpack rootfs image as initramfs...
[ 1.902916] Freeing initrd memory: 1076K
[ 1.904822] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 1.914408] Initialise system trusted keyrings
[ 1.914851] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 1.930235] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.930901] FS-Cache: Netfs 'nfs' registered for caching
[ 1.932020] NFS: Registering the id_resolver key type
[ 1.932118] Key type id_resolver registered
[ 1.932143] Key type id_legacy registered
[ 1.932187] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.932741] fuse: init (API version 7.31)
[ 2.006519] Key type asymmetric registered
[ 2.006572] Asymmetric key parser 'x509' registered
[ 2.006694] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 2.007082] io scheduler mq-deadline registered
[ 2.007124] io scheduler kyber registered
[ 2.015271] rockchip-u3phy ff470000.usb3-phy: Rockchip u3phy initialized successfully
[ 2.021983] dma-pl330 ff1f0000.dmac: Loaded driver for PL330 DMAC-241330
[ 2.022039] dma-pl330 ff1f0000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[ 2.023062] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
[ 2.026509] ff130000.serial: ttyS2 at MMIO 0xff130000 (irq = 12, base_baud = 1500000) is a 16550A
[ 2.102706] printk: console [ttyS2] enabled
[ 2.107211] rockchip-drm display-subsystem: [drm:rockchip_drm_platform_probe] *ERROR* No available vop found for display-subsystem.
[ 2.122203] brd: module loaded
[ 2.143587] loop: module loaded
[ 2.147348] libphy: Fixed MDIO Bus: probed
[ 2.149462] rk_gmac-dwmac ff540000.ethernet: IRQ eth_wake_irq not found
[ 2.150092] rk_gmac-dwmac ff540000.ethernet: IRQ eth_lpi not found
[ 2.150884] rk_gmac-dwmac ff540000.ethernet: PTP uses main clock
[ 2.151641] rk_gmac-dwmac ff540000.ethernet: clock input or output? (input).
[ 2.152296] rk_gmac-dwmac ff540000.ethernet: TX delay(0x24).
[ 2.152883] rk_gmac-dwmac ff540000.ethernet: RX delay(0x18).
[ 2.153418] rk_gmac-dwmac ff540000.ethernet: integrated PHY? (no).
[ 2.154110] rk_gmac-dwmac ff540000.ethernet: cannot get clock clk_mac_speed
[ 2.154751] rk_gmac-dwmac ff540000.ethernet: clock input from PHY
[ 2.160329] rk_gmac-dwmac ff540000.ethernet: init for RGMII
[ 2.161275] rk_gmac-dwmac ff540000.ethernet: User ID: 0x10, Synopsys ID: 0x35
[ 2.161953] rk_gmac-dwmac ff540000.ethernet: DWMAC1000
[ 2.162435] rk_gmac-dwmac ff540000.ethernet: DMA HW capability register supported
[ 2.163120] rk_gmac-dwmac ff540000.ethernet: RX Checksum Offload Engine supported
[ 2.163802] rk_gmac-dwmac ff540000.ethernet: COE Type 2
[ 2.164280] rk_gmac-dwmac ff540000.ethernet: TX Checksum insertion supported
[ 2.164975] rk_gmac-dwmac ff540000.ethernet: Wake-Up On Lan supported
[ 2.165631] rk_gmac-dwmac ff540000.ethernet: Normal descriptors
[ 2.166173] rk_gmac-dwmac ff540000.ethernet: Ring mode enabled
[ 2.166712] rk_gmac-dwmac ff540000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 2.228512] libphy: stmmac: probed
[ 2.233618] PPP generic driver version 2.4.2
[ 2.234492] usbcore: registered new interface driver asix
[ 2.235083] usbcore: registered new interface driver ax88179_178a
[ 2.235696] usbcore: registered new interface driver cdc_ether
[ 2.236291] usbcore: registered new interface driver qmi_wwan
[ 2.240450] phy phy-ff470000.usb3-phy.2: u3phy u2 power on
[ 2.241167] phy phy-ff470000.usb3-phy.3: u3phy u3 power on
[ 2.244372] dwc2 ff580000.usb: supply vusb_d not found, using dummy regulator
[ 2.245296] dwc2 ff580000.usb: supply vusb_a not found, using dummy regulator
[ 2.376614] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM
[ 2.378182] dwc2 ff580000.usb: DWC OTG Controller
[ 2.378673] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1
[ 2.379379] dwc2 ff580000.usb: irq 29, io mem 0xff580000
[ 2.380218] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[ 2.381034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.381703] usb usb1: Product: DWC OTG Controller
[ 2.382139] usb usb1: Manufacturer: Linux 5.8.0-rc1 dwc2_hsotg
[ 2.382673] usb usb1: SerialNumber: ff580000.usb
[ 2.384237] hub 1-0:1.0: USB hub found
[ 2.384719] hub 1-0:1.0: 1 port detected
[ 2.386497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.387137] ehci-pci: EHCI PCI platform driver
[ 2.387646] ehci-platform: EHCI generic platform driver
[ 2.390901] ehci-platform ff5c0000.usb: EHCI Host Controller
[ 2.391480] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2
[ 2.392435] ehci-platform ff5c0000.usb: irq 30, io mem 0xff5c0000
[ 2.408528] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00
[ 2.409590] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[ 2.410360] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.411023] usb usb2: Product: EHCI Host Controller
[ 2.411472] usb usb2: Manufacturer: Linux 5.8.0-rc1 ehci_hcd
[ 2.411991] usb usb2: SerialNumber: ff5c0000.usb
[ 2.413535] hub 2-0:1.0: USB hub found
[ 2.413960] hub 2-0:1.0: 1 port detected
[ 2.415237] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.415860] ohci-platform: OHCI generic platform driver
[ 2.417085] ohci-platform ff5d0000.usb: Generic Platform OHCI controller
[ 2.417744] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3
[ 2.418699] ohci-platform ff5d0000.usb: irq 31, io mem 0xff5d0000
[ 2.480906] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
[ 2.481677] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.482347] usb usb3: Product: Generic Platform OHCI controller
[ 2.482896] usb usb3: Manufacturer: Linux 5.8.0-rc1 ohci_hcd
[ 2.483414] usb usb3: SerialNumber: ff5d0000.usb
[ 2.484969] hub 3-0:1.0: USB hub found
[ 2.485401] hub 3-0:1.0: 1 port detected
[ 2.487680] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.488246] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 4
[ 2.489341] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[ 2.490324] xhci-hcd xhci-hcd.0.auto: irq 166, io mem 0xff600000
[ 2.491695] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[ 2.492575] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.493245] usb usb4: Product: xHCI Host Controller
[ 2.493702] usb usb4: Manufacturer: Linux 5.8.0-rc1 xhci-hcd
[ 2.494224] usb usb4: SerialNumber: xhci-hcd.0.auto
[ 2.495787] hub 4-0:1.0: USB hub found
[ 2.496218] hub 4-0:1.0: 1 port detected
[ 2.497394] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.497936] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[ 2.498658] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 2.499405] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.500396] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[ 2.501251] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.501919] usb usb5: Product: xHCI Host Controller
[ 2.502378] usb usb5: Manufacturer: Linux 5.8.0-rc1 xhci-hcd
[ 2.502899] usb usb5: SerialNumber: xhci-hcd.0.auto
[ 2.504542] hub 5-0:1.0: USB hub found
[ 2.504982] hub 5-0:1.0: 1 port detected
[ 2.506321] usbcore: registered new interface driver cdc_acm
[ 2.506859] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.507669] usbcore: registered new interface driver cdc_wdm
[ 2.508801] usbcore: registered new interface driver uas
[ 2.509570] usbcore: registered new interface driver usb-storage
[ 2.510311] usbcore: registered new interface driver usbserial_generic
[ 2.510955] usbserial: USB Serial support registered for generic
[ 2.511595] usbcore: registered new interface driver ch341
[ 2.512131] usbserial: USB Serial support registered for ch341-uart
[ 2.512861] usbcore: registered new interface driver cp210x
[ 2.513410] usbserial: USB Serial support registered for cp210x
[ 2.514122] usbcore: registered new interface driver ftdi_sio
[ 2.514686] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.515754] usbcore: registered new interface driver option
[ 2.516300] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.517611] usbcore: registered new interface driver pl2303
[ 2.518179] usbserial: USB Serial support registered for pl2303
[ 2.518839] usbcore: registered new interface driver qcserial
[ 2.519402] usbserial: USB Serial support registered for Qualcomm USB modem
[ 2.520998] mousedev: PS/2 mouse device common for all mice
[ 2.522622] i2c /dev entries driver
[ 2.528598] rk808 1-0018: chip id: 0x8050
[ 2.536898] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 2.537527] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 2.538241] DCDC_REG1: supplied by vcc_sys
[ 2.541681] DCDC_REG2: supplied by vcc_sys
[ 2.544089] DCDC_REG3: supplied by vcc_sys
[ 2.545110] DCDC_REG4: supplied by vcc_sys
[ 2.547109] LDO_REG1: supplied by vcc_io
[ 2.550995] LDO_REG2: supplied by vcc_io
[ 2.554914] LDO_REG3: supplied by vcc_io
[ 2.568937] rk808-rtc rk808-rtc: registered as rtc0
[ 2.571224] rk808-rtc rk808-rtc: setting system clock to 2020-06-15T00:07:00 UTC (1592179620)
[ 2.574308] input: rk805 pwrkey as /devices/platform/ff160000.i2c/i2c-1/1-0018/rk805-pwrkey/input/input0
[ 2.576436] IR NEC protocol handler initialized
[ 2.582412] rockchip-thermal ff250000.tsadc: Missing tshut mode property, using default (cru)
[ 2.583228] rockchip-thermal ff250000.tsadc: Missing tshut-polarity property, using default (low)
[ 2.586645] device-mapper: uevent: version 1.0.3
[ 2.587666] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[ 2.594669] sdhci: Secure Digital Host Controller Interface driver
[ 2.595260] sdhci: Copyright(c) Pierre Ossman
[ 2.595663] Synopsys Designware Multimedia Card Interface Driver
[ 2.597596] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode.
[ 2.598320] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller.
[ 2.598958] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a
[ 2.599588] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 27,32 bit host data width,256 deep fifo
[ 2.600655] vcc_sd: supplied by vcc_io
[ 2.619769] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 2.634070] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.636719] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.637972] hid: raw HID events driver (C) Jiri Kosina
[ 2.639154] usbcore: registered new interface driver usbhid
[ 2.639674] usbhid: USB HID core driver
[ 2.645897] drop_monitor: Initializing network drop monitor service
[ 2.646920] Initializing XFRM netlink socket
[ 2.648658] NET: Registered protocol family 10
[ 2.651731] Segment Routing with IPv6
[ 2.670121] bpfilter: Loaded bpfilter_umh pid 153
[ 2.671179] NET: Registered protocol family 17
[ 2.672066] Bluetooth: RFCOMM TTY layer initialized
[ 2.672594] Bluetooth: RFCOMM socket layer initialized
[ 2.673120] Bluetooth: RFCOMM ver 1.11
[ 2.673486] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 2.674031] Bluetooth: HIDP socket layer initialized
[ 2.674599] Key type dns_resolver registered
[ 2.675818] registered taskstats version 1
[ 2.676215] Loading compiled-in X.509 certificates
[ 2.676874] Key type ._fscrypt registered
[ 2.677257] Key type .fscrypt registered
[ 2.677616] Key type fscrypt-provisioning registered
[ 2.717754] input: gpio-keys as /devices/platform/gpio-keys/input/input1
[ 2.720529] ALSA device list:
[ 2.720603] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0)
[ 2.720837] No soundcards found.
[ 2.722165] random: fast init done
[ 2.722591] dw-apb-uart ff130000.serial: forbid DMA for kernel console
[ 2.729647] Freeing unused kernel memory: 5056K
[ 2.730170] Run /init as init process
[ 2.730508] with arguments:
[ 2.730513] /init
[ 2.730520] earlyprintk
[ 2.730523] with environment:
[ 2.730529] HOME=/
[ 2.730532] TERM=linux
[ 3.899106] dwmmc_rockchip ff500000.dwmmc: Successfully tuned phase to 273
[ 3.899835] mmc0: new ultra high speed SDR104 SDHC card at address aaaa
[ 3.902575] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
[ 3.908699] mmcblk0: p1 p2
[ 4.844815] usb 5-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
[ 4.867678] usb 5-1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
[ 4.868518] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 4.869195] usb 5-1: Product: USB 10/100/1000 LAN
[ 4.869654] usb 5-1: Manufacturer: Realtek
[ 4.870047] usb 5-1: SerialNumber: 000000000000
[ 7.870195] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
[ 8.482270] 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.485808] systemd[1]: Detected architecture arm64.
[ 8.527369] systemd[1]: Set hostname to <nanopi-r2s>.
[ 9.817314] dwmmc_rockchip ff500000.dwmmc: Successfully tuned phase to 273
[ 10.228759] 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.
[ 10.340916] random: systemd: uninitialized urandom read (16 bytes read)
[ 10.345694] systemd[1]: Created slice system-modprobe.slice.
[ 10.356726] random: systemd: uninitialized urandom read (16 bytes read)
[ 10.358924] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 10.368724] random: systemd: uninitialized urandom read (16 bytes read)
[ 10.371059] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 10.382606] systemd[1]: Created slice User and Session Slice.
[ 10.393128] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 10.405087] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 10.418035] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 10.428964] systemd[1]: Reached target Local Encrypted Volumes.
[ 10.440904] systemd[1]: Reached target Paths.
[ 10.452958] systemd[1]: Reached target Remote File Systems.
[ 10.468797] systemd[1]: Reached target Slices.
[ 10.480931] systemd[1]: Reached target Swap.
[ 10.493695] systemd[1]: Listening on Syslog Socket.
[ 10.505674] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 10.517468] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 10.530426] systemd[1]: Listening on Journal Audit Socket.
[ 10.541732] systemd[1]: Listening on Journal Socket (/dev/log).
[ 10.553955] systemd[1]: Listening on Journal Socket.
[ 10.566084] systemd[1]: Listening on udev Control Socket.
[ 10.577582] systemd[1]: Listening on udev Kernel Socket.
[ 10.596710] systemd[1]: Mounting Huge Pages File System...
[ 10.619639] systemd[1]: Mounting POSIX Message Queue File System...
[ 10.633569] systemd[1]: Mounting Kernel Debug File System...
[ 10.657963] systemd[1]: Mounting Kernel Trace File System...
[ 10.678892] systemd[1]: Starting Journal Service...
[ 10.696334] systemd[1]: Starting Set the console keyboard layout...
[ 10.716423] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 10.729248] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[ 10.734370] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 10.735552] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 10.745967] systemd[1]: Starting Load Kernel Modules...
[ 10.753636] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 10.770653] systemd[1]: Starting udev Coldplug all Devices...
[ 10.780121] systemd[1]: Mounted Huge Pages File System.
[ 10.793913] systemd[1]: Mounted POSIX Message Queue File System.
[ 10.805802] systemd[1]: Mounted Kernel Debug File System.
[ 10.817818] systemd[1]: Mounted Kernel Trace File System.
[ 10.832669] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 12.047030] dwmmc_rockchip ff500000.dwmmc: Successfully tuned phase to 273
[ 12.075230] systemd[1]: Finished Load Kernel Modules.
[ 12.120614] EXT4-fs (mmcblk0p2): re-mounted. Opts: commit=600,errors=remount-ro
[ 12.121384] systemd[1]: Mounting FUSE Control File System...
[ 12.136909] systemd[1]: Mounting Kernel Configuration File System...
[ 12.148226] systemd[1]: Starting Apply Kernel Variables...
[ 12.178870] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 12.182478] systemd[1]: Mounted FUSE Control File System.
[ 12.186151] systemd[1]: Mounted Kernel Configuration File System.
[ 12.207562] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 12.208783] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[ 12.215853] systemd[1]: Starting Load/Save Random Seed...
[ 12.224851] systemd[1]: Starting Create System Users...
[ 12.318719] systemd[1]: Started Journal Service.
[ 13.426886] dwmmc_rockchip ff500000.dwmmc: Successfully tuned phase to 273
[ 13.491092] systemd-journald[214]: Received client request to flush runtime journal.
[ 15.159976] dwmmc_rockchip ff500000.dwmmc: Successfully tuned phase to 273
[ 15.180633] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 15.433533] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0)
[ 16.608657] dwmmc_rockchip ff500000.dwmmc: Successfully tuned phase to 273
[ 18.247571] dwmmc_rockchip ff500000.dwmmc: Successfully tuned phase to 273
[ 18.446781] usbcore: registered new interface driver r8152
[ 18.611827] usb 5-1: reset SuperSpeed Gen 1 USB device number 2 using xhci-hcd
[ 18.648069] r8152 5-1:1.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00
[ 18.648969] r8152 5-1:1.0 (unnamed net_device) (uninitialized): Random ether addr 0e:e7:b0:5a:f0:c4
[ 19.666431] dwmmc_rockchip ff500000.dwmmc: Successfully tuned phase to 273
[ 19.698278] r8152 5-1:1.0: load rtl8153b-2 v1 10/23/19 successfully
[ 19.734627] r8152 5-1:1.0 eth1: v1.11.11
[ 20.304505] random: crng init done
[ 20.304520] random: 7 urandom warning(s) missed due to ratelimiting
[ 20.930414] dwmmc_rockchip ff500000.dwmmc: Successfully tuned phase to 273
[ 20.968301] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 20.968382] ext4 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
[ 21.205349] BUG: using smp_processor_id() in preemptible [00000000] code: systemd-tmpfile/295
[ 21.206136] caller is debug_smp_processor_id+0x1c/0x28
[ 21.206145] CPU: 3 PID: 295 Comm: systemd-tmpfile Not tainted 5.8.0-rc1 #1
[ 21.206150] Hardware name: FriendlyElec NanoPi R2S (DT)
[ 21.206154] Call trace:
[ 21.206161] dump_backtrace+0x0/0x1e8
[ 21.206166] show_stack+0x2c/0x38
[ 21.206175] dump_stack+0xb8/0xfc
[ 21.206180] check_preemption_disabled+0xf4/0x108
[ 21.206184] debug_smp_processor_id+0x1c/0x28
[ 21.206191] ext4_mb_new_blocks+0x3d8/0xca0
[ 21.206198] ext4_ext_map_blocks+0x8a4/0xcb8
[ 21.206205] ext4_map_blocks+0x108/0x560
[ 21.206208] ext4_getblk+0x6c/0x1d0
[ 21.206211] ext4_bread+0x54/0x140
[ 21.206216] ext4_append+0x54/0x108
[ 21.206221] ext4_mkdir+0x198/0x4c8
[ 21.206229] vfs_mkdir+0xe8/0x1e0
[ 21.206234] do_mkdirat+0x110/0x130
[ 21.206238] __arm64_sys_mkdirat+0x28/0x38
[ 21.206245] el0_svc_common.constprop.2+0x6c/0x108
[ 21.206250] do_el0_svc+0x34/0xa0
[ 21.206254] el0_sync_handler+0x134/0x1a0
[ 21.206259] el0_sync+0x140/0x180
[ 21.206623] BUG: using smp_processor_id() in preemptible [00000000] code: systemd-tmpfile/295
[ 21.207414] caller is debug_smp_processor_id+0x1c/0x28
[ 21.207428] CPU: 3 PID: 295 Comm: systemd-tmpfile Not tainted 5.8.0-rc1 #1
[ 21.207430] Hardware name: FriendlyElec NanoPi R2S (DT)
[ 21.207435] Call trace:
[ 21.207444] dump_backtrace+0x0/0x1e8
[ 21.207449] show_stack+0x2c/0x38
[ 21.207454] dump_stack+0xb8/0xfc
[ 21.207460] check_preemption_disabled+0xf4/0x108
[ 21.207464] debug_smp_processor_id+0x1c/0x28
[ 21.207472] ext4_mb_new_blocks+0x3d8/0xca0
[ 21.207477] ext4_ext_map_blocks+0x8a4/0xcb8
[ 21.207481] ext4_map_blocks+0x108/0x560
[ 21.207485] ext4_getblk+0x6c/0x1d0
[ 21.207488] ext4_bread+0x54/0x140
[ 21.207492] ext4_append+0x54/0x108
[ 21.207498] ext4_mkdir+0x198/0x4c8
[ 21.207505] vfs_mkdir+0xe8/0x1e0
[ 21.207509] do_mkdirat+0x110/0x130
[ 21.207512] __arm64_sys_mkdirat+0x28/0x38
[ 21.207522] el0_svc_common.constprop.2+0x6c/0x108
[ 21.207527] do_el0_svc+0x34/0xa0
[ 21.207531] el0_sync_handler+0x134/0x1a0
[ 21.207535] el0_sync+0x140/0x180
[ 21.208003] BUG: using smp_processor_id() in preemptible [00000000] code: systemd-tmpfile/295
[ 21.208954] caller is debug_smp_processor_id+0x1c/0x28
[ 21.208964] CPU: 3 PID: 295 Comm: systemd-tmpfile Not tainted 5.8.0-rc1 #1
[ 21.208970] Hardware name: FriendlyElec NanoPi R2S (DT)
[ 21.208976] Call trace:
[ 21.208987] dump_backtrace+0x0/0x1e8
[ 21.208992] show_stack+0x2c/0x38
[ 21.209001] dump_stack+0xb8/0xfc
[ 21.209005] check_preemption_disabled+0xf4/0x108
[ 21.209011] debug_smp_processor_id+0x1c/0x28
[ 21.209019] ext4_mb_new_blocks+0x3d8/0xca0
[ 21.209026] ext4_ext_map_blocks+0x8a4/0xcb8
[ 21.209032] ext4_map_blocks+0x108/0x560
[ 21.209036] ext4_getblk+0x6c/0x1d0
[ 21.209040] ext4_bread+0x54/0x140
[ 21.209044] ext4_append+0x54/0x108
[ 21.209051] ext4_mkdir+0x198/0x4c8
[ 21.209057] vfs_mkdir+0xe8/0x1e0
[ 21.209060] do_mkdirat+0x110/0x130
[ 21.209065] __arm64_sys_mkdirat+0x28/0x38
[ 21.209077] el0_svc_common.constprop.2+0x6c/0x108
[ 21.209081] do_el0_svc+0x34/0xa0
[ 21.209088] el0_sync_handler+0x134/0x1a0
[ 21.209094] el0_sync+0x140/0x180
[ 21.209657] BUG: using smp_processor_id() in preemptible [00000000] code: systemd-tmpfile/295
[ 21.210443] caller is debug_smp_processor_id+0x1c/0x28
[ 21.210452] CPU: 3 PID: 295 Comm: systemd-tmpfile Not tainted 5.8.0-rc1 #1
[ 21.210457] Hardware name: FriendlyElec NanoPi R2S (DT)
[ 21.210460] Call trace:
[ 21.210467] dump_backtrace+0x0/0x1e8
[ 21.210475] show_stack+0x2c/0x38
[ 21.210482] dump_stack+0xb8/0xfc
[ 21.210486] check_preemption_disabled+0xf4/0x108
[ 21.210490] debug_smp_processor_id+0x1c/0x28
[ 21.210498] ext4_mb_new_blocks+0x3d8/0xca0
[ 21.210504] ext4_ext_map_blocks+0x8a4/0xcb8
[ 21.210509] ext4_map_blocks+0x108/0x560
[ 21.210513] ext4_getblk+0x6c/0x1d0
[ 21.210516] ext4_bread+0x54/0x140
[ 21.210520] ext4_append+0x54/0x108
[ 21.210527] ext4_mkdir+0x198/0x4c8
[ 21.210534] vfs_mkdir+0xe8/0x1e0
[ 21.210540] do_mkdirat+0x110/0x130
[ 21.210544] __arm64_sys_mkdirat+0x28/0x38
[ 21.210553] el0_svc_common.constprop.2+0x6c/0x108
[ 21.210560] do_el0_svc+0x34/0xa0
[ 21.210566] el0_sync_handler+0x134/0x1a0
[ 21.210572] el0_sync+0x140/0x180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment