Custom boot logo for Xavier NX

I was able to add a custom boot logo for Xavier nx in Jetpack 511 by following the steps in this page

The custom logo shows at first and them some bootlog appears after that the nvidia logo appears.
Is there any way to show the custom logo only no bootlog or nvidia logo.


The white screen showing first is my custom image logo

Hi,

Do you follow the doc mentioned to change your custom logo?

Thanks

I edited Platform/NVIDIA/NVIDIA.fvmain.fdf.inc file and build the uefi image.
renamed uefi_Jetson_RELEASE.bin to uefi_Jetson.bin under Linux_for_Tegra/bootloader

@DavidDDD Attached the new video of the booting of device.


Is there any way to show only the customized logo and not dmesg logs before the home screen is displayed

Hi,

It might be some issue if close dmesg logs, so we don’t recommend it.

Thanks

What I want is like just display the customized boot logo till the home screen appears. I don’t want to close the dmesg logs, but don’t want to display it.

Hi

Please try to add quiet option in /boot/extlinux/extlinux.conf to check whether log show on screen.

LABEL primary
      MENU LABEL primary kernel
      LINUX /boot/Image
      INITRD /boot/initrd
      APPEND ${cbootargs} quiet

Thanks

I added the below in /boot/extlinux/extlinux.conf

APPEND ${cbootargs} quiet

observed no changes.
What I want is to only display the customized logo only on the screen till the device boot up and displays desktop page.

Hi,

Please refer to below topics to do the kernel config to hide the kernel logs.

Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.