Skip to content

Demo for Elixir and Nerves running on a Raspberry Pi. Simple blinking LED.

Notifications You must be signed in to change notification settings

royveshovda/blinky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blinky

Targets

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

Getting Started

To start your Nerves app:

  • export NERVES_TARGET=my_target or prefix every command with NERVES_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

Learn more

About

Demo for Elixir and Nerves running on a Raspberry Pi. Simple blinking LED.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages