Forum Discussion
Hi,
You are getting error related to this same thread.
https://www.intel.com/content/www/us/en/support/programmable/articles/000086201.html
You can try below step to solve it.
Add your Hex file in project directory (Should be visible in files window)
1. Go to file ->Memory Files->Hex Decimal(Intel Format) File->select ->Ok
2.Number of words and word size Tab will open ->Let it be default values dont change any values.
3.New hex file will be opened in your
4. go to tools->options->Memory Editor->Uncheck the option Read or write Hexadecimal Files (.hex) using byte addressing (Intel format)->Ok
5.Open you hex file one after the other by double clicking it (from project navigator->files)->hex file word size tab will be opened ->click ok
6.Again go to tools->options->Memory Editor->check the option Read or write Hexadecimal Files (.hex) using byte addressing (Intel format)->Ok
7. do same for another hex file from step -3.
Now generate the .pof file.
Thank you.
Regards,
Fathulnaim
Hi,
ok i will check this.
I have one more query related to this.
Is there any other way to use the flash file setup programming method... can we use Quartus_pgm command method?
because in 13.1 version design programming, flash setup is used.
we are trying to retain the same flash file configuration.
the following configuration commands we have used for 13.1 design,
jtagconfig
nios2-configure-sof mem_check.sof
nios2-flash-programmer --epcs --base=0xA006000 mem_check.flash
nios2-flash-programmer --epcs --base=0xA006000 mem_check.jtag