I was wondering what the most efficient way is to copy an entire Jetson to another one. Including all the modifications/custom packages that are installed. Are there any utilities available that can do this? I have a lot of custom stuff set up to make OpenCV4Tegra work with ROS and it would be an ordeal to have to do all that every time I set up a new Jetson. Ideally, I would like to just copy everything from one Jetson to another.
If you want to clone everything on your Jetson including kernel, use nvflash --rawdeviceread and --rawdevicewrite, located in Linux_for_Tegra/bootloader directory on your host machine that you are flashing your Jetson’s from. This will make a carbon copy of your Jetson.