Minimal Nerves + Scenic project to test:
See also: https://github.com/pappersverk/sample_scenic_inky
To start your Nerves app:
export MIX_TARGET=my_targetor prefix every command withMIX_TARGET=my_target. For example,MIX_TARGET=rpi3- Install dependencies with
mix deps.get - Create firmware with
mix firmware - Burn to an SD card with
mix burn
