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 not boot up. I found out that in the examples, it was writing the zip file to the flash at offset address 0x0, the beginning of the flash i guess. So then I moved this address quite a bit further away and it started to work but now I've overwritten the "safe factory" image. So is there a simple method that i can run to figure out where I should put my zip read only files so that it will not interface with my app? This offset changes if my app grows, but I can live with it as long as I know where i need to place it. I just want to place a couple of read-only files in my app and be able to access it from my app. thanx, -Quan