Visible to Intel only — GUID: ran1660290721920
Ixiasoft
A.1. Board Overview and Components
A.2. FPGA Configuration
A.3. Default Switch and Jumper Settings
A.4. Input and Output Components
A.5. Components and Interfaces
A.6. I2C
A.7. Intel® MAX® 10 SPI Bus
A.8. Clock Circuits
A.9. HPS Daughter Card
A.10. System Power
A.11. Power Guidelines
A.12. Power Distribution System
A.13. Power Measurement
A.14. Thermal Limitations and Protection
Visible to Intel only — GUID: ran1660290721920
Ixiasoft
4.1.3. Install OpenJDK and OpenJFX
You have two downloaded zip files, follow these steps to install them.
- On Windows system, Intel® recommends you to unzip the files and put them in the following directory:
- 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), you need to rename it to jre. The unzipped folder name of JFX is javafx-sdk-17.0.2, you need to rename it to jfx. - On Linux system, Intel® recommends 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