torizon / meta-toradex-torizon

Torizon OS OpenEmbedded Distro Layer
MIT License
6 stars 10 forks source link

initramfs-framework: add modules to support plymouth on AM62 #31

Closed EdTheBearded closed 4 months ago

EdTheBearded commented 4 months ago

For AM62, plymouth wasn't able to show the splash screen due to the framebuffer not being ready on initramfs.

So we needed to add tidss module (and it's dependencies), pwm and DSI bridges modules to make it work with our DSI to LVDS adapter. With this modification, it also made required that we insert the necessary modules for the DSI to HDMI adapter to work, thats why we also see display_connector and the lontium module.

fixes #30