micropython/ports/renesas-ra/boards/deploy.md
Takeo Takahashi a204365df1 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>
2022-05-02 12:02:32 +09:00

18 lines
725 B
Markdown

### Renesas RA Family Board via J-Flash Lite
You can download [J-Link Software and Documentation pack](https://www.segger.com/downloads/jlink/) that includes a flash programming tool `J-Flash Lite`.
A `.hex` file can be flashed using `J-Flash Lite`.
1. Start `J-Flash Lite`.
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 [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.