Altera_Forum
Honored Contributor
12 years agosof2flash issue in 12.1sp1
Hi all
Now I'm involved porting some old NIOS2 based designs (built with the 10.0 version of Quartus) from the SOPC builder tool to the Qsys tool (in version 12.1sp1 of Quartus). When using the sof2flash tool to convert a .sof file to a file suitable to be loaded on an EPCS chip I get this strange error: [mcesar@localhost nios2-linux]$ sof2flash --verbose --epcs --input=misssi.sof --output=misssi.flash Apr 26, 2013 11:20:00 AM - (FINE) sof2flash: Starting Info: ******************************************************************* Info: Running Quartus II 32-bit Convert_programming_file Info: Command: quartus_cpf --no_banner --convert --device=EPCS128 --option=misssi.opt misssi.sof misssi.pof Info (210033): Memory Map File misssi.map contains memory usage information for file misssi.pof Info: Quartus II 32-bit Convert_programming_file was successful. 0 errors, 0 warnings Info: Peak virtual memory: 121 megabytes Info: Processing ended: Fri Apr 26 11:20:02 2013 Info: Elapsed time: 00:00:02 Info: Total CPU time (on all processors): 00:00:02 Info: ******************************************************************* Info: Running Quartus II 32-bit Convert_programming_file Info: Command: quartus_cpf --no_banner --convert misssi.pof misssi.rpd Info: Quartus II 32-bit Convert_programming_file was successful. 0 errors, 0 warnings Info: Peak virtual memory: 121 megabytes Info: Processing ended: Fri Apr 26 11:20:03 2013 Info: Elapsed time: 00:00:01 Info: Total CPU time (on all processors): 00:00:01 Apr 26, 2013 11:20:04 AM - (SEVERE) sof2flash: Error generating Flash file, exiting Apr 26, 2013 11:20:04 AM - (FINE) sof2flash: Done This error occurs both in a Windows 7-64 box and also in a CentOS 6.4 box. Old version 10.0 does not have any problem with this conversion. Also, removing the --epcs option from the command line the sof2flash tool works flawlessly. Does anybody have a clue? Thanks and regards.