Raspberry PI 5 install and video=HDMI-A-1:1024x768@60D
Hi,
I've tried to install emteria on a Raspberry PI 5 with a HMDI monitor connected to. After writing the MicroSD with the installer, I booted it up Rapsberry but no video.
I had to put video=HDMI-A-1:1024x768@60D on cmdline.txt in order to see the video.
Why does this happen?
Where can I look at (logs and others) to trace the problem? I think it should boot without modifications.
Thanks
0
Comments
@GhizzySTB, thank you for reporting this. I would guess that your hdmi screen doesn't provide correct EDID information, so Android doesn't know what resolutions are allowed.
For debugging, please activate ADB (over Ethernet) and pull a full system log (logcat -b all) right after boot. As far as I remember, Android logs all detected resolutions during the boot sequence. It might shed some light into this problem.