5.5.4. Command Sequence To Perform Quad SPI Operations
Here is the recommended command sequence to access quad SPI flash memory or perform an RSU update operation.
on page 158 for more information about these commands.
1. Request exclusive access to the AS x4 interface:
QSPI_OPEN
.
2. Specify a quad SPI flash chip:
QSPI_SET_CS*
. This command is optional for the AS x4 configuration scheme and
mandatory for JTAG configuration schemes.
3. Perform the desired operation or operations. The following operations are available:
QSPI_READ
,
QSPI_WRITE
,
QSPI_ERASE
,
QSPI_READ_DEVICE_REG
,
QSPI_WRITE_DEVICE_REG
,
QSPI_SEND_DEVICE_OP
, and
RSU_IMAGE_UPDATE
.
4. Close exclusive access to the AS x4 interface:
QSPI_CLOSE
.
5.6. Remote System Update from FPGA Core Example
This section presents a complete remote system update example, including the following steps:
1. Creating the initial remote system update image (
.jic
) containing the bitstreams for the factory image and one
application image.
2. Programming the flash memory with the initial remote system update image that subsequently configures the device.
3. Reconfiguring the device with an application or factory image.
4. Creating a single remote system update (
.rpd
) containing the bitstreams to add an application image in user mode.
5. Adding an application image.
6. Removing an application image.
5. Remote System Update (RSU)
683673 | 2021.10.29
Intel
®
Agilex
™
Configuration User Guide
194