I would like to create a system image of my Orin dev. Kit and restore it in another jetson Orin.
How do I create a system image for jetson Orin dev kit? And how do I restore it?
1 Like
Hi user133662,
You could refer to the following instruction to backup and restore Jetson.
Flashing Support — To clone a Jetson device and flash
1 Like
If you’ve ever run sdkmanager
, then it installs flash software on the host PC at:
~/nvidia/nvidia_sdk/JetPack...version.../Linux_for_Tegra/
Most command line operations (including use of flash.sh
) are from the “Linux_for_Tegra/
” directory.
1 Like