Visible to Intel only — GUID: xjv1720083861801
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. Document Revision History for the Agilex™ 5 FPGA E-Series 065B Premium Development Kit User Guide
A. Development Kit Components
B. Additional Information
Visible to Intel only — GUID: xjv1720083861801
Ixiasoft
4.1.4.2. Launching the BTS
When the power to the board is turned 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.
- Check the external modules status: SFP+/QSFP/FMC+/SMA.
- Turn on the board power switch. Wait for all LEDs blink one time and LED D13 turns green.
- Download the installer package from the Agilex™ 5 FPGA E-Series 065B Premium Development Kit website and unzip the design files using the following commands:
unzip -q <your_install_package>.zip -d ./ export $TOP_LEVEL = your_install_package_top_level_dir
- Launch the BTS application using the following commands:
cd $TOP_LEVEL/examples/board_test_system chmod +x ./start.sh chmod +x -R ./jre/ ./start.sh
Note: To ensure operating stability, keep the micro-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 Linux Console of BTS Launching figure.
Note: To ensure that the BTS FPGA module works correctly, you must set up the Quartus environment variables before running the demonstration application.
Figure 11. Linux Console of BTS Launching