1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

LinuxからRenesas Flash Programmerを使用してファームウェアを書き込む

Last updated at Posted at 2024-05-27

手順

ここから
Renesas Flash Programmer V3.15.00 Linux(x64)
をダウンロード(*1)

解凍して

tar xf RFP_CLI_Linux_V31500_x64.tgz

設定

cd linux-x64
sudo cp 99-renesas-emu.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules

もしかすると再起動が必要かもしれない。

実行

./rfp-cli -d ra -t e2 -vo 3.3 -rts -a ~/workspace/sample.hex

オプション指定の意味

オプション名 内容 例の意味
d デバイス名 ra CPUがRA
t 使用エミュレータ e2 liteではないe2エミュレータを使用
vo 電圧供給 3.3 3.3vを供給(*2)
a オート - その他を自動設定で書き込む

(*1) 要ユーザ登録
(*2) PCから供給する電圧の意味。電源に刺さっている基盤に設定してはいけない

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?