Forum Discussion

John's avatar
John
Icon for New Contributor rankNew Contributor
7 years ago
Solved

Remote re-configure a Cyclone IV in Application-mode?

Is there a way to set the remote_update-core back to Factory-mode or re-configure to another image once it is in Application mode - i.e. without a power-cycle? Both my Factory & App-images have acces...
  • Nooraini_Y_Intel's avatar
    7 years ago

    Hi JHono,

    In your application image design, did you set any write_param on the boot address that point to 0x100000? Please remove any write_param operation in the application image design. If you refer to Table 17: Cyclone IV Devices Remote Update Operation from the Remote Update user guide shows that you can only perform read_param operation in application image:

    https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_altremote.pdf

    Also, please uncheck the POR_ERROR function in the application image design. This POF_ERROR function is only needed in the factory image to detect any invalid application image before reconfiguration process start.

    Regards,

    Nooraini