Bug 2298659 - Halt during boot on Rock Pi 4
Summary: Halt during boot on Rock Pi 4
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 42
Hardware: aarch64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-18 11:47 UTC by Denis Shulyaka
Modified: 2026-05-06 11:45 UTC (History)
16 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-05-20 19:14:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
bad_boot_6.9.9-200.fc40.aarch64.log (69.64 KB, text/plain)
2024-07-18 11:59 UTC, Denis Shulyaka
no flags Details
good_boot_6.9.9-200.fc40.aarch64.log (143.71 KB, text/plain)
2024-07-18 12:00 UTC, Denis Shulyaka
no flags Details
good_boot_6.4.12-200.fc38.aarch64.log (83.56 KB, text/plain)
2024-07-18 12:00 UTC, Denis Shulyaka
no flags Details

Description Denis Shulyaka 2024-07-18 11:47:33 UTC
1. Fedora does not boot on Rock Pi 4 B+ after kernel upgrade. I have two of these boards and the issue reproduces on both. When I plug in HDMI, it boots 20% of the time. When HDMI is unplugged, it never boots. When it does not boot, it just halts on a certain stage, not responding to any key press. No kernel panic message is printed, but sometimes instead of a complete halt the following message is printed:

```
[  560.064818] watchdog: BUG: soft lockup - CPU#4 stuck for 510s! [(udev-worker):378]
[  560.065504] Modules linked in: rtc_rk808(+) clk_rk808 ulpi mmc_block(+) udc_core dwmac_rk(+) crct10dif_ce rockchipdrm(+) governor_simpleondemand polyval_ce panfrost drm_dma_helper rk8xx_i2c polyval_generic stmmac_platform ghash_ce des_generic dwc3_of_simple rk_crypto dw_wdt analogix_dp rk8xx_core ohci_platform libdes spi_rockchip phy_rockchip_typec stmmac dw_mipi_dsi gpu_sched ohci_hcd sdhci_of_arasan dw_hdmi sdhci_pltfm dw_mmc_rockchip phy_rockchip_emmc drm_display_helper phy_rockchip_inno_usb2 dw_mmc_pltfm pcs_xpcs rockchip_dfi pl330 sdhci io_domain nvmem_rockchip_efuse dw_mmc phylink pwm_rockchip ehci_platform cec cqhci scsi_dh_rdac scsi_dh_emc scsi_dh_alua
[  560.070925] CPU: 4 PID: 378 Comm: (udev-worker) Tainted: G             L     6.9.9-200.fc40.aarch64 #1
[  560.071759] Hardware name: radxa Radxa ROCK Pi 4A/Radxa ROCK Pi 4A, BIOS 2024.04 04/01/2024
[  560.072506] pstate: 80400005 (Nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[  560.073135] pc : smp_call_function_many_cond+0x198/0x668
[  560.073625] lr : smp_call_function_many_cond+0x1b4/0x668
[  560.074112] sp : ffff800086203be0
[  560.074417] x29: ffff800086203be0 x28: ffff0000f557e580 x27: ffff0000f557e580
[  560.075074] x26: ffff8000831cf9d0 x25: ffff8000831d4fa0 x24: ffff0000f55bd000
[  560.075730] x23: ffff8000831cefd8 x22: ffff80008038fc68 x21: ffff8000831d4fa0
[  560.076386] x20: ffff0000f554f000 x19: 0000000000000000 x18: 0000000000000000
[  560.077042] x17: 68637261612e3034 x16: 63662e3030322d39 x15: 0074696e695f7968
[  560.077698] x14: 0f1c4f16170a1e12 x13: 0000000000000007 x12: 0000000000000003
[  560.078354] x11: 0101010101010101 x10: 0000000000000004 x9 : ffff800080b38640
[  560.079009] x8 : ffff8000827f2580 x7 : 0000000000000004 x6 : ffff8000831cf000
[  560.079665] x5 : 0000000000000000 x4 : 0000000000000003 x3 : ffff0000f554f008
[  560.080320] x2 : 0000000000000003 x1 : 0000000000000011 x0 : 0000000000000000
[  560.080976] Call trace:
[  560.081204]  smp_call_function_many_cond+0x198/0x668
[  560.081662]  kick_all_cpus_sync+0x4c/0x80
[  560.082037]  load_module+0x438/0x7e8
[  560.082370]  __do_sys_init_module+0x13c/0x168
[  560.082772]  __arm64_sys_init_module+0x24/0x40
[  560.083180]  invoke_syscall+0x74/0x100
[  560.083529]  el0_svc_common.constprop.0+0xc8/0xf0
[  560.083960]  do_el0_svc+0x24/0x38
[  560.084269]  el0_svc+0x3c/0x158
[  560.084570]  el0t_64_sync_handler+0x120/0x138
[  560.084977]  el0t_64_sync+0x194/0x198
```

When comparing good and bad boots, it looks like on the bad boot it always halts just before the following line:
```
dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
```


2. Last tested: 6.9.9-200.fc40.aarch64 (issue exists)


3. Last working kernel: 6.4.12-200.fc38.aarch64 (I can still boot with it as a workaround)
   Issue first noticed with kernel 6.6.11-100.fc38.aarch64.

4. Can you reproduce this issue? If so, please provide the steps to reproduce
   the issue below:
   1. Unplug HDMI
   2. Boot Fedora

5. Does this problem occur with the latest Rawhide kernel? To install the
   Rawhide kernel, run ``sudo dnf install fedora-repos-rawhide`` followed by
   ``sudo dnf update --enablerepo=rawhide kernel``:
   Not tested, but since the issue is not new, the chances are low.


6. Are you running any modules that not shipped with directly Fedora's kernel?:
   I am using a wi-fi module (8852au), but I don't think it is loaded at this stage. Also tested without the module.

7. Please attach the kernel logs. You can get the complete kernel log
   for a boot with ``journalctl --no-hostname -k > dmesg.txt``. If the
   issue occurred on a previous boot, use the journalctl ``-b`` flag.

   Will attach UART capture as a follow-up message.

Reproducible: Always

Comment 1 Denis Shulyaka 2024-07-18 11:59:17 UTC
Created attachment 2039833 [details]
bad_boot_6.9.9-200.fc40.aarch64.log

Comment 2 Denis Shulyaka 2024-07-18 12:00:15 UTC
Created attachment 2039835 [details]
good_boot_6.9.9-200.fc40.aarch64.log

Comment 3 Denis Shulyaka 2024-07-18 12:00:56 UTC
Created attachment 2039836 [details]
good_boot_6.4.12-200.fc38.aarch64.log

Comment 4 Aoife Moloney 2025-04-28 13:31:15 UTC
This message is a reminder that Fedora Linux 40 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora Linux 40 on 2025-05-13.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
'version' of '40'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, change the 'version' 
to a later Fedora Linux version. Note that the version field may be hidden.
Click the "Show advanced fields" button if you do not see it.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora Linux 40 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora Linux, you are encouraged to change the 'version' to a later version
prior to this bug being closed.

Comment 5 Aoife Moloney 2025-05-20 19:14:28 UTC
Fedora Linux 40 entered end-of-life (EOL) status on 2025-05-13.

Fedora Linux 40 is no longer maintained, which means that it
will not receive any further security or bug fix updates. As a result we
are closing this bug.

If you can reproduce this bug against a currently maintained version of Fedora Linux
please feel free to reopen this bug against that version. Note that the version
field may be hidden. Click the "Show advanced fields" button if you do not see
the version field.

If you are unable to reopen this bug, please file a new report against an
active release.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 6 Denis Shulyaka 2025-09-25 20:33:13 UTC
The issue still exists in Fedora 42 (6.16.8-200.fc42.aarch64).

Here is a fresh boot log:

```
...
         Starting dracut-initqueue.service - dracut initqueue hook...
         Starting plymouth-start.service - Show Plymouth Boot Screen...
[  OK  ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[  OK  ] Reached target sysinit.target - System Initialization.
[  OK  ] Started plymouth-start.service - Show Plymouth Boot Screen.
[  OK  ] Started systemd-ask-password-plymo…quests to Plymouth Directory Watch.
[  OK  ] Reached target paths.target - Path Units.
[  OK  ] Reached target basic.target - Basic System.
dw_wdt ff848000.watchdog: No valid TOPs array specified
rk3288-crypto ff8b0000.crypto: will run requests pump with realtime priority
rk3288-crypto ff8b0000.crypto: Register ecb(aes) as ecb-aes-rk
rk3288-crypto ff8b0000.crypto: Register cbc(aes) as cbc-aes-rk
rk3288-crypto ff8b0000.crypto: Register ecb(des) as ecb-des-rk
rk3288-crypto ff8b0000.crypto: Register cbc(des) as cbc-des-rk
rk3288-crypto ff8b0000.crypto: Register ecb(des3_ede) as ecb-des3-ede-rk
Synopsys Designware Multimedia Card Interface Driver
rk3288-crypto ff8b0000.crypto: Register cbc(des3_ede) as cbc-des3-ede-rk
rk3288-crypto ff8b0000.crypto: Register sha1 as rk-sha1
rk3288-crypto ff8b0000.crypto: Register sha256 as rk-sha256
rk3288-crypto ff8b0000.crypto: Register md5 as rk-md5
dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
dma-pl330 ff6d0000.dma-controller:      DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
rk3288-crypto ff8b8000.crypto: will run requests pump with realtime priority
alg: ahash: rk-sha1 export() overran state buffer on test vector 0, cfg="import/export"
alg: self-tests for sha1 using rk-sha1 failed (rc=-75)
------------[ cut here ]------------
alg: self-tests for sha1 using rk-sha1 failed (rc=-75)
WARNING: CPU: 5 PID: 417 at crypto/testmgr.c:5816 alg_test+0x92c/0x950
Modules linked in: gpu_sched(+) dw_mmc_pltfm stmmac(+) dw_hdmi(+) sdhci rk8xx_core phy_rockchip_emmc rk_crypto dw_mmc cqhci dw_wdt drm_display_helper phy_rockchip_typec libdes pl330(+) mmc_core ohci_platform rockchip_dfi io_domain nvmem_rockchip_efuse pwm_rockchip ohci_hcd pcs_xpcs cec phylink ehci_platform scsi_dh_rdac scsi_dh_emc scsi_dh_alua i2c_dev nfnetlink
CPU: 5 UID: 0 PID: 417 Comm: cryptomgr_test Not tainted 6.16.8-200.fc42.aarch64 #1 PREEMPT(voluntary) 
Hardware name: radxa Radxa ROCK Pi 4A/Radxa ROCK Pi 4A, BIOS 2024.04 04/01/2024
pstate: 60400005 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
pc : alg_test+0x92c/0x950
lr : alg_test+0x92c/0x950
sp : ffff800085043d40
x29: ffff800085043df0 x28: 0000000000000178 x27: 00000000ffffffb5
x26: 00000000000000bf x25: ffff8000817f6650 x24: 00000000ffffffff
x23: 00000000000000bd x22: 000000000800018f x21: ffff00000a4b4c00
x20: ffff800083f01000 x19: ffff8000817f9610 x18: 00000000fffffffa
x17: 726f746365762074 x16: 736574206e6f2072 x15: 000000000000000a
x14: 0000000000000000 x13: 0000000000000002 x12: 0000000000000000
x11: 0000000000000001 x10: 0000000000000001 x9 : ffff800080356c28
x8 : ffff8000838d80b8 x7 : ffff800085043aa0 x6 : 0000000000000001
x5 : ffff0000f55d54c8 x4 : 0000000000000000 x3 : 0000000000000027
x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff0000055e8000
Call trace:
 alg_test+0x92c/0x950 (P)
 cryptomgr_test+0x2c/0x58
 kthread+0x10c/0x128
 ret_from_fork+0x10/0x20
---[ end trace 0000000000000000 ]---
alg: ahash: rk-sha256 export() overran state buffer on test vector 0, cfg="import/export"
alg: self-tests for sha256 using rk-sha256 failed (rc=-75)
------------[ cut here ]------------
alg: self-tests for sha256 using rk-sha256 failed (rc=-75)
WARNING: CPU: 0 PID: 419 at crypto/testmgr.c:5816 alg_test+0x92c/0x950
Modules linked in: rk8xx_i2c(+) gpu_sched(+) dw_mmc_pltfm stmmac dw_hdmi sdhci rk8xx_core phy_rockchip_emmc rk_crypto dw_mmc cqhci dw_wdt drm_display_helper phy_rockchip_typec libdes pl330(+) mmc_core ohci_platform rockchip_dfi io_domain nvmem_rockchip_efuse pwm_rockchip ohci_hcd pcs_xpcs cec phylink ehci_platform scsi_dh_rdac scsi_dh_emc scsi_dh_alua i2c_dev nfnetlink
CPU: 0 UID: 0 PID: 419 Comm: cryptomgr_test Tainted: G        W           6.16.8-200.fc42.aarch64 #1 PREEMPT(voluntary) 
Tainted: [W]=WARN
Hardware name: radxa Radxa ROCK Pi 4A/Radxa ROCK Pi 4A, BIOS 2024.04 04/01/2024
pstate: 60400005 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
pc : alg_test+0x92c/0x950
lr : alg_test+0x92c/0x950
sp : ffff800085053d40
x29: ffff800085053df0 x28: 0000000000000178 x27: 00000000ffffffb5
x26: 00000000000000c1 x25: ffff8000817f6650 x24: 00000000ffffffff
x23: 00000000000000bd x22: 000000000800018f x21: ffff00000a4b5c00
x20: ffff800083f01000 x19: ffff8000817f9690 x18: 00000000fffffffa
x17: 7463657620747365 x16: 74206e6f20726566 x15: 000000000000000a
x14: 0000000000000000 x13: 0000000000000002 x12: 0000000000000000
x11: 00000000ffffffff x10: 0000000000000029 x9 : ffff800080356c28
x8 : 00000000ffffe1b2 x7 : ffff8000837f7eb8 x6 : 0000000000000001
x5 : ffff0000f54bd4c8 x4 : 0000000000000000 x3 : 0000000000000027
x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff0000055ea580
Call trace:
 alg_test+0x92c/0x950 (P)
 cryptomgr_test+0x2c/0x58
 kthread+0x10c/0x128
 ret_from_fork+0x10/0x20
---[ end trace 0000000000000000 ]---
alg: ahash: rk-md5 export() overran state buffer on test vector 0, cfg="import/export"
alg: self-tests for md5 using rk-md5 failed (rc=-75)
------------[ cut here ]------------
alg: self-tests for md5 using rk-md5 failed (rc=-75)
WARNING: CPU: 5 PID: 422 at crypto/testmgr.c:5816 alg_test+0x92c/0x950
Modules linked in: phy_rockchip_inno_usb2(+) des_generic(+) rk8xx_i2c(+) gpu_sched(+) dw_mmc_pltfm stmmac dw_hdmi sdhci rk8xx_core phy_rockchip_emmc rk_crypto dw_mmc cqhci dw_wdt drm_display_helper phy_rockchip_typec libdes pl330(+) mmc_core ohci_platform rockchip_dfi io_domain nvmem_rockchip_efuse pwm_rockchip ohci_hcd pcs_xpcs cec phylink ehci_platform scsi_dh_rdac scsi_dh_emc scsi_dh_alua i2c_dev nfnetlink
CPU: 5 UID: 0 PID: 422 Comm: cryptomgr_test Tainted: G        W           6.16.8-200.fc42.aarch64 #1 PREEMPT(voluntary) 
Tainted: [W]=WARN
Hardware name: radxa Radxa ROCK Pi 4A/Radxa ROCK Pi 4A, BIOS 2024.04 04/01/2024
pstate: 60400005 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
pc : alg_test+0x92c/0x950
lr : alg_test+0x92c/0x950
sp : ffff800084e2bd40
x29: ffff800084e2bdf0 x28: 0000000000000178 x27: 00000000ffffffb5
x26: 00000000000000a4 x25: ffff8000817f6650 x24: 00000000ffffffff
x23: 00000000000000bd x22: 000000000800018f x21: ffff00000a4b4600
x20: ffff800083f01000 x19: ffff8000817f8f50 x18: 00000000fffffffa
x17: 20726f7463657620 x16: 74736574206e6f20 x15: 000000000000000a
x14: 0000000000000000 x13: 0000000000000002 x12: 0000000000000000
x11: 0000000000000001 x10: 0000000000000001 x9 : ffff800080356c28
x8 : ffff8000838d80b8 x7 : ffff800084e2baa0 x6 : 0000000000000001
x5 : ffff0000f55d54c8 x4 : 0000000000000000 x3 : 0000000000000027
x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff00000a552580
Call trace:
 alg_test+0x92c/0x950 (P)
 cryptomgr_test+0x2c/0x58
 kthread+0x10c/0x128
 ret_from_fork+0x10/0x20
---[ end trace 0000000000000000 ]---
sdhci-pltfm: SDHCI platform and OF driver helper
dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
dma-pl330 ff6e0000.dma-controller:      DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
ehci-platform fe380000.usb: EHCI Host Controller
dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
dwmmc_rockchip fe310000.mmc: Version ID is 270a
dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 64,32 bit host data width,256 deep fifo
ohci-platform fe3a0000.usb: Generic Platform OHCI controller
dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
dwmmc_rockchip fe320000.mmc: Version ID is 270a
dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 66,32 bit host data width,256 deep fifo
ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 2
ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
ehci-platform fe380000.usb: irq 63, io mem 0xfe380000
dwmmc_rockchip fe320000.mmc: Got CD GPIO
ohci-platform fe3a0000.usb: irq 65, io mem 0xfe3a0000
ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 6.16.8-200.fc42.aarch64 ehci_hcd
usb usb1: SerialNumber: fe380000.usb
rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
rk_gmac-dwmac fe300000.ethernet: IRQ sfty not found
rk_gmac-dwmac fe300000.ethernet: Deprecated MDIO bus assumption used
rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
rk_gmac-dwmac fe300000.ethernet: TX delay(0x28).
rk_gmac-dwmac fe300000.ethernet: RX delay(0x11).
rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
rk_gmac-dwmac fe300000.ethernet: clock input from PHY
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
rockchip-pcie f8000000.pcie: no vpcie12v regulator found
usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.16
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: Generic Platform OHCI controller
usb usb2: Manufacturer: Linux 6.16.8-200.fc42.aarch64 ohci_hcd
usb usb2: SerialNumber: fe3a0000.usb
rk_gmac-dwmac fe300000.ethernet: init for RGMII
rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35
rk_gmac-dwmac fe300000.ethernet:        DWMAC1000
rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
rk_gmac-dwmac fe300000.ethernet: COE Type 2
rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
rk_gmac-dwmac fe300000.ethernet: Normal descriptors
rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
rockchip-pcie f8000000.pcie: no vpcie12v regulator found
dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
dwmmc_rockchip fe310000.mmc: Version ID is 270a
dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 64,32 bit host data width,256 deep fifo
ohci-platform fe3e0000.usb: Generic Platform OHCI controller
ehci-platform fe3c0000.usb: EHCI Host Controller
ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 3
ohci-platform fe3e0000.usb: irq 70, io mem 0xfe3e0000
ehci-platform fe3c0000.usb: irq 71, io mem 0xfe3c0000
ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: EHCI Host Controller
usb usb3: Manufacturer: Linux 6.16.8-200.fc42.aarch64 ehci_hcd
usb usb3: SerialNumber: fe3c0000.usb
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 1 port detected
rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
rockchip-pcie f8000000.pcie: no vpcie12v regulator found
dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
dwmmc_rockchip fe310000.mmc: Version ID is 270a
dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 64,32 bit host data width,256 deep fifo
rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
rockchip-pcie f8000000.pcie: no vpcie12v regulator found
dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
dwmmc_rockchip fe310000.mmc: Version ID is 270a
dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 64,32 bit host data width,256 deep fifo
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.16
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: Generic Platform OHCI controller
usb usb4: Manufacturer: Linux 6.16.8-200.fc42.aarch64 ohci_hcd
usb usb4: SerialNumber: fe3e0000.usb
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 1 port detected
rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
rockchip-pcie f8000000.pcie: no vpcie12v regulator found
mmc0: CQHCI version 5.10
dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
dwmmc_rockchip fe310000.mmc: Version ID is 270a
dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 64,32 bit host data width,256 deep fifo
mdio_bus stmmac-0:00: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
mdio_bus stmmac-0:01: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
mmc0: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA
panfrost ff9a0000.gpu: clock rate = 500000000
rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
rockchip-pcie f8000000.pcie: no vpcie12v regulator found
panfrost ff9a0000.gpu: EM: created perf domain
panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
panfrost ff9a0000.gpu: features: 00000000,00000407, issues: 00000000,24040400
panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
mmc0: Command Queue Engine enabled
mmc0: new HS400 Enhanced strobe MMC card at address 0001
dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
dwmmc_rockchip fe310000.mmc: Version ID is 270a
dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 64,32 bit host data width,256 deep fifo
[drm] Initialized panfrost 1.3.0 for ff9a0000.gpu on minor 0
rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
rockchip-pcie f8000000.pcie: no vpcie12v regulator found
[  OK  ] Stopped systemd-vconsole-setup.service - Virtual Console Setup.
         Stopping systemd-vconsole-setup.service - Virtual Console Setup...
         Starting systemd-vconsole-setup.service - Virtual Console Setup...
dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
dwmmc_rockchip fe310000.mmc: Version ID is 270a
dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 64,32 bit host data width,256 deep fifo
rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
rockchip-pcie f8000000.pcie: no vpcie12v regulator found
rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
rockchip-pcie f8000000.pcie: no vpcie12v regulator found
dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
dwmmc_rockchip fe310000.mmc: Version ID is 270a
dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 64,32 bit host data width,256 deep fifo
rk808-rtc rk808-rtc.2.auto: registered as rtc0
rk808-rtc rk808-rtc.2.auto: setting system clock to 2025-09-25T22:13:19 UTC (1758838399)
rk_gmac-dwmac fe300000.ethernet end0: renamed from eth0
mmcblk0: mmc0:0001 SLD128 115 GiB
rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops [rockchipdrm])
```

Comment 7 Denis Shulyaka 2025-09-25 20:35:08 UTC
I am able to boot if I pass `nomodeset` kernel argument.

Comment 8 Fedora Release Engineering 2026-05-06 11:45:13 UTC
This message is a reminder that Fedora Linux 42 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora Linux 42 on 2026-05-13.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
'version' of '42'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, change the 'version' 
to a later Fedora Linux version. Note that the version field may be hidden.
Click the "Show advanced fields" button if you do not see it.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora Linux 42 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora Linux, you are encouraged to change the 'version' to a later version
prior to this bug being closed.


Note You need to log in before you can comment on or make changes to this bug.