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
I got iceprog to work with a UPduino v2 in Debian 9.
It must have a different FTDI chip than all the other boards. It's idProduct is 6014. Maybe this will help as more boards come out with different FTDI chips.
To find the idVendor and idProduct I entered this command.
$ lsusb
Then searched down to find the device:
Bus 004 Device 007: ID 0403:6014 Future Technology Devices International, Ltd FT232H Single HS USB-UART/FIFO IC
Notes for Linux: Create a file /etc/udev/rules.d/53-lattice-ftdi.rules with the following line in it to allow uploading bit-streams to a Lattice iCEstick and/or a Lattice iCE40-HX8K Breakout Board as unprivileged user:
I got iceprog to work with a UPduino v2 in Debian 9.
It must have a different FTDI chip than all the other boards. It's idProduct is 6014. Maybe this will help as more boards come out with different FTDI chips.
To find the idVendor and idProduct I entered this command.
$ lsusb
Then searched down to find the device:
Bus 004 Device 007: ID 0403:6014 Future Technology Devices International, Ltd FT232H Single HS USB-UART/FIFO IC
Notes for Linux: Create a file /etc/udev/rules.d/53-lattice-ftdi.rules with the following line in it to allow uploading bit-streams to a Lattice iCEstick and/or a Lattice iCE40-HX8K Breakout Board as unprivileged user:
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6014", MODE="0660", GROUP="plugdev", TAG+="uaccess"
The text was updated successfully, but these errors were encountered: