Compiler Environment; Vmware10.0+Ubuntu18.04; Install Openjdk1.8 - Boardcon Embedded Design EM3568 User Manual

Android11
Hide thumbs Also See for EM3568:
Table of Contents

Advertisement

1x Serial port for debug, 3-pin connector
Serial
3x UART, 4-pin connectors
1x RS485, 3-pin connector
HDMI 2.0, 4Kp60
MIPI DSI/LVDS, 1080p60 (40-pin header)
Video
EDP 1.3, 2560x1600@60Hz (30-pin header)
RGB, up to 1920x1080@60Hz (40-pin FPC connector)
3.5mm audio I/O jack
8-channel audio via HDMI
Audio
SPDIF out
Speaker (2-pin connector)
MIC
Camera(optional) 2x MIPI Cameras, 24-pin FPC connector.
Keys
Recover, Reset, Power
RTC with battery connector; GPIO&I2C; CAN; Key connector(PWM3_IR/Reset /
Other features
Recover /Power)
Dimension
Based board - 135mm x 100mm; CPU module - 45mm x 60mm

2 Compiler Environment

2.1 Vmware10.0+ubuntu18.04

Install Vmware10.0 in windows OS, and then install ubuntu18.04 in VMware to compile.
official website
http://www.ubuntu.com/

2.2 Install OpenJDK1.8

# sudo mkdir /usr/lib/java
# sudo tar zxvf java-8-openjdk-amd64.tar.gz –C /usr/lib/java/
Add the following information in the end of "/etc/profile"
export JAVA_HOME=/usr/lib/java/java-8-openjdk-amd64
export JRE_HOME=/usr/lib/java/java-8-openjdk-amd64/jre
export CLASSPATH=.:$JAVA_HOME/lib:$JRE_HOME/jre/lib:$CLASSPATH
export PATH=$JAVA_HOME/bin:$JRE_HOME/jre/bin:$PATH
# source /etc/profile
Check if the jdk has been installed successfully and check the revised version:
# java -version
Customize the embedded system based on
to
download and install ubuntu operating system.
5
Your Idea
Please visit the

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the EM3568 and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents