Forum Discussion
AKAYA
Occasional Contributor
7 years agoi need to know if we can dumb one .pof file and then read another .rpd file in UFM
here am creating two project at a time. i will dump one of the .pof file and then i need to read another projects .rpd file through serial terminal. once the .pof file is dumped then the fpga should...
ShafiqY_Intel
Frequent Contributor
7 years agoHi AKAYA,
Yes, it is possible. However you need to have IP to control the Flash.
For example, if you using MAX 10, you need to have On-Chip Flash IP in order to control the flash. First, you need to disable write protection (any sector you want), erase that sector, and write new .rpd file into it.
Thanks.