Skip to content

Craft and deploy bulletproof embedded software in Elixir

License

Notifications You must be signed in to change notification settings

elixir-china/nerves

This branch is 730 commits behind nerves-project/nerves:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2f53018 Â· Mar 28, 2019
Mar 12, 2019
Mar 22, 2019
Mar 28, 2019
Dec 2, 2018
Mar 3, 2016
Oct 11, 2016
Jan 25, 2019
Feb 11, 2018
Mar 19, 2019
Mar 12, 2019
Aug 25, 2018
Mar 19, 2018
Aug 25, 2018
Aug 25, 2018
Jun 21, 2016
Mar 28, 2019
Oct 20, 2017
Mar 12, 2019
Nov 21, 2018

Repository files navigation

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

About

Craft and deploy bulletproof embedded software in Elixir

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 98.2%
  • HTML 1.1%
  • Shell 0.7%