Skip to content

Commit

Permalink
Update USB-Blaster udev rules
Browse files Browse the repository at this point in the history
  • Loading branch information
benitoss committed Apr 19, 2021
1 parent 392da04 commit beac069
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apio/resources/80-fpga-ftdi.rules
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="602b", MODE="0660", GROUP="plugdev",

# -- for Fomu board
SUBSYSTEM=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="5bf0", MODE="0664", GROUP="plugdev"

# -- for USB-Blaster JTAG Programmer
ATTRS{idVendor}=="09FB", ATTRS{idProduct}=="6001", MODE="0660", GROUP="plugdev", TAG+="uaccess"

0 comments on commit beac069

Please sign in to comment.