de10nano_fpga_linux_config
de10nano_fpga_linux_config copied to clipboard
DE10-Nano FPGA Configuration from Linux. Software to configure the FPGA portion of the Cyclone V SoC.
The Altera Embedded Command Shell has long been discontinued. And there is no need to use it either. Simply download the socal.h and hps.h online, get the appropriate compiler with...
Do not forget munmap(virtualbase, largobytes); before close(fd);
The factory image crashes when these are executed: ``` set_ctrl_en(1); fpga_off(); ```
https://github.com/nhasbun/de10nano_fpga_linux_config/blob/master/main.c#L16