program
The
program
command downloads an
xclbin
binary to the programmable region on the card.It has the following options:
-d <card_id>
(Optional): Specifies the target card ID. Default = 0 if not specified.-p <xclbin>
(Required): Specifies thexclbin
binary file to download to the card.
For example, to program the filter.xclbin
file to card ID one, you would use the following
command:
$ xbutil program -d 1 -p filter.xclbin
This output is displayed after the xclbin
has been successfully downloaded to the
card:
INFO: Found total 1 card(s), 1 are usable
INFO: xbutil program succeeded.