Unable to restore back up image from once orin nano device to another orin nano device

Hello Nvidia team,

we are using orin nano production SOM with custom carrier board with NVME storage, using 36.3 L4T

we were following the tools/backup_restore/README_backup_restore.txt document to back up and restore the image.

we are trying to backing up from one device nvme and restoring into another nvme device.

Backup commmand: sudo ./tools/backup_restore/l4t_backup_restore.sh -e nvme0n1 -r jetson-orin-nano-devkit
back up logs successful: backup_image_logs.txt (107.5 KB)

Restore command: sudo ./tools/backup_restore/l4t_backup_restore.sh -e nvme0n1 -b jetson-orin-nano-devkit

Restore error logs: restore_backup_image_error_logs.txt (101.6 KB)

please help us here if we are missing any steps,
or share us the steps to clone or backup image from once device to another device

Hi bharath.gk,

There’s a a known issue about backup script in JP6.0GA(R36.3.0).

Please apply the patch from following thread.
Using the initrd tool to flash the image extracted from backup_restore - #21 by DaveYYY

nvrestore_partitions.sh: You are trying to flash images from a board model that does not
match the current board you're flashing onto.

From the restore log you shared, it seems you backup/restore on different SoM.

Please share the result of cat /etc/nv_boot_control.conf on both boards.

1 Like

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