Xavier modifies the logo

I want to change the startup logo of Jetson Xavier, but when following the documentation, I found that edk2 nvidia/Silicon/NVIDIA/Assets cannot be found. Where is this

Customized Logo:

  • How to customize BMP?For NVIDIA® Jetson AGX Orin™To change the logo displayed during UEFI boot, edit the files in edk2-nvidia/Silicon/NVIDIA/Assets. If you add/remove files or change names the files info can be updated in Platform/NVIDIA/NVIDIA.fvmain.fdf.inc. The relevant section is as shown below:

FILE FREEFORM = gNVIDIAPlatformLogoGuid { SECTION RAW = Silicon/NVIDIA/Assets/nvidiagray480.bmp SECTION RAW = Silicon/NVIDIA/Assets/nvidiagray720.bmp SECTION RAW = Silicon/NVIDIA/Assets/nvidiagray1080.bmp } Customers can replace the NVIDIA provided logo files with their own files and ensure the UEFI binary with the logo file(s) do not exceed the UEFI partition size (3.5MB) in the partition XML file. The partition XML files for various platforms are located in the ./bootloader/t186ref/cfg/ directory.

Hi 2382972980,

Are you using the devkit or custom board for Xavier NX?
What’s your Jetpack version in use?

It should be in UEFI source rather than rootfs.
Please refer to the following instruction to clone UEFI source and build the UEFI binary with your new logo file.
Build without docker · NVIDIA/edk2-nvidia Wiki (github.com)

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