Lines Matching full:fpga
1 .. zephyr:code-sample:: fpga-controller
2 :name: FPGA Controller
4 Load a bitstream into an FPGA and perform basic operations on it.
8 This module is an FPGA driver that can easily load a bitstream, reset it, check its status, enable …
9 This sample demonstrates how to use the FPGA driver API and the FPGA controller shell subsystem.
26 :zephyr-app: samples/drivers/fpga/fpga_controller
32 To build the FPGA Controller shell application, use the supplied
36 :zephyr-app: samples/drivers/fpga/fpga_controller
54 For the FPGA controller shell application, after connecting to the shell console you should see the…
68 The FPGA controller command can now be used (``fpga load <device> <address> <size in bytes>``):
72 uart:~$ fpga load FPGA 0x2001a46c 75960
73 FPGA: loading bitstream
77 To upload the bitstream again you need to reset the FPGA:
81 uart:~$ fpga reset FPGA
82 FPGA: resetting FPGA
114 uart:~$ fpga load FPGA 0x10000 75960
115 FPGA: loading bitstream