-
Notifications
You must be signed in to change notification settings - Fork 122
Creating the OR leJOS image
Requirements: A computer with a Linux(!) operating system, internet connection
To create a new Open Roberta leJOS image, run maven install on the project first, to have all dependencies available in the correct places.
cd OpenRobertaParent
mvn clean install -P deployofficialserver
(This will preset the EV3Menu to directly connect to lab.open-roberta.org).
Afterwards run CreateImage.sh
in the directory<repo>/Resources/image
.
You can pass a parameter to the script as the version number, default version is 1.3.2. Example:
cd Resources/image
sudo sh CreateImage.sh 1.4.0
This will download the original leJOS files and modify the image. You will get a file named OpenRobertaFirmware-<version>-release.zip next to the script. The script is only for Linux!!
Home | Community | Installation | Team
Installation Tutorials
- Instructions to run a openroberta lab server using DOCKER
- Instructions to run the Open Roberta Lab Server natively on ubuntu ‐ not recommended
- Raspberry Pi 2/3/4 and the Open Roberta Lab
- EV3 and leJOS
- EV3 and ev3dev
- Creating the OR leJOS image
- Arduino Create Agent
- Mbed DAL: Generation and automation
Development
-
Workflows
-
Architecture
-
Blockly
-
Software engineering issues
-
Misc
-
Notes on robots
Textual Representation
Contribution
Discussions on future development