I need your help to flash my Jetson AGX Orin developer kit (32 GB) via the SDK Manager. My host is a laptop running standalone Ubuntu 20.04 LTS.
I’m trying to flash Jetpack 6.1, even though the flash failed with other Jetpack versions.
I have noticed that the process fails in the start of the flash.
I’ve attached the exported log file for the failed Jetpack 6.1 flashing process.
Also, my Jetson devkit is not a custom carrier board.
Also, I don’t know if this is relevant but I installed the SDK manager with the command (sudo dpkg -i ./sdkmanager_2.1.0-11698_amd64.deb), instead of using the command suggested in the NVIDIA SDK Manager installation instructions website (sudo apt install ./sdkmanager_[version]-[build#]_amd64.deb). (Link).
I would like to help you with the issue you’re experiencing. Let’s start with some basic troubleshooting. Could you please verify that you’re following the steps in this guide correctly? Flashing the board with GUI installer
It is good to know that you were able to flash a Jetson AGX Xavier in the past, but have you previously flashed the AGX Orin using another computer? Did you encounter any similar issues?
I also recommend disabling the firewall on your computer before you start the flashing procedure. You can do this with the following command:
sudo ufw disable
Just remember to re-enable it once the flashing is complete and before you start installing packages on the Jetson:
Hi Jose.
I disabled the firewall with the command you provided before starting the flash process, but still got a flashing fail.
I forgot to answer your question: I haven’t had the chance to try to flash my AGX Orin devkit with another computer.
Thanks for the update! It’s unusual since you’ve successfully used the SDK Manager on your computer before, and even after reinstalling, the issue persists. I’ve encountered similar errors, and what worked for me was restarting my computer and temporarily disabling the firewall before running the SDK Manager.
I also recommend trying on a different computer and following the setup steps from scratch as described on this page: Installing JetPack 6 Using SDK Manager. Hope this helps!