-
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
doc/dev_guides/nrf54l: added fota_update & KMU guides #18231
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 62e5aa78bf66cb1abc7c2f051d76bc0f0cfcc829 more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
82006b2
to
616a160
Compare
616a160
to
fb7ae28
Compare
@gmarull, any idea why there is doc build failure related to redirects.py checks? |
d663d90
to
d5a16d0
Compare
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. |
c3c2d93
to
d16693e
Compare
c753add
to
2a34940
Compare
If this PR requires a changelog entry, Please add a comment on PR #18192, after this PR is merged. |
2a34940
to
8f1b517
Compare
e4032b2
to
f7db6e1
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.
Some comments are still left.
|
||
.. note:: | ||
When performing a FOTA update with the iOS app for samples using random HCI identities, ensure that the :guilabel:`Erase application settings` option is deselected before starting the procedure. | ||
Otherwise, the new image will boot with random IDs, causing communication issues between the app and the device. |
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 is not addressed.
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.
Forgot to mention about security related note.
db90bb6
to
e9d852d
Compare
3b5440e
to
0f1c0b2
Compare
df7a740
to
2bca239
Compare
|
||
|fota_upgrades_def| | ||
You can also use FOTA updates to replace the application. | ||
See the :ref:`app_dfu` page for general Device Firmware Update (DFU) information, such as supported methods for sending and receiving updates on the device. |
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.
since someone asked about it already, might be an idea to mention only cpuapp updates are supported
Confirmation mark should not, however, be added when building update images. | ||
These requirements are ensure by the build system. |
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.
would remove this, users don't need to know this (also ensured missing d)
.. parsed-literal:: | ||
:class: highlight | ||
|
||
./bootloader/mcuboot/scripts/imgtool.py keygen -k my_ed25519_priv_key.pem -t ed25519 |
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 assumes a (wrong) path, if they are using ncs or have installed it using pip then imgtool should be available globally without needing a path so this should be removed
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.
Looks reasonably good now.
Added fota_update guide for nRF54l15 SoC based on the nRF52 doc. ref.: NCSDK-29601 Signed-off-by: Andrzej Puzdrowski <[email protected]> Signed-off-by: Anna Wojdylo <[email protected]> Signed-off-by: Omkar Kulkarni <[email protected]>
c943248
to
62e5aa7
Compare
Added fota_update guide for nRF54l15 SoC based on the nRF52 doc.
ref.: NCSDK-29601
gen doc review link: https://developer.nordicsemi.com/nRF_Connect_SDK_dev/doc/PR-18231/nrf/app_dev/device_guides/nrf54l/fota_update.html