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?