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>
pull/8604/head
Takeo Takahashi 2022-05-02 12:02:32 +09:00
rodzic 52add7b45c
commit a204365df1
1 zmienionych plików z 9 dodań i 13 usunięć

Wyświetl plik

@ -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.
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.