Skip to content
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

udev idProduct #236

Open
phillipzink opened this issue Sep 7, 2019 · 0 comments
Open

udev idProduct #236

phillipzink opened this issue Sep 7, 2019 · 0 comments

Comments

@phillipzink
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant