I've been trying to configure the HDMI screen I purchased for the orange pi 5. It's listed to work with the raspberry pi so I figured it should work with the orange pi 5 as well. When I connect the screen, the screen just turns white.
These instructions were included in the manual to configure the usage of the screen with the raspberry pi, but I am not familiar with how to translate the configuration into armbian.
Write the image to the TF card, then modify the following configuration in config.txt:
# uncomment to force a specific HDMI mode (this will force VGA)
hdmi_group=2
hdmi_mode=87
hdmi_cvt 1024 600 60 6 0 0 0
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
hdmi_drive=1
as I've been trying to troubleshoot I see that it does get information from the screen
cat /sys/class/drm/card0-HDMI-A-1/status = connected
cat /sys/class/drm/card0-HDMI-A-1/enabled = enabled
cat /sys/class/drm/card0-HDMI-A-1/modes
1024x600
1024x600
640x480
640x480
640x480