Forum Discussion
Error Code 8 Command: nios2-flash-programmer
- 4 years ago
Hi Jayesh
You may find the quartus_pgm command line parameters in the links below:
https://www.intel.com/content/www/us/en/docs/programmable/683118/current/quartus-pgm-nios2.html
Here are some examples for the quartus_pgm:
I shall set this thread to close pending. If you still need further assistance, you are welcome to reopen this thread within 20days or open a new thread, some one will be right with you.
If you happened to close this thread you might receive a survey. If you think you would rank your support experience less than 10 out of 10, please allow me to correct it before closing or if
Regards
Jingyang, Teh
Hi Jayesh
From the error report, I see that there is no CFI Table available.
There is a possibility that there is a problem with the flash and this could cause the programmer to unable to query the flash memory and that could be the cause of your problem.
Could we try to run the program from RAM instead of the flash as a first step?
To run without downloading to the flash :
1. You can run a software without downnloading program to the flash :
In NIOS II IDE/SBT/EDS, you do "run as > ... hardware". By doing this, you download the programm to the RAM and run from here.
After being able to run on the RAM we could debug the flash by entering the command:
nios2-flash-programmer --debug --base=0xa000000
Please share the output for the debug command.
Regards
Jingyang, Teh