@@ -538,6 +538,8 @@ Command line parameters
+-------------+----------+--------------------------------------------+
| -o <file> | string | Save the stream (SWU) to a file. |
+-------------+----------+--------------------------------------------+
+| -s <file> | string | Save installed version info to a file. |
++-------------+----------+--------------------------------------------+
| -v | - | Activate verbose output. |
+-------------+----------+--------------------------------------------+
| -M | - | Disable setting the bootloader transaction |
@@ -52,6 +52,7 @@
# variables. This can be overridden in sw-description.
# It is one set in libubootenv configuration file.
# fwenv-config-location : path of the configuration file for libubootenv
+# gen-swversions : generate a version file containing all installed (versioned) images.
globals :
{
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> --- doc/source/swupdate.rst | 2 ++ examples/configuration/swupdate.cfg | 1 + 2 files changed, 3 insertions(+)