-
Notifications
You must be signed in to change notification settings - Fork 1.4k
doc: Update known issues for NCS v3.0.0 #21388
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
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-21388/nrf/app_dev/device_guides/nrf54l/index.html |
@@ -3680,7 +3680,7 @@ NCSDK-31300: [suit] Leaving the recovery mode using the default DFU candidate is | |||
|
|||
**Workaround:** In such cases, preparation of a custom DFU candidate is needed. | |||
|
|||
.. rst-class:: v2-9-0-nRF54H20-1 | |||
.. rst-class:: v3-0-0 v2-9-0-nRF54H20-1 |
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.
.. rst-class:: v3-0-0 v2-9-0-nRF54H20-1 | |
.. rst-class:: v2-9-0-nRF54H20-1 |
Review requested also from: @nvlsianpu @osaether @frkv @yuxCai @ankuns @bama-nordic @lemrey @cvinayak @de-nordic @SeppoTakalo @maxd-nordic @umapraseeda @richabp @divipillai @b-gent |
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.
Please add to MCUboot section
.. rst-class:: v3-0-0
Encryption: Build error for default configuration on nrf52840dk/nrf52840 (ECDSA_P256)
Reason is inconsistency of configuration of the signature check and the encryption key extraction – both must use the same base encryption algorithm.
Workaround: for instances use can switch signature algorithm to RSA or switch crypto-library to tinycrypt.
Affected platform: nRF52840
268bce9
to
83bff38
Compare
83bff38
to
1df1ee1
Compare
@@ -1292,6 +1317,15 @@ Wi-Fi | |||
|
|||
The issues in this section are related to the :ref:`ug_wifi` protocol. | |||
|
|||
.. rst-class:: v3-0-0 | |||
|
|||
SHEL-3596: For nRF5340DK + nRF7002EK, XiP is not working after Wi-Fi interface down/up |
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.
This issue has been fixed now. Please remove this from the known issues.
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.
Fix not yet backported. Keeping the issue.
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.
Waiting for @bama-nordic to confirm whether we have a fix.
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.
@peknis , too late now and not sure this fix will be merged to 3.0. I suggest we keep this issue for 3.0 and move ahead.
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 Bansi!
1df1ee1
to
cfcf7ac
Compare
Please add:
|
cfcf7ac
to
b3dce88
Compare
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.
I need to add one more issue. When is the definitive deadline?
Need to gather some information.
Bluetooth samples | ||
================= | ||
|
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.
Bluetooth samples | |
================= |
This seems to be duplicated
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.
Whoops, thanks for catching this. Fixed.
@@ -2225,17 +2284,17 @@ nRF5340 Audio | |||
|
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.
Please add:
OCT-3368: For 16 and 24 kHz: The application may repeatedly print: "audio_sync_timer: Unable to get new CC value" which may cause degraded audio quality.
.. rst-class:: v3-0-0
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.
Done.
Added v3-0-0 to known issues. Signed-off-by: Pekka Niskanen <[email protected]>
b3dce88
to
b17ecac
Compare
Added v3-0-0 to known issues.