-
Notifications
You must be signed in to change notification settings - Fork 1.4k
doc: fix link to IronSide SE 22.2.0+14 #24007
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
Ref: NCSDK-NONE Signed-off-by: Håkon Amundsen <[email protected]>
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 8f2d11694c583768e8dabf3761c418117b735765 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
@@ -1883,7 +1883,7 @@ | |||
.. _`nRF54H20 SoC binaries v0.9.2`: https://files.nordicsemi.com/ui/native/SDSC/external/nrf54h20_soc_binaries_v0.9.2.zip | |||
.. _`nRF54H20 SoC binaries v0.9.6`: https://files.nordicsemi.com/ui/native/SDSC/external/nrf54h20_soc_binaries_v0.9.6.zip | |||
|
|||
.. _`nRF54H20 SoC binaries v22.2.0+14`: https://eu.files.nordicsemi.com/ui/native/SDSC/external-confidential/nrf54h20_soc_binaries_v22.2.0+14.zip | |||
.. _`nRF54H20 SoC binaries v22.2.0+14`: https://files.nordicsemi.com/artifactory/SDSC/external/nrf54h20_soc_binaries_v22.2.0%2B14.zip |
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.
Could we mention this link here https://github.com/nrfconnect/sdk-nrf/blob/main/doc/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_ironside.rst?plain=1#L24 if it is for IronSide?
The |ISE| is provided as a precompiled binary, which is part of the `nRF54H20 SoC binaries v22.2.0+14`_ bundle and is provided independently from the |NCS| release cycle.
See :ref:`ug_nrf54h20_gs` for more information.
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 tried to download the file in the preview, and that worked for me.
I did not check the code.
This change should also be on the main branch, so that people following default docs (ABI compatibility or nRF54H20 Bring-up) get the changes |
|
Ref: NCSDK-NONE