Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThe programmer actually creates a SREC FLASHable file that includes a bootloader. When you apply power, the bootloader copies your application from FLASH to volatile memory. When you run the programmer and select the BSP/SOPC file, you should see a reference to the bootloader in the elftoflash command line....
Basically, it's all taken care of by the tools..... ME