Altera_Forum
Honored Contributor
15 years agobin2flash, offset is larger than flash memory span
Hi,
I'm using the flash programmer to download a binary raw image file to the epcs4 flash. When I set the offset as 2048(which is the total page number of epcs4, 512K/256) or a larger value, a error reported: "offset is larger than flash memory span". And when I change the offset to 2047, no error was reported. So, the offset seems to use the pages other than bytes as its unit. However, by analyzing the obtained s-record file, it uses bytes as unit indeed. now, my question is: How can I save my binary file to an address higher than 2048 in epcs4 with flash programmer? To supplement, my quartus and nios ide version is 9.1 sp1. regards!