This is an image for a docker repository (einnowf41/ev3rt-compiler). This image doesn't need internet connection after compiled.
- Download a zip file including
hrp3.tar.xz
from the official website of ev3rt. (v1.1 is recommended) - 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"
- A binary
app
will be created to yourhrp3/sdk/workspace
folder.