libretro / Lakka-LibreELEC

Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
https://www.lakka.tv
1.73k stars 286 forks source link

Lakka-AMLGX.aarch64-5.0-lepotato - cvbs dont work #1970

Closed efirshik closed 5 months ago

efirshik commented 5 months ago

cvbs out (composite video) dont work.

find /sys/devices -name "edid"

/sys/devices/platform/soc/d0100000.vpu/drm/card0/card0-HDMI-A-1/edid

find only HDMI out.

I replace meson-gxl-s905x-libretech-cc.dtb from this https://hub.libre.computer/t/lakka-for-libre-computer-boards/231

ToKe79 commented 5 months ago

does it work with LibreELEC image?

ToKe79 commented 5 months ago

Also - I'm not sure if the dtb provided by Libre Computer for Lakka 4.2 is still compatible with Lakka 5.0.

efirshik commented 5 months ago

Also - I'm not sure if the dtb provided by Libre Computer for Lakka 4.2 is still compatible with Lakka 5.0.

thx for answer. i test without replace dtb, and write here after test.

efirshik commented 5 months ago

without replace dtb: /sys/devices/platform/soc/d0100000.vpu/drm/card0/card0-HDMI-A-1/edid /sys/devices/platform/soc/d0100000.vpu/drm/card0/card0-Composite-1/edid

but need add option on boot line in file /flash/extlinux/extlinux.conf: console=tty0 video=Composite-1:720x480@60ie without this cvbs not work.

this solution find on libreelec forum https://forum.libreelec.tv/thread/26430-composite-video-output-on-aml-s905x-cc-le-potato/

dsx724 commented 5 months ago

@efirshik Lakka previously would only work on CVBS if we did not disable it in the DT. Thanks for testing.