So I have installed SDK Manager 2.2.0 with WSL for my windows 11 computer, it runs and installed successfully and I was able to launch it. I was using this tutorial to install it: Windows Subsystem for Linux (WSL) — SDK Manager.
I’m trying to install Jetpack 4.6.6 on my Jetson Nano and my problem is that there is an error when flashing Jetpack to the Jetson. I’ll provide screenshots for what my screen looks like for each step.
Step 01:
Step 02:
Step 03 (which is where I get the error):
I’ve been following this guy’s Youtube tutorial on the SDK Manager: https://www.youtube.com/watch?v=Ucg5Zqm9ZMk
These are the errors that I got in the terminal log as well:
19:00:22 ERROR: command error code: 11
19:00:22 ERROR: File System and OS - target_image: command terminated with error
19:00:22 SUMMARY: File System and OS - target_image: First Error: Installation failed.
19:00:22 SUMMARY: NVIDIA Container Runtime with Docker integration (Beta) - target: Depends on failed component
19:00:22 SUMMARY: Multimedia API - target: Depends on failed component
19:00:22 SUMMARY: TensorRT on Target - target: Depends on failed component
19:00:22 SUMMARY: VisionWorks on Target - target: Depends on failed component
19:00:22 SUMMARY: VPI on Target - target: Depends on failed component
19:00:22 SUMMARY: CUDA Toolkit for L4T - target: Depends on failed component
19:00:22 SUMMARY: cuDNN on Target - target: Depends on failed component
19:00:22 SUMMARY: OpenCV on Target - target: Depends on failed component
19:00:22 SUMMARY: Nsight Systems - target: Depends on failed component
19:00:22 SUMMARY: DeepStream - target: Depends on failed component
19:00:22 SUMMARY: DateTime Target Setup - target: Depends on failed component
19:00:22 SUMMARY: Flash Jetson Nano - flash: Depends on failed component
All help is appreciated, thank you.