Skip to content

nowf41/ev3rt-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ev3rt-compiler

This is an image for a docker repository (einnowf41/ev3rt-compiler). This image doesn't need internet connection after compiled.

How to use

  1. Download a zip file including hrp3.tar.xz from the official website of ev3rt. (v1.1 is recommended)
  2. Run the container. (please replace and with your environment)
    sudo docker run --platform=linux/amd64 --name ev3rt-compiler -it -v <fullPathOfYourHrpKernel>:/hrp3 einnowf41/ev3rt-compiler:latest /bin/bash -c "bash /compile.sh /hrp3 <yourFolderName> && exit"
  3. A binary app will be created to your hrp3/sdk/workspace folder.

About

this image lets you compile ev3rt program with a simple way. only for amd64 machines.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published