0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Vivado SDKでELFファイルからバイナリファイルを出力する方法

Posted at

環境

  • ボード
    • Arty Z7(zynq評価ボード)
  • ツール
    • Vivado2018.3(Windows10)

やりたいこと

ELFファイルから、バイナリファイルを作成したい。

方法

Vivado SDK プロジェクトのProperties - C/C++ Build - Settings - Build Stepsを選択します。

Post-build stepsに
「arm-none-eabi-objcopy XXX.elf -O binary XXX.bin」XXX:ファイル名
を設定する。

1.png

ビルドされる度にelfファイルと同じ場所にbinファイルが生成されます。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?