-
Notifications
You must be signed in to change notification settings - Fork 821
DK2 SDK v2.9.0 update #2275
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: main
Are you sure you want to change the base?
DK2 SDK v2.9.0 update #2275
Conversation
0c3d74f
to
e2e29a5
Compare
Hi @apullin, thanks for the fix. I can’t run it on my DK2 — it just blinks red after the build. Did it work on yours? Did you test it? If so, let’s troubleshoot what’s causing the problem. Here’s my setup — please double-check yours, and also send the U2F file so I can compare it with mine. Feel free to send it on Discord. In addition, please update the docs and README — include how to build with the new config and what settings need to be installed. |
@skywinder This DID work for me when I tried it. But I also had to go through a length process to recover my DK2 due to some failure to flash. It's possible it's an incompatibility with the "SoftDevice", since I updated to whatever the latest is.
|
OK, thank you! I’m also curious how you were able to recover your Omi, because I know at least three people with the same problem. It happened to me too, but I just connected the debugger and updated the bootloader because it stopped responding to anything. If you can share your steps or process to rescue it, that would be super helpful — especially for people in Discord who also have dead Omi DK2s. |
Also, I would like to ask if you will make updates. Let’s split it into two pull requests : fixing empty spaces and actual changes. I agree that it should be changed, and all these trailing spaces are very annoying.
It also shows that there is some unused variable, so probably we will remove it as well. What is the first step? Let’s make it work with minimal changes. Thanks for the help. |
just a reference to dead DK issue in disocord, in case if we will find the rescue: |
In my case, it was only partly "dead". The symptoms were:
To resolve this, I checked out: and did all the appropriate setup. AFAIK you'll have to have an and did: thereafter, I did: After that, the "INFO_UF2.txt" did show a version for "SoftDevice". I actually don't recall if that alone made it so that copying a UF2 in made it work. A final note is that I observed TWO red LED states, one with a red LED "breathing" quickly, another with it going slow. Info on what the chip can actually do wrt to DFU mode and UART bootloader mode is spread out all over Nordic's site ... horrible that they don't just publish a Reference Manual. |
interesting. |
Updates DK2 project for Nordic SDK v2.9.0
Also resolves many build warnings throughout the project.