Jetson agx orin clone fail (EFI syst partition not found)

I want to clone my AGX Orin img to another. I followed this tuto:
How to Clone eMMC Image of Jetson AGX Orin Module? | Forecr”.

The only difference is the result of lsusb cmd:

“Bus 001 Device 016: ID 0955:7023 NVIDIA Corp. APX”

I tried the command;

sudo ./flash.sh -r -k APP -G clone.img jetson-agx-orin-devkit mmcblk0p1

both on Jetpack 5.0.2 and 5.1.1 with the same result:

Not signing of kernel-dtb
Skip generating system.img
Existing tbcfile(/home/nuc/nvidia/nvidia_sdk/JetPack_5.0.2_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/uefi_jetson.bin) reused.
Skip generating EFI system partition image.
EFI system partition image (esp.img) not found.

What can I do?

Hello @florian.ad.martin

Can you please try the following command below to generate the required files before starting the backup image (sudo ./flash.sh -r -k APP -G clone.img jetson-agx-orin-devkit mmcblk0p1)?

sudo ./flash.sh --no-flash --no-systemimg jetson-agx-orin-devkit mmcblk0p1

1 Like

Perfect, it work. I generate my “clone.img.raw”

Thank you

1 Like

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