For those who have purchased a Jetson product and cannot install JetPack on Jetson using SDK Manager, we will introduce troubleshooting for JetPack installation.

 

When JetPack cannot be installed, there are two main cases: "When L4T cannot be written to Jetson" and "When Jetson SDK Component cannot be installed".

In this article, we will delve into the details of "If the Jetson SDK Component cannot be installed".

Please refer to this article for "When L4T cannot write to Jetson".
NVIDIA JetPack Installation Troubleshooting ~ L4T writing is not possible ~

If Jetson SDK Components cannot be installed

First, check your network connection.

 

Make sure you are using the SDK Manager to install.

■ Notes

・At this time, it is necessary to connect to the network.

・Prepare a host PC with native Linux and use SDK Manager.

・When connecting the Jetson product and the host PC, put the Jetson product in recovery mode.

 

Next, let's check if you're connected to the intranet.

Please refer to the link below and check the proxy settings of the SDK Manager.

https://docs.nvidia.com/sdk-manager/0.9beta14/sdkm-settings/index.html

Please connect the host PC to the external network and check if writing is possible.

Cause 1: An error has occurred in apt-get

A common case is that an error occurs in apt-get.

After checking the network connection above, remove the invalid local repositories and reinstall the SDK Manager with the following command.

(Reference page: https://forums.ubuntulinux.jp/viewtopic.php?id=20879)

$ sudo apt-get update $ sudo apt install ./sdkmanager-[version].[build#].deb

Matters related to writing trouble

If the JetPack installation went well, but the image is not output to the monitor connected to Jetson, please refer to the following article.

Inquiry