I am trying to download SDK’s for my AGX Orin, and get the message “The user has no permission to any SDK”. Why is this still even an issue?
I have the newest version of SDK manager, and still this this issue persist. This was flagged years ago.
I am trying to download SDK’s for my AGX Orin, and get the message “The user has no permission to any SDK”. Why is this still even an issue?
I have the newest version of SDK manager, and still this this issue persist. This was flagged years ago.
*** Please note that this reply is generated by LLM automatically ***
The issue you’re experiencing with the SDK Manager is likely due to a permissions problem, rather than a problem with the SDK Manager itself. Here are a few potential solutions to this issue:
Check your user account permissions: Ensure that your user account has the necessary permissions to access and download SDKs. You can try running the SDK Manager as an administrator or with elevated privileges to see if that resolves the issue.
Udev rules: The SDK Manager uses udev rules to manage device permissions. You can try creating a udev rule for your Jetson AGX Orin Developer Kit target. To do this, add the following line to the /etc/udev/rules.d/99-mcurule.rules file:
SUBSYSTEM==“usb”, ATTRS{idVendor}==“0955”, ATTRS{idProduct}==“7045”, GROUP=“plugdev”, TAG+=“uaccess”
Then, reload the udev rules by running the following command:
$ sudo udevadm control --reload-rules && sudo udevadm trigger
This will allow the SDK Manager to access your Jetson AGX Orin device.
3. **Check the SDK Manager version**: Although you mentioned that you have the newest version of the SDK Manager, it's possible that there's a newer version available that fixes this issue. You can try checking for updates or downloading the latest version from the NVIDIA website.
4. **Reinstall the SDK Manager**: If none of the above solutions work, you can try reinstalling the SDK Manager. This will remove any existing configuration files and may resolve the permissions issue.
In comparison to other Jetson modules, the Jetson AGX Orin has similar requirements for udev rules and permissions. However, the specific udev rule for the Jetson AGX Orin is different from the one for the Jetson Orin Nano, as shown above.
It's worth noting that this issue has been reported by other users in the past, and NVIDIA has provided solutions and workarounds. However, it's possible that the issue persists due to changes in the SDK Manager or the underlying system configuration.
If none of the above solutions work, you may want to try contacting NVIDIA support for further assistance. They can help you troubleshoot the issue and provide more specific guidance on resolving the permissions problem.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***
Hi,
What operating system are you using — Windows or Ubuntu?
Also please refer to related document Download and Run SDK Manager — SDK Manager
Thanks
I am running an AGX Orin, right out of the box, Ubuntu 20.04.
Regards
Hi,
Is your ubuntu 20.04 a native or a virtual machine?
Thanks
Native
Regards
Hi,
What is your target version?
Take JP 6.2.2 for example.
Please download Driver Package (BSP) and Sample Root Filesystem from Jetson Linux Release 36.5 | NVIDIA Developer.
And follow the Quick Start — NVIDIA Jetson Linux Developer Guide to flash your device manually.
Thanks