Altera_Forum
Honored Contributor
21 years agoIs it possible to load a small custom bootloader
together with FPGA configuration file? If I understand correctly a common way to boot FPGA configuration file and application software is:
1. After power up a FPGA config file is loaded to internal RAM (through a config device). 2. Then after NIOS reset it jump to the reset address (it must be in flash) and begins implementation of a bootloader from flash, which loads app. Software into RAM. 3. When it’s loaded it jump to a start address of SW in RAM. Am I right? Sorry, if it’s stupid question. If I’m right, is it possible to load my own bootloader on a time when FPGA config is loaded to RAM? Thanks.