diff options
author | Takeo Takahashi <takeo.takahashi.xv@renesas.com> | 2022-05-02 12:02:32 +0900 |
---|---|---|
committer | Takeo Takahashi <takeo.takahashi.xv@renesas.com> | 2022-05-02 12:02:32 +0900 |
commit | a204365df1d5e1adc83bfe557d5b5e3431fbba1e (patch) | |
tree | 430fe980ab20e1c66e30ce1991086e88cfb4b6e0 | |
parent | 52add7b45c944f5302e2255a848f4c0d3703587b (diff) |
renesas-ra/boards: Change device name information to show properly.
* Change device name table to list style to show properly.
* Change the link of cable connection information to the latest.
Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
-rw-r--r-- | ports/renesas-ra/boards/deploy.md | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/ports/renesas-ra/boards/deploy.md b/ports/renesas-ra/boards/deploy.md index 1d0703999..cbbacd633 100644 --- a/ports/renesas-ra/boards/deploy.md +++ b/ports/renesas-ra/boards/deploy.md @@ -5,18 +5,14 @@ You can download [J-Link Software and Documentation pack](https://www.segger.com A `.hex` file can be flashed using `J-Flash Lite`. 1. Start `J-Flash Lite`. -2. Select devce name for board. - - | BOARD | DEVICE NAME | - | :------------------: | :--------------------: | - | RA4M1 Clicker | R7FA4M1AB | - | EK-RA6M2 | R7FA6M2AF | - | EK-RA4M1 | R7FA4M1AB | - | EK-RA6M1 | R7FA6M1AD | - | EK-RA4W1 | R7FA4W1AD2CNG | - -3. press `OK`. -4. Select `firmware.hex` file for Data File . +2. Select device name for board. + - EK-RA4M1: R7FA4M1AB + - EK-RA4W1: R7FA4W1AD2CNG + - EK-RA6M1: R7FA6M1AD + - EK-RA6M2: R7FA6M2AF + - RA4M1 CLICKER: R7FA4M1AB +3. press `OK`. +4. Select `firmware.hex` file for Data File. 5. Press `Program Device`. -Please refer to the [Renesas MicroPython Wiki](https://github.com/renesas/micropython/wiki) about cable connection between the board and your PC and more information.
\ No newline at end of file +Please refer to the [Getting started with MicroPython on the Renesas RA](https://docs.micropython.org/en/latest/renesas-ra/tutorial/intro.html) about cable connection between the board and your PC.
\ No newline at end of file |