Note: The above is the command to reconfigure the device with factory
image, 0x00110000 is the start address of the factory image shown
in the .map file. The JTAG host connection via system console to the
device disconnects once the device reconfiguration is successful. You
must restart the system console to reestablish the connection with
the device to perform next command.
ii.
rsu_image_update 0x002F4000
Note: The above is the command to reconfigure the device with
application image, 0x002F4000 is the start address of the
application image shown in the .map file.
Optional: Retrieve the remote system upgrade status by using the rsu_status
command to ensure you have successfully reconfigure the device with the desired
image.
2.
In the Tcl console of the system console, type rsu_status to retrieve the current
image that is running in the device. The current image address must match with
the start address for the factory or application image printed in the .map file
depending on which image that reconfigured by the device. The following figure
shows the device is being reconfigured with the factory image.
5.11. Adding an Application Image
Complete the following steps to add an application images to flash memory:
1. Set up exclusive access to the AS x4 interface and flash memory by running the
QSPI_OPEN and QSPI_SET_CS commands. After running these commands, you
have exclusive access to the AS x4 interface and flash until you relinquish access
by running the QSPI_CLOSE command. Write the new application image to the
flash memory using the QSPI_WRITE command.
2.
Alternatively, the rsu1.tcl script includes the program_flash function that
programs a new application image into flash memory. The following command
accomplishes this task:
program_flash new_application_image.rpd 0x03FF0000 1024
5. Remote System Upgrade
UG-S10CONFIG | 2018.11.02
Send Feedback
Intel Stratix 10 Configuration User Guide
93