Nios® Vプロセッサー・ソフトウェア開発者ハンドブック

ID 743810
日付 10/31/2022
Public

このドキュメントの新しいバージョンが利用できます。お客様は次のことを行ってください。 こちらをクリック 最新バージョンに移行する。

ドキュメント目次

12.2.1.4. niosv-download

synopsys

niosv-download [OPTION] <ELF FILE>

詳細

Nios® V プロセッサー CPUへELF ファイルをダウンロードする 。必要に応じて、 Nios® V プロセッサー CPUをリセットする。

使用方法

#Download app.elf to the only Nios V instance connected.
niosv-download app.elf 

#Download app.elf to the only Nios V instance and run from the entry point.
niosv-download -g app.elf

#Download app.elf to the only Nios V instance, issue a debug reset, then run from the entry point.
niosv-download -g -r app.elf

#Download app.elf to the Nios V at cable 1, device 2, instance 2.
niosv-download app.elf -c 1 -d 2 -i 2

オプション

オプション 概要
--help, -h ヘルプメッセージを表示する。
--reset, -r 対象の Nios® Vプロセッサーをリセットする。
--go, -g 対象の Nios® V プロセッサーの実行を再開する 。
--cable CABLE-c CABLE 対象の Nios® V プロセッサーのケーブルを指定する。
--device DEVICE, -d DEVICE 対象の Nios® V プロセッサーのデバイスを指定する。
--device DEVICE, -d DEVICE 対象の Nios® V プロセッサーのインスタンスを指定する。