Hello I am working on a couple personal scripts to automate flashing devices. One of the hurdles I have found is Forced Recovery Mode. I have been using the manual way of putting the Jetson AGX Orin into Forced Recovery mode. I would like to be able to automate that process, and didn’t know if it was possible to place the device into recovery mode from the host machine?
Thank you!
Specs:
Jetson AGX Orin 64gb Dev Kit
Ubuntu 22.04.4 being run off VMware pro 16
Most devices come already flashed from the manufacturer.
Usually their default username and passwords is nvidia.
However, that is not for certain.
In a production setting, we would recommend working out with the manufacturer so that the devices come with some sort of base Jetpack already installed. That is usually not hard for them to do.
For instance, if you were to implement some sort of OTA AB update support, you would still need to have those devices already flashed. Therefore, you would need to do that in-house or ask the manufacturer to that for you.
Usually our customers get that figured out with the manufacturer.
I think i found the issue, you are missing a dash ‘-’ before the ‘-force’ entry.
Please note there needs to be 2 dashes in order for the command to work ‘–force’
Please don’t hesitate to reach out if you require help with anything else along your journey.
We would love to learn about your project and help you reach your goals.