Skip to content

Commit 5465fc3

Browse files
duynguyenxakartben
authored andcommitted
boards: renesas: Doc update for RSK-RX130 boards with SDK 0.17.1
From Zephyr SDK 0.17.1 the RX architecture is supported so update the documentation of RX130 board to reflect this Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
1 parent f2d30ab commit 5465fc3

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

boards/renesas/rsk_rx130/doc/index.rst

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,14 @@ Programming and Debugging
6464

6565
.. zephyr:board-supported-runners::
6666
67-
Applications for the ``rsk_rx130@512kb`` board target configuration can be
68-
built, flashed, and debugged as below.
67+
Applications for the ``rsk_rx130@512kb`` board target can be built, flashed, and
68+
debugged in the usual way. See :ref:`build_an_application` and
69+
:ref:`application_run` for more details on building and running.
6970

70-
Currently, the Zephyr SDK hasn't added support for RX builds yet, so the GCC for RX toolchain is required and build system need to be set to use "cross-compile".
71+
If you want to build Zephyr application for RSK-RX130 board using Renesas GCC RX toolchain follow
72+
the steps below:
7173

72-
- Download and install GCC for RX v8.3.0.202405 toolchain:
74+
- Download and install GCC for RX toolchain:
7375

7476
https://llvm-gcc-renesas.com/rx-download-toolchains/
7577

@@ -90,17 +92,14 @@ Currently, the Zephyr SDK hasn't added support for RX builds yet, so the GCC for
9092
Flashing
9193
========
9294

93-
Program can be flashed to RSKRX130-512KB via Jlink with RX adapter boards.
95+
Program can be flashed to RSKRX130-512KB using Jlink with RX adapter boards, by
96+
connecting the board's debug connector port to the host PC. Here's an example
97+
for building and flashing the :zephyr:code-sample:`hello_world` application.
9498

95-
To flash the program to board
96-
97-
1. Connect from board's debug connector port to host PC using Jlink debugger.
98-
99-
2. Execute west command
100-
101-
.. code-block:: console
102-
103-
west flash
99+
.. zephyr-app-commands::
100+
:zephyr-app: samples/hello_world
101+
:board: rsk_rx130@512kb
102+
:goals: build flash
104103

105104
Debugging
106105
=========

0 commit comments

Comments
 (0)