Can’t flash Orin NANO, flash: Depends on failed component

I TRIED FLASH ON ORIN NANO BU I HAVE ERROR

Hi @oday.alhamwi,

Could you show the terminal tab to provide more details about the error?

I also recommend verifying that the Jetson is indeed in recovery mode. Additionally, please disable the firewall by using sudo ufw disable before starting the flashing process with the SDK Manager. After the flashing is complete and before beginning the package installation on the Jetson, you should re-enable the firewall with sudo ufw enable.

This should help avoid any potential issues related to the firewall during the flashing process.

Jose Morera
Embedded Software Engineer at RidgeRun
Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com
Website: www.ridgerun.com


i tried to disable firewall and retry again and nothing happened same issue

Please apply this potential solution and share the results: Fix broken APT after JetPack installation - RidgeRun Developer Wiki

Jose Morera
Embedded Software Engineer at RidgeRun
Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com
Website: www.ridgerun.com

i tried the solution on the website and still have same issue and error
can you join in meeting and help?

I recommend taking the following steps:

Check for Broken Packages:

sudo apt update
sudo apt --fix-broken install

If you still encounter issues with CUDA on your host PC, I suggest removing and reinstalling the related dependencies.

With the firewall disabled, restart the SDK Manager and start from scratch.

should my laptop host has cuda? because my laptop can’t handle it

The error indicates that there is a problem with the CUDA packages on your host (the computer you are using to perform the flashing process). Even if you are not using CUDA directly on your host system, some development tools or dependencies might require CUDA or be configured to look for it.
You can verify the related packages using dpkg -l | grep cuda

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.