フィルターのクリア

How to define my own third-party ZYNQ board in matlab

4 ビュー (過去 30 日間)
FENG
FENG 2023 年 5 月 22 日
回答済み: Anurag Ojha 2023 年 6 月 8 日
I want to set up my own ZYNQ board in matlab, but my ZYNQ board is not part of the zybo, zc702 series. I didn't find a way to define it in matlab, nor was I able to Author a Xilinx Zynq Linux Image for my Zynq Board by Using MathWorks Buildroot.Hope to get your help!

回答 (1 件)

Anurag Ojha
Anurag Ojha 2023 年 6 月 8 日
Hello Feng,
As per my understanding you are trying to set up a custom ZYNQ board in MATLAB. Below are steps that you can follow to set up a custom ZYNQ board:
  1. Create a new hardware package that is compatible with your board. This can be done by launching MATLAB and opening the "Target Manager" from the "Apps" tab. This tool allows you to configure connections to your Zynq board.
  2. Click on "Add Hardware" and select "Xilinx Zynq" as the hardware vendor. If your specific board is not listed, you can try selecting a similar board from the list.
  3. Provide the necessary connection settings for your board, such as the IP address or serial port.
  4. Once the connection is established, you can use MATLAB to interact with the Zynq board, deploy algorithms, and perform hardware-software co-design.
To explore more, you can follow following MATLAB documentation:
Hope it helps

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by