- Launch the Xilinx System
Debugger by selecting .
- In the AMD command shell window, change to the Example
Design Project directory:
vivado% cd ./<IP instance
name>_ex
- Invoke the Xilinx System Debugger (xsdb):
vivado%
xsdb
- Establish connections to debug targets:
xsdb%
connect
- Set the target:
xsdb% targets -set -filter {name =~ "Versal Gen 2
xc2ve3858"}
- Download the bitstream to the
FPGA:
xsdb device program ./<IP instance name>_ex.runs/impl_1/sdi_ex_av_passthru_1l_vek385.pdi
xsdb% after 5000
xsdb% device program ./<IP instance name>_ex.runs/impl_1/sdi_ex_av_passthru_1l_vek385_pld.pdi
- Set the target
processor:
xsdb% targets -set -filter {name =~ "Cortex-A78AE #0.0"}
xsdb% rst -processor
- Download the software .elf to the
FPGA:
xsdb% after 1000
xsdb% dow ./<vitis_workspace>/vek385_av_pt/build/vek385_av_pt.elf
- Run the software:
xsdb% con