-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
Describe the bug
Hello All,
After booted a 5.19.0 or 5.19.1 kernel into rpi2, rpi3 or rpi4, I'm not able to get a console from the HDMI video cable.
I noticed the following issue with the framebuffer :
kernel: bcm2708_fb soc:fb: FB found 1 display(s)
kernel: bcm2835-dma 3f007000.dma: failed to get irq for DMA channel 0
kernel: bcm2708_fb soc:fb: Couldn't allocate a DMA channel
kernel: bcm2708_fb soc:fb: probe failed, err -2
kernel: bcm2708_fb: probe of soc:fb failed with error -2
No problem to login through a ssh session.
Thanks in advance for your support.
Steps to reproduce the behaviour
Example of how I compiled the kernel with the following steps for a rpi2 :
KERNEL=kernel7
make bcm2709_defconfig
make -j4 zImage modules dtbs
sudo make modules_install
sudo rm -f /boot/firmware/*.dtb
sudo cp arch/arm/boot/dts/*.dtb /boot/firmware/
sudo rm -f /boot/firmware/overlays/*.dtb*
sudo cp arch/arm/boot/dts/overlays/*.dtb* /boot/firmware/overlays/
sudo cp arch/arm/boot/dts/overlays/README /boot/firmware/overlays/
sudo mv /boot/firmware/kernel7.img /boot/firmware/kernel7-`uname -r`.img
sudo scripts/mkknlimg arch/arm/boot/zImage /boot/firmware/$KERNEL.img
Device (s)
Raspberry Pi 2 Mod. B, Raspberry Pi 3 Mod. B+, Raspberry Pi 4 Mod. B
System
The OS is a Debian Bullseye 11.4 64bits.
Aug 9 2022 13:46:06
Copyright (c) 2012 Broadcom
version 273b410636cf8854ca35af91fd738a3d5f8b39b6 (clean) (release) (start)
Linux 5.19.1-v7+ #1 SMP Tue Aug 16 10:38:07 CEST 2022 armv7l GNU/Linux
Logs
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels