Forum Discussion
MAX 10 RSU
- 5 years ago
Hi SDevaux,
Thank you for your response.
We solved our problem, which in short was: We had two CFM images and we wanted that each image to work with it's own/different software image (in the UFM). We solved this by having the NIOS processors, from the two CFM images, boot at different address (different boot vectors). The boot vector for the second CFM image should point to an UFM address that is > address space necessary for the first software image. Then we took the two ufm.rpd files, trim them, and stitched them together: 1st software image: 0x0000 _ 0xNNNN and 2nd software image: (0xNNNN + 1) _ end of UFM.
Hi,
I believe you can store the NIOS 2 software in another images just like what you did for CFM0 and CFM1. Is this what you looking for?
- SCroi15 years ago
New Contributor
Hello,
Thank you for the fast response.
Is there a document/example for this?
When you Convert the 2 .sof images to .pof you can setup only on source for the NIOSII software image.
So, my understanding is that both hardware images use the same software image. Am I wrong?
What I want to accomplish is: have a factory image(CFM0) with it's software application, and an update (CFM1,2) with a different/modified software application.