Watch all Nvidia Jetson Inference videos: • HOW TO INSTALL JETPACK OS IN EXTERNAL...
In this video, we are going to see how we can install SKD components in #jetson #nano using #nvidia SDK manager.
When we install #jetpack os image using SDK manager, it also gives the option of install SDK components. This SDK is very important if you want to build the hello ai jetson inference project, which is basically the starting point for Jetson devices. So this video teaches how we can install SDK components using SDK manager.
The connection used in the video is using SSH. So you will have to install ssh by running the below command:
sudo apt-get install openssh-server
Once installed, in the SDK manager you can select the option of ethernet and enter the IP address of your jetson device along with the username and password. SDK manager will first download the components and then will install them using ssh.
If you haven't watched my previous video on how you can install Jetpack OS image in #waveshare jetson nano, you can do that by going to this link
• HOW TO INSTALL JETPACK OS IN EXTERNAL...