FPGAwars / apio

:seedling: Open source ecosystem for open FPGA boards
https://github.com/FPGAwars/apio/wiki
GNU General Public License v2.0
773 stars 131 forks source link

Fix Uploading to the `Lattice iCE40UP5K Breakout` Board #301

Closed kevinlutzer closed 1 year ago

kevinlutzer commented 1 year ago

Overview

It looks like Lattice didn't program the description of the FTDI chip to Lattice iCE40UP5K Breakout for some of their new boards. My board's ftdi chip returns USB <-> Serial Converter as the description. That was causing a board not found error when I tried to upload. Also the FTDI index on my computer is 0 which was also causing the SCons._check_ftdi to return None so I fixed that as well.

Work Done

POP

Screen Shot 2022-09-25 at 5 55 02 PM
Obijuan commented 1 year ago

Thanks! :-)

kevinlutzer commented 1 year ago

Thanks for getting to this so quickly! :D