You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm compiling my own kernels because I'm running Gentoo on my Pi. I have a working config + image for 4.19.25. Using this config on the current tree (rpi-4.19.y/4.19.58) only results in the rainbow pattern on HDMI.
Now I've tested bcmrpi3_defconfig. The only changes are:
no module support - everything is built in
built in firmware (CONFIG_EXTRA_FIRMWARE)
CONFIG_RTL8192CU is not set (wouldn't link)
Still I'm just getting the rainbow pattern. It's the same on 5.2.1.
I dug up my USB-serial converter. The serial console works fine. After a couple of reboots the monitor suddenly came to life, but the image was badly distorted. It might be an issue with the hardware. Though if it is I don't understand why it works with an older kernel.
...at least there's no HDMI output.
I'm compiling my own kernels because I'm running Gentoo on my Pi. I have a working config + image for 4.19.25. Using this config on the current tree (rpi-4.19.y/4.19.58) only results in the rainbow pattern on HDMI.
Now I've tested
bcmrpi3_defconfig
. The only changes are:CONFIG_EXTRA_FIRMWARE
)CONFIG_RTL8192CU
is not set (wouldn't link)Still I'm just getting the rainbow pattern. It's the same on 5.2.1.
I'm using:
bootcode.bin
/fixup.dat
/start.elf
cmdline.txt:
config.txt:
Any ideas how to debug this?
The text was updated successfully, but these errors were encountered: