I want to know if I can use flash.sh tool to install the OS and skip SDK manager?
Because i want to automate this procedure and i already have a prepared system image and after the initial OS flashing i will use flash.sh tool to flash the backup system image.
The end goal is that i want to automate this procedure.
I read the steps to get an idea, but i got stuck at Environment Variables section
I have already had SDK manager downloaded all the files for me and when I need to recover or prepare a new module and i don’t want to duplicate the files and fill my PC.
What i will do is that i will replace the system.img file (because i have a copy of the original system.img and another copy let say backup_system.img which has all the files i need )
and after running sdk manager to bring-up the module i will run copy backup_system.img and rename it to system.img then run
sudo ./flash.sh -r -k APP jetson-tx2i mmcblk0p1
what i need to know is can’t I just write the name of the system image that i need in the previous command?
So you mean you have two versions of system images, and want to switch between them,
but the need of renaming when flashing makes the whole process complicated?
While i’m searching i found this in the documentation you can find the page here
Use NVIDIA SDK Manager to install Jetson Linux and other JetPack components on your Jetson developer kit. For instructions, see the appropriate Jetson Developer Kit user guide. Alternatively, see the topic Quick Start to flash your Jetson module with the bootloader and file system only, excluding other JetPack components.
So if i went this road is it going to make any conflicts if i tried to install the backup image that i have?
Because as I have mentioned I have already everything prepared and installed on the backup image.
Not pretty sure how does the post address the renaming issue,
could you elaborate it more clearly?
But as long as it’s the official way stated in the document, it should not cause problems.
Hi, sorry for misleading you before.
Please check To flash a specific partition.
Use the option -k APP to specify the partition you are flashing into,
and --image <file name> to specify the name of the image file.
@DaveYYY I have tried it with the same arguments, but for some reason it stuck on the startup page.
and if I tried it with backup_system.img it get stuck on NVIDIA logo.
I have tried to understand the commands, but i think there’s something I’m missing
between running this command