Skip to content

Commit

Permalink
samples: mgmt: hawkbit: make references to "frdm_k64f" consistent
Browse files Browse the repository at this point in the history
The "frdm_k64f" is referred as frdm_k64f and ``frdm_k64f`` in
places, update them to ":ref:`Freedom-K64F <frdm_k64f>`" or
``frdm_k64f``.

Signed-off-by: Yong Cong Sin <[email protected]>
  • Loading branch information
ycsin authored and fabiobaltieri committed Apr 4, 2024
1 parent 10592b9 commit 80b3f15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/subsys/mgmt/hawkbit/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ the server URL, ``<your-ip-address>:8080``, and logging into the server using
Step 4: Build hawkBit
=====================

hawkBit can be built for the frdm_k64f as follows:
hawkBit can be built for the :ref:`Freedom-K64F <frdm_k64f>` as follows:

.. zephyr-app-commands::
:zephyr-app: samples/subsys/mgmt/hawkbit
Expand Down Expand Up @@ -117,7 +117,7 @@ of your board.
Once the image is flashed and booted, the sample will print the image build
time to the console. After it connects to the internet, in hawkbit server UI,
you should see the frdm_k64f show up in the Targets pane. It's time to
you should see the ``frdm_k64f`` show up in the Targets pane. It's time to
upload a firmware binary to the server, and update it using this UI.

Step 7: Building and signing the test image
Expand Down Expand Up @@ -284,7 +284,7 @@ Step 11: Build hawkBit HTTPS
* Convert the server.pem file to self_sign.der and place the der file in
hawkbit/src directory

``hawkBit https`` can be built for the frdm_k64f as follows:
``hawkBit https`` can be built for the :ref:`Freedom-K64F <frdm_k64f>` as follows:

.. zephyr-app-commands::
:zephyr-app: samples/subsys/mgmt/hawkbit
Expand Down

0 comments on commit 80b3f15

Please sign in to comment.