-
Notifications
You must be signed in to change notification settings - Fork 125
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
Issue with Mini PCIe Driver, Coral is not detected. #437
Comments
@ibrahimsoliman97 Which machine are you working with ? Does your PCIe port support devices other than wifi/SSD moudles ? |
@ibrahimsoliman97 have you tried with edgetpu_runtime_20210119.zip? |
@hjonnala Yes, I have tried this runtime version edgetpu_runtime_20210119.zip. I execute following command: and I am getting following error: I am sure the python can detect and link with the dll correctly, because I am getting success from below command and can get the version correctly. |
@manoj7410 I will try to confirm this by today, by trying an ubuntu installation. |
@manoj7410 |
@ibrahimsoliman97 I have faced the same issue in the past with Dell OptiPlex 3060 / 9020. both the models were not able to detect the Coral PCIe device. I don't see any Coral entry in your machine's logs too. |
@manoj7410 We have also tested with Dell OPTIPLEX XE3, Also got the same issue. The specifications confirm M.2 PCIe NVMe. |
@ibrahimsoliman97 do you have USB accelerator? If yes, can you please try with that to check if any issue with runtime? Also, please paste the installation log for edgetpu_runtime_20210119.zip. and output of following command:
|
I am also getting the same error on x64 WIndows 10 device.
I was able to install the edgetpu driver successfully. Here are some diagnostic steps that I tried-
|
@jatinsha edgetpu runtime 14 is not working on windows 10. Which coral device are you using? Please try with edgetpu_runtime_20210119.zip from https://coral.ai/software/#edgetpu-runtime |
@hjonnala : This worked. Thank you so much. I have the Coral USB Accelerator and I was following the official documentation (https://www.coral.ai/docs/accelerator/get-started#runtime-on-windows) to get it working on Windows. But definitely switching to Runtime 13 resolved the issue. |
@hjonnala I don't have a USB Stick. I only have 3 M.2 Dual Coral cards.
|
I used the USB stick.
…On Wed, Aug 11, 2021 at 7:01 PM Ibrahim Soliman ***@***.***> wrote:
@jatinsha <https://github.com/jatinsha> Are you using USB stick or M.2
device?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#437 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARXHDUD555I72FVYIW5CD3T4MTPXANCNFSM5BZEDY2Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
@manoj7410 @hjonnala Did you test the coral m.2 with Nvidia Jetson TX2. dmesg.txt lscpu
|
@ibrahimsoliman97 M.2 (Not M.2 Dual) has been tested with Jetson Nano. Please see this thread #256 (comment) to see the compatible hardware. M.2 Dual has been tested with https://www.nexcomusa.com/Products/multi-media-solutions/digital-signage-player/high-performance-player/digital-signage-player-ndis-b537 I haven't yet tried Jetson TX2 though. For M.2 Dual, you should see two instances of the Device ID 089a in the output of 'lspci -vvv'. |
@manoj7410 Why does it work with the tested hardware mentioned in your link and not with my hardware here? How can we expect a thing like this, where we need to test it with every hardware in our production even when it has a standard M.2 Slot? |
@ibrahimsoliman97 In some hardware the M.2 slot is just an SSD slot or a Wifi slot and not an A+E key slot. Moreover, to run the Dual Accelerator, the PCIe slot should support two instances of PCIe. Can you confirm if you have 2 x1 pcie on your host ? |
@manoj7410 According to Dell OptiPlex 5080 specifications, it has a 1 M.2 2230 slot which i am using. So we shouldn't expect it to work with any of these devices? Do you need any other debugging information that may help ? |
@ibrahimsoliman97 Can you see any Coral Accelerator Devices in Device Tree (Device Manager). Can you please run this script and share the ouptut.
|
@hjonnala No coral devices appear at Device Manager. The script print nothing on both cases (connected or not connected). |
@manoj7410 @hjonnala We are planning to buy a new PC to test the dual coral m.2, could you please advice what are the exact requirements that i should be looking for M.2 slot? should it be M.2 Key E only? or there are any other requirements? |
@ibrahimsoliman97 PC needs to have M2 with A, E, B or M key and Standard PCIE lane. As a note, the port should be able to instantiate two instances of the PCIe device. Which means there should be two devices with the device ID 089a in lspci -vvv |
Hi @ibrahimsoliman97 are you able to test the dual coral m.2 with new PC? |
Closing due to inactivity. Please feel free to reopen if you still have any questions. Thanks! |
I am currently testing Google Coral Mini PCIe Accelerator on Windows 10 x64.
I am facing an issue with the driver, I have followed this guide , but the the coral is not detected in the device manager neither can be detected when running any inference script.
I have tried uninstalling the drivers and install them back. but the problem still exist. I tried below drivers versions:
Could anyone provide advice for this issue?
The text was updated successfully, but these errors were encountered: