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

Wrong vendor ID when intitially flashing #176

Closed
Jana-Marie opened this issue Jan 7, 2020 · 2 comments
Closed

Wrong vendor ID when intitially flashing #176

Jana-Marie opened this issue Jan 7, 2020 · 2 comments
Labels
question Meta: question / support issue

Comments

@Jana-Marie
Copy link

Hey, if you are flashing the glasgow initially the VID:PID are 04b4:8613 (CY7C68013 EZ-USB FX2) and not 20b7:9db1, getting started with this is not intuitive. It would be nice if the initial VID:PID are also included in the udev rules.


SUBSYSTEM=="usb", ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="8613", \
  MODE="0660", GROUP="plugdev", TAG+="uaccess"
@whitequark whitequark added the question Meta: question / support issue label Jan 9, 2020
@whitequark
Copy link
Member

It's not "wrong" per se. The issue here is that 04b4:8613 are programmed into the mask ROM of the FX2, and so it won't be just Glasgow that uses that pair. I don't think our udev rules should override any shared VID:PIDs by default.

@Jana-Marie
Copy link
Author

Yea, ok, agreed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Meta: question / support issue
Projects
None yet
Development

No branches or pull requests

2 participants