intel-device-plugins-for-ku.../cmd/fpga_tool
Ed Bartosh 2c73e2a0b3 fpga: move GetAPIVersion call out of NewPort and NewFME
This call is implemented by calling ioctl, which raises
"open /dev/intel-fpga-port.X: operation not permitted" error
when called inside unprivileged container.

This breaks FPGA plugin.

Calling this API from fpga_tool is still OK, so
moving calls there should fix the issue.

Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2020-11-10 16:44:20 +02:00
..
fpga_tool.go fpga: move GetAPIVersion call out of NewPort and NewFME 2020-11-10 16:44:20 +02:00
README.md Documentation: Fixes broken links and standardizes headers. 2020-09-22 08:32:21 -07:00

Intel FPGA test tool

Introduction

This directory contains an FPGA test tool that can be used to locate, examine and program Intel FPGAs.

Command line and usage

The tool has the following command line arguments:

info, fpgainfo, install, list, fmeinfo, portinfo, list-fme, list-port, pr, release, assign

and the following command line options:

Usage of ./fpga_tool:
  -b string
        Path to bitstream file (GBS or AOCX)
  -d string
        Path to device node (FME or Port)
  -dry-run
        Don't write/program, just validate and log
  -force
        Force overwrite operation for installing bitstreams
  -q    Quiet mode. Only errors will be reported