Skip to content

Instantly share code, notes, and snippets.

@avafinger
Created October 7, 2020 03:18
Show Gist options
  • Save avafinger/7f9b6ae613a2549fc834034dd4d81fd4 to your computer and use it in GitHub Desktop.
Save avafinger/7f9b6ae613a2549fc834034dd4d81fd4 to your computer and use it in GitHub Desktop.
Kernel 5.9.0-rc8 NanoPi R2S
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.9.0-rc8 (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 Tue Oct 6 22:09:49 -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: 977504K/1046528K available (13820K kernel code, 1798K rwdata, 4584K rodata, 9728K init, 806K bss, 52640K reserved, 16384K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 45065 entries in 177 pages
[ 0.000000] ftrace: allocated 177 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] 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.000009] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000916] Console: colour dummy device 80x25
[ 0.001741] printk: console [tty0] enabled
[ 0.001821] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.001864] pid_max: default: 32768 minimum: 301
[ 0.002116] LSM: Security Framework initializing
[ 0.002256] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.002306] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.005618] rcu: Hierarchical SRCU implementation.
[ 0.007469] EFI services will not be available.
[ 0.008567] smp: Bringing up secondary CPUs ...
[ 0.009680] Detected VIPT I-cache on CPU1
[ 0.009788] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.011115] Detected VIPT I-cache on CPU2
[ 0.011210] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.012592] Detected VIPT I-cache on CPU3
[ 0.012687] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.012911] smp: Brought up 1 node, 4 CPUs
[ 0.013070] SMP: Total of 4 processors activated.
[ 0.013103] CPU features: detected: 32-bit EL0 Support
[ 0.013132] CPU features: detected: CRC32 instructions
[ 0.038899] CPU: All CPU(s) started at EL2
[ 0.039013] alternatives: patching kernel code
[ 0.041479] devtmpfs: initialized
[ 0.060729] Registered cp15_barrier emulation handler
[ 0.060793] Registered setend emulation handler
[ 0.061765] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.061838] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.063443] pinctrl core: initialized pinctrl subsystem
[ 0.064851] DMI not present or invalid.
[ 0.065936] NET: Registered protocol family 16
[ 0.069737] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.070086] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.070432] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.070602] audit: initializing netlink subsys (disabled)
[ 0.071030] audit: type=2000 audit(0.068:1): state=initialized audit_enabled=0 res=1
[ 0.072543] thermal_sys: Registered thermal governor 'fair_share'
[ 0.072549] thermal_sys: Registered thermal governor 'step_wise'
[ 0.073181] cpuidle: using governor ladder
[ 0.073277] cpuidle: using governor menu
[ 0.073752] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.073967] ASID allocator initialised with 65536 entries
[ 0.149840] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.149890] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.149920] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.149951] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.152812] cryptd: max_cpu_qlen set to 1000
[ 0.166333] iommu: Default domain type: Translated
[ 0.168344] SCSI subsystem initialized
[ 0.168835] libata version 3.00 loaded.
[ 0.169243] usbcore: registered new interface driver usbfs
[ 0.169373] usbcore: registered new interface driver hub
[ 0.169562] usbcore: registered new device driver usb
[ 0.169728] mc: Linux media interface: v0.10
[ 0.169806] videodev: Linux video capture interface: v2.00
[ 0.169930] pps_core: LinuxPPS API ver. 1 registered
[ 0.169955] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.170015] PTP clock support registered
[ 0.171621] Advanced Linux Sound Architecture Driver Initialized.
[ 0.172864] Bluetooth: Core ver 2.22
[ 0.172979] NET: Registered protocol family 31
[ 0.173007] Bluetooth: HCI device and connection manager initialized
[ 0.173052] Bluetooth: HCI socket layer initialized
[ 0.173086] Bluetooth: L2CAP socket layer initialized
[ 0.173147] Bluetooth: SCO socket layer initialized
[ 0.173207] NetLabel: Initializing
[ 0.173231] NetLabel: domain hash size = 128
[ 0.173257] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.173400] NetLabel: unlabeled traffic allowed by default
[ 0.174998] clocksource: Switched to clocksource arch_sys_counter
[ 1.874380] VFS: Disk quotas dquot_6.6.0
[ 1.874534] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.874873] FS-Cache: Loaded
[ 1.891228] NET: Registered protocol family 2
[ 1.892447] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 20480 bytes, linear)
[ 1.892559] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.892720] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 1.893247] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.893545] UDP hash table entries: 512 (order: 3, 49152 bytes, linear)
[ 1.893688] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes, linear)
[ 1.894452] NET: Registered protocol family 1
[ 1.895817] RPC: Registered named UNIX socket transport module.
[ 1.895869] RPC: Registered udp transport module.
[ 1.895893] RPC: Registered tcp transport module.
[ 1.895915] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.895961] PCI: CLS 0 bytes, default 64
[ 1.896380] Trying to unpack rootfs image as initramfs...
[ 1.977201] Freeing initrd memory: 1076K
[ 1.979140] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 1.987986] Initialise system trusted keyrings
[ 1.988433] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 2.004215] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.004858] FS-Cache: Netfs 'nfs' registered for caching
[ 2.005989] NFS: Registering the id_resolver key type
[ 2.006066] Key type id_resolver registered
[ 2.006093] Key type id_legacy registered
[ 2.006320] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 2.006776] fuse: init (API version 7.31)
[ 2.079261] Key type asymmetric registered
[ 2.079314] Asymmetric key parser 'x509' registered
[ 2.079433] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 2.079797] io scheduler mq-deadline registered
[ 2.079834] io scheduler kyber registered
[ 2.088224] rockchip-u3phy ff470000.usb3-phy: Rockchip u3phy initialized successfully
[ 2.095239] dma-pl330 ff1f0000.dmac: Loaded driver for PL330 DMAC-241330
[ 2.095294] dma-pl330 ff1f0000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[ 2.096362] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
[ 2.099846] ff130000.serial: ttyS2 at MMIO 0xff130000 (irq = 12, base_baud = 1500000) is a 16550A
[ 2.175927] printk: console [ttyS2] enabled
[ 2.180986] rockchip-drm display-subsystem: [drm:rockchip_drm_platform_probe] *ERROR* No available vop found for display-subsystem.
[ 2.197234] brd: module loaded
[ 2.218817] loop: module loaded
[ 2.222752] libphy: Fixed MDIO Bus: probed
[ 2.224971] rk_gmac-dwmac ff540000.ethernet: IRQ eth_wake_irq not found
[ 2.225605] rk_gmac-dwmac ff540000.ethernet: IRQ eth_lpi not found
[ 2.226399] rk_gmac-dwmac ff540000.ethernet: PTP uses main clock
[ 2.227373] rk_gmac-dwmac ff540000.ethernet: clock input or output? (input).
[ 2.228035] rk_gmac-dwmac ff540000.ethernet: TX delay(0x24).
[ 2.228561] rk_gmac-dwmac ff540000.ethernet: RX delay(0x18).
[ 2.229103] rk_gmac-dwmac ff540000.ethernet: integrated PHY? (no).
[ 2.229812] rk_gmac-dwmac ff540000.ethernet: cannot get clock clk_mac_speed
[ 2.230448] rk_gmac-dwmac ff540000.ethernet: clock input from PHY
[ 2.236086] rk_gmac-dwmac ff540000.ethernet: init for RGMII
[ 2.237044] rk_gmac-dwmac ff540000.ethernet: User ID: 0x10, Synopsys ID: 0x35
[ 2.237722] rk_gmac-dwmac ff540000.ethernet: DWMAC1000
[ 2.238204] rk_gmac-dwmac ff540000.ethernet: DMA HW capability register supported
[ 2.238890] rk_gmac-dwmac ff540000.ethernet: RX Checksum Offload Engine supported
[ 2.239617] rk_gmac-dwmac ff540000.ethernet: COE Type 2
[ 2.240100] rk_gmac-dwmac ff540000.ethernet: TX Checksum insertion supported
[ 2.240745] rk_gmac-dwmac ff540000.ethernet: Wake-Up On Lan supported
[ 2.241467] rk_gmac-dwmac ff540000.ethernet: Normal descriptors
[ 2.242011] rk_gmac-dwmac ff540000.ethernet: Ring mode enabled
[ 2.242554] rk_gmac-dwmac ff540000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 2.303014] libphy: stmmac: probed
[ 2.309260] PPP generic driver version 2.4.2
[ 2.310162] usbcore: registered new interface driver asix
[ 2.310763] usbcore: registered new interface driver ax88179_178a
[ 2.311444] usbcore: registered new interface driver cdc_ether
[ 2.312043] usbcore: registered new interface driver qmi_wwan
[ 2.317396] phy phy-ff470000.usb3-phy.2: u3phy u2 power on
[ 2.317962] phy phy-ff470000.usb3-phy.3: u3phy u3 power on
[ 2.322045] dwc2 ff580000.usb: supply vusb_d not found, using dummy regulator
[ 2.323171] dwc2 ff580000.usb: supply vusb_a not found, using dummy regulator
[ 2.451126] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM
[ 2.452339] dwc2 ff580000.usb: DWC OTG Controller
[ 2.452824] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1
[ 2.453532] dwc2 ff580000.usb: irq 29, io mem 0xff580000
[ 2.454384] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[ 2.455200] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.455863] usb usb1: Product: DWC OTG Controller
[ 2.456302] usb usb1: Manufacturer: Linux 5.9.0-rc8 dwc2_hsotg
[ 2.456836] usb usb1: SerialNumber: ff580000.usb
[ 2.458459] hub 1-0:1.0: USB hub found
[ 2.458883] hub 1-0:1.0: 1 port detected
[ 2.461181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.461835] ehci-pci: EHCI PCI platform driver
[ 2.462343] ehci-platform: EHCI generic platform driver
[ 2.465735] ehci-platform ff5c0000.usb: EHCI Host Controller
[ 2.466304] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2
[ 2.467356] ehci-platform ff5c0000.usb: irq 30, io mem 0xff5c0000
[ 2.483021] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00
[ 2.484050] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[ 2.484807] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.485483] usb usb2: Product: EHCI Host Controller
[ 2.485934] usb usb2: Manufacturer: Linux 5.9.0-rc8 ehci_hcd
[ 2.486453] usb usb2: SerialNumber: ff5c0000.usb
[ 2.488055] hub 2-0:1.0: USB hub found
[ 2.488478] hub 2-0:1.0: 1 port detected
[ 2.489907] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.490536] ohci-platform: OHCI generic platform driver
[ 2.491885] ohci-platform ff5d0000.usb: Generic Platform OHCI controller
[ 2.492546] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3
[ 2.493547] ohci-platform ff5d0000.usb: irq 31, io mem 0xff5d0000
[ 2.555387] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.09
[ 2.556162] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.556830] usb usb3: Product: Generic Platform OHCI controller
[ 2.557372] usb usb3: Manufacturer: Linux 5.9.0-rc8 ohci_hcd
[ 2.557890] usb usb3: SerialNumber: ff5d0000.usb
[ 2.559461] hub 3-0:1.0: USB hub found
[ 2.559892] hub 3-0:1.0: 1 port detected
[ 2.562336] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.562905] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 4
[ 2.564025] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[ 2.564998] xhci-hcd xhci-hcd.0.auto: irq 166, io mem 0xff600000
[ 2.566394] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[ 2.567277] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.567941] usb usb4: Product: xHCI Host Controller
[ 2.568397] usb usb4: Manufacturer: Linux 5.9.0-rc8 xhci-hcd
[ 2.568915] usb usb4: SerialNumber: xhci-hcd.0.auto
[ 2.570493] hub 4-0:1.0: USB hub found
[ 2.570916] hub 4-0:1.0: 1 port detected
[ 2.572052] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.572595] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[ 2.573312] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 2.574054] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.575141] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[ 2.575918] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.576580] usb usb5: Product: xHCI Host Controller
[ 2.577030] usb usb5: Manufacturer: Linux 5.9.0-rc8 xhci-hcd
[ 2.577549] usb usb5: SerialNumber: xhci-hcd.0.auto
[ 2.579179] hub 5-0:1.0: USB hub found
[ 2.579608] hub 5-0:1.0: 1 port detected
[ 2.580948] usbcore: registered new interface driver cdc_acm
[ 2.581484] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.582295] usbcore: registered new interface driver cdc_wdm
[ 2.583368] usbcore: registered new interface driver uas
[ 2.584118] usbcore: registered new interface driver usb-storage
[ 2.584849] usbcore: registered new interface driver usbserial_generic
[ 2.585487] usbserial: USB Serial support registered for generic
[ 2.586116] usbcore: registered new interface driver ch341
[ 2.586663] usbserial: USB Serial support registered for ch341-uart
[ 2.587367] usbcore: registered new interface driver cp210x
[ 2.587914] usbserial: USB Serial support registered for cp210x
[ 2.588596] usbcore: registered new interface driver ftdi_sio
[ 2.589158] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.590239] usbcore: registered new interface driver option
[ 2.590793] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.592095] usbcore: registered new interface driver pl2303
[ 2.592668] usbserial: USB Serial support registered for pl2303
[ 2.593336] usbcore: registered new interface driver qcserial
[ 2.593894] usbserial: USB Serial support registered for Qualcomm USB modem
[ 2.595494] mousedev: PS/2 mouse device common for all mice
[ 2.597097] i2c /dev entries driver
[ 2.604587] rk808 1-0018: chip id: 0x8050
[ 2.612990] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 2.613620] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 2.614338] DCDC_REG1: supplied by vcc_sys
[ 2.617778] DCDC_REG2: supplied by vcc_sys
[ 2.620081] DCDC_REG3: supplied by vcc_sys
[ 2.621030] DCDC_REG4: supplied by vcc_sys
[ 2.623076] LDO_REG1: supplied by vcc_io
[ 2.626899] LDO_REG2: supplied by vcc_io
[ 2.630843] LDO_REG3: supplied by vcc_io
[ 2.644875] rk808-rtc rk808-rtc: registered as rtc0
[ 2.647171] rk808-rtc rk808-rtc: setting system clock to 2020-10-07T03:13:52 UTC (1602040432)
[ 2.650216] input: rk805 pwrkey as /devices/platform/ff160000.i2c/i2c-1/1-0018/rk805-pwrkey/input/input0
[ 2.652836] IR NEC protocol handler initialized
[ 2.659693] rockchip-thermal ff250000.tsadc: Missing tshut mode property, using default (cru)
[ 2.660505] rockchip-thermal ff250000.tsadc: Missing tshut-polarity property, using default (low)
[ 2.663243] dw_wdt ff1a0000.watchdog: No valid TOPs array specified
[ 2.665067] device-mapper: uevent: version 1.0.3
[ 2.666093] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[ 2.674132] sdhci: Secure Digital Host Controller Interface driver
[ 2.674726] sdhci: Copyright(c) Pierre Ossman
[ 2.675187] Synopsys Designware Multimedia Card Interface Driver
[ 2.677144] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode.
[ 2.677865] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller.
[ 2.678495] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a
[ 2.679172] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 27,32 bit host data width,256 deep fifo
[ 2.680325] vcc_sd: supplied by vcc_io
[ 2.699167] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 2.713832] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.716732] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.717998] hid: raw HID events driver (C) Jiri Kosina
[ 2.719272] usbcore: registered new interface driver usbhid
[ 2.719793] usbhid: USB HID core driver
[ 2.725849] drop_monitor: Initializing network drop monitor service
[ 2.726911] Initializing XFRM netlink socket
[ 2.728598] NET: Registered protocol family 10
[ 2.731629] Segment Routing with IPv6
[ 2.750121] bpfilter: Loaded bpfilter_umh pid 152
[ 2.751097] NET: Registered protocol family 17
[ 2.751871] Bluetooth: RFCOMM TTY layer initialized
[ 2.752349] Bluetooth: RFCOMM socket layer initialized
[ 2.752858] Bluetooth: RFCOMM ver 1.11
[ 2.753218] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 2.753764] Bluetooth: HIDP socket layer initialized
[ 2.754321] Key type dns_resolver registered
[ 2.755866] registered taskstats version 1
[ 2.756276] Loading compiled-in X.509 certificates
[ 2.756821] Key type ._fscrypt registered
[ 2.757199] Key type .fscrypt registered
[ 2.757560] Key type fscrypt-provisioning registered
[ 2.796566] random: fast init done
[ 2.797593] input: gpio-keys as /devices/platform/gpio-keys/input/input1
[ 2.799067] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0)
[ 2.800567] ALSA device list:
[ 2.800853] No soundcards found.
[ 2.801515] dw-apb-uart ff130000.serial: forbid DMA for kernel console
[ 2.812301] Freeing unused kernel memory: 9728K
[ 2.812827] Run /init as init process
[ 2.813159] with arguments:
[ 2.813165] /init
[ 2.813171] earlyprintk
[ 2.813175] with environment:
[ 2.813180] HOME=/
[ 2.813187] TERM=linux
[ 3.334766] dwmmc_rockchip ff500000.dwmmc: Successfully tuned phase to 33
[ 3.335522] mmc0: new ultra high speed SDR104 SDHC card at address aaaa
[ 3.338411] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
[ 3.343788] mmcblk0: p1 p2
[ 4.931209] usb 5-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
[ 4.952707] usb 5-1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
[ 4.953500] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 4.954175] usb 5-1: Product: USB 10/100/1000 LAN
[ 4.954627] usb 5-1: Manufacturer: Realtek
[ 4.955066] usb 5-1: SerialNumber: 000000000000
[ 7.948703] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
[ 7.954081] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
[ 8.585307] systemd[1]: systemd 245.4-4ubuntu3.2 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.589206] systemd[1]: Detected architecture arm64.
[ 8.658497] systemd[1]: Set hostname to <nanopi-r2s>.
[ 9.155644] 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.
[ 9.256172] systemd[1]: Configuration file /lib/systemd/system/fan-monitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 9.259478] systemd[1]: Configuration file /lib/systemd/system/eth-monitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 9.280184] random: systemd: uninitialized urandom read (16 bytes read)
[ 9.285228] systemd[1]: Created slice system-modprobe.slice.
[ 9.295331] random: systemd: uninitialized urandom read (16 bytes read)
[ 9.297563] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 9.311199] random: systemd: uninitialized urandom read (16 bytes read)
[ 9.313438] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 9.325012] systemd[1]: Created slice User and Session Slice.
[ 9.335602] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 9.347636] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 9.360302] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 9.371465] systemd[1]: Reached target Local Encrypted Volumes.
[ 9.383489] systemd[1]: Reached target Paths.
[ 9.395411] systemd[1]: Reached target Remote File Systems.
[ 9.407524] systemd[1]: Reached target Slices.
[ 9.419322] systemd[1]: Reached target Swap.
[ 9.432433] systemd[1]: Listening on Syslog Socket.
[ 9.444248] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 9.446735] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 9.460712] systemd[1]: Listening on Journal Audit Socket.
[ 9.472117] systemd[1]: Listening on Journal Socket (/dev/log).
[ 9.484226] systemd[1]: Listening on Journal Socket.
[ 9.496396] systemd[1]: Listening on udev Control Socket.
[ 9.507996] systemd[1]: Listening on udev Kernel Socket.
[ 9.516642] systemd[1]: Mounting Huge Pages File System...
[ 9.526903] systemd[1]: Mounting POSIX Message Queue File System...
[ 9.548398] systemd[1]: Mounting Kernel Debug File System...
[ 9.571151] systemd[1]: Mounting Kernel Trace File System...
[ 9.584115] systemd[1]: Starting Journal Service...
[ 9.603424] systemd[1]: Starting Set the console keyboard layout...
[ 9.612413] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 9.623737] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[ 9.628649] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 9.629812] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 9.640884] systemd[1]: Starting Load Kernel Modules...
[ 9.649696] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 9.671757] systemd[1]: Starting udev Coldplug all Devices...
[ 9.686232] systemd[1]: Mounted Huge Pages File System.
[ 9.708032] systemd[1]: Mounted POSIX Message Queue File System.
[ 9.719610] EXT4-fs (mmcblk0p2): re-mounted. Opts: commit=600,errors=remount-ro
[ 9.720735] systemd[1]: Mounted Kernel Debug File System.
[ 9.736929] systemd[1]: Mounted Kernel Trace File System.
[ 9.751927] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 9.768714] systemd[1]: Finished Load Kernel Modules.
[ 9.784000] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 9.803137] systemd[1]: Mounting FUSE Control File System...
[ 9.812525] systemd[1]: Mounting Kernel Configuration File System...
[ 9.826212] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 9.827432] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[ 9.835202] systemd[1]: Starting Load/Save Random Seed...
[ 9.854227] systemd[1]: Starting Apply Kernel Variables...
[ 9.863307] systemd[1]: Starting Create System Users...
[ 9.901333] systemd[1]: Mounted FUSE Control File System.
[ 9.913875] systemd[1]: Started Journal Service.
[ 9.993554] systemd-journald[212]: Received client request to flush runtime journal.
[ 10.946138] usbcore: registered new interface driver r8152
[ 10.959965] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 10.960014] ext4 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
[ 11.134510] usb 5-1: reset SuperSpeed Gen 1 USB device number 2 using xhci-hcd
[ 11.170527] r8152 5-1:1.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00
[ 11.171388] r8152 5-1:1.0 (unnamed net_device) (uninitialized): Random ether addr 16:89:ff:6e:49:77
[ 11.203826] r8152 5-1:1.0: load rtl8153b-2 v1 10/23/19 successfully
[ 11.255302] r8152 5-1:1.0 eth1: v1.11.11
[ 11.333267] rk_gmac-dwmac ff540000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211E Gigabit Ethernet] (irq=POLL)
[ 11.347205] rk_gmac-dwmac ff540000.ethernet eth0: No Safety Features support found
[ 11.347228] rk_gmac-dwmac ff540000.ethernet eth0: PTP not supported by HW
[ 11.347243] rk_gmac-dwmac ff540000.ethernet eth0: configuring for phy/rgmii link mode
[ 12.039082] random: crng init done
[ 12.039101] random: 7 urandom warning(s) missed due to ratelimiting
[ 12.215354] zram: Added device: zram0
[ 12.217248] zram: Added device: zram1
[ 12.218547] zram: Added device: zram2
[ 12.224233] zram: Added device: zram3
[ 12.296609] zram0: detected capacity change from 0 to 128602112
[ 12.384815] Adding 125584k swap on /dev/zram0. Priority:5 extents:1 across:125584k SSFS
[ 12.408440] zram1: detected capacity change from 0 to 128602112
[ 12.475360] Adding 125584k swap on /dev/zram1. Priority:5 extents:1 across:125584k SSFS
[ 12.478168] zram2: detected capacity change from 0 to 128602112
[ 12.527279] Adding 125584k swap on /dev/zram2. Priority:5 extents:1 across:125584k SSFS
[ 12.530454] zram3: detected capacity change from 0 to 128602112
[ 12.579256] Adding 125584k swap on /dev/zram3. Priority:5 extents:1 across:125584k SSFS
[ 15.424747] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 15.425042] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment