Visible to Intel only — GUID: ufi1637305745432
Ixiasoft
A.1. Board Overview
A.2. Agilex™ 7 FPGA I-Series
A.3. PCIe* and CXL Interfaces
A.4. MCIO Connector
A.5. MCIO Cable Assembly Information
A.6. Network Interfaces
A.7. Port Controller
A.8. FPGA Configuration
A.9. Supported Configuration Modes
A.10. Memory Interfaces
A.11. I2C
A.12. Clock Circuits
A.13. System Power
A.14. Temperature Monitoring
A.15. Mechanical Requirements
A.16. Board Thermal Requirements
A.17. Board Operating Conditions
A.18. Over Temperature Warning LED
Visible to Intel only — GUID: ufi1637305745432
Ixiasoft
4.1.3. Install OpenJDK and OpenJFX
You have two downloaded compressed files. Follow these steps to install them.
- On Windows systems, Altera recommend that you to unzip the files and put them in the following directories:
- C:\Program Files\Java\jre
- C:\Program Files\Java\jfx
Note: The unzipped folder name of JRE is jdk-11.0.xx+x-jre (for example jdk-11.0.15+10-jre), and you must rename it to jre. The unzipped folder name of JFX is javafxsdk-17.0.2, and you must rename it to jfx. - On Linux systems, Altera recommend that you to unzip the files and rename the folders using the following commands:
# unzip openjfx-17.0.2_linux-x64_bin-sdk.zip -d /opt/Java/ # tar zxvf OpenJDK11U-jre_x64_linux_hotspot_11.0.15_10.tar.gz -C /opt/Java/ # cd /opt/Java # mv javafx-sdk-17.0.2 jfx # mv jdk-11.0.15+10-jre jre
You have the following two directories on your Linux system:
- /opt/Java/jre
- /opt/Java/jfx