This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
civilinfrastructureplatform:ciptesting:cipreferencehardware:hihope-rzg2m:hihope-rzg2mbuildinstructions [2019/11/05 02:14] kanechikay [Table] fix minor mistake of the image format type |
civilinfrastructureplatform:ciptesting:cipreferencehardware:hihope-rzg2m:hihope-rzg2mbuildinstructions [2020/01/20 06:07] (current) kanechikay Update the procedure for RZ/G2 Flash Writer to support v1.01 |
||
|---|---|---|---|
| Line 252: | Line 252: | ||
| git clone https://github.com/renesas-rz/rzg2_flash_writer.git | git clone https://github.com/renesas-rz/rzg2_flash_writer.git | ||
| cd rzg2_flash_writer | cd rzg2_flash_writer | ||
| - | git checkout -b v1.00 v1.00 | + | git checkout -b v1.01 v1.01 |
| </code> | </code> | ||
| Line 262: | Line 262: | ||
| <code> | <code> | ||
| - | make clean | + | make -f makefile.linaro clean |
| - | CROSS_COMPILE=~/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-elf/bin/aarch64-elf- make BOARD=HIHOPE | + | CROSS_COMPILE=~/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-elf/bin/aarch64-elf- make -f makefile.linaro BOARD=HIHOPE |
| </code> | </code> | ||