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

Differet product id in the udev rule #31

Open
rihardsk opened this issue Apr 15, 2023 · 1 comment
Open

Differet product id in the udev rule #31

rihardsk opened this issue Apr 15, 2023 · 1 comment

Comments

@rihardsk
Copy link

Installation instructions say to add an udev rule with a ATTRS{idProduct}=="1015"

ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1015", TAG+="uaccess"

However, this doesn't work for my nRF52840 Development because its product id is 1051

lsusb | grep SEGGER
Bus 002 Device 004: ID 1366:1051 SEGGER J-Link

So either there are development kits out there with different product ids, or 1015 is a typo. But seeing how consistent its use is throughout the book (and here knurling-rs/probe-run#220), it seems to me that there indeed must be devkits out there with different product ids?

In either case, imo, this should be reflected in the book (also in the other places that mention that id). I spent way too much time trying to figure out what's wrong, not seeing that the 1015 and 1051 values don't match.

@Urhengulas
Copy link
Member

Hi @rihardsk,

Surprisingly this is not a mistake on our side but it actually seems that there are different ids. I observe the following:

$ lsusb | rg SEGGER
Bus 001 Device 008: ID 1366:1015 SEGGER J-Link

Out of curiosity, when did you buy your board? Could this maybe be an error on seggers side?

Anyways, you are right, this should be reflected in the material. Do you want to go forward and add it?

👋🏾

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

No branches or pull requests

2 participants