Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fhunleth/nerves_system_ag150

Base Nerves system configuration for the Logic Supply AG150 - WARNING: Unmaintained
https://github.com/fhunleth/nerves_system_ag150

Last synced: about 1 month ago
JSON representation

Base Nerves system configuration for the Logic Supply AG150 - WARNING: Unmaintained

Awesome Lists containing this project

README

        

# Logic Supply AG150
[![Build Status](https://travis-ci.org/nerves-project/nerves_system_ag150.png?branch=master)](https://travis-ci.org/nerves-project/nerves_system_ag150)

This is the base Nerves System configuration for the Logic Supply AG150.

| Feature | Description |
| -------------------- | ------------------------------- |
| CPU | 1.86 GHz Intel Atom N2800 |
| Memory | 1 GB+ DRAM |
| Storage | Internal SSD or USB Flash drive |
| Linux kernel | 3.13.5 |
| IEx terminal | UART - ttyS0 |
| GPIO, I2C, SPI | No |
| ADC | No |
| PWM | No |
| UART | 1 or 2 available - ttyS0, ttyS1 |
| Camera | No |
| Ethernet | Yes |
| WiFi | No |
| Bluetooth | No |

The Logic Supply AG150 is a fanless Intel Atom N2800 platform. This
configuration creates an image that can be copied on to a USB Flash drive or on
to the internal mSATA SSD. The image currently provides access to the IEX prompt
via the front serial port (ttyS0).

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add nerves_system_ag150 to your list of dependencies in `mix.exs`:

def deps do
[{:nerves_system_ag150, "~> 0.4.0"}]
end

2. Ensure nerves_system_ag150 is started before your application:

def application do
[applications: [:nerves_system_ag150]]
end