-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error: board upduino3 not connected #15
Comments
Hi @standarddeviant, |
Another possibility is that icestudio doesnt recognize the 3.1 USB string? |
So after trying many of the suggestions in the previously linked thread without success, I decided to try accessing iceprog directly.... and it worked!
|
@vr2045 I think you got it. Updating the Product Description (under USB String Descriptors) from "UPduino v3.1" to "UPduino v3.1" and then repeating the driver update and upload process did the trick. Thank you for the pointer! One important thing to note is that FT_PROG does not recognize the FTDI device when the libusbK driver is being used. I just moved it to a new USB port so that it reverted to the FTDIBUS driver.
|
I had this same issue and fixed it by changing my board in |
Anyone having this same issue with icestudio, the nightly/dev branch has the updated board list with Upduino-3.1 |
I'm able to build and verify the
blinky_led
example with apio, but am unable to upload. I see the below error:It seems the board is connected to my machine according to
apio system --lsftdi
:I followed Shawn Hymel's FPGA tutorials on youtube (on Part 2) to get to this point. I've used Zadig to make sure
libusbK
is the selected driver for theUPduino v3.1
board seen by Zadig.Have others run into this error?
The text was updated successfully, but these errors were encountered: