Skip to content

Board Bring Up Software

andy diller edited this page May 29, 2023 · 26 revisions

Bringing Up the Software Development Enviroment for FujiNet

This document will take you thru the steps needed to build, modify and deploy the FujiNet project onto the ESP32 system that is the heart of the FujiNet Hardware Device. Even if you are builing a raw devkit with an ESP32 dev board Board Bring Up Hardware or if you are using a retail FuijNet purcahsed from one of the many vendors selling them, you will have to build the same project and upload it to your device.

You can build new versions of FujiNet firmware on:

  • Linux
  • OSX
  • Windows 10

The production version of the #FujiNet firmware is being written in Platform.IO. If you want to help work on it, you'll need to bring up this version of the code on your hardware.

This month, May 2023 we have moved the entire project to work with the 6.1 version of PIO. This document now links to the setup versions of each of the two versions for legacy support and to help people convert over to the new version.

Clone this wiki locally