FAQ
Q: Why does connecting an FPC HDMI cable and then inserting a standard HDMI cable cause display issues?
A: The two HDMI connectors are connected to the same HDMI signal group; they are not independent video output interfaces. Therefore, they cannot be connected to HDMI cables simultaneously.
Note: Even if the other HDMI cable is not connected to a host device, simply having it plugged in can interfere with normal operation. Please completely unplug the other HDMI cable.

Q: How do I replace the Raspberry Pi boot logo image?
A: Take Raspberry Pi OS (Trixie) as an example:
-
Install Plymouth and related themes:
sudo apt updatesudo apt install plymouth plymouth-themessudo apt install plymouth-theme-breeze kde-config-plymouthsudo apt install firmware-linux -
Navigate to the default theme directory:
/usr/share/plymouth/themes/pix -
Replace the boot image:
Replace your boot image with splash.png
-
Update initramfs
sudo update-initramfs -u -
After rebooting, the new boot logo will appear.