Cloning Orin NX

I’m using Jetson Orin NXs and they have an 128GB SSD.

and I’m trying to clone one to the others with l4t_backup_restore.sh.

I replaced all ‘mmcblk0’ with ‘nvme0n1’ in l4t_backup_restore.sh, nvbackup_partitions.sh, nvrestore_partiotions.sh.
After that, I run this but it seems not work properly
sudo ./tools/backup_restore/l4t_backup_restore.sh -b p3737-0000+p3701-0000-as-p3767-0000

Is this correct?
Please show me how to make it… It is not easy for a beginner.

Hi,

what do you mean with it seems not work properly?
Any logs here?

Also, you can’t use p3737-0000+p3701-0000-as-p3767-0000 as the config file here, as it’s for AGX Orin emulating Orin NX 16GB, and it won’t work when you are already working with Orin NX 16GB.

Moreover, usually you’ll need to contact vendors for the customized BSP, because they have different designs on carrier board, and our official BSP won’t work on these boards.

So apparently you should use p3509-a02+p3767-0000 as the config file.

1 Like

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