Forum Discussion
Altera_Forum
Honored Contributor
21 years agoAltera zip read-only filesystem
Hello, I am trying to use the Altera zip read-only fileysystem on an altera development kit. I can run the app okay when in debug mode but after flash programmed into the flash, the system does n...
Altera_Forum
Honored Contributor
21 years agoBasically you need to ensure that the zip file offset is past the end of your code.
The only way to do this is to look at the ext_flash.flash file, which is your code. This file is in S-Record format if you decode the last line and the second line and calculate the difference that should tell you how much of your flash contains the code.