nerves_runtime v0.4.1 API Reference
Modules
Key Value Storage for firmware vairables provided by fwup
Entry point for a primitive command shell available through Erlang’s job
control mode. To use, type Ctrl+G at an iex prompt to enter job control mode.
At the prompt, type s sh
and then c
to connect to it. To return to the
iex prompt, type Ctrl+G again and c 1
The evaluator is responsible for managing the shell port and executing commands against it
The server is responsible for reading input and sending it to the evaluator
This is a shortcut for invoking Nerves.Runtime.Shell
in the Erlang job
control menu. The alternative is to type :Elixir.Nerves.Runtime.Shell
at
the s [shell]
prompt