在Stratix®VGX FPGA开发套件用户指南中跟随“使用Nios®IIEDS创建Flash文件”流程时,会给出以下命令:
sof2flash –input = <yourfile> _hw.sof –output = <yourfile> _hw.flash –offset = 0x020A0000 –pfl –optionbit = 0x00030000 –programmingmode = PS
但是,表A-1字节地址闪存映射中的用户硬件1的地址范围是:
0x020C.0000至0x0413.FFFF
因此,上述命令中显示的偏移量不正确。
解决/修复方法
要正确生成Flash文件,请使用以下命令:
sof2flash –input = <yourfile> _hw.sof –output = <yourfile> _hw.flash –offset = 0x020C0000 –pfl –optionbit = 0x00030000 –programmingmode = PS
没有回复内容