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

[CABLELIST] add option string to 'saturn' cable, #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rviollette
Copy link

Current status:

  • The saturn cable is only defined using the ftdi port and default PID, VID. See cablelist.txt

Current issue:

  • any other factory-default FTDI devices plugged in to the computer will be detached as part of the discovery method.
  • there is currently no difference between a factory-default FTDI device and the way saturn cable is defined.

Goal:

  • ensure a 100% match when discovering potential USB devices.
  • do not detach other FTDI by mistake

Fix:

XC3SPROG cablelist.txt option format (refer to ioftdi.cpp, function IOFtdi::Init):

:vendor  :product  :description                   :channel  :dbus_data  :dbus_en  :cbus_data  :cbus_en
:0x0403  :0x6010   :Saturn Spartan 6 FPGA Module  :0        :0x00       :0x0B     :0x00       :0x00

saturn product page: https://numato.com/product/saturn-spartan-6-fpga-development-board-with-ddr-sdram/

…TDI device

XC3SPROG cablelist.txt option format (refer to ioftdi.cpp, function IOFtdi::Init):
:vendor  :product  :description                   :channel  :dbus_data  :dbus_en  :cbus_data  :cbus_en
:0x0403  :0x6010   :Saturn Spartan 6 FPGA Module  :0        :0x00       :0x0B     :0x00       :0x00

'saturn' product page: https://numato.com/product/saturn-spartan-6-fpga-development-board-with-ddr-sdram/
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

Successfully merging this pull request may close these issues.

1 participant