Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHello!
Problem solved thanks to Altera support. Carry out these steps in order to create a jam file that is compatible with the M25P32. 1. In your Quartus/bin directory create a file called “quartus.ini” 2. In the quartus.ini file write: “pgm_allow_epcs32=on”. This allows you to create jic files that will program an EPCS32 device, even though they don’t really exist. 3. Create a .jic file that uses the epcs32 device. 4. From the jic file you can then create a jam file in the programmer that has no conflicts with the silicon id of the M25P32. Hope this helps someone else! Regards.