Nerves v0.7.1 mix firmware.image View Source
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
Link to this section Summary
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.