Loading bitstream inside linux #45
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To load the bitstream inside linux we can use
Also the we can utilize the command
fpgautil
from https://github.com/elhep/Fast-Servo-Firmware/blob/master/README.md?plain=1#L132 (.However, the user-space interface to run those commands is only available when enabling
CONFIG_OF_CONFIGFS
or the DT overlay ConfigFS interface, which is not available in the mainline Linux for now. There are some proposals about it here.Proposed approaches are:
Current sysfs interface of the fpga manager from mainline linux:
@sb10q Would like to know your thoughts.
Try the mainline solution with the generic FPGA manager. The Linux kernel is developed to a higher standard of quality than most Xilinx software.