pybricks / ev3rt-lib

RTOS for Mindstorms EV3 w/ TOPPERS/HRP3 Kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ev3rt-hrp3

RTOS for Mindstorms EV3 w/ TOPPERS/HRP3 Kernel.

It can be used independently or with Pybricks.

Prerequisites

sudo apt install ruby u-boot-tools gcc-arm-none-eabi
sudo gem install shell

Prepare a microSD card (16 GB or less) and format it as a single FAT32 partition.

Usage

# Clone.
git clone https://github.com/pybricks/ev3rt-lib.git
cd ev3rt-lib

# Build uImage. This builds the helloev3 example.
make -C sdk/workspace/ img=helloev3

# Copy to root of microSD card, e.g:
cp sdk/workspace/uImage /media/user_name/disk_name/uImage

# Insert microSD card and run!

About

RTOS for Mindstorms EV3 w/ TOPPERS/HRP3 Kernel


Languages

Language:C 93.3%Language:HTML 3.4%Language:Ruby 1.4%Language:Assembly 0.7%Language:C++ 0.6%Language:Makefile 0.3%Language:HCL 0.1%Language:CSS 0.1%Language:Python 0.0%Language:Shell 0.0%