Forum Discussion
6 Replies
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
For example using Nios II Processor Booting from QSPI Flash:
If you scroll down 1 page (276), you can see that once you generated the .sof file (Quartus compile), you can reuse the .sopcinfo from the compiled design, and generate the .pof from the .sof.
You can proceed and repeat just from the steps "BSP Editor Settings".
- amildm
Contributor
Cool... So, as for the JIC generation, should both SOF and HEX files be the input files?
What actually happens during the JIC file generation? How does it mix the SOF and HEX files?
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
Yes, the .sof, .hex are the input files, and the .pof generated:
See the example here:
- amildm
Contributor
OK, the *.POF is for MAX devices... What's the flow for the *.JIC devices (e.g. Cyclone 10)?
Should not I deal with a bootloader in order to load two images from FLASH (the first image is for FPGA programming, the second one is for NIOS SW)?
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
I suggest that you refer to the documentation, and follow the steps and try it on your board.
If you require to test another design, you can try below:
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
Do you have any further questions?