How can I create one image for my current ubuntu system on Jetson Xavier NX

I have some Jetson Xavier NXs, and I’d like to set the same environment for each NX.

How can I create one image for my current ubuntu system? And is there any method to copy the Image to another SD card?

Thanks!

Hi,

You could use jetson-disk-image-creator.sh script to create your own sdcard image.

https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Fflashing.html

thanks!