The xbmgmt scan
command returns a list
of all the detected management PCIe functions. Each item in the list
includes the card BDF, target platform name, target platform ID, and management driver
instance number.
xbmgmt flash --scan --verbose
command.It has the following command line format. There are no options.
xbmgmt scan
The following table lists the fields returned from xbmgmt
scan
command.
Field | Description |
---|---|
BDF | Provides the enumerated Bus:Device:Function (BDF) identifier
for the card in the following format: [Bus:Device:Function] |
Flashable partition running on FPGA | Details on the flashable partition include:
|
mgmt | Returns the assigned management driver instance. The instance number can easily find the device node for each function. On a supported Linux distribution, the device node can be found at: /dev/xclmgmt<inst>. In addition, the
instance can be useful when mapping the |
Below is an example output of xbmgmt
scan
for a system with two cards installed. Details for each card are on a
separate line:
0000:d8:00.0 xilinx_u200_gen3x16_xdma_shell_1_1 mgmt(inst=55296)
0000:af:00.0 xilinx_u250_gen3x16_base_3 mgmt(inst=44800)