Open darkcrash21 opened 5 months ago
HI, please refer to: https://github.com/eleclab-rpi/Display_Firmw! are Guide: ElecLab Display Firmware Update Guide.pdf Firmware: HDMI_0736_1280x400_RPI5_Bookworm.hex
Bookworm does not need to configure config.txt and cmdline.txt, because it will automatically detect HDMI EDID and then output HDMI signals with specified timing. Best wishes!
@.***
From: darkcrash21 Date: 2024-06-02 13:27 To: eleclab-rpi/7INCH4_HDMI_1280x400 CC: Subscribed Subject: [eleclab-rpi/7INCH4_HDMI_1280x400] RPi4 on Bookworm not working (Issue #3) How do you get this to work on the latest Bookworm? The config.txt doesn't seem to work. Thanks. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>
Actually just figured it out for Raspberry Pi 4. Thanks
sudo nano /boot/firmware/cmdline.txt Add video=HDMI-A-1:1280x400M@60D
Mark it, great, you could use dmesg to check the hdmi edid information.
@.***
From: darkcrash21 Date: 2024-06-02 14:52 To: eleclab-rpi/7INCH4_HDMI_1280x400 CC: ElecLab; Comment Subject: Re: [eleclab-rpi/7INCH4_HDMI_1280x400] RPi4 on Bookworm not working (Issue #3) Actually just figured it out for Raspberry Pi 4. Thanks sudo nano /boot/firmware/cmdline.txt Add @. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>
I am having same issues. I do not see any edid detection, and config and cmdline did nothing. Screen defaults to 1
hyperlocal@pi0:~ $ xrandr --verbose | grep -I edid
hyperlocal@pi0:~ $ dmesg | grep -I edid
hyperlocal@pi0:~ $ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
hyperlocal@pi0:~ $ xrandr
Screen 0: minimum 16 x 16, current 1024 x 768, maximum 32767 x 32767
XWAYLAND0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 59.92*+
800x600 59.86
640x480 59.38
320x240 59.52
720x480 59.71
640x400 59.95
320x200 58.96
1024x576 59.90
864x486 59.92
720x400 59.55
640x350 59.77
Any suggestions?
How do you get this to work on the latest Bookworm? The config.txt doesn't seem to work. Thanks.