Activity
From 07/10/2026 to 08/08/2026
07/22/2026
- HW 02:55 PM Software Development: RE: AM62A: Getting the Splash Screen to Appear Earlier
- I explicitly set CONFIG_DRM_FBDEV_EMULATION=n and that was what worked to get rid of the trash since the display does not reset until a little bit into the kernel starting. At this point it seems more an issue with the way the panel driv...
- JC 01:24 PM Software Development: RE: AM62A: Getting the Splash Screen to Appear Earlier
- I wonder if the biggest piece were missing is the disabling CONFIG_DRM_FBDEV_EMULATION step they highlight.
- HW 12:45 PM Software Development: RE: AM62A: Getting the Splash Screen to Appear Earlier
- The display after U-boot resets so the splash screen right now does not persist and the display does not come back on until just before the display manager starts.
The framebuffer handoff however seems to work. Adding the framebuffer ...
07/21/2026
- JC 07:54 PM Software Development: RE: AM62A: Getting the Splash Screen to Appear Earlier
- How is linux framebuffer hand off going?
07/10/2026
- JC 08:15 PM Software Development: RE: AM62A: Getting the Splash Screen to Appear Earlier
- Okay good to hear.
- HW 08:05 PM Software Development: RE: AM62A: Getting the Splash Screen to Appear Earlier
- The changes work great, got it working with our display no problem!
I see what you mean with the scrambled splashscreen, I was going to start following the documentation for handing the frame buffer off to Linux and see what happens w... - JC 04:06 PM Software Development: RE: Getting the Splash Screen to Appear Earlier
- https://support.criticallink.com/gitweb/?p=u-boot-ti.git;a=shortlog;h=refs/heads/2025.01-am62a-hdmi-splash
Here are my changes so far, pushed to a test branch, please test it and let me know.
This loads a splash.bmp.gz from the boo...