Launch hw_server on the Remote or Local Host PC - 3.4 English

Versal Adaptive SoC CPM DMA and Bridge Mode for PCI Express Product Guide (PG347)

Document ID
PG347
Release Date
2023-11-20
Version
3.4 English

After installing the HSDP-PCIe driver in the previous step, character device file(s) for user mode and/or management mode will be located at /dev/ on the system with the BDF (Bus:Domain.Function) of the PCIe device appended to the name if module compilation and installation was successful.

To launch hw_server and specify mgmt mode connection to the target FPGA, issue the following command on the remote Host PC and replace <BB:DD.F> with the BDF of the PCIe device.

$> hw_server -e “set dpc-pcie /dev/hsdp_mgmt_<BB:DD.F>”

To launch hw_server <format> and specify user mode connection to the target FPGA, issue the following command on the remote Host PC and replace <BB:DD.F> with the BDF of the PCIe device and <name> if that was specified in the configuration header file.

$> hw_server -e “set pcie-debug-hub /dev/hsdp_user_<BB:DD.F>_<name>”