Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe .flash file doesn't work in Arria IIGX development Kit
I have a problem when I used "sof2flash" to convert "factory_recovery\build_factory_source\bts_config.sof" to bts_config.flash.when used Quartus ii and Nios II EDS 9.0SP2,the problem is "The release...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- take a look at the following solution: http://www.altera.com/support/kdb/solutions/rd01152010_225.html --- Quote End --- Thank you, that's some critical info! Specifically, (to make it easy for others), adding this made a .flash that worked for me: " --pfl --optionbit=0x18000 --programmingmode=FPP" eg: sof2flash --offset=0x640000 --input=bts_config.sof --output=bts_config.flash --pfl --optionbit=0x18000 --programmingmode=FPP