-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[BUG] <nuttx:nrf52840_dk:sdc_nimble issue. > #15788
Comments
I haven't seen this before because I always use
all is done automatically.
so the soft device support breaks something in |
@raiden00pl Thanks for your reply! With nuttx(elf), I can successfully flash using J-Link. After flashing, the log output is as follows:
Has NimBLE started running normally? However, I cannot find any BLE advertisements using nRF Connect. I tried entering Could you share your test steps with me? |
I confirm that it doesn't work with release 12.6, but it works with 12.7 and 12.8. Master branch is also broken |
OK |
Please help me verify this pr. |
Thanks for the reply! @raiden00pl I switched to 12.6-RC1, or 12.8, and the tests are all fine. I can now detect BLE advertisements and establish connections using nrf-connect. Both 12.6 and master versions have issues. @hujun260 I cherry-picked this PR-15797, and it seems mostly fine. BLE advertisements work during testing, but I see the following log during startup:
Not sure if there are any other issues? |
If you revert 620f4bc, will there still be problems? |
This message is expected. |
Description / Steps to reproduce the issue
nx_mount: ERROR: target /proc exists and is a special node
ERROR: Failed to mount the PROC filesystem: -20
ERROR: nrf52_sdc_initialize() failed: -1
NuttShell (NSH) NuttX-12.6.0
Why is that? Do I need to download a separate softdevice controller, such as the S140? Or does nuttx.bin already include a softdevice controller? I'm not sure.
On which OS does this issue occur?
[OS: Linux]
What is the version of your OS?
Ubuntu 20.04 LTS
NuttX Version
12.6.0
Issue Architecture
[Arch: arm]
Issue Area
[Area: Applications]
Host information
No response
Verification
The text was updated successfully, but these errors were encountered: