Nerves applications are configured that they can produce images for target
hardware by setting NERVES_TARGET. By default, if MIX_TARGET is not set, Nerves
defaults to building a host target. This is useful for executing logic tests,
running utilities, and debugging. For more information about targets:
https://hexdocs.pm/nerves/targets.html#content
To start your Nerves app:
export NERVES_TARGET=my_targetor prefix every command withNERVES_TARGET=my_target, Example:NERVES_TARGET=rpi3- Install dependencies with
mix deps.get - Create firmware with
mix firmware - Burn to an SD card with
mix firmware.burn
- Official docs: https://hexdocs.pm/nerves/getting-started.html
- Official website: http://www.nerves-project.org/
- Discussion Slack elixir-lang #nerves (Invite)
- Source: https://github.com/nerves-project/nerves