Nerves

Craft and deploy bulletproof embedded software in Elixir

Build Status

Requirements

Quick-Reference

Generating a New Nerves Application

$ mix nerves.new my_app

Building Firmware

$ export MIX_TARGET=rpi3
$ mix deps.get      # Fetch the dependencies
$ mix firmware      # Cross-compile dependencies and create a .fw file
$ mix firmware.burn # Burn firmware to an inserted SD card

Docs

Installation Docs

Getting Started

Frequently-Asked Questions

Systems

Targets

User Interfaces

Advanced Configuration

Copyright (C) 2015-2017 by the Nerves Project developers nerves@nerves-project.org