Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Craft and deploy bulletproof embedded software in Elixir
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Specify Elixir 1.8.1 Mar 12, 2019
docs Remove out-of-date cheatsheet Mar 19, 2019
lib
priv/templates Default strip_debug_info: true in release config Dec 2, 2018
resources added docs Mar 3, 2016
scripts/docker/nerves_system_br move noninteractive build script Oct 11, 2016
test Add support for Mix.target() Jan 25, 2019
.formatter.exs
.gitignore
CHANGELOG.md v1.4.1 release Mar 12, 2019
CODE_OF_CONDUCT.md Move CONTRIBUTING and CODE_OF_CONDUCT files to project root Aug 25, 2018
CODE_REVIEW.md Fix Markdown warnings Mar 19, 2018
CONTRIBUTING.md Move CONTRIBUTING and CODE_OF_CONDUCT files to project root Aug 25, 2018
ISSUE_TEMPLATE.md
LICENSE updated package layout Jun 21, 2016
README.md Fix Markdown warnings Mar 19, 2018
RELEASE.md Remove nerves_bootstrap instructions Oct 20, 2017
mix.exs v1.4.1 release Mar 12, 2019
mix.lock

README.md

Nerves

Craft and deploy bulletproof embedded software in Elixir

Backers on Open Collective Sponsors on Open Collective CircleCI Hex version

Host Requirements

  • Mac OS 10.10+
  • 64-bit Linux (tested on Debian / Ubuntu / Redhat / CentOS)
  • Windows 10 with Windows Subsystem for Linux (experimental)
  • Raspberry Pi 3 (experimental)
  • Elixir ~> 1.4

See Installation Docs for software dependencies.

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

Note: The mix firmware.burn target relies on the presence of ssh-askpass. Some users may need to export the SUDO_ASKPASS environment variable to point to their askpass binary. On Arch Linux systems, this is in /usr/lib/ssh/ssh-askpass

Docs

Installation Docs

Getting Started

Frequently-Asked Questions

Systems

Targets

User Interfaces

Advanced Configuration

Contributors

This project exists thanks to all the people who contribute.

Please see our Contributing Guide for details on how you can contribute in various ways.

Platinum Sponsors

Silver Sponsors

[Become a metal level sponsor]

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

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

You can’t perform that action at this time.