Forum Discussion
Altera_Forum
Honored Contributor
12 years agohow to protect factory image data in epcs flash from rewriting or erasing?
Hello. I'm using NIOS II with remote system update(rsu_cyclone4 from alterawiki) and EPCS flash controller cores on Cyclone IV E(DE2-115). And there are 2 images in flash(EPCS64): Factor...
Altera_Forum
Honored Contributor
12 years agoThere is no protection function in the EPCS itself so you can't define a protected area. You need to do this in your software, i.e. before it erases or rewrites a block, it should check that it is in the application region and not the factory one.