Skip to content

Linux Command Line (For Developers)

Guo-Rong edited this page Aug 15, 2024 · 2 revisions

Summary

This install guide is aimed for those interested in compiling and developing furble. It is aimed at users familiar with the Linux command line.

Install PlatformIO

The installation of platformio will depend on your Linux distribution, however, generic instructions are provided by PlatformIO here: https://docs.platformio.org/en/latest//core/installation/index.html

Clone the Repository

Assuming the git command is installed, invoke the following:

git clone https://github.com/gkoh/furble.git

This will clone the repository into a directory called furble.

Program the M5StickC

Plug in the M5StickC, then:

cd furble
platformio run -e m5stick-c -t upload

or if you have an M5StickC-Plus:

cd furble
platformio run -e m5stick-c-plus -t upload