/picinator

Primary LanguageElixir

PicMotron

To start your Nerves app:

  • Install dependencies with mix deps.get
  • Create firmware with mix firmware
  • Burn to an SD card with mix firmware.burn

This project is set up for rpi by default but can be used with other versions of raspberry pi as shown below:

mix firmware NERVES_TARGET=rpi3
mix firmware.burn NERVES_TARGET=rpi3  

Learn more