Visible to Intel only — GUID: tem1715914184633
Ixiasoft
1. Overview
2. Getting Started
3. Development Kit Setup
4. Board Test System
5. Development Kit Hardware and Configuration
6. Custom Projects for the Development Kit
7. HPS Boot
8. Document Revision History for the Agilex™ 5 FPGA E-Series 065B Modular Development Kit User Guide
A. Development Kit Components
B. Additional Information
Visible to Intel only — GUID: tem1715914184633
Ixiasoft
4.1.2. Running the BTS GUI
With the power to the board off, follow these steps.
- Connect the micro-USB cable to your PC and the board.
- Check the development board switches and jumpers are set according to your preferences. Refer to the Development Kit Setup section.
- Turn on the board power switch.
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, as shown in the figure below.
Figure 4. BTS Package Folder
You can run BTS GUI with the following scripts.
- On Windows system, double click the .bat files to run BTS GUI.
- On Linux system, add current user to the group "dialout" to ensure the access to UART, using the following commands:
# ls -l /dev/ttyUSB* # sudo usermod -a -G dialout $USER # groups
Then, set permissions correctly and run the shell script using the following commands:
# cd $TOP_LEVEL/examples/board_test_system # chmod +x ./BoardTestSystem.sh # chmod +x -R ./jdk_linux/ # sh BoardTestSystem.sh
Figure 5. Windows Console of BTS Launching