Intel® Stratix® 10 Hard Processor System Remote System Update User Guide

ID 683021
Date 11/10/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.1.3. Setting the Max Retry Parameter

The max retry parameter specifies how many times the application and factory images are tried when configuration failures occur. The default value is one, which means each image is tried only once. The maximum possible value is three, which means each image can be tried up to three times.

The max retry parameter is stored in the decision firmware data area as defined in the Glossary section, and is programmed when the decision firmware and decision firmware data are programed as part of the Initial Flash Layout or the Updating the Factory Image sections. The decision firmware data can also be updated by a decision firmware update image, or by a combined application image.

The max retry parameter is specified for the hardware project used to create the factory image, from the Intel® Quartus® Prime GUI by navigating to Assignments > Device > Device and Pin Options > Configuration and selecting the value for the "Remote system update max retry count" field.

The parameter can also be specified by directly editing the project Intel® Quartus® Prime settings file (.qsf) and adding the following line or changing the value if it is already there:
set_global_assignment -name RSU_MAX_RETRY_COUNT 3