f0cal / google-coral

Community gathering point for Google Coral dev board and dongle knowledge.
108 stars 14 forks source link

Windows OS: Connected dev board not visible in mdt using Git Bash #102

Open trezbit opened 3 years ago

trezbit commented 3 years ago

What I ran

Got For Windows - Git Bash 2.31.1

  1. Installed mdt and confirmed it is available via Git Bash following suggestions in https://github.com/f0cal/google-coral/issues/97 to address path issues
  2. Connected the dev board via USB, confirmed a new Network Adapter (Remote NDIS Compatible Device) shows up in Device Manager
  3. Ran mdt devices

What the docs said should happen

Connected dev board should be listed

What actually happened

After some wait nothing gets listed (mdt cannot see the connected device) Running mdt wait-for-device stalls in "Waiting for device..."

GokulSudheesh commented 3 years ago

I had the same issue and this worked for me.

First connect your board to your PC.

Go to Control Panel > Network and Internet > Network and Sharing Center

Here you will see an Unidentified network click on it and go to Properties. In properties, go to Sharing and check Allow other network users to connect through this computer's internet connection.

Now try running mdt shell command. After you have successfully connected your board, make sure to uncheck the previous option in Network Sharing.

nrg0004 commented 2 years ago

I did the above but it did not fix my problem. Here is what fixed it -

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 -

How to check if Windows Firewall is blocking a program