-
Notifications
You must be signed in to change notification settings - Fork 141
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
TinyFPGA-BX on Ubuntu 20.04: "Error: board TinyFPGA-BX not connected" #336
Comments
Hello. I'm running into the same problem. The additional info is that I first tried using the the suggested apio version in the guide (apio==0.4.0b5), but had problems building. Then, I installed the latest version (0.8.4), and could build but not upload.
And the result of uploading:
|
Just additional info. In regard to my previous comment on not being able to "apio build" with apio==0.4.0b5, this could be fixed by changing the following: On file: ~/.apio/packages/tool-scons/script/../engine/SCons/Util.py Changed line 49, from: Although this allowed me to use "apio build" using apio==0.4.0b5, running "apio upload" still does not recognize the board. |
I am closing this issue. Please feel free to reopen it if the problem remains |
Was just trying to get started with an TinyFPGA-BX today and ran into the same issue -- will post logs tomorrow. Don't have access to that system ATM. |
Although I can "apio build" with apio 0.9.5 (after setting the "top-module" name in apio.ini) , I still can't get it to upload to the board.
Pressing the reset button makes no change in the response. Probably it is a problem with the board itself, which is very unfortunate, as it costed me much more than the original price due to transportation and importation costs to Brazil. |
Hello, it seems the problem is related to missing metadata in boards shipped in 2023. The unofficial workaround is discussed in tinyfpga/TinyFPGA-BX#37 |
Hi,
I've followed the Ubuntu 20.04 Quick Start for the TinyFPGA-BX but when I run
apio upload
I get:After installing a fresh copy of Ubuntu 20.04 and running update, upgrade and autoremove, all I have done is:
At this point it said something about restarting, for the dialout group to work (I forget the exact wording) so I restarted my laptop. then ran:
At this point, as per quick start, I plugged in my board. One red LED is on continuously, the other is pulsing slowly which I believe means its in bootloader mode?
And this gave the result above. At no point did i see any errors or anything that seemed to indicate a problem to me, so I'm a bit confused what I've done wrong or am missing (probably something simple and embarrassing!).
If I run
tinyprog
while its plugged in it returns:and after removing the board
tinyprog
returns:Any suggestions welcome!
The text was updated successfully, but these errors were encountered: