Forum Discussion
Altera_Forum
Honored Contributor
16 years agoQuartus 9.1 SP2 WARNING!!!!!
I've opened up an SR for this, but in the meantime, don't install SP2 if you need to use the flash programmer to program an EPCS with or without NIOS. This was specifically on a cyclone II, but it pr...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- In Quartus GUI, go to Assignments>Device>Device and Pin Options and deselect the option "Generate compressed bitstreams". (This is for Linux web version; Windows version may have this option in a different menu.) Or throw away the .pof file and use the command line to convert the .sof into one that works: quartus_cpf -c -d EPCS16 project.sof project.pof Both of these worked for me (I have a DE2-70 board and had the same problem with active serial programming on Quartus 9.1SP2). --- Quote End --- Neither compressed or uncompressed worked. I can program the EPCS if I use a JIC file. The trouble is that I need to also program the NIOS elf file. The JIC overwrites the elf and using the flash programmer to put them both, the sof file won't boot. If I could use a pof or a JIC with the elf, then I would be set. The other thing is this is not a generation problem. I had generated the same file with two sets of files, one under SP1, the other under SP2. Neither would work when I used the flash programmer under SP2. Both worked when I went back to SP1. The problem is not the generation, but is probably in the bootloader that is placed in the EPCS device at the beginning.