Nerves v0.4.6 Mix.Tasks.Firmware.Image

Writes the generated firmware image to an output file.

Examples

# Create an image file from a .fw file for use with dd(1)
mix firmware.image my_image.img

Summary

Functions

A task needs to implement run which receives a list of command line args

Functions

run(arg1)

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.