Forum Discussion
Altera_Forum
Honored Contributor
20 years agohxdzjk,
Altera provides a detailed handbook how this could be done: ... see alteras: configuration handbook (http://www.altera.com/literature/lit-config.jsp) In Quartus 'Assignments->Device->Device & Pin Options...' you can configure to get a Raw-Binary-File which can be sent to FPGA in a serial manner (passive serial configuration) to configure your FPGA after power-on by a MCU. If you add internal ROM and RAM you can also write your own boot loader to receive then the firmware from your MCU and stores it in its System-RAM. Mike