I want to get a clone of the target to create a cross compile environment, but it doesn’t work
sudo ./flash.sh -r -k APP -G clone_orin.img jetson-agx-orin-devkit mmcblk0p1
I get the following results
Copying nv_boot_control.conf to rootfs
Skip generating system.img
Existing tbcfile(/home/myuser/nvidia/nvidia_sdk/JetPack_5.0.1_DP_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 should I do to solve this problem?