Unable to use Nsight Graphics on Orin Nano

Hello,

I’m unable to get Nsight Graphics working, the graphics tracing tool for vulkan in particular. Launching via the CLI with:

/opt/nvidia/nsight-graphics-for-embeddedlinux/nsight-graphics-for-embeddedlinux-2024.2.0.0/host/linux-v4l_l4t-nomad-t210-a64/ngfx --activity=“GPU Trace Profiler” --platform=“Linux (aarch64)” --exe=build/prores-idct --dir=.

No additional layers are loaded. The program fails during vk::createInstanceUnique. Any ideas?

Here is the full vulkan loader log, obtained by settings VK_LOADER_DEBUG=all:

Log
Launching process...
Preparing to launch the GPU Trace Profiler activity on localhost...
Launched process: prores-idct (pid: 9392)
build/prores-idct 
Attempting to automatically connect...
Searching for attachable processes on localhost:49152-49215...
INFO: Vulkan Loader Version 1.3.204
LAYER: Searching for layer manifest files
LAYER:    In following folders:
LAYER:       /home/averne/.config/vulkan/implicit_layer.d
LAYER:       /etc/xdg/vulkan/implicit_layer.d
LAYER:       /etc/vulkan/implicit_layer.d
LAYER:       /home/averne/.local/share/vulkan/implicit_layer.d
LAYER:       /usr/local/share/vulkan/implicit_layer.d
LAYER:       /usr/share/vulkan/implicit_layer.d
LAYER:       /opt/nvidia/nsight-graphics-for-embeddedlinux/nsight-graphics-for-embeddedlinux-2024.2.0.0/target/linux-v4l_l4t-nomad-t210-a64/GPUTraceVulkanLayer/vulkan/implicit_layer.d
LAYER:    Found the following files:
LAYER:       /opt/nvidia/nsight-graphics-for-embeddedlinux/nsight-graphics-for-embeddedlinux-2024.2.0.0/target/linux-v4l_l4t-nomad-t210-a64/GPUTraceVulkanLayer/vulkan/implicit_layer.d/VK_LAYER_NV_GPU_Trace_release_public_2024_2_0.json
INFO: Found manifest file /opt/nvidia/nsight-graphics-for-embeddedlinux/nsight-graphics-for-embeddedlinux-2024.2.0.0/target/linux-v4l_l4t-nomad-t210-a64/GPUTraceVulkanLayer/vulkan/implicit_layer.d/VK_LAYER_NV_GPU_Trace_release_public_2024_2_0.json (file version "1.1.0")
INFO: Layer "VK_LAYER_NV_GPU_Trace_release_public_2024_2_0" using deprecated 'vkGetInstanceProcAddr' tag which was deprecated starting with JSON file version 1.1.0. The new vkNegotiateLoaderLayerInterfaceVersion function is preferred, though for compatibility reasons it may be desirable to continue using the deprecated tag.
INFO: Layer "VK_LAYER_NV_GPU_Trace_release_public_2024_2_0" using deprecated 'vkGetDeviceProcAddr' tag which was deprecated starting with JSON file version 1.1.0. The new vkNegotiateLoaderLayerInterfaceVersion function is preferred, though for compatibility reasons it may be desirable to continue using the deprecated tag.
LAYER: Searching for layer manifest files
LAYER:    In following folders:
LAYER:       /home/averne/.config/vulkan/explicit_layer.d
LAYER:       /etc/xdg/vulkan/explicit_layer.d
LAYER:       /etc/vulkan/explicit_layer.d
LAYER:       /home/averne/.local/share/vulkan/explicit_layer.d
LAYER:       /usr/local/share/vulkan/explicit_layer.d
LAYER:       /usr/share/vulkan/explicit_layer.d
LAYER:       /opt/nvidia/nsight-graphics-for-embeddedlinux/nsight-graphics-for-embeddedlinux-2024.2.0.0/target/linux-v4l_l4t-nomad-t210-a64/GPUTraceVulkanLayer/vulkan/explicit_layer.d
LAYER:    Found the following files:
LAYER:       /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json
INFO: Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json (file version "1.2.0")
DRIVER: Searching for driver manifest files
DRIVER:    In following folders:
DRIVER:       /home/averne/.config/vulkan/icd.d
DRIVER:       /etc/xdg/vulkan/icd.d
DRIVER:       /etc/vulkan/icd.d
DRIVER:       /home/averne/.local/share/vulkan/icd.d
DRIVER:       /usr/local/share/vulkan/icd.d
DRIVER:       /usr/share/vulkan/icd.d
DRIVER:       /opt/nvidia/nsight-graphics-for-embeddedlinux/nsight-graphics-for-embeddedlinux-2024.2.0.0/target/linux-v4l_l4t-nomad-t210-a64/GPUTraceVulkanLayer/vulkan/icd.d
DRIVER:    Found the following files:
DRIVER:       /etc/vulkan/icd.d/nvidia_icd.json
INFO: Found ICD manifest file /etc/vulkan/icd.d/nvidia_icd.json, version "1.0.0"
DEBUG: Searching for ICD drivers named libGLX_nvidia.so.0
Attachable process detected: prores-idct (pid: 9392)
- Status: Process created
- Uptime: 0.095s
ERROR: loader_scanned_icd_add: Could not get 'vkCreateInstance' via 'vk_icdGetInstanceProcAddr' for ICD libGLX_nvidia.so.0
prores-idct: /usr/local/include/vulkan/vulkan.hpp:7376: void vk::detail::resultCheck(vk::Result, const char*): Assertion `result == Result::eSuccess' failed.
Launch process exited. Searching for attachable child processes...
Searching for attachable processes on localhost:49152-49215...
Failed to connect. The target process may have exited.
Launching process... Failed
Exiting...

Hi,

You will need root authority to get the GPU trace.
Could you run it with sudo to see if it can work?

Thanks.

Hello,

Thank you very much for your answer. Indeed root priviledges allow it to go further, but it errors at the stats collection step:

sudo /opt/nvidia/nsight-graphics-for-embeddedlinux/nsight-graphics-for-embeddedlinux-2024.2.0.0/host/linux-v4l_l4t-nomad-t210-a64/ngfx --activity="GPU Trace Profiler" --platform="Linux (aarch64)" --architecture="Orin GA10B" --metric-set-name="Throughput Metrics" --exe=$PWD/build/prores-idct --dir=$PWD --start-after-submits=0 --limit-to-submits=1 --auto-export --lock-gpu-clocks=1 --collect-screenshot=0

Preparing to launch the GPU Trace Profiler activity on localhost...
Launched process: prores-idct (pid: 2684)
/home/averne/Documents/Vulkan-iDCT/build/prores-idct 
Attempting to automatically connect...
Searching for attachable processes on localhost:49152-49215...
Attachable process detected: prores-idct (pid: 2684)
- Status: Process created
- Uptime: 0.093s
Attachable process updated: prores-idct (pid: 2684)
- Status: Presenting
- Uptime: 0.295s
Connecting to prores-idct (pid: 2684)...
Session established. Starting activity...
TARGET INFO: FECS collection was disabled, not supported on current GPU
Waiting for target ready...
INFO: Sample duration = 2000ns; Warp State Sampling Interval = 16; GPU PMA Buffer Size (MB) = 3276.6; SOC PMA Buffer Size (MB) = 723.404

....

Preparing to collect a GPU Trace report... Failed
Exiting...

Meanwhile the kernel logs are full of errors. See below for the dmesg entries logged during the trace execution, I couldn’t find anything about it online.

Am I missing something?

dmesg log
[  415.120954] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x5038c0
[  415.120965] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.121688] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.122494] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503854
[  415.122497] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.123237] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.123673] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503ac0
[  415.123676] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.124057] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.124494] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503a54
[  415.124496] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.125220] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.174364] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x5038c0
[  415.174374] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.174760] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.175248] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503854
[  415.175254] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.175792] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.176279] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503ac0
[  415.176284] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.176680] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.177137] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503a54
[  415.177141] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.177529] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.202905] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.202913] nvgpu: 17000000.gpu     nvgpu_prof_ioctl_exec_reg_ops:681  [ERR]  regop execution failed
[  415.202947] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.202948] nvgpu: 17000000.gpu     nvgpu_prof_ioctl_exec_reg_ops:681  [ERR]  regop execution failed
[  415.203266] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.203268] nvgpu: 17000000.gpu     nvgpu_prof_ioctl_exec_reg_ops:681  [ERR]  regop execution failed
[  415.203305] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.203306] nvgpu: 17000000.gpu     nvgpu_prof_ioctl_exec_reg_ops:681  [ERR]  regop execution failed
[  415.353032] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x5038c0
[  415.353046] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.353430] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.353871] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503854
[  415.353874] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.354255] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.354707] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503ac0
[  415.354709] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.355207] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.355671] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503a54
[  415.355674] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.356058] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.397459] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x5038c0
[  415.397470] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.397854] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.398293] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503854
[  415.398296] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.398678] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.399444] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503ac0
[  415.399449] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.399868] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.400319] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503a54
[  415.400323] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.400707] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.441933] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x5038c0
[  415.441942] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.442330] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.442775] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503854
[  415.442778] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.443254] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.443720] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503ac0
[  415.443724] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.444115] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.444564] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503a54
[  415.444566] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.444954] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.453674] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x5038c0
[  415.453680] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.454065] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.454504] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503854
[  415.454506] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.455211] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.455671] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503ac0
[  415.455674] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.456058] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  415.456497] nvgpu: 17000000.gpu            validate_reg_op_offset:607  [ERR]  invalid regop offset: 0x503a54
[  415.456499] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  415.456881] nvgpu: 17000000.gpu       nvgpu_ioctl_channel_reg_ops:1001 [ERR]  dbg regops failed
[  416.969491] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  416.969507] nvgpu: 17000000.gpu     nvgpu_prof_ioctl_exec_reg_ops:681  [ERR]  regop execution failed
[  416.969540] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  416.969541] nvgpu: 17000000.gpu     nvgpu_prof_ioctl_exec_reg_ops:681  [ERR]  regop execution failed
[  416.969846] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  416.969847] nvgpu: 17000000.gpu     nvgpu_prof_ioctl_exec_reg_ops:681  [ERR]  regop execution failed
[  416.969885] nvgpu: 17000000.gpu                 nvgpu_regops_exec:424  [ERR]  invalid op(s)
[  416.969886] nvgpu: 17000000.gpu     nvgpu_prof_ioctl_exec_reg_ops:681  [ERR]  regop execution failed
[  417.053588] tegra-soc-hwpm: t234_hwpm_is_resource_active: 301: ERROR: Queried resource 18 invalid
[  417.053598] tegra-soc-hwpm: t234_hwpm_is_resource_active: 301: ERROR: Queried resource 19 invalid
[  417.053730] nvmap_alloc_handle: PID 2684: prores-idct: WARNING: All NvMap Allocations must have a tag to identify the subsystem allocating memory.Please pass the tag to the API call NvRmMemHanldeAllocAttr() or relevant. 
[  417.243711] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x14b091cc not in any IP
[  417.243721] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243724] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243729] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x14b091c8 not in any IP
[  417.243731] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243733] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243736] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x14b091d0 not in any IP
[  417.243738] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243740] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243744] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x14b091d4 not in any IP
[  417.243745] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243746] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243749] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x14b091d8 not in any IP
[  417.243750] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243751] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243754] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x6818020 not in any IP
[  417.243755] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243756] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243760] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x1f20a30 not in any IP
[  417.243761] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243762] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243764] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x1f40a30 not in any IP
[  417.243765] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243766] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243769] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x1f60a30 not in any IP
[  417.243770] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243771] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243773] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x1f80a30 not in any IP
[  417.243774] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243775] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243778] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x1fa0a30 not in any IP
[  417.243779] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243780] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243782] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x1fc0a30 not in any IP
[  417.243783] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243785] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243787] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x1fe0a30 not in any IP
[  417.243788] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243789] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243792] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x1e00a30 not in any IP
[  417.243793] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243794] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243797] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c20818 not in any IP
[  417.243798] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243799] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243802] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c2081c not in any IP
[  417.243803] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243804] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243818] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c20820 not in any IP
[  417.243819] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243820] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243823] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c20800 not in any IP
[  417.243824] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243825] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243827] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c20804 not in any IP
[  417.243828] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243830] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243832] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c20808 not in any IP
[  417.243833] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243834] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243837] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c20824 not in any IP
[  417.243838] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243839] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243841] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c2080c not in any IP
[  417.243842] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243844] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243846] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c20810 not in any IP
[  417.243847] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243848] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243850] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c30818 not in any IP
[  417.243851] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243852] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243854] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c3081c not in any IP
[  417.243856] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243857] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243859] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c40818 not in any IP
[  417.243860] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243861] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243864] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c4081c not in any IP
[  417.243865] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243866] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243868] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c40810 not in any IP
[  417.243869] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243871] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243873] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c50818 not in any IP
[  417.243874] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243875] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243877] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2c5081c not in any IP
[  417.243878] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243880] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243882] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2b80818 not in any IP
[  417.243883] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243884] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243886] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2b8081c not in any IP
[  417.243887] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243888] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243891] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2b80810 not in any IP
[  417.243892] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243893] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243895] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2b90818 not in any IP
[  417.243896] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243897] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243899] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2b9081c not in any IP
[  417.243900] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243902] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243904] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2ba0818 not in any IP
[  417.243905] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243906] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243909] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2ba081c not in any IP
[  417.243910] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243911] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243913] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2ba0810 not in any IP
[  417.243914] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243916] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243918] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2bb0818 not in any IP
[  417.243919] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243920] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243922] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x2bb081c not in any IP
[  417.243923] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243924] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243927] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x1700828 not in any IP
[  417.243928] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243929] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243932] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x1381e118 not in any IP
[  417.243933] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243934] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243939] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x14b010a8 not in any IP
[  417.243940] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243942] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243944] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x154810a8 not in any IP
[  417.243945] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243946] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243949] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x15481b58 not in any IP
[  417.243949] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243951] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243953] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x15481b5c not in any IP
[  417.243954] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243956] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243958] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x15481b54 not in any IP
[  417.243959] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243960] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243962] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x15481b50 not in any IP
[  417.243964] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243965] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243967] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x158810a8 not in any IP
[  417.243968] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243969] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243971] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x154c10a8 not in any IP
[  417.243972] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243973] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243976] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x154c2120 not in any IP
[  417.243977] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243978] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243980] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x154c2134 not in any IP
[  417.243981] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243983] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243985] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x154c2124 not in any IP
[  417.243986] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243987] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.243989] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x154c2100 not in any IP
[  417.243990] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.243992] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.244011] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x16208018 not in any IP
[  417.244012] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.244013] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.244015] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x1620800c not in any IP
[  417.244016] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.244017] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.244019] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x1620801c not in any IP
[  417.244020] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.244021] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.244023] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x16208010 not in any IP
[  417.244024] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.244026] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  417.244048] tegra-soc-hwpm: tegra_hwpm_aperture_for_address: 634: ERROR: Address 0x15f010a8 not in any IP
[  417.244049] tegra-soc-hwpm: tegra_hwpm_exec_regops: 221: ERROR: exec_reg_ops 0 failed
[  417.244050] tegra-soc-hwpm: tegra_hwpm_ioctl: 360: ERROR: IOCTL cmd -806858745 failed(-22)!
[  418.494896] tegra-soc-hwpm: t234_hwpm_disable_triggers: 149: ERROR: Timeout expired for NV_PERF_PMMSYS_SYS0ROUTER_PERFMONSTATUS_MERGED_EMPTY
[  418.494907] tegra-soc-hwpm: tegra_hwpm_release: 486: ERROR: Failed to disable PMA triggers
[  418.939141] nvgpu: 17000000.gpu nvgpu_cic_mon_report_err_safety_services:60   [ERR]  Error reporting is not supported in this platform
[  418.939157] nvgpu: 17000000.gpu gv11b_mm_mmu_fault_handle_buf_valid_entry:532  [ERR]  page fault error: err_type = 0x8, fault_status = 0x200
[  418.939164] nvgpu: 17000000.gpu      gv11b_fb_mmu_fault_info_dump:294  [ERR]  [MMU FAULT] mmu engine id:  8, ch id:  -1, fault addr: 0x1e423e0000, fault addr aperture: 0, fault type: invalid pte, access type: virt write, 
[  418.939168] nvgpu: 17000000.gpu      gv11b_fb_mmu_fault_info_dump:307  [ERR]  [MMU FAULT] protected mode: 0, client type: hub, client id:  perf0/perf, gpc id if client type is gpc: 0, 
[  418.983067] nvgpu: 17000000.gpu     nvgpu_profiler_unbind_context:150  [WRN]  Unbinding resources for handle 12
[  418.984285] nvgpu: 17000000.gpu     nvgpu_timeout_expired_msg_cpu:94   [ERR]  Timeout detected @ ga10b_perf_wait_for_idle_pma+0x60/0xe0 [nvgpu] 
[  418.984290] nvgpu: 17000000.gpu nvgpu_profiler_quiesce_hwpm_streamout_resident:514  [ERR]  Failed to quiesce HWPM streamout in resident state
[  418.986679] nvgpu:  nvgpu_profiler_pm_resource_release_all:136  [WRN]  Releasing reserved resource 0 for handle 12
[  418.986755] nvgpu:  nvgpu_profiler_pm_resource_release_all:136  [WRN]  Releasing reserved resource 1 for handle 12

Hi,

Does the prores-idct binary work without running with the profiler?
If so, could you share the file with us so we can check it further?

Thanks.

Hello,

The program does run fine without the profiler, in fact it also runs with the profiler (I stripped my logs in my previous post for brevity), it’s really the tracer that fails at doing something. Please find it attached with its source.

It’s a simple headless vulkan compute shader. You can compile it with:

CC=gcc-15 CXX=g++-15 meson setup build --buildtype release
meson compile -C build

prores-idct.zip (73.0 KB)

prores-idct.zip (203.2 KB)

Hi,

Just want to double-check that you have applied the following fix already?
There is a known issue to run Nsight Graphics directly on the device:

Thanks.

Hi,

I came across this post and removed that file, which didn’t help with the issue.

$ ls /opt/nvidia/nsight-graphics-for-embeddedlinux/nsight-graphics-for-embeddedlinux-2024.2.0.0/host/linux-v4l_l4t-nomad-t210-a64  
libexec/                 libfreetype.so.6*                                         libnvperf_grfx_host.so  libQt6OpenGLWidgets.so.6  libQtPropertyBrowser.so*
Plugins/                 libicudata.so.71*                                         libNvQtGui.so*          libQt6PrintSupport.so.6   libssh.so*
resources/               libicui18n.so.71*                                         libNvSD.so*             libQt6Qml.so.6            libssl.so.3*
translations/            libicuuc.so.71*                                           libQt6Charts.so.6       libQt6Sql.so.6            ngfx*
core2md*                 libNvda.Graphics.FrameDebugger.Native.so*                 libQt6Concurrent.so.6   libQt6StateMachine.so.6   ngfx.bin*
CrashReporter*           libNvda.Graphics.FrameDebuggerUi.Common.Native.so*        libQt6Core.so.6         libQt6Svg.so.6            ngfx-ui*
ExternalIntegration.xml  libNvda.Graphics.FrameDebuggerUi.OpenGL.Native.so*        libQt6DBus.so.6         libQt6Test.so.6           ngfx-ui.bin*
libAppLibInterfaces.so*  libNvda.Graphics.FrameDebuggerUi.OpenGLShared.Native.so*  libQt6Gui.so.6          libQt6Widgets.so.6        nv-nsight-benchmarkcppcap.py
libAppLib.so*            libNvda.Graphics.FrameDebuggerUi.Vulkan.Native.so*        libQt6Network.so.6      libQt6XcbQpa.so.6
libcrypto.so.3*          libnvlog.so*                                              libQt6OpenGL.so.6       libQt6Xml.so.6

Hi,

Thanks for the feedback.
We will give it a check and update more info with you later.

Hi,

Sorry for the late update.

We tried to reproduce this issue locally but met some issues with g++15.
Do you build g++15 from the source? It seems there is no apt package available for the JetPack 6 environment.

Thanks.

Hi, yes this is using a custom gcc installation that I built from source. I included a pre-compiled binary of my app in the post above for convenience.

Hi averne381,

You are using the aarch64 Ngfx host, could you take a try and use the x86 Ngfx host on another Linux x86 host and launch your app remotely? We tried our local Orin Nano & Linux x64 host with the binary file you attached and it works fine.

Here is the command line we are using:

/opt/nvidia/nsight-graphics-for-embeddedlinux/nsight-graphics-for-embeddedlinux-2024.2.0.0/host/linux-desktop-nomad-x64/ngfx --activity="GPU Trace Profiler" --platform="Linux (aarch64)" --architecture="Orin GA10B" --metric-set-name="Throughput Metrics" --exe=/home/nvidia/samples/binary/build/prores-idct --dir=/home/nvidia/samples/binary --start-after-submits=0 --limit-to-submits=1 --auto-export --lock-gpu-clocks=1 --collect-screenshot=0  --hostname=X.X.X.X --ssh-user=YYYY --ssh-pwd=ZZZZ --env=DISPLAY=:0

This command line should be run on some Linux x64 host machine and ngfx will connect to your Orin Nano using corresponding IP address, ssh user and ssh password (X.X.X.X, YYYY, ZZZZ for example). Please also update the –-exe and –-dir to your real path in Orin Nano.

Thanks

An

Hi, thank you for taking a look at this. When you say “x86 Ngfx host”, do you mean the regular Ngfx app, or the one downloaded from the Jetson sdk manager?

Hi averne381,

I mean the one downloaded from the Jetson SDK Manager, the regular Ngfx app only supports x64 Windows and Linux desktop environment.

The x64 Ngfx host should already been installed by default through SDK Manager, please check by dpkg -l | grep -i nsight.

Thanks

An

I don’t have it installed, nor do I have an Ubuntu 24.04 machine on hand.

The sdk manager refuses to launch on unrecognized Linux platform.

Even after jumping through all those hoops, the docker image of the sdkmanager won’t even let me download anything.

- Select SDK version:
────────────────────────────────
JetPack 7.0 [ Not available for Jetson Orin Nano modules ]
JetPack 6.2.1 (rev. 1) [ Not available for host ]
JetPack 6.2 (rev. 2) [ Not available for host ]
JetPack 6.1 (rev. 1) [ Not available for host ]
JetPack 5.1.5 [ Available on host OS: Ubuntu 18.04, Ubuntu 20.04 ]
JetPack 5.1.4 [ Available on host OS: Ubuntu 18.04, Ubuntu 20.04 ]
JetPack 5.1.3 [ Available on host OS: Ubuntu 18.04, Ubuntu 20.04 ]
JetPack 4.6.6 [ Not available for Jetson Orin Nano modules ]
JetPack 4.6.5 [ Not available for Jetson Orin Nano modules ]

I’m done with this platform.

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