Forum Discussion
How to configure Dual Compressed Images on MAX10 without IP core?
- 1 year ago
Hi there,
What you are encountering now seems to be a config issue. It looks like the previous problem with sof -> pof conversion has been resolved. Unfortunately, the root cause of the failure is still unclear. So I would like to further confirm the following:
- Loading the standalone sof file included in the pof works fine, right?
- In step 6, the CPF mode is set to Internal Configuration.
- Does the Programmer show any specific error messages?
- If you reduce the JTAG speed to 6 MHz in the Programmer, does it help to resolve the issue?
Best regards,
WZ
Respectively you need to import at least a dummy dual configuration controller to your design.
- NTA1 year ago
New Contributor
@FvM thanks for the hint!
Okay, so in my individual projects under
Assignments -> Device -> Device and Pin Options... -> ConfigurationI selected
- Configuration Scheme: Internal Configuration
- Configuration Mode: Dual Compressed Images (512Kbits UFM)
and then tried to recompile the project which lead to:
Error (169130): Configuration mode specified as Remote but remote update block is not found in design
@FvM wrote:
Respectively you need to import at least a dummy dual configuration controller to your design.How is this done?
We were hoping the config_sel pin would allow for a simple solution along the lines of "simply flashing two images at once in the programmer" and not having to worry about anything in the actual designs.