SMARC EVK of RZ/G2L, RZ/G2LC, RZ/G2UL, RZ/V2L, and RZ/Five
Start-up Guide
R01US0556EJ0102 Rev.1.02
Page 26 of 37
Jun. 17, 2022
For SMARC Evaluation Board kit of RZ/Five
Get source codes of Flash Writer from the GitHub repository and checkout the branch rz_g2l.
$ cd ~/
$ git clone https://github.com/renesas-rz/rzg2_flash_writer.git
$ cd rzg2_flash_writer
$ git checkout rz_five
Build Flash Writer as an s-record file by the following commands. Please specify a target board by “
BOARD
” option.
$ export PATH=$PATH:/opt/riscv/bin
$ make clean
$ make BOARD=RZFIVE_SMARC
After above steps, “Flash_Writer_SCIF_RZFIVE_SMARC.mot” is generated.