Dear community,
I am new to AI and bought a NVIDIA Orin NX to host our family AI. Can you guide me through installing a L4T OS on a Orin NX developer Kit machine?
Thanks a lot,
Joseph
Dear community,
I am new to AI and bought a NVIDIA Orin NX to host our family AI. Can you guide me through installing a L4T OS on a Orin NX developer Kit machine?
Thanks a lot,
Joseph
Or should i install Ubuntu 22.04 and then the CUDA toolkit, pytorch etc…? And then how? Sorry and thank you for helping me find my way.
Hi @joseph73,
I hope these resources will be able to help you out.
Thanks,
Rahul Rameshbabu
Thanks. I’ve been able to install Ubuntu 22.04 on my Orin NX and many tools with NVIDIA’s SDK manager.
But now, my problem is that even after trying a dozen times, and even compiling pyTorch myself on the Orin, i cannot make CUDA available for torch. torch.cuda.isavailable returns always false…
I’ve been able to write a sample program and compile it using nvcc to list the number of cores in the GPU Ampere, but not to get torch to use CUDA… my CUDA version is 12.4
I really do not know what to do, and chatGPT doesn’t know what to do either. Do you?