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

ID 743810
日付 7/08/2024
Public
ドキュメント目次

16.2.1.4. niosv-download

シノプシス

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 プロセッサーのインスタンスを指定します。