Setup for ARM Targeting with IP Core Generation Workflow
R2026bThe hardware setup tool you use when you install SoC Blockset™ Support Package for AMD FPGA and SoC Devices performs these steps for you. You can also manually call these commands to set up for generating embedded ARM® code by using the IP core generation workflow.
You must have Embedded Coder® and SoC Blockset Support Package for AMD FPGA and SoC Devices installed.
Register the root directory that is used by the cross-compilation toolchain. This toolchain is used when generating code to target the ARM portion of the Zynq device.
setupvisionzynqsysroot()
Create a communication link to the Zynq® board. Use the IP address that you configured for your board. The generated software interface models use this link.
zynq('Linux','192.168.4.2','root','root','/tmp');