I have a camera and display attached to Jetson AGX Orin 64G and I am quite far in development along with lots of libraries installed from source that I cannot afford the time to re-build the kernel or UEFI.
I have also set the Jetson such that after reboot, it directly shows the feed of camera connected to it onto the display meaning I got rid of login screen.
However, when we reboot, we see all the reboot related text along with NVIDIA logo.
Is there a way to add our own company logo/image and also not show any of those boot process text/messages without having to rebuild the kernel?
Hi Kevin, for turning off the texts during reboot, looks like I should rebuild the kernel. Is there a way to do this without re-building the kernel? @KevinFFF
Some are included in kernel and some are included in UEFI(bootloader).
I think you have to rebuild both of them if you want to customize the boot logo and remove the text showed during boot up.