Backup Restore of Orin NX on Jetpack 6.2.1 and massflash restore

Hi,

I have a Orin NX 16Gb board with Jetpack 6.2.1. I have developed an application in it, and it works perfectly . NOw this is my master orin. Now i need to take a backup of this entire orin along with the SSD it boots with, and then restore it on hundreds of new Orin NX 16Gb boards. The restored orin should be a clone of my master orin and contain the application so the new boards can be plugged into product.
Please help me in taking a backup image of the master orin and then do a massflash to restore it on 10 devices at a time.

Given below is the flashing command i use for my master orin Nx board.
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_t234_nvme.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml” --showlogs --network usb0 p3509-a02-p3767-0000 internal

Hi,

Please refer to Flashing Support — NVIDIA Jetson Linux Developer Guide

Workflow 3: To massflash the backup image

Thanks

Hi David,
I already referred to that , but it doesn’t clearly say how to backup nvme+qspi BSP of the master orin Nx and then mass flash the backedup image to restore on multiple devices.
There is a lack of clear instructions.
Please help me by giving me the backup restore commands for my requested workflow.