Agilex™ 3 FPGA and SoC C-Series Development Kits User Guide

ID 851698
Date 9/02/2025
Public
Document Table of Contents

4.1.2. Running the BTS GUI

With the power to the board off, follow these steps:
  1. Connect the Type-C USB cable to your PC and the board (J2).
  2. Check the development board switches and jumpers are set according to your preferences. Refer to the Development Kit Setup section.
  3. Turn on the board power switch (SW3).
Note: To ensure operating stability, keep the USB cable connected and the board powered on when running the demonstration application.

Navigate to the <packagedir>\examples\board_test_system directory to run BTS. The BTS release folder always includes the following files.

Figure 12. BTS Package Folder

You can run BTS GUI easily with the following scripts:

  1. On Windows system, double click the .bat files to run BTS GUI.
  2. On Linux system, set permissions correctly and run the shell script using the following command:
    # cd $TOP_LEVEL/examples/board_test_system
    # chmod +x ./start.sh
    # chmod +x -R ./jre/
    # sh start.sh
    

After running the start script, the BTS GUI appears, and the running log is saved in the board_test_system\log folder.