-
Notifications
You must be signed in to change notification settings - Fork 14
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
Coral Dev Board Mini not recognized in my Ubuntu laptop #104
Comments
I also have the same problem but on my windows laptop. I even tried doing this - #102 (comment) but nothing helps. Did you find a solution? |
@nrg0004 Unfortunately, no... I don't know if it is caused by wrong configuration or invisible physical damage... No idea how to check. |
I have been able to connect to the dev board using serial console over micro-USB but it fails to connect with MDT over USB-C. I connected several boards through serial console but not through MDT over USB-C. The first board we connected with my colleagues computer successfully but it wouldn't connect with mine. Later figured that you can't connect one board to multiple computers unless you copy the key from the first computer to the others. We did that but still the problem remains with old and new boards. It cannot identify any devices. I am beginning to believe that the problem is with the computer not recognizing the network device over the USB-C. |
Finally I found a fix. Apparently the dev board is seen as a unidentified network under public networks. My Windows Firewall settings blocked python.exe from writing to or reading to public networks. I did the following -
|
@nrg0004 Thanks sooooo much! Your suggestion definitely works for me. I tried connecting the dev board mini and windows desktop and enabled python.exe access, then I can use mdt shell to connect to the dev board. Awesome! Just another question regarding private/public key thing. I have another coral dev board mini and it is very likely to be set up with another computer before. I tried connecting it using my own computer (windows, linux, or MacBook) and I cannot have access to it. According to your analysis, we need to copy the key from the old computer to the new computer. However, I do not have access to the old computer (I don't even know which one it is). Do you by chance have any solutions for this (e.g., recover/flash the board without having access to it)? |
What I ran
mdt devices
What the docs said should happen
fun-zebra (192.168.100.2)
What actually happened
It returned nothing.
I also tried running
mdt shell
and it said "Waiting for a device... Unable to find any devices on your local network segment."It looks like the mini device was not recognized in my Ubuntu laptop.
I connected the device and my laptop using USB cable, and I also powered the device using another USB adaptor. I am sure the connection is correct (power port on the left side, and data port on the right, as described in the tutorial). The light on mini device is green.
Did I miss something?
The text was updated successfully, but these errors were encountered: