Intel® FPGA SDK for OpenCL™ Pro Edition: Programming Guide

ID 683846
Date 6/21/2022
Public

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

Document Table of Contents

4.6. Programming the Flash Memory (flash <device_name>)

If supported by a Custom Platform, invoke the flash utility command to initialize the FPGA with a specified startup configuration.
Note:

For example instructions on programming the micro SD flash card on an SoC board such as the Intel® Arria® 10 SoC Development Kit, refer to the Building the SD Card Image section of the Intel® FPGA SDK for OpenCL™ Intel® Arria® 10 SoC Development Kit Reference Platform Porting Guide.

At a command prompt, invoke the aocl flash <device_name> <your_kernel_filename>.aocx command
where:

<device_name> refers to the acl number (for example, acl0 to acl127) that corresponds to your FPGA device, and

<your_kernel_filename>.aocx is the executable file you use to program the hardware.