Activity
From 07/15/2026 to 08/13/2026
Today
- 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?