Our software team needs Ubuntu 20.04. I opened SDK manager but was not able to select Jetpack 5.1.x.
How can I flash Ubuntu 20.04 to Orin NX 16GB?
Thanks in advance.
Our software team needs Ubuntu 20.04. I opened SDK manager but was not able to select Jetpack 5.1.x.
How can I flash Ubuntu 20.04 to Orin NX 16GB?
Thanks in advance.
Hi @eliu3
Based on that snapshot your Ubuntu is 22.04 and not 20.04. You can edit the /etc/os-release
(make a backup of the original one) as:
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.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://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
and try again, please.
Hope this help. Regards!
Eduardo Salazar
Embedded SW Engineer at RidgeRun
Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com/
Website: www.ridgerun.com
That solved the issue. Thanks!!!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.