You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/asciidoc/getting_started/brick.adoc
+7-62Lines changed: 7 additions & 62 deletions
Original file line number
Diff line number
Diff line change
@@ -104,74 +104,17 @@ Depending of the Hardware and the Debian version, you will have different option
104
104
105
105
### EV3 Brick
106
106
107
-
EV3 Brick has a SOC from 2010 and it is a bit Old.
108
-
Further information about link:https://wiki.debian.org/ArmEabiPort[ARM EABI architecture].
107
+
For EV3, it is possible to install the following JVM:
109
108
110
-
Available JVM:
111
-
112
-
- Oracle JRE 8 for Debian Jessie
113
-
- Open JDK 10 for Debian Stretch
109
+
- Open JDK 10 for Debian
114
110
115
111
Using this project, the developer has 3 alternatives to install a JVM:
116
112
117
113
- Manual
118
114
- Using the project Installer
119
115
- Using Gradle tasks from Template Project which interacts with Installer
120
116
121
-
WARNING: Not all alternatives are enabled for all cases. Review the documentation carefully and if you
122
-
continue with doubts, link:https://github.com/ev3dev-lang-java/ev3dev-lang-java/issues[open a support issue] to clarify and improve the documentation.
123
-
124
-
#### Debian Jessie
125
-
126
-
##### Manual
127
-
128
-
On Debian Jessie + EV3 Brick the JVM available to use is Oracle JRE 8.
129
-
To install this JVM in the Brick you need to download from link:http://www.oracle.com/technetwork/java/embedded/downloads/javase/javaseemeddedev3-1982511.html[here]
130
-
and later, copy the file `ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz` to your brick using the command `scp`.
0 commit comments