Sdkmanager does not install 2023.2.4

Using the sdkmanager I installed Nsight Systems for the host targeting Jetson 6.0 DP. When I connect to the target I get target unsupported, missing directory
/opt/nvidia/nsight-systems/2023.2.3/target-linux-tegra-armv8

On the target I have
/opt/nvidia/nsight-systems/2023.2.4/target-linux-tegra-armv8

How do I tell the sdkmanager to install host version 2023.2.4?

I’m using a command line installation with:
sdkmanager --cli --product Jetson --target-os Linux --version DP_6.0 --show-all-versions --host --license accept --login-type devzone --stay-logged-in true --action install --collect-usage-data disable

Rolling back to --version 5.1.2 produces the matching nsight-systems version that is on the orin.

The other oddity is that by default nsys-ui was defaulting to the older of the two versions in the install. I had to add export PATH=/opt/nvidia/nsight-systems/2023.2.4/bin:$PATH

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.