Nerves firmware for FreezerEye
In order to keep secrets out of source control, this project keeps its development settings in an optional config.secret.exs.
cp config/config.secret.exs.template config/config.secret.exs
Once the template is copied, update them with your desired settings.
export MIX_TARGET=rpi0
- To set the target you're compiling formix deps.get
- Fetch the dependenciesmix firmware
- Build the firmwaremix firmware.burn
or./upload.sh
to burn the program onto a SD card or do an OTA update, respectively.