Activity
From 06/08/2026 to 07/07/2026
07/07/2026
- JC 01:32 PM Software Development: RE: Getting the Splash Screen to Appear Earlier
- Our som.c is mostly a copy of their evm.c
https://support.criticallink.com/gitweb/?p=u-boot-ti.git;a=blob;f=board/cl/mitysom-62x/som.c;h=a4ba0e88f4c3fc4f537efc095bf9e6069109ecd5;hb=refs/heads/mitysom-u-boot-2025.01#l199 - HW 01:07 PM Software Development: RE: Getting the Splash Screen to Appear Earlier
- Just for some clarification, the documentation says to modify board/ti/am62ax/evm.c to change the SPL init function and enable video even in custom boards based on the am62ax SoC. Is all board configuration contained within the board/cl ...
07/06/2026
- JC 03:44 PM Software Development: RE: Getting the Splash Screen to Appear Earlier
- If you run into any roadblocks, let me know. We can schedule a working meeting if needed.
- JC 03:35 PM Software Development: RE: Getting the Splash Screen to Appear Earlier
- Holden Wozniak wrote in message#7361:
> Sounds good. Getting an early image on the display is one of the last big things I need to do to get our device in a good state so I'll be looking at it a lot this week. My initial plan was to jus... - HW 03:28 PM Software Development: RE: Getting the Splash Screen to Appear Earlier
- Sounds good. Getting an early image on the display is one of the last big things I need to do to get our device in a good state so I'll be looking at it a lot this week. My initial plan was to just try and get the framebuffer created by ...
- JC 03:13 PM Software Development: RE: Getting the Splash Screen to Appear Earlier
- There was some change I think around TI's SDK 9, that greatly delayed the /dev/fb0 creation. I didn't dig into it at the time, but I agree its not ideal.
I do think that getting the u-boot splash screen support working would make the... - Good morning,
I am finding that the psplash screen comes up very late while the kernel is initializing to the point where it sometimes does not appear because it is started as the kernel boot is completed.
After running systemd-ana...