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>”