mgos-combine

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 26, 2020 License: GPL-2.0 Imports: 11 Imported by: 0

README

mgos-combine

A tool to combine all parts of a Mongoose OS firmware ZIP-file into a single binary.

Usage

Usage: mgos-combine [options]

  -i, --input    Path to the firmware zip file (default: ./build/fw.zip)
  -o, --output   Name of the output file (default: output.bin)
  -s, --size     Output file size in KB (default: 4096)
  -f, --force    Force writing to an output file that is too small
  -h, --help     Show this help
  -v, --version  Prints current version and exits. All other options will be ignored

Compile the software yourself

With a working go environment on your machine, just git clone this repository, run go get to install missing libraries, and run go build -o mgos-combine . to compile.

Acknowledgments

Parts of the initial code were developed by ert as part of a coding exercise.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL