murray
June 18, 2021, 11:52am
1
Hi
I am trying to install am image to my Nano 2g via SDK, except it says no releases available for Ubuntu 20.04 ? The SDK pages says its compatible NVIDIA SDK Manager | NVIDIA Developer
I tried it on a Linux mint machine and got the same result.
I cant use a flashed SD as the Nano wont boot.
I am using SDK is because the Nano is displaying via serial, Warning: Find partition TBC NOT found !
Am missing something ?
I followed this guide:
https://docs.nvidia.com/sdk-manager/install-with-sdkm-jetson/index.html
Only ubuntu 18.04 and 16.04 support sdkm to flash jetson.
murray
June 18, 2021, 2:27pm
3
I have just installed Ubuntu 20.04 because it says its supported !
Everything You Need to Set Up Your Development Environment NVIDIA SDK Manager provides an end-to-end development environment setup solution for NVIDIA’s DRIVE, Jetson, Holoscan, Rivermax, DOCA and Ethernet Switch SDKs for both host and target...
Sorry that sdkmanager is a big tool that supports not only jetson. It also supports other platforms like DRIVE.
However, for jetson, only ubuntu 18.04 and 16.04 would work. For other platforms, 20.04 may work.
A user provides a workaround to let 20.04 able to run sdkmanager. Maybe you can try it.
Edit: Just realized this same solution was posted above…
copy /usr/bin/os-release to your home folder or wherever and name it something like os-release-bionic
edit os-release-jetson and change the content to 18.04:
NAME="Ubuntu"
VERSION="18.04.5 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.5 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https:…
system
Closed
June 23, 2021, 7:56am
6
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.