Forum Discussion
Max10 Dual configuration IP read boot source
- 5 years ago
In ug_m10_config.pdf, section " Dual Configuration Intel FPGA IP Core References", you will see that
- config_sel register allows you to select which CFM will be used for next boot
- msm_cs register tells you which CFM was used on last boot
Table 14 gives you de definition of the msm_cs register. I currently use the msm_cs from offset 4 and it seems to work as expected.
In ug_m10_config.pdf, section " Dual Configuration Intel FPGA IP Core References", you will see that
- config_sel register allows you to select which CFM will be used for next boot
- msm_cs register tells you which CFM was used on last boot
Table 14 gives you de definition of the msm_cs register. I currently use the msm_cs from offset 4 and it seems to work as expected.
Thank you, yes that is what I was looking for.