<
From version < 29.1 >
edited by dso
on 2015/12/17 17:06
To version < 31.1 >
edited by aas2
on 2016/01/05 15:02
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dso
1 +XWiki.aas2
Content
... ... @@ -20,6 +20,8 @@
20 20  
21 21  The further installation is explained in detail at [[http:~~/~~/www.lejos.org/nxt/nxj/tutorial/Preliminaries/GettingStarted.htm>>url:http://www.lejos.org/nxt/nxj/tutorial/Preliminaries/GettingStarted.htm||shape="rect"]].
22 22  
23 +Do not forget to flash the download leJOS firmware to the Mindstorms brick as explained in the tutorial!
24 +
23 23  === Known issues ===
24 24  
25 25  ==== Linux ====
... ... @@ -28,12 +28,18 @@
28 28  
29 29  Another issue is that the development package of **libusb** has to be installed. On Ubuntu you can do this by using **{{code language="none"}}sudo apt-get install libusb-dev{{/code}}**.
30 30  
31 -Furthermore, to use USB connection, a java library has to be compiled via ant. To do this perform **cd /path/to/leJOS/build** and start ant. If the ant build tool is not installed on your system, you can do so via **sudo apt-get install ant**.
33 +Furthermore, to use USB connection, a java library has to be compiled via **ant**. To do this perform **cd /path/to/leJOS/build** and start **ant**. If the ant build tool is not installed on your system, you can do so via **sudo apt-get install ant**.
32 32  
33 33  ==== Windows ====
34 34  
35 35  The setup.exe of the current LEGO Fantom driver for Windows (1.2.0) has an awkward issue. If you get an error message (Developer Error) because an .msi file could not be found, don't panic. The file is part of the downladed archive (in the Products folder) but you have to start it manually.
36 36  
39 +==== Mac OS X ====
40 +
41 +The **leJOS NXJ** tools require a **32 Bit** version of Java. However, newer 32 Bit versions of Java are not longer available for Mac. Thus to use leJOS the installation of **Java 1.6 is required**, which is the last one that supports a 32 Bit mode. You can download the installer for Java 1.6 from [[https:~~/~~/support.apple.com/kb/dl1572?locale=en_US>>url:https://support.apple.com/kb/dl1572?locale=en_US||shape="rect"]]. It will install Java 1.6 to ///System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home// so that the environment variable //LEJOS_NXT_JAVA_HOME//, which is set in the installation instructions, points to the correct path.
42 +
43 +The environment variable LEJOS_NXT_JAVA_HOME is set in the installation tutorial by editing ~~/.profile. However, on a Mac the environment variables defined in this file are not visible for GUI Applications, only for apps started from terminal. Thus to use leJOS together with KIELER one either has to start KIELER from terminal or set the environment variable so that all GUI applications can access it, which seems to be not trivial on Mac (see also [[http:~~/~~/stackoverflow.com/questions/135688/setting-environment-variables-in-os-x>>url:http://stackoverflow.com/questions/135688/setting-environment-variables-in-os-x||shape="rect"]]).
44 +
37 37  ----
38 38  
39 39  == Test the Mindstorm ==
... ... @@ -49,14 +49,8 @@
49 49  
50 50  Download and unpack the nightly build of KIELER for your OS. It is available at the [[doc:Downloads]] page.\\
51 51  
52 -**Note:**Java 1.8 is needed on all operating systems, with Java 1.7 not all plugins of KIELER will be loaded.
60 +**Note:** Java 1.8 is needed on all operating systems, with Java 1.7 not all plugins of KIELER will be loaded. **On Windows**, you will need to download the **32 Bit version of KIELER** – even if you have a 64 bit operating system! Otherwise flashing the brick and uploading to the brick will fail.
53 53  
54 - On Windows, you will need to download the 32 bit version of KIELER – even if you have a 64 bit operating system! Otherwise flashing the brick and uploading to the brick will fail.
55 -
56 - \\
57 -
58 -\\
59 -
60 60  === The Eclipse plugin for leJOS ===
61 61  
62 62  There is an Eclipse plugin for leJOS which adds a project creation wizard and launch configuration to the platform.
... ... @@ -164,9 +164,33 @@
164 164  )))|(((
165 165  Go to the project properties and switch to Java 7 (Right Click on project > Properties > Java Compiler > Compiler compliance level)
166 166  )))
169 +|(% colspan="1" %)(% colspan="1" %)
170 +(((
171 +Uploading to the brick does not respond
172 +)))|(% colspan="1" %)(% colspan="1" %)
173 +(((
174 +
175 +)))|(% colspan="1" %)(% colspan="1" %)
176 +(((
177 +You compile a file successfully and when uploading the result, the connected brick is found. Anyway the upload does not terminate and does not react.
178 +)))|(% colspan="1" %)(% colspan="1" %)
179 +(((
180 +Flash the brick with the current leJOS firmware. If the brick is recognized correctly and the attempt to upload a compiled file fails then the firmware on the brick might be outdated.
181 +)))
182 +|(% colspan="1" %)(% colspan="1" %)
183 +(((
184 +Compilation and uploading works from command line but not when using KIELER
185 +)))|(% colspan="1" %)(% colspan="1" %)
186 +(((
187 +This Java instance does not support a 32-bit JVM. Please install the desired version.
188 +)))|(% colspan="1" %)(% colspan="1" %)
189 +(((
190 +You can compile and upload code to the brick using the command line tools but when using KIELER an error message apprears because Java does not support 32-bit JVM.
191 +)))|(% colspan="1" %)(% colspan="1" %)
192 +(((
193 +Set the LEJOS_NXT_JAVA_HOME environment variable, such that it points to an 32-bit JDK and is visible for GUI applications (or at least KIELER). The process to do so differs on every OS. As alternative, execute KIELER from terminal.
194 +)))
167 167  
168 168  
169 169  
170 -----
171 -
172 172  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -14516329
1 +15532038
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/14516329/LEGO Mindstorms with leJOS and SCCharts
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/15532038/LEGO Mindstorms with leJOS and SCCharts