Jetpack 5.0.2 UEFI source code is error!

hello
I get Jetpack 5.0.2 UEFI source code edk2-nvidia-r35.1.0.1.
from: Build · NVIDIA/edk2-nvidia Wiki · GitHub
build and get image,like

I replaced these image files to Linux_for_Tegra and then re-flash
but Jetson ORIN does not start normally

How to use these Image files?

What file did you replace?

AcpiBoot_Jetson_RELEASE.dtbo -------> Linux_for_Tegra/kernel/dtb/AcpiBoot.dtbo
L4TRootfsABInfo_Jetson_RELEASE.dtbo -------> Linux_for_Tegra/kernel/dtb/L4TRootfsABInfo.dtbo
L4TRootfsInfo_Jetson_RELEASE.dtbo -------> Linux_for_Tegra/kernel/dtb/L4TRootfsInfo.dtbo
BOOTAA64_Jetson_RELEASE.efi -------> Linux_for_Tegra/bootloader/BOOTAA64.efi
L4TConfiguration_Jetson_RELEASE.dtbo -------> Linux_for_Tegra/kernel/dtb/L4TConfiguration.dtbo
L4TRootfsBrokenInfo_Jetson_RELEASE.dtbo -------> Linux_for_Tegra/kernel/dtb/L4TRootfsBrokenInfo.dtbo
uefi_Jetson_RELEASE.bin -------> Linux_for_Tegra/bootloader/uefi_jetson.bin

then : sudo ./flash.sh jetson-agx-orin-devkit mmcblk0p1

Please try to change only uefi_Jetson_RELEASE first and see if it would get error.

I have tried and there is also error.


I downloaded the compiled Image file and replaced only the uefi_Jetson_RELEASE, still had problems.

Hi 417383384,

Please try below command to build UEFI again:

$ mkdir edkrepo
$ cd edkrepo/
$ wget https://github.com/tianocore/edk2-edkrepo/releases/download/edkrepo-v2.1.2/edkrepo-2.1.2.tar.gz
$ tar xpvf edkrepo-2.1.2.tar.gz 
$ sudo ./install.py 
$ edkrepo manifest-repos add nvidia https://github.com/NVIDIA/edk2-edkrepo-manifest.git main nvidia
$ edkrepo clone nvidia-uefi NVIDIA-Jetson jetson-r35.1
$ cd nvidia-uefi/
$ cat edk2-nvidia/Platform/NVIDIA/Jetson/Build.md 
$ edk2-nvidia/Platform/NVIDIA/Jetson/build.sh

Replace “uefi_Jetson_RELEASE.bin” to Linux_for_Tegra/bootloader/uefi_jetson.bin and flash.

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