HB4
New Contributor
3 years agoQuartus CLI cpf Error 213035
Quartus 18.0
When trying to use the CLI to convert a sof file to a jic file, I receive an error stating that the "Error (213035): Configuration device MT25QL256 is illegal".
quartus_cpf -c -d MT2...
- 3 years ago
The answer is in Article ID: 000076544. Essentially, in Quartus versions prior to 18.1 you need to create a quartus.ini file with the contents pgm_allow_mt25q=on. The other important piece of information is the quartus.ini file should reside in the bin64 folder for CLI to include the MT25Q configuration devices.
Once these pieces are in place, you can successfully create a programming file through the command line interface.
Thanks,
Howard