Hello everyone,
I currently have a 500GB M2 SSD which has been flashed using the SDK Manager (Jetpack v5.0.2). Such SSD is therefore used to boot my Jetson Xavier NX, it contains all NVIDIA drivers (also installed with the SDK Manager) and additional Linux packages.
Now, I would like to have other SSDs (same model, same size) configured in the exact same way so I would need to get an image file from of my master SSD which I can then use to set up the other SSDs. I don’t want to copy the whole 500GB though, ideally I would just copy the part that is used while preserving the original partitions. This is my partition table:
Disk /dev/sda: 465,78 GiB, 500107862016 bytes, 976773168 sectors
Disk model: SSD 980 500GB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Device Start End Sectors Size Type
/dev/sda1 764752 50384895 49620144 23,7G Microsoft basic data
/dev/sda2 40 131111 131072 64M Microsoft basic data
/dev/sda3 131112 262183 131072 64M Microsoft basic data
/dev/sda4 262184 263079 896 448K Microsoft basic data
/dev/sda5 263080 263975 896 448K Microsoft basic data
/dev/sda6 263976 427815 163840 80M Microsoft basic data
/dev/sda7 427816 428839 1024 512K Microsoft basic data
/dev/sda8 428840 633639 204800 100M Microsoft basic data
/dev/sda9 633640 764711 131072 64M EFI System
/dev/sda10 764712 764747 36 18K Microsoft basic data
Is there a way to do that? Is there an NVIDIA script which can be used specifically for this purpose? I found the ~/nvidia/nvidia_sdk/JetPack_5.0.2_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/tools/backup_restore/l4t_backup_restore.sh script but this only seems to clone the eMMC, not the SSD.