metronomo.updaterΒΆ
Update the firmware on the Metronomo hardware.
This module is designed to be used from the command-line interface (CLI).
To get the help text, run the following command in a command-line terminal:
python -m metronomo.updater --help
It will print something like this:
usage: python -m metronomo.updater [-h] [-f] -a ADDRESS [-p PORT] [--fw-ver FW_VER] filename
positional arguments:
filename filename of the update bundle
options:
-h, --help show this help message and exit
-f, --force force update
-a, --address ADDRESS
Metronomo's IP address
-p, --port PORT Metronomo's SSH port number (default 22)
--fw-ver FW_VER firmware version to be installed
Typically, you would receive detailed instructions on how to update your Metronomo together with the release announcement.