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
Thanks @KevinFFF
Where is ./flash.sh
? I cannot find it anywhere in the Jetson
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
Thanks! @KevinFFF Got it now, I was looking in the wrong place.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.