-
Notifications
You must be signed in to change notification settings - Fork 66
udev for HS2 #228
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
base: master
Are you sure you want to change the base?
udev for HS2 #228
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @suppamax. I need to fix a conflict rtl/vendor/pulp_platform_axi/src/axi_burst_splitter.sv
before merging.
@suppamax - thanks for your great input - can u pls add that you may need to reboot the system after doing that? |
in addition, we may want to provide that file directly in the repo and tell the user to do: sudo cp 60-hs2.rules /etc/udev/rules.d/ |
@davideschiavone Where can i find this file ? cp 60-hs2.rules |
Hi @Ahmed1Zaky
|
Hi @suppamax, Thanks for your reply! I solved this in the morning and below are the instructions that might help anyone! To use HS2 Cable, It is necessary to add a udev rule to use the cable. OpenOCD provides a file containing the rule we need. Copy it into /etc/udev/rules.d/
The file is also available here: https://github.com/riscv/riscv-openocd/blob/riscv/contrib/60-openocd.rules ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6014", MODE="660", GROUP="plugdev", TAG+="uaccess" Then either reboot your system or reload the udev configuration with :
To check if the cable is recognized, run lsusb. There should be a line like this:
I found it in the information here: https://gitlab.irit.fr/minotaur/MINOTAuR/-/blob/thales/README.md |
Added a "Do Not Merge" label pending generation of a release tag (stay tuned). |
No description provided.