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: fixes for building with nrf54l15 #15725

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/nrf/device_guides/nrf54l.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Zephyr and the |NCS| provide support and contain board definitions for developin
- Documentation
* - :ref:`zephyr:nrf54l15pdk_nrf54l15`
- PCA10156
- | ``nrf54l15pdk/nrf54l15/cpuapp`` for the PDK revision v0.2.1, AB0-ES7 (Engineering A).
| ``nrf54l15pdk@0.3.0/nrf54l15/cpuapp`` for the PDK revisions v0.3.0 and v0.7.0 (Engineering A).
- | ``nrf54l15pdk@0.2.1/nrf54l15/cpuapp`` for the PDK revision v0.2.1, AB0-ES7 (Engineering A).
| ``nrf54l15pdk/nrf54l15/cpuapp`` for the PDK revisions v0.3.0 and v0.7.0 (Engineering A).
- --

.. note::
Expand Down
4 changes: 2 additions & 2 deletions doc/nrf/device_guides/working_with_nrf/nrf54l/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ To compile the SMP server sample for testing secondary image slots on external S

Make sure to use the correct board target depending on your PDK version:

* For the PDK revision v0.2.1, AB0-ES7, use the ``nrf54l15pdk/nrf54l15/cpuapp`` board target.
* For the PDK revisions v0.3.0 and v0.7.0, use the ``nrf54l15pdk@0.3.0/nrf54l15/cpuapp`` board target.
* For the PDK revision v0.2.1, AB0-ES7, use the ``nrf54l15pdk@0.2.1/nrf54l15/cpuapp`` board target.
* For the PDK revisions v0.3.0 and v0.7.0, use the ``nrf54l15pdk/nrf54l15/cpuapp`` board target.

This configuration sets up the secondary image slot on the serial flash memory installed on the nRF54L15 PDK.
It also enables the relevant SPI and the SPI NOR flash drivers.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Hardware

For commands, use the correct board target depending on your PDK version:

* For the PDK revision v0.2.1, AB0-ES7 (Engineering A), use the ``nrf54l15pdk/nrf54l15/cpuapp`` board target.
* For the PDK revisions v0.3.0 and v0.7.0 (Engineering A), use the ``nrf54l15pdk@0.3.0/nrf54l15/cpuapp`` board target.
* For the PDK revision v0.2.1, AB0-ES7 (Engineering A), use the ``nrf54l15pdk@0.2.1/nrf54l15/cpuapp`` board target.
* For the PDK revisions v0.3.0 and v0.7.0 (Engineering A), use the ``nrf54l15pdk/nrf54l15/cpuapp`` board target.

* USB-C cable

Expand Down Expand Up @@ -57,7 +57,7 @@ Go to the :file:`ncs/v2.6.0/nrf` folder and run the following commands:
:class: highlight

git fetch
git checkout 2.6.99-cs1
git checkout v2.6.99-cs1
west update

.. _ug_nrf54l15_gs_test_sample:
Expand Down
Loading