Hi.
I’ve installed cuda-10.0 on jetson nano board.
I tried this command.
nano@nano-desktop:~/Downloads$ nvcc --version
But, there’s the error message.
bash: /usr/local/cuda-10.0/bin/nvcc: cannot execute binary file: Exec format error
Is this message related to arm64?
then, do I have to install the arm64?
Thanks.
Hi jonghyun4488,
How do you install cuda-10.0?
Are you install by manually? or SDK Manager?
Yes, please install arm64 deb package on Jetson-Nano.
I’ve installed cuda-10.0 following this https://developer.nvidia.com/cuda-10.0-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&target_type=runfilelocal
How can I install arm64 in the situation?
and I wrote the image file ‘sd-blob-b01.img’ on the Nano.
Is file including arm64?
Hi jonghyun4488,
Please use SDK Manager to install sdk components.
OR you can using SDK Manager to download *.deb files, then install by manually.
File name example: cuda-repo-l4t-10-0-local-10.0.326_1.0-1_arm64.deb
Added note: That URL excludes Jetsons since those drivers are intended to use with PCI GPUs. Jetson GPUs integrate directly to the memory controller, and PCI based software will not be able to detect the GPU (this would be true even if arm64/aarch64 CUDA were available on that URL). JetPack/SDKM provides a version specific to the integrated GPU, and not PCI GPUs.
1 Like