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
- Host: GitHub
- URL: https://github.com/nerves-flutter/nerves_flutter_example
- Owner: nerves-flutter
- Created: 2025-01-17T16:59:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T21:17:57.000Z (7 months ago)
- Last Synced: 2025-02-28T23:58:14.516Z (7 months ago)
- Topics: embedded-linux, flutter, nerves
- Language: Dart
- Homepage:
- Size: 593 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`