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

doc: update known issues for NCS v2.8.0 #17997

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

peknis
Copy link
Contributor

@peknis peknis commented Oct 18, 2024

Added v2.8.0 to known issues.


@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 18, 2024
@peknis peknis added CI-disable Disable CI for this PR and removed changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 18, 2024
@peknis peknis added this to the 2.8.0 milestone Oct 18, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 18, 2024

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 54

Inputs:

Sources:

more details

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (0)

Outputs:

Toolchain

Version:
Build docker image:

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests

Note: This message is automatically posted and updated by the CI

@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

@github-actions github-actions bot added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Oct 18, 2024
@peknis peknis force-pushed the update_known_issues_280 branch 2 times, most recently from a50484f to 02e5d0a Compare October 21, 2024 08:11
@peknis
Copy link
Contributor Author

peknis commented Oct 21, 2024

@peknis peknis marked this pull request as ready for review October 21, 2024 10:23
@peknis peknis requested a review from a team as a code owner October 21, 2024 10:23
Copy link
Contributor

@maciejpietras maciejpietras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add to chapter "DFU and FOTA"

NCSDK-28241: DFU transfer starts and fails if previous transfer is still in progress
Since the mobile application implements the “cancel” button, it is possible to restart the transfer on the mobile phone, even if the first transfer is still in progress (image fetcher waits for a timeout event or external flash is being erase, which takes ~5 seconds).
As a result, such restarted transfer fails due to state mismatch in dfu cache module.

Affected platforms: nRF54H20

Workaround: Repeat DFU transfer attempt - the next transfer attempt will finish successfully.

.. rst-class:: v2-8-0

The Bluetooth host running on the nRF5340 application core might deadlock on disconnection.
This is due to a recent bugfix in the SoftDevice Controller triggering a bug in the ATT queuing layer.

**Workaround:** Either disable host flow control (:kconfig:option:`CONFIG_BT_HCI_ACL_FLOW_CONTROL`) or cherry-pick commits from the upstream: `Zephyr PR #65272 <https://github.com/zephyrproject-rtos/zephyr/pull/65272>`_.

.. rst-class:: v2-7-0 v2-6-2 v2-6-1 v2-6-0 v2-5-3 v2-5-2 v2-5-1 v2-5-0 v2-4-4 v2-4-3 v2-4-2 v2-4-1 v2-4-0 v2-3-0 v2-2-0 v2-1-4 v2-1-3 v2-1-2 v2-1-1 v2-1-0 v2-0-2 v2-0-1 v2-0-0 v1-9-1 v1-9-0 v1-8-0 v1-7-1
.. rst-class:: v2-8-0 v2-7-0 v2-6-2 v2-6-1 v2-6-0 v2-5-3 v2-5-2 v2-5-1 v2-5-0 v2-4-4 v2-4-3 v2-4-2 v2-4-1 v2-4-0 v2-3-0 v2-2-0 v2-1-4 v2-1-3 v2-1-2 v2-1-1 v2-1-0 v2-0-2 v2-0-1 v2-0-0 v1-9-1 v1-9-0 v1-8-0 v1-7-1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove v2-8-0, this has been resolved

@ahasztag
Copy link
Contributor

Please remove from chapter "DFU and FOTA"

NCSDK-30161 DFU from external flash does not work

Affected platforms: nRF54H20

.. rst-class:: v2-8-0

Please add to chapter "DFU and FOTA"

NCSDK-30161: Combination of CONFIG_ASSERT, CONFIG_SOC_NRF54H20_GPD and external flash causes an assertion during boot time.
Workaround: set CONFIG_ASSERT=n or CONFIG_SOC_NRF54H20_GPD=n

Affected platforms: nRF54H20

.. rst-class:: v2-8-0

@ahasztag ahasztag self-requested a review November 13, 2024 14:13
Copy link
Contributor

@maciejpietras maciejpietras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove from chapter "DFU and FOTA"

.. rst-class:: v2-8-0

NCSDK-30161 DFU from external flash does not work

Affected platforms: nRF54H20

Please add to chapter "DFU and FOTA"

.. rst-class:: v2-8-0

NCSDK-30161: Combination of enabled CONFIG_ASSERT, CONFIG_SOC_NRF54H20_GPD and external flash causes an assertion during boot time.
Workaround: set CONFIG_ASSERT=n or CONFIG_SOC_NRF54H20_GPD=n

Affected platforms: nRF54H20

Copy link
Contributor

@greg-fer greg-fer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

@greg-fer greg-fer dismissed their stale review November 13, 2024 15:54

Issue reported already covered by the known issue reported by @maciejpietras (NCSDK-30161)

Copy link
Contributor

@nvlsianpu nvlsianpu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add note on NCSDK-30244, 2.8.0 affected only:
mcumgr cli tool can not be used for sending test nor confirm an image with SHA512. The tool only support SHA256 so need to use different mcumr client.

@peknis
Copy link
Contributor Author

peknis commented Nov 14, 2024

Please add note on NCSDK-30244, 2.8.0 affected only: mcumgr cli tool can not be used for sending test nor confirm an image with SHA512. The tool only support SHA256 so need to use different mcumr client.

@nvlsianpu is this needed or not? You have overstriked it.

@divipillai divipillai dismissed FrancescoSer’s stale review November 14, 2024 07:16

Francesco's comments are address.

@kkasperczyk-no
Copy link
Contributor

@peknis would you mind removing v2-7-0 from the KRKNWK-18242: Thermostat sample does support the AUTO system mode? If it's not too late of course. I have just realized that there is separate section for Matter and Matter samples, and I have never reviewed the samples part.

@rlubos
Copy link
Contributor

rlubos commented Nov 14, 2024

@maciejpietras Please revisit

Added v2.8.0 to known issues.

Signed-off-by: Pekka Niskanen <pekka.niskanen@nordicsemi.no>
@rlubos rlubos merged commit 0a95881 into nrfconnect:main Nov 14, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport v2.8-branch auto-create a PR with same commits to v2.8-branch changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. CI-disable Disable CI for this PR doc-required PR must not be merged without tech writer approval.
Projects
None yet
Development

Successfully merging this pull request may close these issues.