Forum Discussion
EEren
Occasional Contributor
4 years agoMAX10 Boot Problem
On CFM0 - I have a boot image. With the boot I program a main image on CFM1.
First I switch to CFM0 with a micro controller pins
BOOT_SEL = 0
ENA = 0
Delay(100)
ENA = 1
Then I download ...
JohnT_Altera
Regular Contributor
4 years agoHi,
Have you trigger reconfiguration? When you mention nothing happen is it still stuck in CFM0 image or it is stuck in configuring CFM1 image?
EEren
Occasional Contributor
4 years agoI mean it switched to CFM1 page but no reaction from the main program. It seems like CFM1 loaded OK - STATUS and CONF_DONE pins behave as expected.
To analyze the problem further I did the following - created a combined pof file
first page - boot.sof (CFM01)
second page - main.sof (CFM1)
Then I burn the pof file, switch to CFM1 - and no reaction from the main program.
When I burn the main.pof only - everything OK.
Oh...seems like my stupid mistake. Now it's OK.