伟王000
New Contributor
7 years agoNIOS II software can't load from MT25Q
I have a board with a Cyclone V that is using Active Serial Configuration from a Micron MT25Q(512Mbit) flash. I have enabled MT25Q device selection for Quartus with pgm_allow_mt25q=on Using NIOS...
- 7 years agoHi, Yes, you need to convert the sof file to Jic file and in the same convert programming tool include the Hex data which includes the the soft code that the NIOS will excute. to generate the Hex file do the following: right click your project file in Eclipse>> Make targets>>Build Then select MEM_int_generate and click build this will generate the Hex file that you can include into the convert programming tool. Please check the attachment