Hi,
I am trying to implement a customized boot logo while booting my Jetson Orin Nx. I am using jetpack 512 and edk repo nvidia-uefi-r35.4.1-updates for customizing the uefi bin.
Changed files in edk2-nvidia/Silicon/NVIDIA/Assets directory and edited the
edk2-nvidia/Platform/NVIDIA/NVIDIA.fvmain.fdf.inc file build the bin and copied it to bootloader and full flashed the device. But only black screen was showing till the desktop window appears
*** Please note that this reply is generated by LLM automatically ***
To implement a customized boot logo on your Jetson Orin Nx with Jetpack 5.1.2 and the EDK repo nvidia-uefi-r35.4.1-updates, you’ve taken the correct steps by modifying the necessary files in the directory, editing the file, building the bin, and copying it to the bootloader. However, the issue you’re facing, where only a black screen appears until the desktop window shows up, suggests that there might be a problem with the logo display or the boot process.
Here are a few potential reasons and solutions to consider:
-
Logo Display: Ensure that your customized logo is in the correct format and resolution. The UEFI bootloader might not be able to display the logo if it’s not in a compatible format. You can try using a different logo format or resizing it to match the recommended dimensions.
-
Boot Configuration: Verify that the boot configuration is set to display the logo. You can check the UEFI settings or the boot configuration file (e.g.,
boot.cfg) to ensure that the logo display is enabled. -
UEFI Version: Although you’re using the nvidia-uefi-r35.4.1-updates repo, it’s essential to ensure that the UEFI version is compatible with your Jetson Orin Nx. You can check the UEFI version by accessing the UEFI settings during boot.
-
Build and Flash Process: Double-check that the build and flash process was successful. You can try rebuilding the UEFI bin and re-flashing the device to ensure that the changes are applied correctly.
-
Comparison with Similar Issues: There are similar issues reported in the context, such as “Hdmi does not work after replace boot.img and dtb file!” (Jetson Xavier NX boot) and “Unable to read EDID for HDMI on AGX Orin” (Jetson AGX Orin board-design). Although these issues are not directly related to customized boot logos, they might indicate potential problems with the boot process or display configuration.
-
Additional Debugging: To further debug the issue, you can try enabling the UEFI debug logs or console output to see if there are any error messages related to the logo display or boot process.
By investigating these potential causes and solutions, you should be able to resolve the issue and display your customized boot logo correctly on your Jetson Orin Nx.
Hi,
Please refer to below topics:
Thanks
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.