I need a simple solution to flash many Jetson Orin Nano’s with the same OS, login credentials, software, files, and most importantly custom device tree overlays.
I have a “master” Jetson of which I want the other Jetson’s to be identical to. I need the simplest and quickest solution to flash all subsequent Jetsons to be identical to the master. Most of all, I don’t want to have to manually reinstall packages, clone necessary git repos, setup credentials, and apply .dtbo files.
So far, it seems like backing up the master and using ‘backup’ SD cards after flashing with the same Jetpack Image may be the best option but, if possible, I want a simpler 1 step solution. Any suggestions?