-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed call to cuInit: CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected #23
Comments
Does this link help you? It seems a common problem. |
And while on the booting time i noticed, it's stuck on the below sectors. But I am able to login through serial console.
the screenshots i have attached through this link : https://drive.google.com/drive/folders/1C5EWm83TH_uIJI1Rp-danxcgxYlKXRXB?usp=share_link |
I have downloaded the image from your github link. Is there any other link to download image? |
I can confirm the image on GitHub has no nvpmodel issues. Downloaded for the second time and still no reproduction of your problem. |
Above screenshot from different image. Not from this Repository. |
In that case, I really don't know what causes your issue. I'm very sorry not able to help you. |
Yeah i can understand. I just mentioned for your detailed references. Used Board : http://plink-ai.com/en/product/Nano-DEV-02.html |
Dear @Thanushan1997, Every Jetson Nano boots default from SD. It doesn't matter if you are using jetpack 4.5 or 4.6. If the file structure on the SD card is correct it will boot. Period. The only exception can be a dedicated Nano with altered hardware. |
When I try to list the physical GPU using the Tensorflow using the command "tf.config.list_physical_devices(device_type='GPU')". it gives me the following error .
I tensorflow/compiler/jit/xla_cpu_device.cc:41] Not creating XLA devices, tf_xla_enable_xla_devices not set
I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcuda.so.1
E tensorflow/stream_executor/cuda/cuda_driver.cc:328] failed call to cuInit: CUDA_ERROR_NO_DEVICE: no CUDA-capable device is
I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (nano): /proc/driver/nvidia/version does not exist
The text was updated successfully, but these errors were encountered: