Skip to content

OS for the MMX VESC motor controller made with Buildroot

License

Notifications You must be signed in to change notification settings

Wintergatan/vesc-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a Buildroot external tree for the OS of the MMX VESC motor controller.

Prerequisites

Prerequisites for buildroot https://buildroot.org/downloads/manual/manual.html#requirement-mandatory

Getting started

Clone the repository

git clone [email protected]:Wintergatan/vesc-os.git
cd vesc-os
git submodule update --init
cd buildroot

To build:

make BR2_EXTERNAL=../ vesc_rpi4_defconfig
make BR2_EXTERNAL=../

Use the option BR2_JLEVEL=<number> to set the J=<number> for make. Then wait...

The generated image will be in output/images/sdcard.img. To write the image to the SD card, use:

sudo dd if=output/image/sdcard.img of=/dev/mmcblk0

Based on mendeleevos.

Releases

No releases published

Packages

No packages published