[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1034651: installation-reports: Somewhat successful installation on Radxa ROCK 4C+ (RK3399-T)



Package: installation-reports
Severity: normal
Tags: d-i

Boot method: microSD card with netboot SD-card-image built from firmware.rock-pi-4-rk3399.img.gz and partition.img.gz
Image version: https://deb.debian.org/debian/dists/testing/main/installer-arm64/current/images/netboot/SD-card-images/firmware.rock-pi-4-rk3399.img.gz and https://deb.debian.org/debian/dists/testing/main/installer-arm64/current/images/netboot/SD-card-images/partition.img.gz, dated from 2023-03-31T21:11:00
Date: ~2023-04-20T20:00:00

Machine: OKdo ROCK 4C+ powered by Radxa, a single board ARM64 computer based on RK3399-T
Partitions:
  # fdisk -l /dev/mmcblk0
  Disk /dev/mmcblk0: 29.72 GiB, 31914983424 bytes, 62333952 sectors
  Units: sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disklabel type: gpt
  Disk identifier: 12808202-944C-4D0B-A0BE-15B1F343F7C8

  Device            Start      End  Sectors  Size Type
  /dev/mmcblk0p1     2048   999423   997376  487M Linux filesystem
  /dev/mmcblk0p2   999424 60332031 59332608 28.3G Linux filesystem
  /dev/mmcblk0p3 60332032 62332927  2000896  977M Linux swap


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:           [O]
Detect network card:    [O]
Configure network:      [O]
Detect media:           [O]
Load installer modules: [O]
Clock/timezone setup:   [O]
User/password setup:    [O]
Detect hard drives:     [O]
Partition hard drives:  [O]
Install base system:    [O]
Install tasks:          [O]
Install boot loader:    [E]
Overall install:        [O]

Comments/Problems:

Installation was done over the serial console - iirc, using a USB keyboard and
screen plugged into the HDMI output didn't work, I think I only saw some output
from u-boot and maybe the kernel, but nothing from the installer. I think I
also saw that the board was detected as "Radxa ROCK Pi 4B" (and thus the
corresponding DTB got used which got also installed and linked in /boot).

The installation process was smooth, I don't remember any error messages or
warnings. I used the automatic partitioning with the whole disk. However, when
rebooting, I just got the following:

  U-Boot TPL 2023.01+dfsg-2 (Jan 18 2023 - 01:57:16)
  lpddr4_set_rate: change freq to 400MHz 0, 1
  Channel 0: LPDDR4, 400MHz
  BW=32 Col=10 Bk=8 CS0 Row=16/15 CS=1 Die BW=16 Size=2048MB
  Channel 1: LPDDR4, 400MHz
  BW=32 Col=10 Bk=8 CS0 Row=16/15 CS=1 Die BW=16 Size=2048MB
  256B stride
  lpddr4_set_rate: change freq to 800MHz 1, 0
  Trying to boot from BOOTROM
  Returning to boot ROM...

  U-Boot SPL 2023.01+dfsg-2 (Jan 18 2023 - 01:57:16 +0000)
  Trying to boot from MMC1
  mmc_load_image_raw_sector: mmc block read error
  Trying to boot from MMC2
  Card did not respond to voltage select! : -110
  spl: mmc init failed with error: -95
  Trying to boot from MMC1
  mmc_load_image_raw_sector: mmc block read error
  SPL: failed to boot from all boot devices
  ### ERROR ### Please RESET the board ###

I'm not sure what went wrong here, but unplugging and plugging it in again
didn't change anything. After putting the microSD card in another machine,
bind-mounting /dev, mounting the root file system, installing the (not yet
installed) u-boot-rockchip package after chrooting into the root file system
and running 

  TARGET=/usr/lib/u-boot/rock-pi-4-rk3399 u-boot-install-rockchip /dev/mmcblk0

it successfully booted. So I guess that when using the whole disk, u-boot
doesn't get installed correctly or fully - or at all.

Before I arrived at the above solution, I made several other installation
attempts. In a (rare ;)) successful attempt, I didn't use the whole disk and
chose to manually partition it instead. I also reused the original but enlarged
partition where the installer resided as /boot and added new partitions for the
root file system and swap. That way, the system successfully booted immediately
after the installation. In that case, I assume it was just using the u-boot
that came with the installer image since the partition table wasn't recreated
during the installation - but I'm just guessing here.

Now that it booted, I still didn't get a lot of output on the attached screen,
iirc, it was only output from u-boot. Similarly on the serial console - there, I
only got output from u-boot and various error or warning messages from the
kernel, but no login prompt. I think the reason for this is that the wrong DTB
gets used. I don't remember all the details how I worked around that, but at
least part of the solution was adding

  Machine: Radxa ROCK 4C+
  Kernel-Flavors: arm64
  DTB-Id: rockchip/rk3399-rock-4c-plus.dtb
  Boot-Script-Path: /boot/boot.scr
  U-Boot-Script-Name: bootscr.uboot-generic
  Required-Packages: u-boot-tools

to /etc/flash-kernel/db,

  setenv fdtfile rockchip/rk3399-rock-4c-plus.dtb

to e.g. /etc/flash-kernel/ubootenv.d/rock4cplus and maybe

  Radxa ROCK 4C+

to /etc/flash-kernel/machine and running flash-kernel. After a subsequent
reboot, many of the errors from the kernel were gone, I got a login prompt on
the serial console and was also able to login using a USB keyboard and the
screen attached via HDMI.

According to its output, u-boot itself still uses the DTB for a "Radxa ROCK Pi
4B" I think, but by setting fdtfile to the correct DTB for the board as above,
the kernel boots using the correct one.

I haven't checked if all the hardware actually works, but ethernet, bluetooth,
USB and HDMI seem to. WiFi didn't when I quickly tried to use it, but that's
probably caused by missing firmware (I did install some firmware packages, but
the kernel still complained that it can't load some iirc .txt file - which
would be part of the raspi-firmware package, but I didn't try to install that).

Unfortunately, I don't know why the board is mis-detected as "Radxa ROCK Pi
4B", which is at least part of some problems I guess, but I also know pretty
much nothing about u-boot, ARM, DTBs, etc. ;). But I think that this might at
least in part be caused by u-boot not currently supporting the "Radxa ROCK 4C+"
- I didn't find any reference to it in the u-boot source code but a patch which
would add that support [1].

I hope the above is useful for somebody. I certainly find it great that it is
possible to get a stock Debian running on this board, even though it's not as
easy yet as I was hoping when I bought the board ;).

Cheers,
Manfred

[1] https://lore.kernel.org/all/20221019073755.100576-1-naoki@radxa.com/

-- Package-specific info:

==============================================
Installer lsb-release:
==============================================
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="12 (bookworm) - installer build 20230401"
X_INSTALLATION_MEDIUM=netboot

==============================================
Installer hardware-summary:
==============================================
uname -a: Linux rock4cplus-01 6.1.0-7-arm64 #1 SMP Debian 6.1.20-1 (2023-03-19) aarch64 GNU/Linux
usb-list: 
usb-list: Bus 01 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 6.1.0-7-arm64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 02 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 6.1.0-7-arm64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 03 Device 01: Generic Platform OHCI controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 6.1.0-7-arm64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 01: Generic Platform OHCI controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 6.1.0-7-arm64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 05 Device 01: xHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 01
usb-list:    Manufacturer: Linux 6.1.0-7-arm64 xhci-hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 06 Device 01: xHCI Host Controller [1d6b:0003]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 03
usb-list:    Manufacturer: Linux 6.1.0-7-arm64 xhci-hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 07 Device 01: xHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 01
usb-list:    Manufacturer: Linux 6.1.0-7-arm64 xhci-hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 08 Device 01: xHCI Host Controller [1d6b:0003]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 03
usb-list:    Manufacturer: Linux 6.1.0-7-arm64 xhci-hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
lsmod: Module                  Size  Used by
lsmod: dm_mod                139264  0
lsmod: dax                    32768  1 dm_mod
lsmod: md_mod                163840  0
lsmod: xfs                  1388544  0
lsmod: jfs                   192512  0
lsmod: btrfs                1478656  0
lsmod: xor                    16384  1 btrfs
lsmod: xor_neon               20480  1 xor
lsmod: raid6_pq              102400  1 btrfs
lsmod: zstd_compress         249856  1 btrfs
lsmod: libcrc32c              16384  2 btrfs,xfs
lsmod: vfat                   24576  0
lsmod: fat                    77824  1 vfat
lsmod: ext4                  765952  2
lsmod: crc16                  16384  1 ext4
lsmod: mbcache                20480  1 ext4
lsmod: jbd2                  139264  1 ext4
lsmod: crc32c_generic         16384  4
lsmod: usb_storage            73728  0
lsmod: scsi_mod              229376  1 usb_storage
lsmod: scsi_common            16384  2 scsi_mod,usb_storage
lsmod: xhci_plat_hcd          20480  0
lsmod: xhci_hcd              258048  1 xhci_plat_hcd
lsmod: rockchipdrm           147456  0
lsmod: dwc3                  159744  0
lsmod: realtek                32768  1
lsmod: udc_core               57344  1 dwc3
lsmod: dw_hdmi                49152  1 rockchipdrm
lsmod: roles                  16384  1 dwc3
lsmod: ulpi                   20480  1 dwc3
lsmod: fan53555               16384  0
lsmod: cec                    45056  1 dw_hdmi
lsmod: dwmac_rk               28672  0
lsmod: stmmac_platform        24576  1 dwmac_rk
lsmod: ohci_platform          16384  0
lsmod: stmmac                237568  2 stmmac_platform,dwmac_rk
lsmod: rc_core                53248  1 cec
lsmod: dw_mipi_dsi            20480  1 rockchipdrm
lsmod: ohci_hcd               53248  1 ohci_platform
lsmod: analogix_dp            49152  1 rockchipdrm
lsmod: sdhci_of_arasan        32768  1
lsmod: ehci_platform          20480  0
lsmod: pcs_xpcs               20480  1 stmmac
lsmod: ehci_hcd               90112  1 ehci_platform
lsmod: pwm_regulator          16384  0
lsmod: dwc3_of_simple         16384  0
lsmod: phylink                45056  2 stmmac,pcs_xpcs
lsmod: drm_display_helper    118784  3 rockchipdrm,dw_hdmi,analogix_dp
lsmod: sdhci_pltfm            16384  1 sdhci_of_arasan
lsmod: of_mdio                20480  3 stmmac_platform,stmmac
lsmod: drm_dma_helper         16384  1 rockchipdrm
lsmod: cqhci                  28672  1 sdhci_of_arasan
lsmod: fixed_phy              16384  1 of_mdio
lsmod: drm_kms_helper        139264  6 dw_mipi_dsi,drm_dma_helper,drm_display_helper,rockchipdrm,dw_hdmi,analogix_dp
lsmod: nvmem_rockchip_efuse    16384  0
lsmod: usbcore               266240  7 ohci_platform,xhci_hcd,ohci_hcd,ehci_platform,usb_storage,ehci_hcd,xhci_plat_hcd
lsmod: phy_rockchip_emmc      16384  1
lsmod: phy_rockchip_pcie      20480  0
lsmod: io_domain              24576  0
lsmod: phy_rockchip_inno_usb2    45056  12
lsmod: pl330                  36864  0
lsmod: fwnode_mdio            20480  1 of_mdio
lsmod: phy_rockchip_typec     20480  4
lsmod: pwm_rockchip           16384  1
lsmod: i2c_rk3x               24576  0
lsmod: drm                   442368  7 drm_kms_helper,dw_mipi_dsi,drm_dma_helper,drm_display_helper,rockchipdrm,dw_hdmi,analogix_dp
lsmod: dw_mmc_rockchip        20480  0
lsmod: ptp                    32768  1 stmmac
lsmod: dw_mmc_pltfm           16384  1 dw_mmc_rockchip
lsmod: pps_core               24576  1 ptp
lsmod: usb_common             16384  10 ohci_platform,xhci_hcd,ohci_hcd,ehci_platform,phy_rockchip_inno_usb2,usbcore,ehci_hcd,xhci_plat_hcd,dwc3,udc_core
lsmod: libphy                 98304  7 fwnode_mdio,of_mdio,realtek,stmmac,fixed_phy,phylink,pcs_xpcs
lsmod: sdhci                  69632  2 sdhci_pltfm,sdhci_of_arasan
lsmod: dw_mmc                 45056  2 dw_mmc_pltfm,dw_mmc_rockchip
lsmod: fixed                  20480  13
df: Filesystem           1K-blocks      Used Available Use% Mounted on
df: tmpfs                   394812        60    394752   0% /run
df: devtmpfs               1912956         0   1912956   0% /dev
df: /dev/mmcblk0p2        29024152   1104296  26420160   4% /target
df: /dev/mmcblk0p1          465124     70759    369431  16% /target/boot
df: /dev/mmcblk0p2        29024152   1104296  26420160   4% /dev/.static/dev
df: devtmpfs               1912956         0   1912956   0% /target/dev
free:               total        used        free      shared  buff/cache   available
free: Mem:        3948088      128424     2143900      305700     1675764     3423852
free: Swap:       1000444           0     1000444
/proc/cmdline: 
/proc/cpuinfo: processor	: 0
/proc/cpuinfo: BogoMIPS	: 48.00
/proc/cpuinfo: Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
/proc/cpuinfo: CPU implementer	: 0x41
/proc/cpuinfo: CPU architecture: 8
/proc/cpuinfo: CPU variant	: 0x0
/proc/cpuinfo: CPU part	: 0xd03
/proc/cpuinfo: CPU revision	: 4
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 1
/proc/cpuinfo: BogoMIPS	: 48.00
/proc/cpuinfo: Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
/proc/cpuinfo: CPU implementer	: 0x41
/proc/cpuinfo: CPU architecture: 8
/proc/cpuinfo: CPU variant	: 0x0
/proc/cpuinfo: CPU part	: 0xd03
/proc/cpuinfo: CPU revision	: 4
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 2
/proc/cpuinfo: BogoMIPS	: 48.00
/proc/cpuinfo: Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
/proc/cpuinfo: CPU implementer	: 0x41
/proc/cpuinfo: CPU architecture: 8
/proc/cpuinfo: CPU variant	: 0x0
/proc/cpuinfo: CPU part	: 0xd03
/proc/cpuinfo: CPU revision	: 4
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 3
/proc/cpuinfo: BogoMIPS	: 48.00
/proc/cpuinfo: Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
/proc/cpuinfo: CPU implementer	: 0x41
/proc/cpuinfo: CPU architecture: 8
/proc/cpuinfo: CPU variant	: 0x0
/proc/cpuinfo: CPU part	: 0xd03
/proc/cpuinfo: CPU revision	: 4
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 4
/proc/cpuinfo: BogoMIPS	: 48.00
/proc/cpuinfo: Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
/proc/cpuinfo: CPU implementer	: 0x41
/proc/cpuinfo: CPU architecture: 8
/proc/cpuinfo: CPU variant	: 0x0
/proc/cpuinfo: CPU part	: 0xd08
/proc/cpuinfo: CPU revision	: 2
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 5
/proc/cpuinfo: BogoMIPS	: 48.00
/proc/cpuinfo: Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
/proc/cpuinfo: CPU implementer	: 0x41
/proc/cpuinfo: CPU architecture: 8
/proc/cpuinfo: CPU variant	: 0x0
/proc/cpuinfo: CPU part	: 0xd08
/proc/cpuinfo: CPU revision	: 2
/proc/cpuinfo: 
/proc/device-tree/model: Radxa ROCK Pi 4BÀ?/proc/iomem: 00200000-f7ffffff : System RAM
/proc/iomem:   02210000-0402ffff : Kernel code
/proc/iomem:   04030000-0463ffff : reserved
/proc/iomem:   04640000-0498ffff : Kernel data
/proc/iomem:   e9c00000-edbfffff : reserved
/proc/iomem:   edda5000-eddb4fff : reserved
/proc/iomem:   eddb7000-f0ef6fff : reserved
/proc/iomem:   f3200000-f75fffff : reserved
/proc/iomem:   f7708000-f7708fff : reserved
/proc/iomem:   f7709000-f77bcfff : reserved
/proc/iomem:   f77bf000-f77c0fff : reserved
/proc/iomem:   f77c1000-f77e5fff : reserved
/proc/iomem:   f77e6000-f77e6fff : reserved
/proc/iomem:   f77e7000-f783efff : reserved
/proc/iomem:   f783f000-f7ffffff : reserved
/proc/iomem: fe300000-fe30ffff : fe300000.ethernet ethernet@fe300000
/proc/iomem: fe320000-fe323fff : fe320000.mmc mmc@fe320000
/proc/iomem: fe330000-fe33ffff : fe330000.mmc mmc@fe330000
/proc/iomem: fe380000-fe39ffff : fe380000.usb usb@fe380000
/proc/iomem: fe3a0000-fe3bffff : fe3a0000.usb usb@fe3a0000
/proc/iomem: fe3c0000-fe3dffff : fe3c0000.usb usb@fe3c0000
/proc/iomem: fe3e0000-fe3fffff : fe3e0000.usb usb@fe3e0000
/proc/iomem: fe430000-fe430fff : debug@fe430000
/proc/iomem: fe432000-fe432fff : debug@fe432000
/proc/iomem: fe434000-fe434fff : debug@fe434000
/proc/iomem: fe436000-fe436fff : debug@fe436000
/proc/iomem: fe610000-fe610fff : debug@fe610000
/proc/iomem: fe710000-fe710fff : debug@fe710000
/proc/iomem: fe800000-fe807fff : usb@fe800000
/proc/iomem:   fe800000-fe807fff : xhci-hcd.0.auto usb@fe800000
/proc/iomem: fe80c100-fe8fffff : fe800000.usb usb@fe800000
/proc/iomem: fe900000-fe907fff : usb@fe900000
/proc/iomem:   fe900000-fe907fff : xhci-hcd.1.auto usb@fe900000
/proc/iomem: fe90c100-fe9fffff : fe900000.usb usb@fe900000
/proc/iomem: fee00000-fee0ffff : GICD
/proc/iomem: fef00000-fefbffff : GICR
/proc/iomem: ff110000-ff110fff : ff110000.i2c i2c@ff110000
/proc/iomem: ff130000-ff130fff : ff130000.i2c i2c@ff130000
/proc/iomem: ff180000-ff18001f : serial
/proc/iomem: ff1a0000-ff1a001f : serial
/proc/iomem: ff3c0000-ff3c0fff : ff3c0000.i2c i2c@ff3c0000
/proc/iomem: ff3d0000-ff3d0fff : ff3d0000.i2c i2c@ff3d0000
/proc/iomem: ff420020-ff42002f : ff420020.pwm pwm@ff420020
/proc/iomem: ff650800-ff65083f : ff650800.iommu iommu@ff650800
/proc/iomem: ff660480-ff6604bf : ff660480.iommu iommu@ff660480
/proc/iomem: ff6604c0-ff6604ff : ff660480.iommu iommu@ff660480
/proc/iomem: ff690000-ff69007f : ff690000.efuse efuse@ff690000
/proc/iomem: ff6d0000-ff6d3fff : dma-controller@ff6d0000
/proc/iomem:   ff6d0000-ff6d3fff : ff6d0000.dma-controller dma-controller@ff6d0000
/proc/iomem: ff6e0000-ff6e3fff : dma-controller@ff6e0000
/proc/iomem:   ff6e0000-ff6e3fff : ff6e0000.dma-controller dma-controller@ff6e0000
/proc/iomem: ff720000-ff7200ff : ff720000.gpio gpio@ff720000
/proc/iomem: ff730000-ff7300ff : ff730000.gpio gpio@ff730000
/proc/iomem: ff780000-ff7800ff : ff780000.gpio gpio@ff780000
/proc/iomem: ff788000-ff7880ff : ff788000.gpio gpio@ff788000
/proc/iomem: ff790000-ff7900ff : ff790000.gpio gpio@ff790000
/proc/iomem: ff7c0000-ff7fffff : ff7c0000.phy phy@ff7c0000
/proc/iomem: ff800000-ff83ffff : ff800000.phy phy@ff800000
/proc/iomem: ff8f3f00-ff8f3fff : ff8f3f00.iommu iommu@ff8f3f00
/proc/iomem: ff903f00-ff903fff : ff903f00.iommu iommu@ff903f00
/proc/iomem: ff914000-ff9140ff : ff914000.iommu iommu@ff914000
/proc/iomem: ff915000-ff9150ff : ff914000.iommu iommu@ff914000
/proc/iomem: ff924000-ff9240ff : ff924000.iommu iommu@ff924000
/proc/iomem: ff925000-ff9250ff : ff924000.iommu iommu@ff924000
/proc/interrupts:            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       
/proc/interrupts:  18:          0          0          0          0          0          0     GICv3  25 Level     vgic
/proc/interrupts:  20:          0          0          0          0          0          0     GICv3  27 Level     kvm guest vtimer
/proc/interrupts:  23:     150813      48029      43726      61756     139291     119773     GICv3  30 Level     arch_timer
/proc/interrupts:  25:      35132      30355      28009      29278      29310      30266     GICv3 113 Level     rk_timer
/proc/interrupts:  31:          0          0          0          0          0          0  GICv3-23   0 Level     arm-pmu
/proc/interrupts:  32:          0          0          0          0          0          0  GICv3-23   1 Level     arm-pmu
/proc/interrupts:  34:       6657          0          0          0          0          0     GICv3 132 Level     ttyS2
/proc/interrupts:  35:          0          0          0          0          0          0     GICv3 147 Level     ff650800.iommu
/proc/interrupts:  36:          0          0          0          0          0          0     GICv3 149 Level     ff660480.iommu
/proc/interrupts:  37:          0          0          0          0          0          0     GICv3 151 Level     ff8f3f00.iommu
/proc/interrupts:  38:          0          0          0          0          0          0     GICv3 150 Level     ff903f00.iommu
/proc/interrupts:  39:          0          0          0          0          0          0     GICv3  75 Level     ff914000.iommu
/proc/interrupts:  40:          0          0          0          0          0          0     GICv3  76 Level     ff924000.iommu
/proc/interrupts:  42:     293790          0          0          0          0          0     GICv3  97 Level     dw-mci
/proc/interrupts:  43:          0          0          0          0          0          0     GICv3  91 Level     ff110000.i2c
/proc/interrupts:  44:          0          0          0          0          0          0     GICv3  66 Level     ff130000.i2c
/proc/interrupts:  45:         69          0          0          0          0          0     GICv3  89 Level     ff3c0000.i2c
/proc/interrupts:  46:          0          0          0          0          0          0  rockchip_gpio_irq   7 Edge      fe320000.mmc cd
/proc/interrupts:  48:          0          0          0          0          0          0     GICv3  37 Level     ff6d0000.dma-controller
/proc/interrupts:  49:          0          0          0          0          0          0     GICv3  38 Level     ff6d0000.dma-controller
/proc/interrupts:  50:          0          0          0          0          0          0     GICv3  59 Level     rockchip_usb2phy
/proc/interrupts:  51:          0          0          0          0          0          0     GICv3  88 Level     ff3d0000.i2c
/proc/interrupts:  52:          0          0          0          0          0          0     GICv3  63 Level     rockchip_usb2phy
/proc/interrupts:  53:          0          0          0          0          0          0     GICv3  39 Level     ff6e0000.dma-controller
/proc/interrupts:  54:          0          0          0          0          0          0     GICv3  40 Level     ff6e0000.dma-controller
/proc/interrupts:  55:         52          0          0          0          0          0     GICv3  43 Level     mmc1
/proc/interrupts:  56:          0          0          0          0          0          0     GICv3  58 Level     ehci_hcd:usb1
/proc/interrupts:  57:          0          0          0          0          0          0     GICv3  62 Level     ehci_hcd:usb2
/proc/interrupts:  58:      17380          0          0          0          0          0     GICv3  44 Level     end0
/proc/interrupts:  59:          0          0          0          0          0          0     GICv3  64 Level     ohci_hcd:usb4
/proc/interrupts:  60:          0          0          0          0          0          0     GICv3  60 Level     ohci_hcd:usb3
/proc/interrupts:  61:          0          0          0          0          0          0     GICv3 137 Level     xhci-hcd:usb5
/proc/interrupts:  62:          0          0          0          0          0          0     GICv3 142 Level     xhci-hcd:usb7
/proc/interrupts: IPI0:      8342      12922       9848      11261      17406      15958       Rescheduling interrupts
/proc/interrupts: IPI1:    140508     104893     102376      88904     125721     131325       Function call interrupts
/proc/interrupts: IPI2:         0          0          0          0          0          0       CPU stop interrupts
/proc/interrupts: IPI3:         0          0          0          0          0          0       CPU stop (for crash dump) interrupts
/proc/interrupts: IPI4:     37256      46127      47261      49268      46380      46387       Timer broadcast interrupts
/proc/interrupts: IPI5:         0          0          0          0          0          0       IRQ work interrupts
/proc/interrupts: IPI6:         0          0          0          0          0          0       CPU wake-up interrupts
/proc/interrupts: Err:          0
/proc/meminfo: MemTotal:        3948088 kB
/proc/meminfo: MemFree:         2142892 kB
/proc/meminfo: MemAvailable:    3422844 kB
/proc/meminfo: Buffers:           84840 kB
/proc/meminfo: Cached:          1466960 kB
/proc/meminfo: SwapCached:            0 kB
/proc/meminfo: Active:           577856 kB
/proc/meminfo: Inactive:        1008960 kB
/proc/meminfo: Active(anon):     191664 kB
/proc/meminfo: Inactive(anon):   149052 kB
/proc/meminfo: Active(file):     386192 kB
/proc/meminfo: Inactive(file):   859908 kB
/proc/meminfo: Unevictable:           0 kB
/proc/meminfo: Mlocked:               0 kB
/proc/meminfo: SwapTotal:       1000444 kB
/proc/meminfo: SwapFree:        1000444 kB
/proc/meminfo: Zswap:                 0 kB
/proc/meminfo: Zswapped:              0 kB
/proc/meminfo: Dirty:               532 kB
/proc/meminfo: Writeback:             0 kB
/proc/meminfo: AnonPages:         35176 kB
/proc/meminfo: Mapped:             6948 kB
/proc/meminfo: Shmem:            305700 kB
/proc/meminfo: KReclaimable:     123964 kB
/proc/meminfo: Slab:             162924 kB
/proc/meminfo: SReclaimable:     123964 kB
/proc/meminfo: SUnreclaim:        38960 kB
/proc/meminfo: KernelStack:        2240 kB
/proc/meminfo: PageTables:         1524 kB
/proc/meminfo: SecPageTables:         0 kB
/proc/meminfo: NFS_Unstable:          0 kB
/proc/meminfo: Bounce:                0 kB
/proc/meminfo: WritebackTmp:          0 kB
/proc/meminfo: CommitLimit:     2974488 kB
/proc/meminfo: Committed_AS:     351820 kB
/proc/meminfo: VmallocTotal:   133143592960 kB
/proc/meminfo: VmallocUsed:       18816 kB
/proc/meminfo: VmallocChunk:          0 kB
/proc/meminfo: Percpu:              864 kB
/proc/meminfo: HardwareCorrupted:     0 kB
/proc/meminfo: AnonHugePages:     20480 kB
/proc/meminfo: ShmemHugePages:        0 kB
/proc/meminfo: ShmemPmdMapped:        0 kB
/proc/meminfo: FileHugePages:         0 kB
/proc/meminfo: FilePmdMapped:         0 kB
/proc/meminfo: CmaTotal:          65536 kB
/proc/meminfo: CmaFree:           63984 kB
/proc/meminfo: HugePages_Total:       0
/proc/meminfo: HugePages_Free:        0
/proc/meminfo: HugePages_Rsvd:        0
/proc/meminfo: HugePages_Surp:        0
/proc/meminfo: Hugepagesize:       2048 kB
/proc/meminfo: Hugetlb:               0 kB

==============================================
Installer firmware-summary:
==============================================
# No firmware or microcode packages deployed by the installer

============================================================================
Sample dmesg output before switching to correct DTB
Note: dmesg outputs aren't from the same installation attempt, microSD cards
      were different and I didn't always have a USB keyboard attached or
      additional firmware installed, which might explain some of the
      differences. The first output is also directly from dmesg, the other
      one from /var/log/kern.log.
============================================================================
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.1.0-7-arm64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Debian 6.1.20-2 (2023-04-08)
[    0.000000] Machine model: Radxa ROCK Pi 4B
[    0.000000] efi: UEFI not found.
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] NUMA: NODE_DATA [mem 0xf77e0380-0xf77e2fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000200000-0x00000000f7ffffff]
[    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-0x00000000f7ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[    0.000000] cma: Reserved 64 MiB at 0x00000000eac00000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 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.2
[    0.000000] percpu: Embedded 30 pages/cpu s83560 r8192 d31128 u122880
[    0.000000] pcpu-alloc: s83560 r8192 d31128 u122880 alloc=30*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Fallback order for Node 0: 0 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 999432
[    0.000000] Policy zone: DMA
[    0.000000] Kernel command line:   quiet
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.000000] Memory: 223380K/4061184K available (12928K kernel code, 2786K rwdata, 14008K rodata, 6272K init, 611K bss, 149520K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] ftrace: allocating 43463 entries in 170 pages
[    0.000000] ftrace: allocated 170 pages with 4 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
[    0.000000] 	Rude variant of Tasks RCU enabled.
[    0.000000] 	Tracing 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=6
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 256 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: GICv3 features: 16 PPIs
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[    0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @600000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x00000000005a0000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000005b0000
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    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.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.002575] Console: colour dummy device 80x25
[    0.002667] printk: console [tty0] enabled
[    0.002880] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.002903] pid_max: default: 32768 minimum: 301
[    0.003355] LSM: Security Framework initializing
[    0.003477] landlock: Up and running.
[    0.003484] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.003732] AppArmor: AppArmor initialized
[    0.003749] TOMOYO Linux initialized
[    0.003784] LSM support for eBPF active
[    0.004072] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.004109] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.006570] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.007874] cblist_init_generic: Setting adjustable number of callback queues.
[    0.007893] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.008072] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.008433] rcu: Hierarchical SRCU implementation.
[    0.008442] rcu: 	Max phase no-delay instances is 1000.
[    0.010693] Platform MSI: interrupt-controller@fee20000 domain created
[    0.011115] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.011366] fsl-mc MSI: interrupt-controller@fee20000 domain created
[    0.014193] EFI services will not be available.
[    0.015271] smp: Bringing up secondary CPUs ...
[    0.016403] Detected VIPT I-cache on CPU1
[    0.016525] cacheinfo: Unable to detect cache hierarchy for CPU 1
[    0.016544] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.016566] GICv3: CPU1: using allocated LPI pending table @0x00000000005c0000
[    0.016631] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.017770] Detected VIPT I-cache on CPU2
[    0.017879] cacheinfo: Unable to detect cache hierarchy for CPU 2
[    0.017894] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.017914] GICv3: CPU2: using allocated LPI pending table @0x00000000005d0000
[    0.017959] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.018995] Detected VIPT I-cache on CPU3
[    0.019099] cacheinfo: Unable to detect cache hierarchy for CPU 3
[    0.019114] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.019133] GICv3: CPU3: using allocated LPI pending table @0x00000000005e0000
[    0.019175] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.020350] CPU features: detected: Spectre-v2
[    0.020362] CPU features: detected: Spectre-v3a
[    0.020370] CPU features: detected: Spectre-BHB
[    0.020379] CPU features: detected: ARM erratum 1742098
[    0.020386] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.020392] Detected PIPT I-cache on CPU4
[    0.020498] cacheinfo: Unable to detect cache hierarchy for CPU 4
[    0.020514] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.020532] GICv3: CPU4: using allocated LPI pending table @0x00000000005f0000
[    0.020573] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[    0.021645] Detected PIPT I-cache on CPU5
[    0.021736] cacheinfo: Unable to detect cache hierarchy for CPU 5
[    0.021750] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.021767] GICv3: CPU5: using allocated LPI pending table @0x0000000000680000
[    0.021799] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[    0.021931] smp: Brought up 1 node, 6 CPUs
[    0.021979] SMP: Total of 6 processors activated.
[    0.021989] CPU features: detected: 32-bit EL0 Support
[    0.021996] CPU features: detected: 32-bit EL1 Support
[    0.022005] CPU features: detected: CRC32 instructions
[    0.022139] CPU: All CPU(s) started at EL2
[    0.022173] alternatives: applying system-wide alternatives
[    0.117989] node 0 deferred pages initialised in 92ms
[    0.119781] devtmpfs: initialized
[    0.137036] Registered cp15_barrier emulation handler
[    0.137060] Registered setend emulation handler
[    0.137314] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.137368] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.139034] pinctrl core: initialized pinctrl subsystem
[    0.141656] DMI not present or invalid.
[    0.142695] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.144785] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.145357] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.145922] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.146018] audit: initializing netlink subsys (disabled)
[    0.146277] audit: type=2000 audit(0.144:1): state=initialized audit_enabled=0 res=1
[    0.147678] thermal_sys: Registered thermal governor 'fair_share'
[    0.147687] thermal_sys: Registered thermal governor 'bang_bang'
[    0.147694] thermal_sys: Registered thermal governor 'step_wise'
[    0.147700] thermal_sys: Registered thermal governor 'user_space'
[    0.147706] thermal_sys: Registered thermal governor 'power_allocator'
[    0.147767] cpuidle: using governor ladder
[    0.147799] cpuidle: using governor menu
[    0.147905] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.148110] ASID allocator initialised with 65536 entries
[    0.148698] Serial: AMBA PL011 UART driver
[    0.173687] platform fe330000.mmc: Fixed dependency cycle(s) with /syscon@ff770000/phy@f780
[    0.175901] platform ff880000.i2s: Fixed dependency cycle(s) with /i2c@ff110000/codec@11
[    0.179550] platform ff900000.vop: Fixed dependency cycle(s) with /hdmi@ff940000
[    0.179626] platform ff8f0000.vop: Fixed dependency cycle(s) with /hdmi@ff940000
[    0.188524] rockchip-gpio ff720000.gpio: probed /pinctrl/gpio@ff720000
[    0.189257] rockchip-gpio ff730000.gpio: probed /pinctrl/gpio@ff730000
[    0.189953] rockchip-gpio ff780000.gpio: probed /pinctrl/gpio@ff780000
[    0.190697] rockchip-gpio ff788000.gpio: probed /pinctrl/gpio@ff788000
[    0.191419] rockchip-gpio ff790000.gpio: probed /pinctrl/gpio@ff790000
[    0.197436] KASLR disabled due to lack of seed
[    0.204661] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.204672] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.204681] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.204687] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    0.204695] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.204702] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.204709] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.204715] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.248728] ACPI: Interpreter disabled.
[    0.249623] iommu: Default domain type: Translated 
[    0.249633] iommu: DMA domain TLB invalidation policy: strict mode 
[    0.249953] EDAC MC: Ver: 3.0.0
[    0.252500] NetLabel: Initializing
[    0.252510] NetLabel:  domain hash size = 128
[    0.252517] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.252585] NetLabel:  unlabeled traffic allowed by default
[    0.252773] vgaarb: loaded
[    0.253109] clocksource: Switched to clocksource arch_sys_counter
[    0.253752] VFS: Disk quotas dquot_6.6.0
[    0.253844] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.254793] AppArmor: AppArmor Filesystem Enabled
[    0.254863] pnp: PnP ACPI: disabled
[    0.267376] NET: Registered PF_INET protocol family
[    0.267700] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.272686] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.272816] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.272899] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.273570] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.274846] TCP: Hash tables configured (established 32768 bind 32768)
[    0.275208] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.275389] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.275543] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.275929] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.275976] NET: Registered PF_XDP protocol family
[    0.275991] PCI: CLS 0 bytes, default 64
[    0.276625] Trying to unpack rootfs image as initramfs...
[    0.291633] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    0.293871] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    0.295131] kvm [1]: IPA Size Limit: 40 bits
[    0.300066] kvm [1]: vgic-v2@fff20000
[    0.300115] kvm [1]: GIC system register CPU interface enabled
[    0.301320] kvm [1]: vgic interrupt IRQ18
[    0.301628] kvm [1]: Hyp mode initialized successfully
[    0.329620] Initialise system trusted keyrings
[    0.329728] Key type blacklist registered
[    0.330140] workingset: timestamp_bits=42 max_order=20 bucket_order=0
[    0.337884] zbud: loaded
[    0.339185] integrity: Platform Keyring initialized
[    0.339268] integrity: Machine keyring initialized
[    0.339279] Key type asymmetric registered
[    0.339287] Asymmetric key parser 'x509' registered
[    2.442444] Freeing initrd memory: 33920K
[    2.485799] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    2.485958] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    2.486168] io scheduler mq-deadline registered
[    2.503642] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.522623] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.525444] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 33, base_baud = 1500000) is a 16550A
[    2.525672] serial serial0: tty port ttyS0 registered
[    2.526719] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 34, base_baud = 1500000) is a 16550A
[    2.527120] printk: console [ttyS2] enabled
[    2.528775] Serial: AMBA driver
[    2.529552] msm_serial: driver initialized
[    2.535262] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    2.536583] mousedev: PS/2 mouse device common for all mice
[    2.541398] ledtrig-cpu: registered to indicate activity on CPUs
[    2.542481] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    2.670787] NET: Registered PF_INET6 protocol family
[    2.714324] Segment Routing with IPv6
[    2.714403] In-situ OAM (IOAM) with IPv6
[    2.714519] mip6: Mobile IPv6
[    2.714541] NET: Registered PF_PACKET protocol family
[    2.715171] mpls_gso: MPLS GSO support
[    2.716387] registered taskstats version 1
[    2.716431] Loading compiled-in X.509 certificates
[    2.824083] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    2.824205] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
[    2.827192] zswap: loaded using pool lzo/zbud
[    2.828732] Key type .fscrypt registered
[    2.828743] Key type fscrypt-provisioning registered
[    2.870110] Key type encrypted registered
[    2.870176] AppArmor: AppArmor sha1 policy hashing enabled
[    2.870228] ima: No TPM chip found, activating TPM-bypass!
[    2.870278] ima: Allocated hash algorithm: sha256
[    2.870323] ima: No architecture policies found
[    2.870385] evm: Initialising EVM extended attributes:
[    2.870391] evm: security.selinux
[    2.870399] evm: security.SMACK64 (disabled)
[    2.870405] evm: security.SMACK64EXEC (disabled)
[    2.870411] evm: security.SMACK64TRANSMUTE (disabled)
[    2.870417] evm: security.SMACK64MMAP (disabled)
[    2.870423] evm: security.apparmor
[    2.870429] evm: security.ima
[    2.870435] evm: security.capability
[    2.870440] evm: HMAC attrs: 0x1
[    3.433456] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console
[    3.444131] Freeing unused kernel memory: 6272K
[    3.518948] Checked W+X mappings: passed, no W+X pages found
[    3.518978] Run /init as init process
[    3.518987]   with arguments:
[    3.518996]     /init
[    3.519004]   with environment:
[    3.519010]     HOME=/
[    3.519017]     TERM=linux
[    4.663134] pps_core: LinuxPPS API ver. 1 registered
[    4.663159] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    4.664039] Synopsys Designware Multimedia Card Interface Driver
[    4.667732] dw-apb-uart ff180000.serial: Failed to create device link (0x180) with vcc3v3-sys
[    4.671211] PTP clock support registered
[    4.726369] sdhci: Secure Digital Host Controller Interface driver
[    4.726395] sdhci: Copyright(c) Pierre Ossman
[    4.737971] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    4.738025] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    4.738044] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    4.738131] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    4.742470] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
[    4.742517] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
[    4.742535] dwmmc_rockchip fe320000.mmc: Version ID is 270a
[    4.742592] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 42,32 bit host data width,256 deep fifo
[    4.742859] dwmmc_rockchip fe320000.mmc: Got CD GPIO
[    4.748298] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    4.748319] dma-pl330 ff6d0000.dma-controller: 	DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    4.755744] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    4.759830] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    4.759873] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    4.759891] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    4.759928] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    4.764494] dw-apb-uart ff180000.serial: Failed to create device link (0x180) with 0-001b
[    4.787039] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    4.787096] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    4.787117] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    4.787174] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    4.787265] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    4.787285] dma-pl330 ff6e0000.dma-controller: 	DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    4.789967] rk808 0-001b: failed to read the chip id at 0x17
[    4.791838] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    4.791895] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    4.791915] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    4.791994] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    4.794329] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.798160] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    4.798220] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    4.798241] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    4.798296] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    4.814158] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    4.814218] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    4.814238] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    4.814294] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    4.909161] usbcore: registered new interface driver usbfs
[    4.909302] usbcore: registered new interface driver hub
[    4.909420] usbcore: registered new device driver usb
[    4.945011] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    4.946365] mmc0: new high speed SDHC card at address aaaa
[    4.952632] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    4.952677] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    4.952695] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    4.952735] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    4.959533] mmcblk0: mmc0:aaaa SP32G 29.7 GiB 
[    4.973377] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    4.973424] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    4.973442] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    4.973480] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    5.013718] mmc1: CQHCI version 5.10
[    5.026274]  mmcblk0: p1 p2 p3
[    5.049160] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    5.049225] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    5.049245] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    5.049304] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    5.057047] mmc1: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA
[    5.084804] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    5.084864] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    5.084884] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    5.084945] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    5.090108] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[    5.090417] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[    5.090442] ehci-platform fe380000.usb: EHCI Host Controller
[    5.090481] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 1
[    5.090524] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 2
[    5.090676] ohci-platform fe3a0000.usb: irq 56, io mem 0xfe3a0000
[    5.090701] ehci-platform fe380000.usb: irq 58, io mem 0xfe380000
[    5.091182] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[    5.091214] ehci-platform fe3c0000.usb: EHCI Host Controller
[    5.091288] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 3
[    5.091492] ehci-platform fe3c0000.usb: irq 59, io mem 0xfe3c0000
[    5.097437] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    5.099650] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
[    5.099876] ohci-platform fe3e0000.usb: irq 57, io mem 0xfe3e0000
[    5.100112] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    5.100200] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    5.100222] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    5.100262] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    5.106420] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
[    5.106457] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
[    5.106711] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
[    5.107053] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[    5.107079] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28).
[    5.107099] rk_gmac-dwmac fe300000.ethernet: RX delay(0x11).
[    5.107126] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[    5.107241] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
[    5.107889] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[    5.109222] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[    5.109719] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    5.109746] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.109786] usb usb2: Product: EHCI Host Controller
[    5.109800] usb usb2: Manufacturer: Linux 6.1.0-7-arm64 ehci_hcd
[    5.109813] usb usb2: SerialNumber: fe380000.usb
[    5.110002] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    5.110055] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    5.110076] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    5.110136] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    5.112924] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[    5.113015] hub 2-0:1.0: USB hub found
[    5.113182] hub 2-0:1.0: 1 port detected
[    5.113757] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35
[    5.113790] rk_gmac-dwmac fe300000.ethernet: 	DWMAC1000
[    5.113805] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
[    5.113817] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
[    5.113829] rk_gmac-dwmac fe300000.ethernet: COE Type 2
[    5.113842] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
[    5.113854] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
[    5.114028] rk_gmac-dwmac fe300000.ethernet: Normal descriptors
[    5.114045] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
[    5.114057] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    5.125189] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[    5.125669] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    5.125696] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.125712] usb usb3: Product: EHCI Host Controller
[    5.125725] usb usb3: Manufacturer: Linux 6.1.0-7-arm64 ehci_hcd
[    5.125739] usb usb3: SerialNumber: fe3c0000.usb
[    5.128756] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    5.128826] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    5.128847] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    5.128907] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    5.129350] hub 3-0:1.0: USB hub found
[    5.129452] hub 3-0:1.0: 1 port detected
[    5.145758] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    5.145803] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    5.145821] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    5.145860] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    5.160242] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
[    5.160280] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.160297] usb usb1: Product: Generic Platform OHCI controller
[    5.160310] usb usb1: Manufacturer: Linux 6.1.0-7-arm64 ohci_hcd
[    5.160323] usb usb1: SerialNumber: fe3a0000.usb
[    5.161548] hub 1-0:1.0: USB hub found
[    5.161627] hub 1-0:1.0: 1 port detected
[    5.162797] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
[    5.162835] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.162851] usb usb4: Product: Generic Platform OHCI controller
[    5.162865] usb usb4: Manufacturer: Linux 6.1.0-7-arm64 ohci_hcd
[    5.162878] usb usb4: SerialNumber: fe3e0000.usb
[    5.164093] hub 4-0:1.0: USB hub found
[    5.164175] hub 4-0:1.0: 1 port detected
[    5.169415] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    5.169489] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    5.169510] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    5.169608] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    5.253510] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    5.253556] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    5.253575] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    5.253615] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    5.272941] rockchip-vop ff8f0000.vop: Adding to iommu group 2
[    5.273749] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    5.273791] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    5.273810] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    5.273850] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    5.276632] rockchip-vop ff900000.vop: Adding to iommu group 3
[    5.311444] RTL8211F-VD Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[    5.311488] RTL8211F-VD Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
[    5.337952] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    5.338011] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    5.338031] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    5.338087] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    5.350825] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    5.350885] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    5.350905] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    5.350965] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    5.351466] phy phy-ff800000.phy.3: phy poweron failed --> -110
[    5.352165] dwc3 fe900000.usb: error -ETIMEDOUT: failed to initialize core
[    5.352923] dwc3: probe of fe900000.usb failed with error -110
[    5.362511] rk_gmac-dwmac fe300000.ethernet end0: renamed from eth0
[    5.412277] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    5.412317] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[    5.412509] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[    5.412572] xhci-hcd xhci-hcd.0.auto: irq 61, io mem 0xfe800000
[    5.412805] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    5.412840] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
[    5.412858] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[    5.413055] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    5.413071] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.413082] usb usb5: Product: xHCI Host Controller
[    5.413131] usb usb5: Manufacturer: Linux 6.1.0-7-arm64 xhci-hcd
[    5.413143] usb usb5: SerialNumber: xhci-hcd.0.auto
[    5.414039] hub 5-0:1.0: USB hub found
[    5.414088] hub 5-0:1.0: 1 port detected
[    5.414676] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.414820] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    5.414836] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.414847] usb usb6: Product: xHCI Host Controller
[    5.414857] usb usb6: Manufacturer: Linux 6.1.0-7-arm64 xhci-hcd
[    5.414867] usb usb6: SerialNumber: xhci-hcd.0.auto
[    5.415707] hub 6-0:1.0: USB hub found
[    5.415754] hub 6-0:1.0: 1 port detected
[    5.421019] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    5.421156] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    5.421179] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    5.421239] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    5.596500] PM: Image not found (code -22)
[    6.251119] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[    6.666362] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    7.331563] systemd[1]: System time before build time, advancing clock.
[    7.428028] systemd[1]: Inserted module 'autofs4'
[    7.563385] systemd[1]: systemd 252.6-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    7.563443] systemd[1]: Detected architecture arm64.
[    7.572152] systemd[1]: Hostname set to <rock4cplus-01>.
[    8.502820] systemd[1]: Queued start job for default target graphical.target.
[    8.544503] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    8.547697] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    8.550242] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[    8.552730] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    8.554852] systemd[1]: Created slice user.slice - User and Session Slice.
[    8.555592] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    8.556174] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    8.557636] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    8.557958] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    8.558141] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    8.558314] systemd[1]: Reached target paths.target - Path Units.
[    8.558483] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[    8.558598] systemd[1]: Reached target slices.target - Slice Units.
[    8.558832] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    8.559898] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    8.560445] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    8.562143] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    8.563472] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    8.564859] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    8.569210] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    8.570362] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    8.577065] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    8.584071] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    8.591531] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    8.599693] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    8.607869] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    8.615681] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    8.623527] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    8.631438] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    8.640835] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    8.649150] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    8.656927] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    8.657453] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    8.669867] systemd[1]: Starting systemd-journald.service - Journal Service...
[    8.681698] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    8.688816] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    8.695897] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    8.709478] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    8.710467] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    8.711357] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    8.712216] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    8.714007] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    8.717248] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    8.718454] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    8.721436] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    8.722699] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    8.725714] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    8.726966] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    8.732764] fuse: init (API version 7.37)
[    8.736242] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    8.740226] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    8.742233] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    8.753194] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    8.767049] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    8.772631] loop: module loaded
[    8.777691] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    8.779217] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    8.785275] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    8.799963] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    8.806837] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    8.812521] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
[    8.818594] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.818941] device-mapper: uevent: version 1.0.3
[    8.819604] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    8.830478] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    8.831901] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    8.834784] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    8.836117] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    8.836423] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    8.843184] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[    8.843799] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    8.851909] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    8.910708] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    9.011273] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[    9.058826] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    9.210528] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    9.211919] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
[    9.247114] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[    9.248750] systemd[1]: Started systemd-journald.service - Journal Service.
[    9.329827] systemd-journald[265]: Received client request to flush runtime journal.
[   10.613612] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[   10.613722] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[   10.613744] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[   10.613802] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[   10.632096] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[   10.632162] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[   10.632182] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[   10.632242] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[   10.701390] mc: Linux media interface: v0.10
[   10.714551] dw_wdt ff848000.watchdog: No valid TOPs array specified
[   10.805345] Adding 1000444k swap on /dev/mmcblk0p3.  Priority:-2 extents:1 across:1000444k SSFS
[   10.848277] videodev: Linux video capture interface: v2.00
[   10.866930] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[   10.867011] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[   10.867031] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[   10.867095] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[   10.942954] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[   10.986724] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[   10.986797] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[   10.986818] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[   10.986879] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[   11.152385] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[   11.152449] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[   11.152469] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[   11.152532] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[   11.167462] panfrost ff9a0000.gpu: clock rate = 500000000
[   11.195869] rockchip-pinctrl pinctrl: pin gpio3-29 already requested by leds; cannot claim for ff880000.i2s
[   11.196788] rockchip-pinctrl pinctrl: pin-125 (ff880000.i2s) status -22
[   11.197430] rockchip-pinctrl pinctrl: could not request pin 125 (gpio3-29) from group i2s0-8ch-bus-bclk-off  on device rockchip-pinctrl
[   11.198529] rockchip-i2s ff880000.i2s: Error applying setting, reverse things back
[   11.198916] es8316 1-0011: Failed to get IRQ 0: -22
[   11.199147] rockchip-rga ff680000.rga: HW Version: 0x03.02
[   11.199202] rockchip-i2s ff880000.i2s: bclk disable failed -22
[   11.199859] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video0
[   11.218934] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[   11.219637] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[   11.219700] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[   11.219764] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[   11.219895] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[   11.226795] rkvdec ff660000.video-codec: Adding to iommu group 1
[   11.242757] es8316 1-0011: ASoC: error at soc_component_write_no_lock on es8316.1-0011 for register: [0x00000000] -6
[   11.249377] es8316 1-0011: ASoC: error at soc_component_write_no_lock on es8316.1-0011 for register: [0x00000000] -6
[   11.250408] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[   11.250468] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[   11.250489] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[   11.250550] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[   11.255347] hantro-vpu ff650000.video-codec: Adding to iommu group 0
[   11.279843] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
[   11.279887] panfrost ff9a0000.gpu: features: 00000000,00000407, issues: 00000000,24040400
[   11.279906] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
[   11.279927] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
[   11.284759] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video2
[   11.289484] es8316 1-0011: ASoC: error at soc_component_write_no_lock on es8316.1-0011 for register: [0x0000000c] -6
[   11.291560] es8316 1-0011: ASoC: error at soc_component_write_no_lock on es8316.1-0011 for register: [0x00000003] -6
[   11.293481] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000022] -6
[   11.294729] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000022] -6
[   11.295941] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000025] -6
[   11.297357] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000030] -6
[   11.298584] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000013] -6
[   11.299866] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000013] -6
[   11.301065] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000014] -6
[   11.302303] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000014] -6
[   11.303579] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000014] -6
[   11.305782] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000014] -6
[   11.307227] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000009] -6
[   11.308754] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x0000000a] -6
[   11.309677] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video3
[   11.310932] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x0000000b] -6
[   11.312748] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000001] -6
[   11.325914] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x0000000d] -6
[   11.327853] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x0000000d] -6
[   11.330475] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x0000000d] -6
[   11.332223] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000022] -6
[   11.334312] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x0000000d] -6
[   11.336013] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x0000000d] -6
[   11.337836] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000001] -6
[   11.339372] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000022] -6
[   11.341836] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000022] -6
[   11.343827] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000025] -6
[   11.347057] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x0000000a] -6
[   11.349206] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000030] -6
[   11.351046] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x0000000d] -6
[   11.352147] [drm] Initialized panfrost 1.2.0 20180908 for ff9a0000.gpu on minor 0
[   11.352504] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000001] -6
[   11.358808] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x0000002f] -6
[   11.360044] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x0000002f] -6
[   11.361296] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000013] -6
[   11.362633] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000013] -6
[   11.363975] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000015] -6
[   11.365434] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000015] -6
[   11.366659] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000015] -6
[   11.379000] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000015] -6
[   11.381291] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000017] -6
[   11.383340] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000017] -6
[   11.384754] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x0000001a] -6
[   11.388108] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000001] -6
[   11.389400] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000017] -6
[   11.390623] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000017] -6
[   11.398203] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000019] -6
[   11.402619] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000018] -6
[   11.403944] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000018] -6
[   11.405358] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000017] -6
[   11.406598] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000015] -6
[   11.408235] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x0000002f] -6
[   11.409455] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000001] -6
[   11.412525] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x0000000d] -6
[   11.422479] EXT4-fs (mmcblk0p1): mounting ext2 file system using the ext4 subsystem
[   11.430082] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000019] -6
[   11.502220] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Quota mode: none.
[   11.510983] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[   11.511027] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[   11.511046] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[   11.511086] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[   12.036314] Bluetooth: Core ver 2.22
[   12.036547] NET: Registered PF_BLUETOOTH protocol family
[   12.036560] Bluetooth: HCI device and connection manager initialized
[   12.036591] Bluetooth: HCI socket layer initialized
[   12.036608] Bluetooth: L2CAP socket layer initialized
[   12.036644] Bluetooth: SCO socket layer initialized
[   12.170329] Bluetooth: HCI UART driver ver 2.3
[   12.170360] Bluetooth: HCI UART protocol H4 registered
[   12.170492] Bluetooth: HCI UART protocol LL registered
[   12.170503] Bluetooth: HCI UART protocol ATH3K registered
[   12.172152] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   12.173394] Bluetooth: HCI UART protocol Intel registered
[   12.177861] Bluetooth: HCI UART protocol Broadcom registered
[   12.179621] Bluetooth: HCI UART protocol QCA registered
[   12.179640] Bluetooth: HCI UART protocol AG6XX registered
[   12.182201] Bluetooth: HCI UART protocol Marvell registered
[   12.472844] audit: type=1400 audit(1677582950.136:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=432 comm="apparmor_parser"
[   12.482651] audit: type=1400 audit(1677582950.148:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=432 comm="apparmor_parser"
[   12.632333] audit: type=1400 audit(1677582950.296:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=434 comm="apparmor_parser"
[   12.636164] audit: type=1400 audit(1677582950.300:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=434 comm="apparmor_parser"
[   12.642404] audit: type=1400 audit(1677582950.308:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=434 comm="apparmor_parser"
[   12.654734] audit: type=1400 audit(1677582950.320:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=431 comm="apparmor_parser"
[   12.961129] random: crng init done
[   13.632284] audit: type=1400 audit(1677582951.296:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=433 comm="apparmor_parser"
[   13.639832] audit: type=1400 audit(1677582951.304:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=433 comm="apparmor_parser"
[   13.646935] audit: type=1400 audit(1677582951.312:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=433 comm="apparmor_parser"
[   13.662888] audit: type=1400 audit(1677582951.328:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=433 comm="apparmor_parser"
[   13.988329] rk_gmac-dwmac fe300000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0
[   14.089441] rk_gmac-dwmac fe300000.ethernet end0: PHY [stmmac-0:00] driver [RTL8211F-VD Gigabit Ethernet] (irq=POLL)
[   14.097318] rk_gmac-dwmac fe300000.ethernet end0: No Safety Features support found
[   14.097362] rk_gmac-dwmac fe300000.ethernet end0: PTP not supported by HW
[   14.098203] rk_gmac-dwmac fe300000.ethernet end0: configuring for phy/rgmii link mode
[   18.206785] rk_gmac-dwmac fe300000.ethernet end0: Link is Up - 1Gbps/Full - flow control rx/tx
[   18.206833] IPv6: ADDRCONF(NETDEV_CHANGE): end0: link becomes ready
[   22.244599] platform ff770000.syscon:io-domains: deferred probe pending
[   22.244622] platform ff100000.saradc: deferred probe pending
[   22.244632] platform sound-dit: deferred probe pending
[   22.244641] platform cpufreq-dt: deferred probe pending
[   22.244649] platform sdio-pwrseq: deferred probe pending
[   22.244658] platform ff940000.hdmi: deferred probe pending
[   22.244666] platform f8000000.pcie: deferred probe pending
[   22.244674] platform hdmi-sound: deferred probe pending
[   22.244683] platform ff320000.syscon:io-domains: deferred probe pending
[   22.246021] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[   22.246083] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[   22.246103] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[   22.246161] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo

==================================================
Sample dmesg output after switching to correct DTB
==================================================
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.1.0-7-arm64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Debian 6.1.20-2 (2023-04-08)
[    0.000000] Machine model: Radxa ROCK 4C+
[    0.000000] efi: UEFI not found.
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] NUMA: NODE_DATA [mem 0xf77e3380-0xf77e5fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000200000-0x00000000f7ffffff]
[    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-0x00000000f7ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[    0.000000] cma: Reserved 64 MiB at 0x00000000eac00000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 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.2
[    0.000000] percpu: Embedded 30 pages/cpu s83560 r8192 d31128 u122880
[    0.000000] pcpu-alloc: s83560 r8192 d31128 u122880 alloc=30*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Fallback order for Node 0: 0 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 999432
[    0.000000] Policy zone: DMA
[    0.000000] Kernel command line:   quiet
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.000000] Memory: 223380K/4061184K available (12928K kernel code, 2786K rwdata, 14008K rodata, 6272K init, 611K bss, 149508K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] ftrace: allocating 43463 entries in 170 pages
[    0.000000] ftrace: allocated 170 pages with 4 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
[    0.000000] 	Rude variant of Tasks RCU enabled.
[    0.000000] 	Tracing 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=6
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 256 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: GICv3 features: 16 PPIs
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[    0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @600000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x00000000005a0000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000005b0000
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    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.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.002607] Console: colour dummy device 80x25
[    0.002699] printk: console [tty0] enabled
[    0.002911] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.002934] pid_max: default: 32768 minimum: 301
[    0.003386] LSM: Security Framework initializing
[    0.003509] landlock: Up and running.
[    0.003517] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.003767] AppArmor: AppArmor initialized
[    0.003784] TOMOYO Linux initialized
[    0.003819] LSM support for eBPF active
[    0.004108] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.004144] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.006586] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.007887] cblist_init_generic: Setting adjustable number of callback queues.
[    0.007906] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.008084] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.008444] rcu: Hierarchical SRCU implementation.
[    0.008453] rcu: 	Max phase no-delay instances is 1000.
[    0.010719] Platform MSI: interrupt-controller@fee20000 domain created
[    0.011117] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.011370] fsl-mc MSI: interrupt-controller@fee20000 domain created
[    0.014260] EFI services will not be available.
[    0.015336] smp: Bringing up secondary CPUs ...
[    0.016467] Detected VIPT I-cache on CPU1
[    0.016591] cacheinfo: Unable to detect cache hierarchy for CPU 1
[    0.016610] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.016632] GICv3: CPU1: using allocated LPI pending table @0x00000000005c0000
[    0.016697] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.017830] Detected VIPT I-cache on CPU2
[    0.017938] cacheinfo: Unable to detect cache hierarchy for CPU 2
[    0.017953] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.017972] GICv3: CPU2: using allocated LPI pending table @0x00000000005d0000
[    0.018016] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.019050] Detected VIPT I-cache on CPU3
[    0.019154] cacheinfo: Unable to detect cache hierarchy for CPU 3
[    0.019170] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.019188] GICv3: CPU3: using allocated LPI pending table @0x00000000005e0000
[    0.019230] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.020433] CPU features: detected: Spectre-v2
[    0.020445] CPU features: detected: Spectre-v3a
[    0.020454] CPU features: detected: Spectre-BHB
[    0.020464] CPU features: detected: ARM erratum 1742098
[    0.020471] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.020477] Detected PIPT I-cache on CPU4
[    0.020584] cacheinfo: Unable to detect cache hierarchy for CPU 4
[    0.020600] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.020617] GICv3: CPU4: using allocated LPI pending table @0x00000000005f0000
[    0.020658] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[    0.021729] Detected PIPT I-cache on CPU5
[    0.021820] cacheinfo: Unable to detect cache hierarchy for CPU 5
[    0.021834] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.021851] GICv3: CPU5: using allocated LPI pending table @0x0000000000680000
[    0.021883] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[    0.022015] smp: Brought up 1 node, 6 CPUs
[    0.022063] SMP: Total of 6 processors activated.
[    0.022073] CPU features: detected: 32-bit EL0 Support
[    0.022079] CPU features: detected: 32-bit EL1 Support
[    0.022089] CPU features: detected: CRC32 instructions
[    0.022224] CPU: All CPU(s) started at EL2
[    0.022258] alternatives: applying system-wide alternatives
[    0.113963] node 0 deferred pages initialised in 88ms
[    0.115737] devtmpfs: initialized
[    0.132522] Registered cp15_barrier emulation handler
[    0.132547] Registered setend emulation handler
[    0.132794] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.132848] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.134468] pinctrl core: initialized pinctrl subsystem
[    0.137128] DMI not present or invalid.
[    0.138167] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.140252] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.140810] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.141416] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.141496] audit: initializing netlink subsys (disabled)
[    0.141757] audit: type=2000 audit(0.140:1): state=initialized audit_enabled=0 res=1
[    0.143163] thermal_sys: Registered thermal governor 'fair_share'
[    0.143172] thermal_sys: Registered thermal governor 'bang_bang'
[    0.143179] thermal_sys: Registered thermal governor 'step_wise'
[    0.143185] thermal_sys: Registered thermal governor 'user_space'
[    0.143190] thermal_sys: Registered thermal governor 'power_allocator'
[    0.143250] cpuidle: using governor ladder
[    0.143283] cpuidle: using governor menu
[    0.143390] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.143596] ASID allocator initialised with 65536 entries
[    0.144190] Serial: AMBA PL011 UART driver
[    0.167177] platform fe330000.mmc: Fixed dependency cycle(s) with /syscon@ff770000/phy@f780
[    0.172191] platform ff900000.vop: Fixed dependency cycle(s) with /hdmi@ff940000
[    0.172267] platform ff8f0000.vop: Fixed dependency cycle(s) with /hdmi@ff940000
[    0.180738] rockchip-gpio ff720000.gpio: probed /pinctrl/gpio@ff720000
[    0.181468] rockchip-gpio ff730000.gpio: probed /pinctrl/gpio@ff730000
[    0.182156] rockchip-gpio ff780000.gpio: probed /pinctrl/gpio@ff780000
[    0.182876] rockchip-gpio ff788000.gpio: probed /pinctrl/gpio@ff788000
[    0.183520] rockchip-gpio ff790000.gpio: probed /pinctrl/gpio@ff790000
[    0.187557] KASLR disabled due to lack of seed
[    0.194809] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.194820] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.194829] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.194835] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    0.194843] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.194849] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.194857] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.194863] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.238844] ACPI: Interpreter disabled.
[    0.239652] iommu: Default domain type: Translated 
[    0.239661] iommu: DMA domain TLB invalidation policy: strict mode 
[    0.239977] EDAC MC: Ver: 3.0.0
[    0.242465] NetLabel: Initializing
[    0.242475] NetLabel:  domain hash size = 128
[    0.242482] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.242550] NetLabel:  unlabeled traffic allowed by default
[    0.242739] vgaarb: loaded
[    0.243058] clocksource: Switched to clocksource arch_sys_counter
[    0.243729] VFS: Disk quotas dquot_6.6.0
[    0.243809] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.244741] AppArmor: AppArmor Filesystem Enabled
[    0.244810] pnp: PnP ACPI: disabled
[    0.257249] NET: Registered PF_INET protocol family
[    0.257563] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.262560] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.262697] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.262837] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.263450] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.264724] TCP: Hash tables configured (established 32768 bind 32768)
[    0.265081] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.265267] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.265422] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.265799] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.265846] NET: Registered PF_XDP protocol family
[    0.265861] PCI: CLS 0 bytes, default 64
[    0.266527] Trying to unpack rootfs image as initramfs...
[    0.283582] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    0.285911] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    0.287195] kvm [1]: IPA Size Limit: 40 bits
[    0.292137] kvm [1]: vgic-v2@fff20000
[    0.292176] kvm [1]: GIC system register CPU interface enabled
[    0.293166] kvm [1]: vgic interrupt IRQ18
[    0.293465] kvm [1]: Hyp mode initialized successfully
[    0.319605] Initialise system trusted keyrings
[    0.319845] Key type blacklist registered
[    0.320213] workingset: timestamp_bits=42 max_order=20 bucket_order=0
[    0.327923] zbud: loaded
[    0.329231] integrity: Platform Keyring initialized
[    0.329264] integrity: Machine keyring initialized
[    0.329276] Key type asymmetric registered
[    0.329284] Asymmetric key parser 'x509' registered
[    2.432139] Freeing initrd memory: 33920K
[    2.475190] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    2.475346] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    2.475556] io scheduler mq-deadline registered
[    2.491984] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.509616] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.512360] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 33, base_baud = 1500000) is a 16550A
[    2.512538] serial serial0: tty port ttyS0 registered
[    2.513474] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 34, base_baud = 1500000) is a 16550A
[    2.513861] printk: console [ttyS2] enabled
[    2.515416] Serial: AMBA driver
[    2.516065] msm_serial: driver initialized
[    2.521710] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    2.523023] mousedev: PS/2 mouse device common for all mice
[    2.527642] ledtrig-cpu: registered to indicate activity on CPUs
[    2.528622] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    2.655979] NET: Registered PF_INET6 protocol family
[    2.700036] Segment Routing with IPv6
[    2.700116] In-situ OAM (IOAM) with IPv6
[    2.700215] mip6: Mobile IPv6
[    2.700253] NET: Registered PF_PACKET protocol family
[    2.700801] mpls_gso: MPLS GSO support
[    2.702046] registered taskstats version 1
[    2.702110] Loading compiled-in X.509 certificates
[    2.821301] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    2.821426] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
[    2.824710] zswap: loaded using pool lzo/zbud
[    2.825976] Key type .fscrypt registered
[    2.825989] Key type fscrypt-provisioning registered
[    2.866169] Key type encrypted registered
[    2.866195] AppArmor: AppArmor sha1 policy hashing enabled
[    2.866244] ima: No TPM chip found, activating TPM-bypass!
[    2.866276] ima: Allocated hash algorithm: sha256
[    2.866321] ima: No architecture policies found
[    2.866381] evm: Initialising EVM extended attributes:
[    2.866388] evm: security.selinux
[    2.866395] evm: security.SMACK64 (disabled)
[    2.866402] evm: security.SMACK64EXEC (disabled)
[    2.866408] evm: security.SMACK64TRANSMUTE (disabled)
[    2.866414] evm: security.SMACK64MMAP (disabled)
[    2.866420] evm: security.apparmor
[    2.866426] evm: security.ima
[    2.866432] evm: security.capability
[    2.866438] evm: HMAC attrs: 0x1
[    3.444723] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console
[    3.455300] Freeing unused kernel memory: 6272K
[    3.520865] Checked W+X mappings: passed, no W+X pages found
[    3.520896] Run /init as init process
[    3.520905]   with arguments:
[    3.520913]     /init
[    3.520921]   with environment:
[    3.520928]     HOME=/
[    3.520934]     TERM=linux
[    4.621449] pps_core: LinuxPPS API ver. 1 registered
[    4.621488] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    4.629611] Synopsys Designware Multimedia Card Interface Driver
[    4.641670] sdhci: Secure Digital Host Controller Interface driver
[    4.641686] sdhci: Copyright(c) Pierre Ossman
[    4.646832] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    4.646897] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    4.646917] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    4.647074] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    4.667366] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.690237] PTP clock support registered
[    4.707031] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    4.707087] dma-pl330 ff6d0000.dma-controller: 	DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    4.712331] dw-apb-uart ff180000.serial: Failed to create device link (0x180) with 0-0020
[    4.715801] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    4.715844] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    4.715862] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    4.715900] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    4.735528] usbcore: registered new interface driver usbfs
[    4.735639] usbcore: registered new interface driver hub
[    4.735753] usbcore: registered new device driver usb
[    4.737402] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    4.737425] dma-pl330 ff6e0000.dma-controller: 	DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    4.751245] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    4.751289] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    4.751308] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    4.751348] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    4.773770] mmc1: CQHCI version 5.10
[    4.776237] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    4.776310] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    4.776330] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    4.776373] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    4.810817] mmc1: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA
[    4.823739] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    4.823783] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    4.823802] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    4.823842] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    4.964481] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    4.964554] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    4.964575] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    4.964671] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    4.966036] rk808 0-0020: chip id: 0x8090
[    5.064520] rockchip-vop ff8f0000.vop: Adding to iommu group 2
[    5.069082] rockchip-vop ff900000.vop: Adding to iommu group 3
[    5.093055] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[    5.099407] regulator: mapping for mode 1 not defined
[    5.100755] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    5.118001] rk808-rtc rk808-rtc: registered as rtc0
[    5.118937] rk808-rtc rk808-rtc: setting system clock to 2017-08-05T09:00:17 UTC (1501923617)
[    5.120351] dw-apb-uart ff180000.serial: Failed to create device link (0x180) with 0-0020
[    5.125228] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
[    5.125299] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
[    5.125319] dwmmc_rockchip fe320000.mmc: Version ID is 270a
[    5.125409] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 74,32 bit host data width,256 deep fifo
[    5.148731] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    5.148777] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    5.148797] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    5.148840] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
[    5.149089] dwmmc_rockchip fe310000.mmc: allocated mmc-pwrseq
[    5.149104] mmc_host mmc2: card is non-removable.
[    5.150678] rockchip-drm display-subsystem: bound ff8f0000.vop (ops rockchip_drm_fini [rockchipdrm])
[    5.150937] [drm] unsupported AFBC format[3231564e]
[    5.152336] rockchip-drm display-subsystem: bound ff900000.vop (ops rockchip_drm_fini [rockchipdrm])
[    5.159477] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    5.159545] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    5.161006] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
[    5.161067] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
[    5.161086] dwmmc_rockchip fe320000.mmc: Version ID is 270a
[    5.161144] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 74,32 bit host data width,256 deep fifo
[    5.162229] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    5.177492] vcc_mipi: Bringing 1800000uV into 3000000-3000000uV
[    5.195970] rockchip-drm display-subsystem: bound ff8f0000.vop (ops rockchip_drm_fini [rockchipdrm])
[    5.198114] rockchip-drm display-subsystem: bound ff900000.vop (ops rockchip_drm_fini [rockchipdrm])
[    5.199654] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[    5.201046] rockchip-drm display-subsystem: bound ff940000.hdmi (ops rockchip_drm_fini [rockchipdrm])
[    5.202447] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
[    5.276928] mmc_host mmc2: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[    5.330496] Console: switching to colour frame buffer device 240x67
[    5.373541] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[    5.389159] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
[    5.389179] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
[    5.389336] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
[    5.389611] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[    5.389626] rk_gmac-dwmac fe300000.ethernet: TX delay(0x2a).
[    5.389638] rk_gmac-dwmac fe300000.ethernet: RX delay(0x21).
[    5.389655] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[    5.389741] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
[    5.390456] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[    5.395478] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[    5.396131] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35
[    5.396154] rk_gmac-dwmac fe300000.ethernet: 	DWMAC1000
[    5.396165] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
[    5.396174] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
[    5.396182] rk_gmac-dwmac fe300000.ethernet: COE Type 2
[    5.396191] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
[    5.396199] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
[    5.396296] rk_gmac-dwmac fe300000.ethernet: Normal descriptors
[    5.396306] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
[    5.396315] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    5.533139] RTL8211F-VD Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[    5.533178] RTL8211F-VD Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
[    5.543477] rk_gmac-dwmac fe300000.ethernet end0: renamed from eth0
[    5.545977] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
[    5.546016] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
[    5.546033] dwmmc_rockchip fe320000.mmc: Version ID is 270a
[    5.546071] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 74,32 bit host data width,256 deep fifo
[    5.546713] dwmmc_rockchip fe320000.mmc: Got CD GPIO
[    5.551488] dwmmc_rockchip fe310000.mmc: Successfully tuned phase to 183
[    5.557261] ehci-platform fe380000.usb: EHCI Host Controller
[    5.557350] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
[    5.557370] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[    5.557404] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 2
[    5.557552] ehci-platform fe380000.usb: irq 78, io mem 0xfe380000
[    5.557602] ohci-platform fe3a0000.usb: irq 79, io mem 0xfe3a0000
[    5.559212] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    5.559669] mmc2: new ultra high speed SDR104 SDIO card at address 0001
[    5.571204] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[    5.571990] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    5.572016] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.572028] usb usb1: Product: EHCI Host Controller
[    5.572039] usb usb1: Manufacturer: Linux 6.1.0-7-arm64 ehci_hcd
[    5.572048] usb usb1: SerialNumber: fe380000.usb
[    5.572909] hub 1-0:1.0: USB hub found
[    5.572961] hub 1-0:1.0: 1 port detected
[    5.581991] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[    5.582060] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 3
[    5.582120] ehci-platform fe3c0000.usb: EHCI Host Controller
[    5.582189] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 4
[    5.582261] ohci-platform fe3e0000.usb: irq 84, io mem 0xfe3e0000
[    5.582346] ehci-platform fe3c0000.usb: irq 85, io mem 0xfe3c0000
[    5.595125] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[    5.595529] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    5.595551] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.595567] usb usb4: Product: EHCI Host Controller
[    5.595580] usb usb4: Manufacturer: Linux 6.1.0-7-arm64 ehci_hcd
[    5.595593] usb usb4: SerialNumber: fe3c0000.usb
[    5.596709] hub 4-0:1.0: USB hub found
[    5.596773] hub 4-0:1.0: 1 port detected
[    5.623376] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[    5.623414] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
[    5.623450] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.623466] usb usb2: Product: Generic Platform OHCI controller
[    5.623479] usb usb2: Manufacturer: Linux 6.1.0-7-arm64 ohci_hcd
[    5.623493] usb usb2: SerialNumber: fe3a0000.usb
[    5.624644] hub 2-0:1.0: USB hub found
[    5.624732] hub 2-0:1.0: 1 port detected
[    5.625482] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 5
[    5.625661] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[    5.625728] xhci-hcd xhci-hcd.3.auto: irq 81, io mem 0xfe900000
[    5.626016] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[    5.626035] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 6
[    5.626053] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
[    5.626252] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    5.626268] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.626279] usb usb5: Product: xHCI Host Controller
[    5.626289] usb usb5: Manufacturer: Linux 6.1.0-7-arm64 xhci-hcd
[    5.626298] usb usb5: SerialNumber: xhci-hcd.3.auto
[    5.627827] hub 5-0:1.0: USB hub found
[    5.627883] hub 5-0:1.0: 1 port detected
[    5.628405] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.628552] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    5.628568] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.628580] usb usb6: Product: xHCI Host Controller
[    5.628589] usb usb6: Manufacturer: Linux 6.1.0-7-arm64 xhci-hcd
[    5.628599] usb usb6: SerialNumber: xhci-hcd.3.auto
[    5.629428] hub 6-0:1.0: USB hub found
[    5.629476] hub 6-0:1.0: 1 port detected
[    5.630254] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[    5.630285] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 7
[    5.630470] xhci-hcd xhci-hcd.4.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[    5.630559] xhci-hcd xhci-hcd.4.auto: irq 83, io mem 0xfe800000
[    5.630787] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[    5.630806] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 8
[    5.630822] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
[    5.631029] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    5.631076] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.631087] usb usb7: Product: xHCI Host Controller
[    5.631097] usb usb7: Manufacturer: Linux 6.1.0-7-arm64 xhci-hcd
[    5.631106] usb usb7: SerialNumber: xhci-hcd.4.auto
[    5.632117] hub 7-0:1.0: USB hub found
[    5.632171] hub 7-0:1.0: 1 port detected
[    5.632758] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.632931] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    5.632947] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.632959] usb usb8: Product: xHCI Host Controller
[    5.632969] usb usb8: Manufacturer: Linux 6.1.0-7-arm64 xhci-hcd
[    5.632978] usb usb8: SerialNumber: xhci-hcd.4.auto
[    5.633627] hub 8-0:1.0: USB hub found
[    5.633692] hub 8-0:1.0: 1 port detected
[    5.643322] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    5.643723] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
[    5.643745] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.643762] usb usb3: Product: Generic Platform OHCI controller
[    5.643775] usb usb3: Manufacturer: Linux 6.1.0-7-arm64 ohci_hcd
[    5.643791] usb usb3: SerialNumber: fe3e0000.usb
[    5.644096] mmc0: new high speed SDXC card at address aaaa
[    5.645556] hub 3-0:1.0: USB hub found
[    5.645615] hub 3-0:1.0: 1 port detected
[    5.646482] mmcblk0: mmc0:aaaa SR256 238 GiB 
[    5.651934]  mmcblk0: p1 p2 p3
[    6.408473] PM: Image not found (code -22)
[    6.778437] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[    7.203818] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    9.486345] fuse: init (API version 7.37)
[    9.505617] loop: module loaded
[    9.537527] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    9.537795] device-mapper: uevent: version 1.0.3
[    9.538497] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    9.587616] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
[   10.949365] cpu cpu0: EM: created perf domain
[   10.950528] cpu cpu4: EM: created perf domain
[   11.085364] dw_wdt ff848000.watchdog: No valid TOPs array specified
[   11.115667] input: rk805 pwrkey as /devices/platform/ff3c0000.i2c/i2c-0/0-0020/rk805-pwrkey/input/input0
[   11.149462] mc: Linux media interface: v0.10
[   11.238449] videodev: Linux video capture interface: v2.00
[   11.241173] Adding 7812092k swap on /dev/mmcblk0p3.  Priority:-2 extents:1 across:7812092k SSFS
[   11.259035] Registered IR keymap rc-cec
[   11.274219] rc rc0: dw_hdmi as /devices/platform/ff940000.hdmi/rc/rc0
[   11.274375] input: dw_hdmi as /devices/platform/ff940000.hdmi/rc/rc0/input1
[   11.347168] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[   11.386206] panfrost ff9a0000.gpu: clock rate = 500000000
[   11.490372] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
[   11.490406] panfrost ff9a0000.gpu: features: 00000000,00000407, issues: 00000000,24040400
[   11.490418] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
[   11.490431] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
[   11.494602] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   11.495727] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[   11.496732] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[   11.497791] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   11.505401] [drm] Initialized panfrost 1.2.0 20180908 for ff9a0000.gpu on minor 1
[   11.522770] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[   11.526949] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[   11.559971] rockchip-rga ff680000.rga: HW Version: 0x03.02
[   11.560521] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video0
[   11.690630] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[   11.691371] usbcore: registered new interface driver brcmfmac
[   11.697731] brcmfmac mmc2:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.radxa,rock-4c-plus.bin (-2)
[   11.698813] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[   11.699968] brcmfmac mmc2:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.radxa,rock-4c-plus.bin (-2)
[   11.701021] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.radxa,rock-4c-plus.bin failed with error -2
[   11.707355] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[   11.708859] hantro-vpu ff650000.video-codec: Adding to iommu group 0
[   11.709858] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video1
[   11.710006] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video2
[   11.713921] rkvdec ff660000.video-codec: Adding to iommu group 1
[   11.740105] brcmfmac mmc2:0001:1: firmware: direct-loading firmware brcm/brcmfmac43455-sdio.bin
[   11.740285] brcmfmac mmc2:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.radxa,rock-4c-plus.txt (-2)
[   11.741446] brcmfmac mmc2:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.radxa,rock-4c-plus.txt (-2)
[   11.742596] brcmfmac mmc2:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.txt (-2)
[   11.743850] brcmfmac mmc2:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.txt (-2)
[   11.744739] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.txt failed with error -2
[   11.898499] EXT4-fs (mmcblk0p1): mounting ext2 file system using the ext4 subsystem
[   11.930927] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Quota mode: none.
[   11.959057] random: crng init done
[   12.227262] Bluetooth: Core ver 2.22
[   12.227436] NET: Registered PF_BLUETOOTH protocol family
[   12.227445] Bluetooth: HCI device and connection manager initialized
[   12.227468] Bluetooth: HCI socket layer initialized
[   12.227480] Bluetooth: L2CAP socket layer initialized
[   12.227506] Bluetooth: SCO socket layer initialized
[   12.309537] audit: type=1400 audit(1677582949.428:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=452 comm="apparmor_parser"
[   12.309807] audit: type=1400 audit(1677582949.428:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=453 comm="apparmor_parser"
[   12.309830] audit: type=1400 audit(1677582949.428:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=453 comm="apparmor_parser"
[   12.327749] audit: type=1400 audit(1677582949.448:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="virt-aa-helper" pid=456 comm="apparmor_parser"
[   12.335511] audit: type=1400 audit(1677582949.452:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirtd" pid=457 comm="apparmor_parser"
[   12.335558] audit: type=1400 audit(1677582949.452:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirtd//qemu_bridge_helper" pid=457 comm="apparmor_parser"
[   12.335576] audit: type=1400 audit(1677582949.452:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=455 comm="apparmor_parser"
[   12.335594] audit: type=1400 audit(1677582949.452:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=455 comm="apparmor_parser"
[   12.335611] audit: type=1400 audit(1677582949.452:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=455 comm="apparmor_parser"
[   12.386665] audit: type=1400 audit(1677582949.504:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=459 comm="apparmor_parser"
[   12.404366] Bluetooth: HCI UART driver ver 2.3
[   12.404385] Bluetooth: HCI UART protocol H4 registered
[   12.404469] Bluetooth: HCI UART protocol LL registered
[   12.404476] Bluetooth: HCI UART protocol ATH3K registered
[   12.404506] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   12.404780] Bluetooth: HCI UART protocol Intel registered
[   12.405584] Bluetooth: HCI UART protocol Broadcom registered
[   12.405664] Bluetooth: HCI UART protocol QCA registered
[   12.405671] Bluetooth: HCI UART protocol AG6XX registered
[   12.405726] Bluetooth: HCI UART protocol Marvell registered
[   12.529338] dw-apb-uart ff180000.serial: failed to request DMA
[   12.747205] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[   12.756382] Bluetooth: hci0: BCM: chip id 107
[   12.756831] Bluetooth: hci0: BCM: features 0x2f
[   12.759072] Bluetooth: hci0: BCM4345C0
[   12.759095] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[   12.759273] bluetooth hci0: firmware: failed to load brcm/BCM4345C0.radxa,rock-4c-plus.hcd (-2)
[   12.760327] bluetooth hci0: firmware: failed to load brcm/BCM4345C0.radxa,rock-4c-plus.hcd (-2)
[   12.765134] bluetooth hci0: firmware: direct-loading firmware brcm/BCM4345C0.hcd
[   12.765183] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.hcd' Patch
[   13.698407] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   13.698425] Bluetooth: BNEP filters: protocol multicast
[   13.698441] Bluetooth: BNEP socket layer initialized
[   13.706774] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   13.840534] Bluetooth: hci0: BCM: features 0x2f
[   13.843209] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0187
[   13.843231] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0370
[   13.874612] Bluetooth: MGMT ver 1.22
[   13.892439] NET: Registered PF_ALG protocol family
[   14.777917] br0: port 1(end0) entered blocking state
[   14.777967] br0: port 1(end0) entered disabled state
[   14.778534] device end0 entered promiscuous mode
[   14.792728] rk_gmac-dwmac fe300000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0
[   14.883448] rk_gmac-dwmac fe300000.ethernet end0: PHY [stmmac-0:00] driver [RTL8211F-VD Gigabit Ethernet] (irq=POLL)
[   14.894127] rk_gmac-dwmac fe300000.ethernet end0: No Safety Features support found
[   14.894183] rk_gmac-dwmac fe300000.ethernet end0: PTP not supported by HW
[   14.895828] rk_gmac-dwmac fe300000.ethernet end0: configuring for phy/rgmii link mode
[   19.012726] rk_gmac-dwmac fe300000.ethernet end0: Link is Up - 1Gbps/Full - flow control rx/tx
[   19.012811] IPv6: ADDRCONF(NETDEV_CHANGE): end0: link becomes ready
[   19.012999] br0: port 1(end0) entered blocking state
[   19.013031] br0: port 1(end0) entered forwarding state
[   19.013218] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready


Reply to: