(Win11Pro) "The user has no permission to any SDK"

Hello, I am trying to flash jetson OS to 1TB NVME drive and I was so close to completing the install, but it failed for agx drivers and I tried over and over with no sucess, I uninstalled, and now my account says I no longer have permissions to any SDK’s. Very confused

Not sure any log can be provided, but you need to use sdkmanager to flash the board from another x86 Ubuntu host PC.

Thank you very much for the reply!
I was under the impression I was able to use Windows SDK Manager to flash the OS, when I get back home in a day or two, I have the logs downloaded on my PC and I will provide them. But it also really seamed as if I had it basically all the way done and then my account for some reason lost permissions to any SDKs.

Close the Windows sdkmanager application.

In an Administrator Powershell run

NvSDKManager.exe --logout

Then back in Windows start the “NVIDIA SDK Manager” application and it will do the browser based Sdk Manager login to nvidia devzone. Log in. Then try to install Jetpack again.

Or after logging back in you may use following to install Jetpack

# In Administrator Powershell or cmd/Command Prompt

copy "C:\Program Files\NVIDIA Corporation\SDK Manager\responsefiles\Windows\sdkm_responsefile_sample_jetson.ini" $HOME

# Edit it and add your values.

notepad sdkm_responsefile_sample_jetson.ini

# To download jetpack 7.1 run 
NvSDKManager.exe --cli

# Then install Jetpack with 
NvSDKManager.exe --cli --response-file  ./sdkm_responsefile_sample_jetson.ini 

# Or with
NvSDKManager.exe --cli --action install --login-type devzone --product Jetson --version 7.1 --target-os Linux --host --target JETSON_AGX_THOR_DEVKIT --flash

SDKM_logs_2026-01-10_00-27-51.zip (16.3 KB)

SDKM_logs_2026-01-09_22-38-36.zip (175.2 KB)

Here are the logs I have! Thanks again

Hi,

Could you please check whether both your Windows host and WSL can access https://developer.download.nvidia.com/sdkmanager/sdkm-config/main/sdkml1_repo.json in a browser or with a tool like wget or curl? developer.download.nvidia

If access fails, try temporarily disabling any VPN or proxy and test again. forums.developer.nvidia

Thanks