learning to load nios II program to A10 GX develop kit flash
Dear Intel Support and Expert
While I am opening the Board Update Portal example with a 21.3 Quartus Pro. after I Open the IP for upgrade. I got the following error message.
Info: Platform Designer Tip: Please Sync All System Infos before attempting to resolve the following error messages
Error: a10_fpga_bup.sgdma_rx: Component altera_avalon_sgdma 15.1 not found or could not be instantiated
Error: a10_fpga_bup.sgdma_tx: Component altera_avalon_sgdma 15.1 not found or could not be instantiated
Error: a10_fpga_bup.sgdma_tx.m_read: Data width must be of power of two and between 8 and 4096
Error: a10_fpga_bup.sgdma_rx.m_write: Data width must be of power of two and between 8 and 4096
Error: a10_fpga_bup.sgdma_rx.descriptor_read: Data width must be of power of two and between 8 and 4096
Error: a10_fpga_bup.sgdma_tx.descriptor_read: Data width must be of power of two and between 8 and 4096
Error: a10_fpga_bup.sgdma_tx.descriptor_write: Data width must be of power of two and between 8 and 4096
Error: a10_fpga_bup.sgdma_rx.descriptor_write: Data width must be of power of two and between 8 and 4096
Error: a10_fpga_bup.sgdma_tx.csr: Data width must be of power of two and between 8 and 4096
Error: a10_fpga_bup.sgdma_rx.csr: Data width must be of power of two and between 8 and 4096
do I have to install a quartus version like 15.1? it is really painful to keep all the out of date Quartus version on my PC.
I have learned how to build a Nios II project and load it through a cable to the FPGA, what I want to know is how to burn the Nios program .hex to A10 dev kit board flash. I am reading "edh_ed_handbook-683689-666980" chapter 5. I quote here:
"
The boot memory could be the Compact Flash Interface (CFI) flash, Intel MAX 10 User Flash Memory (UFM), Intel Serial Flash (EPCS)/Intel Quad Serial Flash (EPCQ) configuration device,
Quad Serial Peripheral Interface (QSPI) flash or on-chip RAM (OCRAM). Regardless of
the nature of the boot memory, HAL-based systems are constructed so that the reset
vector and all program and data sections are initially stored in the boot memory.
"
what is the flash memory type on the A10 GX develop kit?
I hope there is an example could show the procedure step and step clear and simple.
to make my question clear, is there a tutorial to show the procedure to load NiosII .hex program to flash memory on the A10 Gx dev board and boot it successfully from there.
Thank you,
David