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

Add fpga udev rules #32

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Add fpga udev rules #32

merged 1 commit into from
Apr 30, 2024

Conversation

nbdd0121
Copy link
Collaborator

No description provided.

@hcallahan-lowrisc
Copy link
Contributor

Some more rules for devices we use as part of OpenTitan (maybe should split into OT rules and general FPGA dev rules)

# HyperDebug
SUBSYSTEM=="usb|tty", ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="520e", SYMLINK+="hyperdebug", ENV{ID_FPGA}="1"

# HyperDebug DFU (actually, any ST microcontroller in DFU mode)
SUBSYSTEM=="usb|tty", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", SYMLINK+="hyperdebug_dfu", ENV{ID_FPGA}="1"

# Olimex ARM-USB-TINY-H
SUBSYSTEM=="usb", ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="002a", SYMLINK+="jtag_adapter_arm_usb_tiny_h", ENV{ID_FPGA}="1"

Co-authored-by: Harry Callahan <[email protected]>
Copy link
Contributor

@hcallahan-lowrisc hcallahan-lowrisc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nbdd0121 nbdd0121 merged commit de31d3b into lowRISC:main Apr 30, 2024
3 checks passed
@nbdd0121 nbdd0121 deleted the udev branch April 30, 2024 13:20
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.

2 participants