Arria10SoC Development kit: Failing to burn the on board QSPI flash
Hello,
I prepared a binary stream for burning to the QSPI flash: 128MB (MT25QU01GBBA8E12-0SIT), which installed on J11.
I followed the instructions on https://community.intel.com/t5/FPGA-Wiki/Generic-Serial-Flash-Interface-GSFI-and-Nios-II-Booting-Quick/ta-p/1201053 :
- Created the JIC file
- Open programmer (Quartus Prime standard 19.1), adding the JIC file and program it.
The Quartus message of the programming:
Info (209060): Started Programmer operation at Mon Oct 19 11:25:21 2020
Info (209016): Configuring device index 1
Info (209017): Device 1 contains JTAG ID code 0x02E050DD
Info (209007): Configuration succeeded -- 1 device(s) configured
Info (20555): Initializing flash 1 at device index 1
Info (20531): Read ID returned 0xFF 0xFF 0xFF
Info (20531): Read NVCR returned 0xFF 0xFF
Info (19094): Erasing flash 1 at device index 1
Info (19096): Programming flash 1 at device index 1
Info (209011): Successfully performed operation(s)
Info (209061): Ended Programmer operation at Mon Oct 19 11:26:35 2020
All the programing steps were successful (all green), but the above bold line return flash ID as 0xFF..., while the expected value per the 'Generic_Serial_Flash_Interface_design_example_quick_start_guide_final_updated.pdf' in page 18 should be none default value.
What is the procedure to resolve this issue?
Thanks you.