Hi
Thank you for your help.
I have installed all the components successfully from SDK Manager.
The major install components into Jetson Nano is the virtual USB ethernet connection in not reliable. During the components installation procedure, it has lots of lost connection and reconnection, which results the installation failure. After failed installation and run installation again from SDK Manager, it may result installation failed again.
What I made success is:
- Connect Host Ubuntu 18.04 machine and Jetson Nano to a router through ethernet cable to set up a reliable network connection.
- If any component installation failure:
-
from Jetson Nano terminal to run commands below to clean up the installation:
sudo apt --fix-broken install
sudo apt autoremove -
After done above command on Jetson Nano, run reinstall components from SDK Manager