Missing PHY Drivers in `initramfs` for ARM SoCs
The absence of necessary PHY drivers in the initramfs
is preventing access to storage devices, resulting in boot failures, like aports#16366 (closed).
For Rockchip SoCs, the following modules may be necessary:
kernel/drivers/phy/rockchip/phy-rockchip-inno-usb2.ko
kernel/drivers/phy/rockchip/phy-rockchip-snps-pcie3.ko
Additionally, similar issues may exist with other ARM SoCs, such as Allwinner and HiSilicon.
To ensure proper boot functionality, it is necessary to include the required PHY drivers in the initramfs
.
Edited by NN708