You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @cavearr
That works for me! I also have one of the crowdsource boards with missing meta data and I can see from your code how you use hard coded meta data if none is found on the device. Will this fix be applied to the command line apio disribution as well?
Thanks for your efforts
thanks a lot for your feedback!! yes i apply to Apio distribution today or tomorrow at last, i'm waiting for some users responses to give for valid the fix.
I'm maintain open the issue until apio will be fixed.
My TinyFPGA-BX board appears in lsusb as the following.
Bus 001 Device 008: ID 1d50:6130 OpenMoko, Inc.
I can build and upload code using command-line apio after having enabled the driver with the command:
apio drivers --serial-enable
(I also had to add my user to the 'dialout' group so I could write to the port)
In icestudio I ran the 'Enable Driver' option and can see a 80-fpga-fdti.rules file that looks like this:
But when I try to upload from icestudio I get a 'board TinyFPGA-BX not connected' error
The documentation says you can also enable the driver from apio using the command:
apio drivers --ftdi-enable
Which is different to the option I used with command-line apio where I specified serial rather than ftdi.
Any help it getting this setup would be appreciated.
The text was updated successfully, but these errors were encountered: