MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.84k stars 495 forks source link

RAXDA ROCK Pi 4: eMMC becomes read-only after sustained writes when running at HS400 #6557

Closed Epic-Busta closed 9 months ago

Epic-Busta commented 1 year ago

Required Information

Steps to reproduce

  1. Run a write intensive process (apt install for example)
  2. Will eventually fail due to file system becoming read-only

Rebooting lifts the read-only state.

Expected behaviour

System should run as normal. Similar behaviour as if run from SD or other storage media

Actual behaviour

System enters a read-only state, essentially soft-locking the system until reboot. dmesg often (but not always) has this after some write operations: mmc1: running CQE recovery There is usually one reported every 3-10 seconds during an apt install Also, if write operations are intensive enough, a dump of what looks like the mmc driver is reported in dmesg. (See raxda forum post at the bottom)

Due to this, it's close to impossible to install anything on the system as apt will instantly lock up due to the RO state.

Extra details

This issue has appeared on the Raxda forums in January and in June a workaround was added to Raxda distributed linux images. The workaround appears to be reducing the speed of the eMMC controller from HS400-es to HS200. I haven't tested the workaround myself using their images, but I assume it works since nothing has been posted about this issue since the workaround was released.

Forum post: https://forum.radxa.com/t/rock4-se-emmc-input-output-errors-read-only-fs/14406 Git pull on raxda kernel for workaround: https://github.com/radxa/kernel/pull/127

Epic-Busta commented 1 year ago

Looks like #6536 is related to this. The I/O errors they experienced look pretty similar to mine. Also after rebooting several times, the board no longer boots and isn't accessible via SSH. Best guess is that the file system is corrupted.

I did try to use raxda's kernel release, but dpkg threw an I/O error and terminated. Using powersave governor doesn't appear to make a difference.

I'll admit, I'm very far out of my league here and talking about anything makes me think I'm very high on mount stupid. I've just done my best to collate what I've seen about this issue. I'd be happy to do any further troubleshooting and I'll post part of the output of dmesg during an apt install. In the meantime I'll probably just go back to using an SD card since that works just fine.

Epic-Busta commented 1 year ago

In this case, the fs didn't enter a RO state, but dpkg errored out due to I/O errors. Any attempts to repeat the installation are fruitless.

[  209.090959] mmc1: running CQE recovery
[  209.563136] mmc1: running CQE recovery
[  210.812277] mmc1: running CQE recovery
[  210.842707] mmc1: running CQE recovery
[  210.847838] mmc1: running CQE recovery
[  210.875998] mmc1: running CQE recovery
[  210.883147] mmc1: running CQE recovery
[  210.910576] mmc1: running CQE recovery
[  210.922066] mmc1: running CQE recovery
[  210.943918] mmc1: running CQE recovery
[  210.948894] mmc1: running CQE recovery
[  210.986280] mmc1: running CQE recovery
[  212.699541] mmc1: running CQE recovery
[  212.705554] mmc1: running CQE recovery
[  212.712457] mmc1: running CQE recovery
[  212.713717] blk_update_request: I/O error, dev mmcblk1, sector 1913856 op 0x1:(WRITE) flags 0x4000 phys_seg 9 prio class 0
[  212.761081] EXT4-fs warning (device mmcblk1p1): ext4_end_bio:348: I/O error 10 writing to inode 3099 starting block 239616)
[  212.761277] Buffer I/O error on device mmcblk1p1, logical block 233472
[  212.761983] Buffer I/O error on device mmcblk1p1, logical block 233473
[  212.762608] Buffer I/O error on device mmcblk1p1, logical block 233474
[  212.763224] Buffer I/O error on device mmcblk1p1, logical block 233475
[  212.763837] Buffer I/O error on device mmcblk1p1, logical block 233476
[  212.764452] Buffer I/O error on device mmcblk1p1, logical block 233477
[  212.765066] Buffer I/O error on device mmcblk1p1, logical block 233478
[  212.765681] Buffer I/O error on device mmcblk1p1, logical block 233479
[  212.766336] Buffer I/O error on device mmcblk1p1, logical block 233480
[  212.766960] Buffer I/O error on device mmcblk1p1, logical block 233481
[  213.572421] mmc1: running CQE recovery
[  213.619948] mmc1: running CQE recovery
[  213.730563] mmc1: running CQE recovery
[  213.872340] mmc1: running CQE recovery
[  213.879169] mmc1: running CQE recovery
[  213.992361] mmc1: running CQE recovery
[  214.187480] mmc1: running CQE recovery
[  214.203443] mmc1: running CQE recovery
[  214.345048] mmc1: running CQE recovery
[  214.377660] mmc1: running CQE recovery
[  214.385873] mmc1: running CQE recovery
[  214.396785] mmc1: running CQE recovery
[  214.397282] blk_update_request: I/O error, dev mmcblk1, sector 1987584 op 0x1:(WRITE) flags 0x4000 phys_seg 8 prio class 0
[  214.406890] EXT4-fs warning (device mmcblk1p1): ext4_end_bio:348: I/O error 10 writing to inode 22492 starting block 248764)
[  214.730775] mmc1: running CQE recovery
[  214.803020] mmc1: running CQE recovery
[  214.888657] mmc1: running CQE recovery
[  215.811407] mmc1: running CQE recovery
[  215.833115] mmc1: running CQE recovery
[  215.839689] mmc1: running CQE recovery
[  215.859596] mmc1: running CQE recovery
[  215.872168] mmc1: running CQE recovery
[  215.880326] mmc1: running CQE recovery
[  215.886617] mmc1: running CQE recovery
[  215.888014] blk_update_request: I/O error, dev mmcblk1, sector 580968 op 0x1:(WRITE) flags 0x20800 phys_seg 1 prio class 0
[  215.889068] blk_update_request: I/O error, dev mmcblk1, sector 580968 op 0x1:(WRITE) flags 0x20800 phys_seg 1 prio class 0
[  215.890136] Aborting journal on device mmcblk1p1-8.
[  215.903457] mmc1: running CQE recovery
[  215.915248] mmc1: running CQE recovery
[  215.934097] mmc1: running CQE recovery
[  215.943581] mmc1: running CQE recovery
[  215.949267] mmc1: running CQE recovery
MichaIng commented 1 year ago

Many thanks for your report and investigation. Indeed the symptoms look pretty similar to the other issue you linked, where also an eMMC module was used. I wonder why this issue appears just now, since the kernel did not receive an update since February.

The problem with Radxa's kernel (fix) is that we use (Armbian's) mainline Linux builds. So we'd need a fix applied upstream. Probably this has already happened and we just need a recent build.

I always wanted to test building kernel packages via Armbian's build tools. So far we just used their APT repo, but for strange reasons they did not update it since February, which is already a critical security problem due to missing kernel CVE fixes. Will try that now and keep you updated with a new kernel package. If you cannot install it, I'll generate a new image to flash, with the new kernel.

MichaIng commented 1 year ago

Test these:

cd /tmp
curl -fO https://dietpi.com/downloads/binaries/armbian-firmware.deb
curl -fO https://dietpi.com/downloads/binaries/linux-dtb-current-rockchip64.deb
curl -fO https://dietpi.com/downloads/binaries/linux-image-current-rockchip64.deb
apt install ./armbian-firmware.deb ./linux-*
rm ./armbian-firmware.deb ./linux-*
reboot
Epic-Busta commented 1 year ago

Looks like we might need to flash with the new kernel. I just tried twice and dpkg throws an error, even when using powersave to slow things down. Attempting to install again afterwards leads dpkg terminating in the same manner.


root@DietPi:/tmp# apt install ./armbian-firmware.deb ./linux-*
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'armbian-firmware' instead of './armbian-firmware.deb'
Note, selecting 'linux-dtb-current-rockchip64' instead of './linux-dtb-current-rockchip64.deb'
Note, selecting 'linux-image-current-rockchip64' instead of './linux-image-current-rockchip64.deb'
The following packages will be upgraded:
  linux-dtb-current-rockchip64 linux-image-current-rockchip64
The following packages will be DOWNGRADED:
  armbian-firmware
2 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 0 not upgraded.
Need to get 0 B/56.1 MB of archives.
After this operation, 122 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 /tmp/armbian-firmware.deb armbian-firmware all 23.08.0-trunk [14.1 MB]
Get:2 /tmp/linux-dtb-current-rockchip64.deb linux-dtb-current-rockchip64 arm64 23.08.0-trunk [316 kB]
Get:3 /tmp/linux-image-current-rockchip64.deb linux-image-current-rockchip64 arm64 23.08.0-trunk [41.7 MB]
debconf: delaying package configuration, since apt-utils is not installed
dpkg: warning: downgrading armbian-firmware from 23.08.0-trunk--1-SA1251-B226d to 23.08.0-trunk
(Reading database ... 17596 files and directories currently installed.)
Preparing to unpack /tmp/armbian-firmware.deb ...
Unpacking armbian-firmware (23.08.0-trunk) over (23.08.0-trunk--1-SA1251-B226d) ...
Preparing to unpack .../linux-dtb-current-rockchip64.deb ...
Armbian 'linux-dtb-current-rockchip64' for '6.1.46-current-rockchip64': 'preinst' starting.
Armbian 'linux-dtb-current-rockchip64' for '6.1.46-current-rockchip64': 'preinst' finishing.
Unpacking linux-dtb-current-rockchip64 (23.08.0-trunk) over (23.02.2) ...
Preparing to unpack .../linux-image-current-rockchip64.deb ...
Armbian 'linux-image-current-rockchip64' for '6.1.46-current-rockchip64': 'preinst' starting.
Armbian 'linux-image-current-rockchip64' for '6.1.46-current-rockchip64': 'preinst' finishing.
Unpacking linux-image-current-rockchip64 (23.08.0-trunk) over (23.02.2) ...
dpkg: unrecoverable fatal error, aborting:
 unable to fsync updated status of 'linux-image-current-rockchip64': Input/output error
E: Sub-process /usr/bin/dpkg returned an error code (2)
MichaIng commented 1 year ago

New image is available here: https://dietpi.com/downloads/images/testing/ You can also wait until tomorrow, where I'll rebuild all images based on DietPi v8.21.

Epic-Busta commented 1 year ago

Ah, no joy. Looks like I still got issues. It booted fine and was able to both install OpenSSH and run a 1000MiB benchmark on the eMMC, But as soon as I tried to install more stuff (I think it was Avahi and Java JRE. Program selection probably unrelated) the FS entered read only during install and there were a bunch of Buffer I/O errors like before.

I'm not sure if my eMMC is defective, but I'm able to write to it at full speed when connected to a windows PC and write images (~35-40MB/s) so I'm doubtful. Perhaps my Rock Pi 4 is defective? But there's no way to really prove that without another one. Feels a bit dead end here unfortunately.

EDIT: Uploaded bug report ref code: fbc8a1d5-9624-4e28-86de-16084c3e9542

Epic-Busta commented 1 year ago

This was in the forum post, but I'll note it here too. There looks to be some kind of process trace in dmesg with the cqhci-core driver (I think?). From a quick google search, cqhci appears to be some kind of thing for queueing commands to eMMC.

I think the trace happened during initial setup after SSHing in. There's no way to really see when during setup it happened to my knowledge.

[  284.460966] ------------[ cut here ]------------
[  284.460989] mmc1: cqhci: spurious TCN for tag 11
[  284.461147] WARNING: CPU: 0 PID: 275 at drivers/mmc/host/cqhci-core.c:786 cqhci_irq+0x408/0x67c
[  284.461202] Modules linked in: snd_soc_hdmi_codec snd_soc_spdif_tx snd_soc_audio_graph_card snd_soc_simple_card snd_soc_simple_card_utils dw_hdmi_cec snd_soc_es8316 snd_soc_rockchip_i2s panfrost dw_hdmi_i2s_audio gpu_sched btsdio drm_shmem_helper bluetooth rockchip_rng rng_core snd_soc_core brcmfmac hantro_vpu rockchip_vdec(C) brcmutil v4l2_vp9 snd_compress videobuf2_dma_contig snd_pcm_dmaengine rockchip_rga v4l2_h264 v4l2_mem2mem cfg80211 videobuf2_dma_sg snd_pcm videobuf2_memops videobuf2_v4l2 snd_timer rfkill videobuf2_common snd videodev soundcore mc cpufreq_dt dm_mod ip_tables x_tables autofs4 realtek dwmac_rk stmmac_platform stmmac pcs_xpcs
[  284.461717] CPU: 0 PID: 275 Comm: kworker/0:1H Tainted: G         C         6.1.46-current-rockchip64 #3
[  284.461743] Hardware name: Radxa ROCK Pi 4B (DT)
[  284.461760] Workqueue: kblockd blk_mq_run_work_fn
[  284.461805] pstate: 600000c5 (nZCv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[  284.461831] pc : cqhci_irq+0x408/0x67c
[  284.461861] lr : cqhci_irq+0x408/0x67c
[  284.461887] sp : ffff800008003da0
[  284.461900] x29: ffff800008003da0 x28: 0000000000004000 x27: ffff000000ce2480
[  284.461946] x26: ffff0000015f0580 x25: ffff000000ce2498 x24: ffff800009571c28
[  284.461991] x23: ffff800009c3d8f0 x22: 0000000000000002 x21: ffff000000ce2480
[  284.462035] x20: ffff0000015f0000 x19: 000000000000000b x18: ffffffffffffffff
[  284.462078] x17: ffff80007636e000 x16: ffff800008000000 x15: ffff800009c84066
[  284.462122] x14: 0000000000000000 x13: 0000000000000239 x12: 00000000ffffffea
[  284.462165] x11: 00000000ffffefff x10: 00000000ffffefff x9 : ffff800009ab8908
[  284.462208] x8 : 0000000000017fe8 x7 : c0000000ffffefff x6 : 0000000000057fa8
[  284.462251] x5 : 0000000000000fff x4 : 0000000000000000 x3 : 0000000000000027
[  284.462293] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff0000040f2d00
[  284.462337] Call trace:
[  284.462349]  cqhci_irq+0x408/0x67c
[  284.462379]  sdhci_arasan_cqhci_irq+0x54/0x84
[  284.462408]  sdhci_irq+0xc4/0x1030
[  284.462429]  __handle_irq_event_percpu+0x58/0x240
[  284.462466]  handle_irq_event+0x4c/0xc0
[  284.462497]  handle_fasteoi_irq+0xc0/0x220
[  284.462524]  generic_handle_domain_irq+0x2c/0x44
[  284.462556]  gic_handle_irq+0x50/0x130
[  284.462586]  call_on_irq_stack+0x24/0x4c
[  284.462615]  do_interrupt_handler+0xd4/0xe0
[  284.462644]  el1_interrupt+0x34/0x6c
[  284.462671]  el1h_64_irq_handler+0x18/0x2c
[  284.462698]  el1h_64_irq+0x64/0x68
[  284.462720]  preempt_count_sub+0xc/0xd4
[  284.462743]  sdhci_cqe_enable+0x13c/0x2a0
[  284.462774]  sdhci_arasan_cqe_enable+0xa4/0xf0
[  284.462803]  cqhci_request+0xd4/0x690
[  284.462830]  mmc_cqe_start_req+0xb4/0x1b0
[  284.462861]  mmc_blk_mq_issue_rq+0x448/0x880
[  284.462888]  mmc_mq_queue_rq+0x118/0x2ac
[  284.462914]  blk_mq_dispatch_rq_list+0x1a4/0x8a0
[  284.462939]  __blk_mq_sched_dispatch_requests+0xb4/0x160
[  284.462967]  blk_mq_sched_dispatch_requests+0x3c/0x80
[  284.462994]  __blk_mq_run_hw_queue+0x80/0xc0
[  284.463026]  blk_mq_run_work_fn+0x20/0x30
[  284.463056]  process_one_work+0x1fc/0x480
[  284.463079]  worker_thread+0x14c/0x444
[  284.463100]  kthread+0xf8/0xfc
[  284.463129]  ret_from_fork+0x10/0x20
[  284.463156] ---[ end trace 0000000000000000 ]---
MichaIng commented 1 year ago

I'm also not sure how to know/prove whether its the ROCK 4 or the eMMC module. You could run a bad block check e.g. via Rufus from Windows, but that also does not always see actual issues. In theory, even that you can write well from Windows, it still could be the eMMC and just a certain block/area being broken that is written to after installing some software. Although, the stack trace happened earlier? dmesg -T shows the absolute time that can be compared with/timestamps. Also journalctl contains kernel errors and at least service start/finish logs.

Probably you can test one of Radxa's images and see whether you face the same issue when installing larger APT packages. If so, it might be at least worth it to contact Radxa support?

Epic-Busta commented 1 year ago

Apologies for the delay. Got a little busy.

I ran a block check using Rufus (2 pass) and it didn't show any errors. Then I installed the latest DietPi image and ran it. It first did a dist-upgrade (I think) It had to reboot. Then SSHing in again I installed a minimal image. There doesn't appear to be any issues thus far. I'm going to install OpenSSH (my test so far) and see what happens.

dmesg -T output:

Logfile attached. Click to expand! ``` [Tue Sep 12 21:08:04 2023] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [Tue Sep 12 21:08:04 2023] Linux version 6.1.50-current-rockchip64 (armbian@next) (aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #3 SMP PREEMPT Wed Aug 30 14:11:13 UTC 2023 [Tue Sep 12 21:08:04 2023] Machine model: Radxa ROCK Pi 4B [Tue Sep 12 21:08:04 2023] efi: UEFI not found. [Tue Sep 12 21:08:04 2023] NUMA: No NUMA configuration found [Tue Sep 12 21:08:04 2023] NUMA: Faking a node at [mem 0x0000000000200000-0x000000007fffffff] [Tue Sep 12 21:08:04 2023] NUMA: NODE_DATA [mem 0x7fb8ea80-0x7fb90fff] [Tue Sep 12 21:08:04 2023] Zone ranges: [Tue Sep 12 21:08:04 2023] DMA [mem 0x0000000000200000-0x000000007fffffff] [Tue Sep 12 21:08:04 2023] DMA32 empty [Tue Sep 12 21:08:04 2023] Normal empty [Tue Sep 12 21:08:04 2023] Movable zone start for each node [Tue Sep 12 21:08:04 2023] Early memory node ranges [Tue Sep 12 21:08:04 2023] node 0: [mem 0x0000000000200000-0x000000007fffffff] [Tue Sep 12 21:08:04 2023] Initmem setup node 0 [mem 0x0000000000200000-0x000000007fffffff] [Tue Sep 12 21:08:04 2023] On node 0, zone DMA: 512 pages in unavailable ranges [Tue Sep 12 21:08:04 2023] cma: Reserved 128 MiB at 0x0000000071200000 [Tue Sep 12 21:08:04 2023] psci: probing for conduit method from DT. [Tue Sep 12 21:08:04 2023] psci: PSCIv1.0 detected in firmware. [Tue Sep 12 21:08:04 2023] psci: Using standard PSCI v0.2 function IDs [Tue Sep 12 21:08:04 2023] psci: MIGRATE_INFO_TYPE not supported. [Tue Sep 12 21:08:04 2023] psci: SMC Calling Convention v1.0 [Tue Sep 12 21:08:04 2023] percpu: Embedded 30 pages/cpu s82408 r8192 d32280 u122880 [Tue Sep 12 21:08:04 2023] pcpu-alloc: s82408 r8192 d32280 u122880 alloc=30*4096 [Tue Sep 12 21:08:04 2023] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [Tue Sep 12 21:08:04 2023] Detected VIPT I-cache on CPU0 [Tue Sep 12 21:08:04 2023] CPU features: detected: GIC system register CPU interface [Tue Sep 12 21:08:04 2023] CPU features: detected: ARM erratum 845719 [Tue Sep 12 21:08:04 2023] alternatives: applying boot alternatives [Tue Sep 12 21:08:04 2023] Fallback order for Node 0: 0 [Tue Sep 12 21:08:04 2023] Built 1 zonelists, mobility grouping on. Total pages: 515592 [Tue Sep 12 21:08:04 2023] Policy zone: DMA [Tue Sep 12 21:08:04 2023] Kernel command line: root=UUID=9d0e871a-f90d-4f76-9023-fa008ebfade6 rootfstype=ext4 rootwait console=ttyS2,1500000 console=tty1 consoleblank=0 coherent_pool=2M usb-storage.quirks= net.ifnames=0 [Tue Sep 12 21:08:04 2023] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [Tue Sep 12 21:08:04 2023] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [Tue Sep 12 21:08:04 2023] mem auto-init: stack:off, heap alloc:on, heap free:off [Tue Sep 12 21:08:04 2023] Memory: 1880732K/2095104K available (16512K kernel code, 2278K rwdata, 6172K rodata, 3968K init, 585K bss, 83300K reserved, 131072K cma-reserved) [Tue Sep 12 21:08:04 2023] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1 [Tue Sep 12 21:08:04 2023] trace event string verifier disabled [Tue Sep 12 21:08:04 2023] rcu: Preemptible hierarchical RCU implementation. [Tue Sep 12 21:08:04 2023] rcu: RCU event tracing is enabled. [Tue Sep 12 21:08:04 2023] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6. [Tue Sep 12 21:08:04 2023] Trampoline variant of Tasks RCU enabled. [Tue Sep 12 21:08:04 2023] Tracing variant of Tasks RCU enabled. [Tue Sep 12 21:08:04 2023] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [Tue Sep 12 21:08:04 2023] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6 [Tue Sep 12 21:08:04 2023] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [Tue Sep 12 21:08:04 2023] GICv3: GIC: Using split EOI/Deactivate mode [Tue Sep 12 21:08:04 2023] GICv3: 256 SPIs implemented [Tue Sep 12 21:08:04 2023] GICv3: 0 Extended SPIs implemented [Tue Sep 12 21:08:04 2023] Root IRQ handler: gic_handle_irq [Tue Sep 12 21:08:04 2023] GICv3: GICv3 features: 16 PPIs [Tue Sep 12 21:08:04 2023] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000 [Tue Sep 12 21:08:04 2023] ITS [mem 0xfee20000-0xfee3ffff] [Tue Sep 12 21:08:04 2023] ITS@0x00000000fee20000: allocated 65536 Devices @500000 (flat, esz 8, psz 64K, shr 0) [Tue Sep 12 21:08:04 2023] ITS: using cache flushing for cmd queue [Tue Sep 12 21:08:04 2023] GICv3: using LPI property table @0x00000000004e0000 [Tue Sep 12 21:08:04 2023] GIC: using cache flushing for LPI property table [Tue Sep 12 21:08:04 2023] GICv3: CPU0: using allocated LPI pending table @0x00000000004f0000 [Tue Sep 12 21:08:04 2023] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] } [Tue Sep 12 21:08:04 2023] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] } [Tue Sep 12 21:08:04 2023] rcu: srcu_init: Setting srcu_struct sizes based on contention. [Tue Sep 12 21:08:04 2023] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [Tue Sep 12 21:08:04 2023] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [Tue Sep 12 21:08:04 2023] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [Tue Sep 12 21:08:04 2023] Console: colour dummy device 80x25 [Tue Sep 12 21:08:04 2023] printk: console [tty1] enabled [Tue Sep 12 21:08:04 2023] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [Tue Sep 12 21:08:04 2023] pid_max: default: 32768 minimum: 301 [Tue Sep 12 21:08:04 2023] LSM: Security Framework initializing [Tue Sep 12 21:08:04 2023] Yama: becoming mindful. [Tue Sep 12 21:08:04 2023] AppArmor: AppArmor initialized [Tue Sep 12 21:08:04 2023] Stack Depot allocating hash table of 131072 entries with kvcalloc [Tue Sep 12 21:08:04 2023] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [Tue Sep 12 21:08:04 2023] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [Tue Sep 12 21:08:04 2023] cacheinfo: Unable to detect cache hierarchy for CPU 0 [Tue Sep 12 21:08:04 2023] cblist_init_generic: Setting adjustable number of callback queues. [Tue Sep 12 21:08:04 2023] cblist_init_generic: Setting shift to 3 and lim to 1. [Tue Sep 12 21:08:04 2023] cblist_init_generic: Setting adjustable number of callback queues. [Tue Sep 12 21:08:04 2023] cblist_init_generic: Setting shift to 3 and lim to 1. [Tue Sep 12 21:08:04 2023] rcu: Hierarchical SRCU implementation. [Tue Sep 12 21:08:04 2023] rcu: Max phase no-delay instances is 1000. [Tue Sep 12 21:08:04 2023] Platform MSI: interrupt-controller@fee20000 domain created [Tue Sep 12 21:08:04 2023] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created [Tue Sep 12 21:08:04 2023] EFI services will not be available. [Tue Sep 12 21:08:04 2023] smp: Bringing up secondary CPUs ... [Tue Sep 12 21:08:04 2023] Detected VIPT I-cache on CPU1 [Tue Sep 12 21:08:04 2023] cacheinfo: Unable to detect cache hierarchy for CPU 1 [Tue Sep 12 21:08:04 2023] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000 [Tue Sep 12 21:08:04 2023] GICv3: CPU1: using allocated LPI pending table @0x0000000000580000 [Tue Sep 12 21:08:04 2023] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [Tue Sep 12 21:08:04 2023] Detected VIPT I-cache on CPU2 [Tue Sep 12 21:08:04 2023] cacheinfo: Unable to detect cache hierarchy for CPU 2 [Tue Sep 12 21:08:04 2023] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000 [Tue Sep 12 21:08:04 2023] GICv3: CPU2: using allocated LPI pending table @0x0000000000590000 [Tue Sep 12 21:08:04 2023] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [Tue Sep 12 21:08:04 2023] Detected VIPT I-cache on CPU3 [Tue Sep 12 21:08:04 2023] cacheinfo: Unable to detect cache hierarchy for CPU 3 [Tue Sep 12 21:08:04 2023] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000 [Tue Sep 12 21:08:04 2023] GICv3: CPU3: using allocated LPI pending table @0x00000000005a0000 [Tue Sep 12 21:08:04 2023] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [Tue Sep 12 21:08:04 2023] CPU features: detected: Spectre-v2 [Tue Sep 12 21:08:04 2023] CPU features: detected: Spectre-v4 [Tue Sep 12 21:08:04 2023] CPU features: detected: Spectre-BHB [Tue Sep 12 21:08:04 2023] CPU features: detected: ARM erratum 1742098 [Tue Sep 12 21:08:04 2023] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [Tue Sep 12 21:08:04 2023] Detected PIPT I-cache on CPU4 [Tue Sep 12 21:08:04 2023] cacheinfo: Unable to detect cache hierarchy for CPU 4 [Tue Sep 12 21:08:04 2023] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000 [Tue Sep 12 21:08:04 2023] GICv3: CPU4: using allocated LPI pending table @0x00000000005b0000 [Tue Sep 12 21:08:04 2023] CPU4: Booted secondary processor 0x0000000100 [0x410fd082] [Tue Sep 12 21:08:04 2023] Detected PIPT I-cache on CPU5 [Tue Sep 12 21:08:04 2023] cacheinfo: Unable to detect cache hierarchy for CPU 5 [Tue Sep 12 21:08:04 2023] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000 [Tue Sep 12 21:08:04 2023] GICv3: CPU5: using allocated LPI pending table @0x00000000005c0000 [Tue Sep 12 21:08:04 2023] CPU5: Booted secondary processor 0x0000000101 [0x410fd082] [Tue Sep 12 21:08:04 2023] smp: Brought up 1 node, 6 CPUs [Tue Sep 12 21:08:04 2023] SMP: Total of 6 processors activated. [Tue Sep 12 21:08:04 2023] CPU features: detected: 32-bit EL0 Support [Tue Sep 12 21:08:04 2023] CPU features: detected: 32-bit EL1 Support [Tue Sep 12 21:08:04 2023] CPU features: detected: CRC32 instructions [Tue Sep 12 21:08:04 2023] CPU: All CPU(s) started at EL2 [Tue Sep 12 21:08:04 2023] alternatives: applying system-wide alternatives [Tue Sep 12 21:08:04 2023] devtmpfs: initialized [Tue Sep 12 21:08:04 2023] Registered cp15_barrier emulation handler [Tue Sep 12 21:08:04 2023] Registered setend emulation handler [Tue Sep 12 21:08:04 2023] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [Tue Sep 12 21:08:04 2023] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [Tue Sep 12 21:08:04 2023] pinctrl core: initialized pinctrl subsystem [Tue Sep 12 21:08:04 2023] DMI not present or invalid. [Tue Sep 12 21:08:04 2023] NET: Registered PF_NETLINK/PF_ROUTE protocol family [Tue Sep 12 21:08:04 2023] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [Tue Sep 12 21:08:04 2023] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [Tue Sep 12 21:08:04 2023] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [Tue Sep 12 21:08:04 2023] audit: initializing netlink subsys (disabled) [Tue Sep 12 21:08:04 2023] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1 [Tue Sep 12 21:08:04 2023] thermal_sys: Registered thermal governor 'fair_share' [Tue Sep 12 21:08:04 2023] thermal_sys: Registered thermal governor 'bang_bang' [Tue Sep 12 21:08:04 2023] thermal_sys: Registered thermal governor 'step_wise' [Tue Sep 12 21:08:04 2023] thermal_sys: Registered thermal governor 'user_space' [Tue Sep 12 21:08:04 2023] cpuidle: using governor menu [Tue Sep 12 21:08:04 2023] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [Tue Sep 12 21:08:04 2023] ASID allocator initialised with 65536 entries [Tue Sep 12 21:08:04 2023] Serial: AMBA PL011 UART driver [Tue Sep 12 21:08:04 2023] platform fe330000.mmc: Fixed dependency cycle(s) with /syscon@ff770000/phy@f780 [Tue Sep 12 21:08:04 2023] platform ff880000.i2s: Fixed dependency cycle(s) with /i2c@ff110000/codec@11 [Tue Sep 12 21:08:04 2023] platform ff900000.vop: Fixed dependency cycle(s) with /hdmi@ff940000 [Tue Sep 12 21:08:04 2023] platform ff8f0000.vop: Fixed dependency cycle(s) with /hdmi@ff940000 [Tue Sep 12 21:08:04 2023] rockchip-gpio ff720000.gpio: probed /pinctrl/gpio@ff720000 [Tue Sep 12 21:08:04 2023] rockchip-gpio ff730000.gpio: probed /pinctrl/gpio@ff730000 [Tue Sep 12 21:08:04 2023] rockchip-gpio ff780000.gpio: probed /pinctrl/gpio@ff780000 [Tue Sep 12 21:08:04 2023] rockchip-gpio ff788000.gpio: probed /pinctrl/gpio@ff788000 [Tue Sep 12 21:08:04 2023] rockchip-gpio ff790000.gpio: probed /pinctrl/gpio@ff790000 [Tue Sep 12 21:08:04 2023] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [Tue Sep 12 21:08:04 2023] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [Tue Sep 12 21:08:04 2023] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [Tue Sep 12 21:08:04 2023] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [Tue Sep 12 21:08:04 2023] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [Tue Sep 12 21:08:04 2023] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [Tue Sep 12 21:08:04 2023] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [Tue Sep 12 21:08:04 2023] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [Tue Sep 12 21:08:04 2023] cryptd: max_cpu_qlen set to 1000 [Tue Sep 12 21:08:04 2023] raid6: neonx8 gen() 1664 MB/s [Tue Sep 12 21:08:04 2023] raid6: neonx4 gen() 1720 MB/s [Tue Sep 12 21:08:04 2023] raid6: neonx2 gen() 1520 MB/s [Tue Sep 12 21:08:04 2023] raid6: neonx1 gen() 1180 MB/s [Tue Sep 12 21:08:04 2023] raid6: int64x8 gen() 913 MB/s [Tue Sep 12 21:08:04 2023] raid6: int64x4 gen() 1023 MB/s [Tue Sep 12 21:08:04 2023] raid6: int64x2 gen() 961 MB/s [Tue Sep 12 21:08:04 2023] raid6: int64x1 gen() 732 MB/s [Tue Sep 12 21:08:04 2023] raid6: using algorithm neonx4 gen() 1720 MB/s [Tue Sep 12 21:08:04 2023] raid6: .... xor() 1224 MB/s, rmw enabled [Tue Sep 12 21:08:04 2023] raid6: using neon recovery algorithm [Tue Sep 12 21:08:04 2023] iommu: Default domain type: Translated [Tue Sep 12 21:08:04 2023] iommu: DMA domain TLB invalidation policy: strict mode [Tue Sep 12 21:08:04 2023] SCSI subsystem initialized [Tue Sep 12 21:08:04 2023] libata version 3.00 loaded. [Tue Sep 12 21:08:04 2023] usbcore: registered new interface driver usbfs [Tue Sep 12 21:08:04 2023] usbcore: registered new interface driver hub [Tue Sep 12 21:08:04 2023] usbcore: registered new device driver usb [Tue Sep 12 21:08:04 2023] pps_core: LinuxPPS API ver. 1 registered [Tue Sep 12 21:08:04 2023] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [Tue Sep 12 21:08:04 2023] PTP clock support registered [Tue Sep 12 21:08:04 2023] EDAC MC: Ver: 3.0.0 [Tue Sep 12 21:08:04 2023] NetLabel: Initializing [Tue Sep 12 21:08:04 2023] NetLabel: domain hash size = 128 [Tue Sep 12 21:08:04 2023] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [Tue Sep 12 21:08:04 2023] NetLabel: unlabeled traffic allowed by default [Tue Sep 12 21:08:04 2023] vgaarb: loaded [Tue Sep 12 21:08:04 2023] clocksource: Switched to clocksource arch_sys_counter [Tue Sep 12 21:08:04 2023] VFS: Disk quotas dquot_6.6.0 [Tue Sep 12 21:08:04 2023] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [Tue Sep 12 21:08:04 2023] AppArmor: AppArmor Filesystem Enabled [Tue Sep 12 21:08:04 2023] NET: Registered PF_INET protocol family [Tue Sep 12 21:08:04 2023] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [Tue Sep 12 21:08:04 2023] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [Tue Sep 12 21:08:04 2023] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [Tue Sep 12 21:08:04 2023] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [Tue Sep 12 21:08:04 2023] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) [Tue Sep 12 21:08:04 2023] TCP: Hash tables configured (established 16384 bind 16384) [Tue Sep 12 21:08:04 2023] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) [Tue Sep 12 21:08:04 2023] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) [Tue Sep 12 21:08:04 2023] NET: Registered PF_UNIX/PF_LOCAL protocol family [Tue Sep 12 21:08:04 2023] NET: Registered PF_XDP protocol family [Tue Sep 12 21:08:04 2023] PCI: CLS 0 bytes, default 64 [Tue Sep 12 21:08:04 2023] Trying to unpack rootfs image as initramfs... [Tue Sep 12 21:08:04 2023] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [Tue Sep 12 21:08:04 2023] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [Tue Sep 12 21:08:04 2023] kvm [1]: IPA Size Limit: 40 bits [Tue Sep 12 21:08:04 2023] kvm [1]: vgic-v2@fff20000 [Tue Sep 12 21:08:04 2023] kvm [1]: GIC system register CPU interface enabled [Tue Sep 12 21:08:04 2023] kvm [1]: vgic interrupt IRQ18 [Tue Sep 12 21:08:04 2023] kvm [1]: Hyp mode initialized successfully [Tue Sep 12 21:08:04 2023] Initialise system trusted keyrings [Tue Sep 12 21:08:04 2023] Key type blacklist registered [Tue Sep 12 21:08:04 2023] workingset: timestamp_bits=44 max_order=19 bucket_order=0 [Tue Sep 12 21:08:04 2023] zbud: loaded [Tue Sep 12 21:08:04 2023] squashfs: version 4.0 (2009/01/31) Phillip Lougher [Tue Sep 12 21:08:04 2023] fuse: init (API version 7.37) [Tue Sep 12 21:08:04 2023] integrity: Platform Keyring initialized [Tue Sep 12 21:08:04 2023] xor: measuring software checksum speed [Tue Sep 12 21:08:04 2023] 8regs : 2920 MB/sec [Tue Sep 12 21:08:04 2023] 32regs : 3143 MB/sec [Tue Sep 12 21:08:04 2023] arm64_neon : 2235 MB/sec [Tue Sep 12 21:08:04 2023] xor: using function: 32regs (3143 MB/sec) [Tue Sep 12 21:08:04 2023] Key type asymmetric registered [Tue Sep 12 21:08:04 2023] Asymmetric key parser 'x509' registered [Tue Sep 12 21:08:05 2023] Freeing initrd memory: 12400K [Tue Sep 12 21:08:05 2023] alg: self-tests for CTR-KDF (hmac(sha256)) passed [Tue Sep 12 21:08:05 2023] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [Tue Sep 12 21:08:05 2023] io scheduler mq-deadline registered [Tue Sep 12 21:08:05 2023] io scheduler kyber registered [Tue Sep 12 21:08:05 2023] io scheduler bfq registered [Tue Sep 12 21:08:05 2023] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330 [Tue Sep 12 21:08:05 2023] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12 [Tue Sep 12 21:08:05 2023] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330 [Tue Sep 12 21:08:05 2023] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 [Tue Sep 12 21:08:05 2023] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [Tue Sep 12 21:08:05 2023] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 37, base_baud = 1500000) is a 16550A [Tue Sep 12 21:08:05 2023] serial serial0: tty port ttyS0 registered [Tue Sep 12 21:08:05 2023] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 38, base_baud = 1500000) is a 16550A [Tue Sep 12 21:08:05 2023] printk: console [ttyS2] enabled [Tue Sep 12 21:08:05 2023] Serial: AMBA driver [Tue Sep 12 21:08:05 2023] rockchip-vop ff8f0000.vop: Adding to iommu group 2 [Tue Sep 12 21:08:05 2023] rockchip-vop ff900000.vop: Adding to iommu group 3 [Tue Sep 12 21:08:05 2023] cacheinfo: Unable to detect cache hierarchy for CPU 0 [Tue Sep 12 21:08:05 2023] loop: module loaded [Tue Sep 12 21:08:05 2023] tun: Universal TUN/TAP device driver, 1.6 [Tue Sep 12 21:08:05 2023] thunder_xcv, ver 1.0 [Tue Sep 12 21:08:05 2023] thunder_bgx, ver 1.0 [Tue Sep 12 21:08:05 2023] nicpf, ver 1.0 [Tue Sep 12 21:08:05 2023] e1000e: Intel(R) PRO/1000 Network Driver [Tue Sep 12 21:08:05 2023] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [Tue Sep 12 21:08:05 2023] igb: Intel(R) Gigabit Ethernet Network Driver [Tue Sep 12 21:08:05 2023] igb: Copyright (c) 2007-2014 Intel Corporation. [Tue Sep 12 21:08:05 2023] igbvf: Intel(R) Gigabit Virtual Function Network Driver [Tue Sep 12 21:08:05 2023] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [Tue Sep 12 21:08:05 2023] sky2: driver version 1.30 [Tue Sep 12 21:08:05 2023] VFIO - User Level meta-driver version: 0.3 [Tue Sep 12 21:08:05 2023] usbcore: registered new interface driver usb-storage [Tue Sep 12 21:08:05 2023] mousedev: PS/2 mouse device common for all mice [Tue Sep 12 21:08:05 2023] i2c_dev: i2c /dev entries driver [Tue Sep 12 21:08:05 2023] dw-apb-uart ff180000.serial: Failed to create device link (0x180) with 0-001b [Tue Sep 12 21:08:05 2023] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected! [Tue Sep 12 21:08:05 2023] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected! [Tue Sep 12 21:08:05 2023] dw_wdt ff848000.watchdog: No valid TOPs array specified [Tue Sep 12 21:08:05 2023] sdhci: Secure Digital Host Controller Interface driver [Tue Sep 12 21:08:05 2023] sdhci: Copyright(c) Pierre Ossman [Tue Sep 12 21:08:05 2023] Synopsys Designware Multimedia Card Interface Driver [Tue Sep 12 21:08:05 2023] sdhci-pltfm: SDHCI platform and OF driver helper [Tue Sep 12 21:08:05 2023] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode. [Tue Sep 12 21:08:05 2023] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode. [Tue Sep 12 21:08:05 2023] dwmmc_rockchip fe310000.mmc: Using internal DMA controller. [Tue Sep 12 21:08:05 2023] dwmmc_rockchip fe320000.mmc: Using internal DMA controller. [Tue Sep 12 21:08:05 2023] dwmmc_rockchip fe310000.mmc: Version ID is 270a [Tue Sep 12 21:08:05 2023] dwmmc_rockchip fe320000.mmc: Version ID is 270a [Tue Sep 12 21:08:05 2023] mmc1: CQHCI version 5.10 [Tue Sep 12 21:08:05 2023] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 51,32 bit host data width,256 deep fifo [Tue Sep 12 21:08:05 2023] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 52,32 bit host data width,256 deep fifo [Tue Sep 12 21:08:05 2023] dwmmc_rockchip fe320000.mmc: Got CD GPIO [Tue Sep 12 21:08:05 2023] ledtrig-cpu: registered to indicate activity on CPUs [Tue Sep 12 21:08:05 2023] hid: raw HID events driver (C) Jiri Kosina [Tue Sep 12 21:08:05 2023] usbcore: registered new interface driver usbhid [Tue Sep 12 21:08:05 2023] usbhid: USB HID core driver [Tue Sep 12 21:08:05 2023] drop_monitor: Initializing network drop monitor service [Tue Sep 12 21:08:05 2023] NET: Registered PF_INET6 protocol family [Tue Sep 12 21:08:05 2023] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [Tue Sep 12 21:08:05 2023] mmc1: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA [Tue Sep 12 21:08:05 2023] Segment Routing with IPv6 [Tue Sep 12 21:08:05 2023] In-situ OAM (IOAM) with IPv6 [Tue Sep 12 21:08:05 2023] NET: Registered PF_PACKET protocol family [Tue Sep 12 21:08:05 2023] 8021q: 802.1Q VLAN Support v1.8 [Tue Sep 12 21:08:05 2023] Key type dns_resolver registered [Tue Sep 12 21:08:05 2023] registered taskstats version 1 [Tue Sep 12 21:08:05 2023] Loading compiled-in X.509 certificates [Tue Sep 12 21:08:05 2023] zswap: loaded using pool zstd/z3fold [Tue Sep 12 21:08:05 2023] Key type .fscrypt registered [Tue Sep 12 21:08:05 2023] Key type fscrypt-provisioning registered [Tue Sep 12 21:08:05 2023] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes [Tue Sep 12 21:08:05 2023] Key type encrypted registered [Tue Sep 12 21:08:05 2023] AppArmor: AppArmor sha1 policy hashing enabled [Tue Sep 12 21:08:05 2023] mmc1: Command Queue Engine enabled [Tue Sep 12 21:08:05 2023] mmc1: new HS200 MMC card at address 0001 [Tue Sep 12 21:08:05 2023] mmcblk1: mmc1:0001 AJTD4R 14.6 GiB [Tue Sep 12 21:08:05 2023] mmcblk1: p1 [Tue Sep 12 21:08:05 2023] mmcblk1boot0: mmc1:0001 AJTD4R 4.00 MiB [Tue Sep 12 21:08:05 2023] mmcblk1boot1: mmc1:0001 AJTD4R 4.00 MiB [Tue Sep 12 21:08:05 2023] mmcblk1rpmb: mmc1:0001 AJTD4R 4.00 MiB, chardev (242:0) [Tue Sep 12 21:08:05 2023] dw-apb-uart ff180000.serial: Failed to create device link (0x180) with vcc3v3-sys [Tue Sep 12 21:08:05 2023] phy phy-ff7c0000.phy.6: phy poweron failed --> -110 [Tue Sep 12 21:08:05 2023] dwc3 fe800000.usb: error -ETIMEDOUT: failed to initialize core [Tue Sep 12 21:08:05 2023] dwc3: probe of fe800000.usb failed with error -110 [Tue Sep 12 21:08:05 2023] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [Tue Sep 12 21:08:05 2023] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [Tue Sep 12 21:08:05 2023] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010 [Tue Sep 12 21:08:05 2023] xhci-hcd xhci-hcd.0.auto: irq 57, io mem 0xfe900000 [Tue Sep 12 21:08:05 2023] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [Tue Sep 12 21:08:05 2023] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [Tue Sep 12 21:08:05 2023] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [Tue Sep 12 21:08:05 2023] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [Tue Sep 12 21:08:05 2023] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Tue Sep 12 21:08:05 2023] usb usb1: Product: xHCI Host Controller [Tue Sep 12 21:08:05 2023] usb usb1: Manufacturer: Linux 6.1.50-current-rockchip64 xhci-hcd [Tue Sep 12 21:08:05 2023] usb usb1: SerialNumber: xhci-hcd.0.auto [Tue Sep 12 21:08:05 2023] hub 1-0:1.0: USB hub found [Tue Sep 12 21:08:05 2023] hub 1-0:1.0: 1 port detected [Tue Sep 12 21:08:05 2023] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [Tue Sep 12 21:08:05 2023] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [Tue Sep 12 21:08:05 2023] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Tue Sep 12 21:08:05 2023] usb usb2: Product: xHCI Host Controller [Tue Sep 12 21:08:05 2023] usb usb2: Manufacturer: Linux 6.1.50-current-rockchip64 xhci-hcd [Tue Sep 12 21:08:05 2023] usb usb2: SerialNumber: xhci-hcd.0.auto [Tue Sep 12 21:08:05 2023] hub 2-0:1.0: USB hub found [Tue Sep 12 21:08:05 2023] hub 2-0:1.0: 1 port detected [Tue Sep 12 21:08:05 2023] rk808 0-001b: chip id: 0x0 [Tue Sep 12 21:08:05 2023] ehci-platform fe380000.usb: EHCI Host Controller [Tue Sep 12 21:08:05 2023] ohci-platform fe3a0000.usb: Generic Platform OHCI controller [Tue Sep 12 21:08:05 2023] ehci-platform fe3c0000.usb: EHCI Host Controller [Tue Sep 12 21:08:05 2023] ohci-platform fe3e0000.usb: Generic Platform OHCI controller [Tue Sep 12 21:08:05 2023] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 3 [Tue Sep 12 21:08:05 2023] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4 [Tue Sep 12 21:08:05 2023] ehci-platform fe3c0000.usb: irq 59, io mem 0xfe3c0000 [Tue Sep 12 21:08:05 2023] ohci-platform fe3e0000.usb: irq 62, io mem 0xfe3e0000 [Tue Sep 12 21:08:05 2023] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 5 [Tue Sep 12 21:08:05 2023] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 6 [Tue Sep 12 21:08:05 2023] ehci-platform fe380000.usb: irq 58, io mem 0xfe380000 [Tue Sep 12 21:08:05 2023] ohci-platform fe3a0000.usb: irq 61, io mem 0xfe3a0000 [Tue Sep 12 21:08:05 2023] rk808-regulator rk808-regulator: there is no dvs0 gpio [Tue Sep 12 21:08:05 2023] rk808-regulator rk808-regulator: there is no dvs1 gpio [Tue Sep 12 21:08:05 2023] rk808-regulator rk808-regulator: max buck steps per change: 8 [Tue Sep 12 21:08:05 2023] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00 [Tue Sep 12 21:08:05 2023] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [Tue Sep 12 21:08:05 2023] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Tue Sep 12 21:08:05 2023] usb usb3: Product: EHCI Host Controller [Tue Sep 12 21:08:05 2023] usb usb3: Manufacturer: Linux 6.1.50-current-rockchip64 ehci_hcd [Tue Sep 12 21:08:05 2023] usb usb3: SerialNumber: fe3c0000.usb [Tue Sep 12 21:08:05 2023] hub 3-0:1.0: USB hub found [Tue Sep 12 21:08:05 2023] hub 3-0:1.0: 1 port detected [Tue Sep 12 21:08:05 2023] rk808-rtc rk808-rtc: registered as rtc0 [Tue Sep 12 21:08:05 2023] rk808-rtc rk808-rtc: setting system clock to 2023-09-12T20:08:06 UTC (1694549286) [Tue Sep 12 21:08:05 2023] dw-apb-uart ff180000.serial: Failed to create device link (0x180) with 0-001b [Tue Sep 12 21:08:05 2023] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode. [Tue Sep 12 21:08:05 2023] dwmmc_rockchip fe310000.mmc: Using internal DMA controller. [Tue Sep 12 21:08:05 2023] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges: [Tue Sep 12 21:08:05 2023] dwmmc_rockchip fe310000.mmc: Version ID is 270a [Tue Sep 12 21:08:05 2023] rockchip-pcie f8000000.pcie: MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000 [Tue Sep 12 21:08:05 2023] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 51,32 bit host data width,256 deep fifo [Tue Sep 12 21:08:05 2023] rockchip-pcie f8000000.pcie: IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000 [Tue Sep 12 21:08:05 2023] dwmmc_rockchip fe310000.mmc: allocated mmc-pwrseq [Tue Sep 12 21:08:05 2023] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00 [Tue Sep 12 21:08:05 2023] mmc_host mmc2: card is non-removable. [Tue Sep 12 21:08:05 2023] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [Tue Sep 12 21:08:05 2023] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Tue Sep 12 21:08:05 2023] usb usb5: Product: EHCI Host Controller [Tue Sep 12 21:08:05 2023] usb usb5: Manufacturer: Linux 6.1.50-current-rockchip64 ehci_hcd [Tue Sep 12 21:08:05 2023] usb usb5: SerialNumber: fe380000.usb [Tue Sep 12 21:08:05 2023] hub 5-0:1.0: USB hub found [Tue Sep 12 21:08:05 2023] hub 5-0:1.0: 1 port detected [Tue Sep 12 21:08:06 2023] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [Tue Sep 12 21:08:06 2023] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01 [Tue Sep 12 21:08:06 2023] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Tue Sep 12 21:08:06 2023] usb usb4: Product: Generic Platform OHCI controller [Tue Sep 12 21:08:06 2023] usb usb4: Manufacturer: Linux 6.1.50-current-rockchip64 ohci_hcd [Tue Sep 12 21:08:06 2023] usb usb4: SerialNumber: fe3e0000.usb [Tue Sep 12 21:08:06 2023] hub 4-0:1.0: USB hub found [Tue Sep 12 21:08:06 2023] hub 4-0:1.0: 1 port detected [Tue Sep 12 21:08:06 2023] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01 [Tue Sep 12 21:08:06 2023] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Tue Sep 12 21:08:06 2023] usb usb6: Product: Generic Platform OHCI controller [Tue Sep 12 21:08:06 2023] usb usb6: Manufacturer: Linux 6.1.50-current-rockchip64 ohci_hcd [Tue Sep 12 21:08:06 2023] usb usb6: SerialNumber: fe3a0000.usb [Tue Sep 12 21:08:06 2023] hub 6-0:1.0: USB hub found [Tue Sep 12 21:08:06 2023] hub 6-0:1.0: 1 port detected [Tue Sep 12 21:08:06 2023] mmc_host mmc2: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0) [Tue Sep 12 21:08:06 2023] dwmmc_rockchip fe310000.mmc: Successfully tuned phase to 220 [Tue Sep 12 21:08:06 2023] mmc2: new ultra high speed SDR104 SDIO card at address 0001 [Tue Sep 12 21:08:06 2023] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout! [Tue Sep 12 21:08:06 2023] rockchip-pcie: probe of f8000000.pcie failed with error -110 [Tue Sep 12 21:08:06 2023] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops) [Tue Sep 12 21:08:06 2023] [drm] unsupported AFBC format[3231564e] [Tue Sep 12 21:08:06 2023] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops) [Tue Sep 12 21:08:06 2023] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY) [Tue Sep 12 21:08:06 2023] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops) [Tue Sep 12 21:08:06 2023] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0 [Tue Sep 12 21:08:06 2023] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes [Tue Sep 12 21:08:06 2023] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes [Tue Sep 12 21:08:06 2023] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes [Tue Sep 12 21:08:06 2023] WCN: marlin_init entry! [Tue Sep 12 21:08:06 2023] of_cfs_init [Tue Sep 12 21:08:06 2023] of_cfs_init: OK [Tue Sep 12 21:08:06 2023] Freeing unused kernel memory: 3968K [Tue Sep 12 21:08:06 2023] Run /init as init process [Tue Sep 12 21:08:06 2023] with arguments: [Tue Sep 12 21:08:06 2023] /init [Tue Sep 12 21:08:06 2023] with environment: [Tue Sep 12 21:08:06 2023] HOME=/ [Tue Sep 12 21:08:06 2023] TERM=linux [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input). [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28). [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: RX delay(0x11). [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no). [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: clock input from PHY [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: init for RGMII [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35 [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: DWMAC1000 [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: COE Type 2 [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: Normal descriptors [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled [Tue Sep 12 21:08:07 2023] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer [Tue Sep 12 21:08:07 2023] RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bus:phy_addr=stmmac-0:00, irq=POLL) [Tue Sep 12 21:08:07 2023] RTL8211F Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bus:phy_addr=stmmac-0:01, irq=POLL) [Tue Sep 12 21:08:07 2023] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Quota mode: none. [Tue Sep 12 21:08:08 2023] systemd[1]: Inserted module 'autofs4' [Tue Sep 12 21:08:08 2023] systemd[1]: systemd 252.12-1~deb12u1 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) [Tue Sep 12 21:08:08 2023] systemd[1]: Detected architecture arm64. [Tue Sep 12 21:08:08 2023] systemd[1]: Hostname set to . [Tue Sep 12 21:08:08 2023] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console [Tue Sep 12 21:08:08 2023] systemd[1]: Queued start job for default target graphical.target. [Tue Sep 12 21:08:08 2023] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [Tue Sep 12 21:08:08 2023] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [Tue Sep 12 21:08:08 2023] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [Tue Sep 12 21:08:08 2023] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [Tue Sep 12 21:08:08 2023] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [Tue Sep 12 21:08:08 2023] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [Tue Sep 12 21:08:08 2023] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [Tue Sep 12 21:08:08 2023] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [Tue Sep 12 21:08:08 2023] systemd[1]: Reached target paths.target - Path Units. [Tue Sep 12 21:08:08 2023] systemd[1]: Reached target remote-fs.target - Remote File Systems. [Tue Sep 12 21:08:08 2023] systemd[1]: Reached target slices.target - Slice Units. [Tue Sep 12 21:08:08 2023] systemd[1]: Reached target swap.target - Swaps. [Tue Sep 12 21:08:08 2023] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [Tue Sep 12 21:08:08 2023] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket. [Tue Sep 12 21:08:08 2023] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [Tue Sep 12 21:08:08 2023] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [Tue Sep 12 21:08:08 2023] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [Tue Sep 12 21:08:08 2023] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [Tue Sep 12 21:08:08 2023] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [Tue Sep 12 21:08:08 2023] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [Tue Sep 12 21:08:08 2023] systemd[1]: Reached target sockets.target - Socket Units. [Tue Sep 12 21:08:08 2023] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... [Tue Sep 12 21:08:08 2023] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [Tue Sep 12 21:08:08 2023] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [Tue Sep 12 21:08:08 2023] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [Tue Sep 12 21:08:08 2023] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock... [Tue Sep 12 21:08:08 2023] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... [Tue Sep 12 21:08:08 2023] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [Tue Sep 12 21:08:08 2023] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... [Tue Sep 12 21:08:08 2023] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... [Tue Sep 12 21:08:08 2023] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [Tue Sep 12 21:08:08 2023] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [Tue Sep 12 21:08:08 2023] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... [Tue Sep 12 21:08:08 2023] 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). [Tue Sep 12 21:08:08 2023] device-mapper: uevent: version 1.0.3 [Tue Sep 12 21:08:08 2023] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com [Tue Sep 12 21:08:08 2023] systemd[1]: Starting systemd-journald.service - Journal Service... [Tue Sep 12 21:08:08 2023] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [Tue Sep 12 21:08:08 2023] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [Tue Sep 12 21:08:08 2023] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [Tue Sep 12 21:08:08 2023] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. [Tue Sep 12 21:08:08 2023] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [Tue Sep 12 21:08:08 2023] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [Tue Sep 12 21:08:08 2023] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [Tue Sep 12 21:08:08 2023] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock. [Tue Sep 12 21:08:08 2023] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [Tue Sep 12 21:08:08 2023] systemd[1]: modprobe@configfs.service: Deactivated successfully. [Tue Sep 12 21:08:08 2023] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. [Tue Sep 12 21:08:08 2023] systemd[1]: modprobe@dm_mod.service: Deactivated successfully. [Tue Sep 12 21:08:08 2023] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. [Tue Sep 12 21:08:08 2023] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [Tue Sep 12 21:08:08 2023] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [Tue Sep 12 21:08:08 2023] systemd[1]: modprobe@fuse.service: Deactivated successfully. [Tue Sep 12 21:08:08 2023] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. [Tue Sep 12 21:08:08 2023] systemd[1]: modprobe@loop.service: Deactivated successfully. [Tue Sep 12 21:08:08 2023] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop. [Tue Sep 12 21:08:08 2023] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. [Tue Sep 12 21:08:08 2023] EXT4-fs (mmcblk1p1): re-mounted. Quota mode: none. [Tue Sep 12 21:08:09 2023] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... [Tue Sep 12 21:08:09 2023] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... [Tue Sep 12 21:08:09 2023] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met. [Tue Sep 12 21:08:09 2023] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... [Tue Sep 12 21:08:09 2023] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [Tue Sep 12 21:08:09 2023] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [Tue Sep 12 21:08:09 2023] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. [Tue Sep 12 21:08:09 2023] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes). [Tue Sep 12 21:08:09 2023] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [Tue Sep 12 21:08:09 2023] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed... [Tue Sep 12 21:08:09 2023] systemd[1]: Starting systemd-sysusers.service - Create System Users... [Tue Sep 12 21:08:09 2023] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. [Tue Sep 12 21:08:09 2023] systemd[1]: Finished systemd-sysusers.service - Create System Users. [Tue Sep 12 21:08:09 2023] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... [Tue Sep 12 21:08:09 2023] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. [Tue Sep 12 21:08:09 2023] systemd[1]: Started systemd-journald.service - Journal Service. [Tue Sep 12 21:08:09 2023] systemd-journald[348]: Received client request to flush runtime journal. [Tue Sep 12 21:08:10 2023] mc: Linux media interface: v0.10 [Tue Sep 12 21:08:10 2023] videodev: Linux video capture interface: v2.00 [Tue Sep 12 21:08:10 2023] cfg80211: Loading compiled-in X.509 certificates for regulatory database [Tue Sep 12 21:08:10 2023] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [Tue Sep 12 21:08:10 2023] rockchip-rga ff680000.rga: HW Version: 0x03.02 [Tue Sep 12 21:08:10 2023] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video0 [Tue Sep 12 21:08:10 2023] brcmfmac: F1 signature read @0x18000000=0x15294345 [Tue Sep 12 21:08:10 2023] hantro-vpu ff650000.video-codec: Adding to iommu group 0 [Tue Sep 12 21:08:10 2023] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video1 [Tue Sep 12 21:08:10 2023] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video2 [Tue Sep 12 21:08:10 2023] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned. [Tue Sep 12 21:08:10 2023] rkvdec ff660000.video-codec: Adding to iommu group 1 [Tue Sep 12 21:08:10 2023] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9 [Tue Sep 12 21:08:10 2023] rockchip-pinctrl pinctrl: pin gpio3-29 already requested by leds; cannot claim for ff880000.i2s [Tue Sep 12 21:08:10 2023] rockchip-pinctrl pinctrl: pin-125 (ff880000.i2s) status -22 [Tue Sep 12 21:08:10 2023] rockchip-pinctrl pinctrl: could not request pin 125 (gpio3-29) from group i2s0-8ch-bus-bclk-off on device rockchip-pinctrl [Tue Sep 12 21:08:10 2023] rockchip-i2s ff880000.i2s: Error applying setting, reverse things back [Tue Sep 12 21:08:10 2023] rockchip-i2s ff880000.i2s: bclk disable failed -22 [Tue Sep 12 21:08:10 2023] random: crng init done [Tue Sep 12 21:08:10 2023] panfrost ff9a0000.gpu: clock rate = 500000000 [Tue Sep 12 21:08:10 2023] usbcore: registered new interface driver brcmfmac [Tue Sep 12 21:08:10 2023] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0 [Tue Sep 12 21:08:10 2023] panfrost ff9a0000.gpu: features: 00000000,00000407, issues: 00000000,24040400 [Tue Sep 12 21:08:10 2023] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7 [Tue Sep 12 21:08:10 2023] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1 [Tue Sep 12 21:08:10 2023] Bluetooth: Core ver 2.22 [Tue Sep 12 21:08:10 2023] NET: Registered PF_BLUETOOTH protocol family [Tue Sep 12 21:08:10 2023] Bluetooth: HCI device and connection manager initialized [Tue Sep 12 21:08:10 2023] Bluetooth: HCI socket layer initialized [Tue Sep 12 21:08:10 2023] Bluetooth: L2CAP socket layer initialized [Tue Sep 12 21:08:10 2023] Bluetooth: SCO socket layer initialized [Tue Sep 12 21:08:10 2023] [drm] Initialized panfrost 1.2.0 20180908 for ff9a0000.gpu on minor 1 [Tue Sep 12 21:08:10 2023] rk_gmac-dwmac fe300000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [Tue Sep 12 21:08:10 2023] rk_gmac-dwmac fe300000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [Tue Sep 12 21:08:10 2023] rk_gmac-dwmac fe300000.ethernet eth0: No Safety Features support found [Tue Sep 12 21:08:10 2023] rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW [Tue Sep 12 21:08:10 2023] rk_gmac-dwmac fe300000.ethernet eth0: configuring for phy/rgmii link mode [Tue Sep 12 21:08:11 2023] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 [Tue Sep 12 21:08:12 2023] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 [Tue Sep 12 21:08:14 2023] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [Tue Sep 12 21:08:14 2023] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [Tue Sep 12 21:08:21 2023] platform sound-dit: deferred probe pending ```
MichaIng commented 1 year ago

So far no kernel errors, let's hope it stays like that.

Epic-Busta commented 1 year ago

It just.. works?

I installed OpenSSH, Avahi-Daemon and Java JRE. There was not a single hiccup, nor any new lines in dmesg. I also ran a 2000MiB test using the built in benchmark in drive-manager. Had a write speed of 52 MiB/s and a read speed of 84 MiB/s. No new lines in dmesg regarding mmc.

I don't know if it was something you did or an update upstream, but it works now.

MichaIng commented 1 year ago

There was another kernel upgrade to v6.1.50, which theoretically could have fixed a bug in the MMC driver, like the Radxa commit. Or it was just some quirk on the filesystem, solved by flashing the image cleanly. Keep an eye on it for a while.

Epic-Busta commented 9 months ago

My ROCK PI 4 has had no issues for over a year now. It's been running a tailscale client and a wordpress website with basically no downtime.

I'll be closing this issue then. Thanks for looking into this :)