-
-
Notifications
You must be signed in to change notification settings - Fork 11
Linux Command Line (For Developers)
Guo-Rong edited this page Aug 15, 2024
·
2 revisions
This install guide is aimed for those interested in compiling and developing furble
.
It is aimed at users familiar with the Linux command line.
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
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
.
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