PC Engines ALIX

Build Status

This is the base Nerves System configuration for the PC Engines ALIX board.

FeatureDescription
CPU500 MHz AMD Geode LX CPU
Memory256 MB DRAM
StorageCompactFlash
Linux kernel3.13.5
IEx terminalUART - ttyS0
GPIO, I2C, SPINo
ADCNo
PWMNo
UART1 available - ttyS0
CameraNo
EthernetYes
WiFiNo
BluetoothNo

This configuration is for a PC Engines ALIX board using an AMD Geode LX CPU. It was a formerly supported platform for Nerves. The configuration is been modified as changes to nerves_system_br have been made, but the changes have not been tested. If you're looking for a more tested x86 board, look at nerves_system_ag150.

Installation

If available in Hex, the package can be installed as:

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

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

  2. Ensure nerves_system_alix is started before your application:

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