de10nano_fpga_linux_config icon indicating copy to clipboard operation
de10nano_fpga_linux_config copied to clipboard

DE10-Nano FPGA Configuration from Linux. Software to configure the FPGA portion of the Cyclone V SoC.

Results 4 de10nano_fpga_linux_config issues
Sort by recently updated
recently updated
newest added

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