-
Notifications
You must be signed in to change notification settings - Fork 291
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
nrf52840_dongle: deploy.py succeeds programming but testing board not recognised by testing webpages. #672
Comments
I'm not sure I understand your steps to reproduce:
After the last |
yeah sorry, I tried to follow the steps but then started to jump to other doc pages since I thought I missed steps that were required.
then switched to rf52850 dongle page/steps as instructed at https://github.com/google/OpenSK/blob/2.1/docs/boards/nrf52840_dongle.md now ran
strange enough, I got a new error that the pip library
I'm using conda environment of python 3.10
so it seems this only happens on 2.1 branch though, if I go back to develop, the steps above I followed seem to work and the ./deploy.py on the dongle page seems to complete, only that I can't seem to now test the device. |
Ah yes, that is because of #669 on develop. I merged it because someone else had trouble with the package. The error message When you call |
when i restarted from scratch and ran the reset and so on, it did prompt me to press the button and I did have the 2 leds alternatingly flashed so it seems to be accessible at least by code. I am using FF 121.0, tried chromium 120.0.6099.71, on ubuntu 23.10 desktop if that helps. |
configure output
|
If it blinks and reacts to buttons, it is very unlikely that there is a problem with your OpenSK. |
so did I follow the instructions correctly then? different project but I tried that libfido2 link using the credential.py but it gives me an error which their docs don't really show much on configuring.
does any of this help identify some configuration required of the device? |
hm this one works and the led flashed and when clicked, it verified.
|
Ah right, the error message But it looks like your OpenSK works, and your OS can talk to it. You could try another website like https://webauthn.me/ |
It works on my Firefox Thanks for the info and your debugging effort, it might help other Ubuntu users! |
ok, last update as this has been solved. I downloaded a fresh firefox and it's prompting me now for a PIN and works sigh, after all that. :) thanks for helping diagnosing and great work to the devs on the project. |
Expected Behavior
Plugging in USB, expect flashing LED or at least testing webpage to detect dongle when button pressed
Actual Behavior
after plugging USB, no flashing LED and device not recognised as device that can be used. pressing button regardless, nothing happens.
I am possibly expecting it's something to do with tockloader needing installing possibly. but when I tried
tockloader install
it just hangs at "installing app on the board"
Steps to Reproduce the Problem
https://github.com/google/OpenSK/blob/2.0/docs/boards/nrf52840_dongle.md
Note: can't run ./deploy.py --board=nrf52840_dongle --programmer=jlink due to no JLinkExe error
3. installed using
results
Specifications
The text was updated successfully, but these errors were encountered: