Connect a USB cable between USB-JTAG connector on the target and the USB port on the host machine.
Set the board in the JTAG Boot mode, where SW1 is set as shown in following figure.
Power on the board using the power switch SW13.
Click Terminal in the Vitis toolbar, and select New Terminal. Type
xsct.In the XSCT Console view, use the
connectcommand to connect to the target via JTAG:xsct% connect
The connect command returns the connected channel ID.
Load the pdi/bin file.
device program <path to .pdi file>
Note
This PDI file can be found in . In Windows, path names should be enclosed in parentheses (e.g., {}) to avoid backslashes being treated as escape characters. This is not the case for Linux which uses forward
slashes. C:edtedt_versaledt_versal.runsimpl_1edt_versal_wrapper.pdi C:pathtofile.pdi