Nerves v0.4.0 Mix.Tasks.Firmware
Build a firmware image for the selected target platform.
This task builds the project, combines the generated OTP release with
a Nerves system image, and creates a .fw file that may be written
to an SDCard or sent to a device.
Command line options
--verbosity=[silent|quiet|normal|verbose]- set the verbosity level
Environment variables
NERVES_SYSTEM- may be set to a local directory to specify the Nerves system image that is usedNERVES_TOOLCHAIN- may be set to a local directory to specify the Nerves toolchain (C/C++ crosscompiler) that is used
Summary
Functions
A task needs to implement run which receives
a list of command line args
Functions
A task needs to implement run which receives
a list of command line args.
Callback implementation for Mix.Task.run/1.