An open API service indexing awesome lists of open source software.

https://github.com/nerves-flutter/nerves_flutter_example

Example Nerves + Flutter Firmware
https://github.com/nerves-flutter/nerves_flutter_example

embedded-linux flutter nerves

Last synced: 7 months ago
JSON representation

Example Nerves + Flutter Firmware

Awesome Lists containing this project

README

          

# Nerves + Flutter Example App

**TODO: Add description**

## Building the Firmware

To deploy the Nerves + Flutter example app:
* `export MIX_TARGET=rpi4` or prefix every command with `MIX_TARGET=rpi4`.
* Install dependencies with `mix deps.get`
* Create firmware with `mix firmware`
* Burn to an SD card with `mix burn`