OpenAirCgn / openair-firmware-mg

Mongoose based firmware of OpenAirCGN board
Other
1 stars 2 forks source link

Build
Status

OpenAir Firmware

Overview

This project contains the firmware to operate the ESP32 based OpenAir board and some peripherals.

Building

This firmware requires Mongoose-OS tools. The Mongoose tools require docker to be installed.

Installation instructions are available here

After installing the mos tools, it should just be a matter of calling:

mos build --platform esp32 --local --no-libs-update

to build, followed by:

mos flash

with a connected ESP32 device.

Formatting

The githooks directory contains a hook to format on commit ... Please copy it into the .git repo directory.