Forum Discussion

伟王000's avatar
伟王000
Icon for New Contributor rankNew Contributor
7 years ago
Solved

NIOS 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...
  • Ahmed_H_Intel1's avatar
    7 years ago
    Hi, 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