Skip to content

Commit

Permalink
boards: arm: kv260_r5: modify kv260 board naming
Browse files Browse the repository at this point in the history
Removes the xilinx prefix on the board reference, leaving
only the board model. This also modifies the board argument
when building removing also the xilinx_ prefix from that

Instead of "-bxilinx_kv260_r5" use "kv260_r5"

Signed-off-by: Felipe Neves <felipe.neves@linaro.org>
  • Loading branch information
uLipe authored and nashif committed May 27, 2023
1 parent 44f4946 commit 951ef36
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _xilinx_kv260_starter_kit_r5:
.. _kv260_r5:

Xilinx KV260 Development Board RPU Cortex-R5
############################################
Expand Down Expand Up @@ -92,7 +92,7 @@ such as the hello world sample shown below:
.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:host-os: unix
:board: xilinx_kv260_r5
:board: kv260_r5
:goals: build

Due to a hardware limitation, both Linux and Zephyr share the same UART
Expand Down Expand Up @@ -135,8 +135,8 @@ you should see the Zephyr application running:

.. code-block:: console
*** Booting Zephyr OS build v2.2.0 ***
Hello World xilinx_kv260_r5!
*** Booting Zephyr OS build v3.4.0 ***
Hello World kv260_r5!
References
**********
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
identifier: xilinx_kv260_r5
identifier: kv260_r5
name: Xilinx KV260 Development board for Cortex-R5
arch: arm
toolchain:
Expand Down
File renamed without changes.

0 comments on commit 951ef36

Please sign in to comment.