FrAshi
Enthusiast
OK so now that I look at it and the readme, I don't understand any of this...@FrAshi
Code:/**************************************************************************** * * SYS2X6 USB DONGLE SOFTWARE SETUP FOR RASPBIAN * ****************************************************************************/ ----------------------------------------------------------------------------- FTDI Drivers and Configuration ----------------------------------------------------------------------------- Download package: https://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-arm-v7-hf-1.4.8.gz (As of 2019-06-08 this file is actually a .tar labeled as .gz) Extract and follow insturctions in ReadMe.txt ----------------------------------------------------------------------------- Define UDEV rules for SYS2X6 USB Dongle: ----------------------------------------------------------------------------- 1.) Create and edit file /etc/udev/rules.d/99-sys2x6.rules 2.) Add contents: SUBSYSTEMS=="usb", ACTION=="add", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", ATTRS{product}=="SYS2X6 USB DONGLE", MODE="0666" ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", ATTRS{product}=="SYS2X6 USB DONGLE", RUN+="/bin/sh -c 'echo $kernel > /sys/bus/usb/drivers/ftdi_sio/unbind'" 3.) sudo udevadm control --reload-rules
1) Is this done on the raspi sd card or the dongle?
2) Is this something I can do through windows?