Embedded Coder Interface to QEMU Emulator on Linux hosts

バージョン 2.0.0.0 (13 KB) 作成者: Mikhail
Embedded Coder Interface to QEMU Emulator on Linux hosts
ダウンロード: 180
更新 2019/5/27

ライセンスの表示

Embedded Coder Interface to QEMU Emulator on Linux hosts.

Unfortunately, original Embedded Coder Interface to QEMU Emulator (https://www.mathworks.com/matlabcentral/fileexchange/57465-embedded-coder-interface-to-qemu-emulator) doesn't support Linux hosts officially.

Unoficially, it works just fine.

Embedded Coder targets for ARM Cortex-A and ARM Cortex-M can be used with QEMU, but with several modifications.

Basically, this package ships original files for QEMU target and some modified files for ARM Cortex-A and ARM Cortex-M targets.
Search for "QEMULNX" in files to see what has changed.

To make it work:
1) Install ARM Cortex-M and/or ARM Cortex-A target support packages (they support Linux hosts).
2) Add top directory of this submission to MATLAB path. It should be higher on path than ARM Cortex-M and ARM Cortex-A files, because it overrides one of the files from the targets.
3) Make sure qemu-system-arm resides in /usr/bin.

引用

Mikhail (2024). Embedded Coder Interface to QEMU Emulator on Linux hosts (https://www.mathworks.com/matlabcentral/fileexchange/64797-embedded-coder-interface-to-qemu-emulator-on-linux-hosts), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2019a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCode Generation for ARM Cortex-M and ARM Cortex-A Processors についてさらに検索
謝辞

ヒントを得たファイル: Embedded Coder Interface to QEMU Emulator

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

qemu_ert/+codertarget

qemu_ert/+codertarget/+arm_cortex_a

qemu_ert/+codertarget/+arm_cortex_m

qemu_ert/+codertarget/+qemu/+internal

バージョン 公開済み リリース ノート
2.0.0.0

R2019a

1.0.0.0

Update installation note.