Small Sample application for connecting the PLT to the network using Ethernet.
This application utilizes a custom Nerves system for the PLT.
You should be using the following Elixir and Erlang versions:
- Elixir 1.9
- Erlang OTP 22
- Clone this repository
- Add an SSH public key to the ssh_keys folder
- Export
MIX_TARGET=ly10_rpi3
environment. - Get the dependencies with
mix deps.get
- Create the firmware with
mix firmware.burn
- Burn the firmware to and SD card with
mix firmware.burn
- Insert an SD card into the
Raspberry PI
inside thePLT
and power it on - After a couple of minutes, the
PLT
should be available on the network with a hostname ofpltbasic.local
- SSH into the
PLT
usingssh pltbasic.local
export MIX_TARGET=ly10_rpi3
mix deps.get
mix firmware
mix firmware.burn
- Official docs: https://hexdocs.pm/nerves/getting-started.html
- Official website: https://nerves-project.org/
- Forum: https://elixirforum.com/c/nerves-forum
- Discussion Slack elixir-lang #nerves (Invite)
- Source: https://github.com/bcdevices/plt_basic