AN 1000: Drive-on-Chip Design Example: Agilex™ 5 Devices

ID 826207
Date 7/08/2024
Public
Document Table of Contents

3.5. Configuring the FPGA Hardware for the Drive-on-Chip Design Example for Agilex 5 Devices

  1. Connect the microUSB cable to the J35 port of the board.
  2. In Intel Quartus Prime, click Tools > Programmer.
  3. In the Programmer pane, select Agilex_5E MDK Carrier [USB-1] under Hardware Setup and JTAG under Mode.
  4. Click Auto Detect to detect devices.
  5. Select the A5EC065BB32AR0 device.
  6. Double-click on the File field for the A5EC065BB32AR0 device from the pop-up list.
  7. Select the <project>/quartus/output_files/top.sof file and click Open
    The device field must show a5ed065bb32ae6r0
  8. Turn on Program/Configure.
  9. Click Start.
  10. Alternatively use the command line to program the FPGA:
    1. Open a terminal window.
    2. Navigate to <project>/quartus/output_files/
    3. Program the board:
      >> quartus_pgm -m jtag -o "p;top.sof" or select the index of the device "@#" >> quartus_pgm -m jtag -o "p;top.sof@2"