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): Factory image(hardware + software) on address 0x0 Application image(hardware + software) on address 0x00200000. All works great. System is booting with factory image and I can configure it with application image. But i need to write one more image to EPCS or rewrite first application image. I'm doing it with NIOS II and EPCS flash controller (using alt_epcs_flash_write_block). So, the question is how to protect factory image data in epcs flash from rewriting or erasing?