Quiet Boot, Custom Image, No logging output

Hello! I’m a noob to the LIbre world and I’m looking for advice on how to customize the boot experience. I would like to remove all the output that appears when the device first boots. A custom splash screen would be fine without no text/logging or at the very least a black screen.

The image I’m using works fine on RPI4 in terms of how I want it to look, but not with Libre.

Thank you for any advice.

You need to compile your own u-boot which involves learning how u-boot works. You can change the defconfigs to disable video and output.

All of our boards works with standard embedded system tooling since we follow upstream as close as possible.

Thank you for the reply.