Effacer les filtres
Effacer les filtres

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

4 vues (au cours des 30 derniers jours)
FENG
FENG le 22 Mai 2023
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!

Réponses (1)

Anurag Ojha
Anurag Ojha le 8 Juin 2023
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

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by