Skip to content

Instantly share code, notes, and snippets.

@sylefeb
Last active April 4, 2025 15:14
Show Gist options
  • Select an option

  • Save sylefeb/f9da4abc7e930cb3fbd0c997e669b0dd to your computer and use it in GitHub Desktop.

Select an option

Save sylefeb/f9da4abc7e930cb3fbd0c997e669b0dd to your computer and use it in GitHub Desktop.

create a udev rule file: sudo nano /etc/udev/rules.d/99-ftdi.rules

add the following line: ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", MODE="0666"

exit nano

enter this command in a shell: sudo udevadm control --reload-rules && sudo udevadm trigger

see also trabucayre/openFPGALoader#245

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment