Altera_Forum
Honored Contributor
16 years agoEPCS configuration image update
Hi
My problem is to update the configuration image in the EPCS. I want to send a new configuration image as *.srec (with lenght 16) over ethernet to my Nios II on the FPGA and store it on the ram. From there burn it over the EPCS controller in the EPCS device. The whole flow work, but the burned configuration image not work. Is it necessary to include the epcs boot loader from altera in the *.srec file? I generate the *.srec with the following commands: sof2flash --offset=0x1000000 --epcs --compress --input=$(PROJECT).sof --output=tmp.srec nios2-elf-objcopy -I srec -O srec --srec-len 16 tmp.srec $(PROJECT).srec Is this wrong? Or is it important to generate the *.srec from the pof file? Thanks for your help