Hi,
I’m trying to create an exact copy of one Orin AGX to another. I’ve copied the SSDs by mounting them both on a host PC and then using dd to clone all partitions.
Is there an equivalent operation to clone the EMMC memory?
Thank You!
Johann
Hi,
I’m trying to create an exact copy of one Orin AGX to another. I’ve copied the SSDs by mounting them both on a host PC and then using dd to clone all partitions.
Is there an equivalent operation to clone the EMMC memory?
Thank You!
Johann
We have a tool for this:
https://docs.nvidia.com/jetson/archives/r36.3/DeveloperGuide/SD/FlashingSupport.html#backing-up-and-restoring-a-jetson-device
Hi Dave
Thank you, this is exactly what i’m looking for.
I’m not quite shure how to use it though. What I did was:
Using the SDK manager create the Linux_for_Tegra directory. Then, with the Jetson in the recovery mode, I called
~/Downloads/nvidia/sdkm_downloads/Jetson_Linux_R35.4.1_aarch64/Linux_for_Tegra$ sudo ./tools/backup_restore/l4t_backup_restore.sh -e mmcblk0p2 -r jetson-agx-orin-devkit
Then it failed with the below errors.
Is that the intended usage?
Thank You
Johann
failingBackup.txt (55.2 KB)
somewhere in the forums I found this command:
sudo ./flash.sh -r -k APP -G backup.img jetson jetson-agx-orin-devkit mmcblk0p1
but this fails with this error:
secondAttempt.txt (21.1 KB)
Your BSP folder is corrupted.
Please delete everything and try again.
You backup with
sudo ./tools/backup_restore/l4t_backup_restore.sh -e mmcblk0 -b jetson-agx-orin-devkit
, and you restore with
sudo ./tools/backup_restore/l4t_backup_restore.sh -e mmcblk0 -r jetson-agx-orin-devkit
I don’t know how you came up with the idea of using mmcblk0p2
…
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.