Commit graph

3 commits

Author SHA1 Message Date
Joerg Hofrichter
7e6dee2784 mpm: usrp_update_fs: correct outdated mender command in prints
'mender -commit' is outdated, 'mender commit' needs to be used instead.
2024-06-11 10:20:08 +02:00
Martin Braun
d610a16cc4 mpm: Update usrp_update_fs to support X410
With this patch, we can, for example, run

    usrp_update_fs -t master

to download the currently most up-to-date filesystem and apply to the
device.
2021-07-08 00:05:43 -07:00
Martin Braun
e5782693ca mpm: Add usrp_update_fs
This provides a new utility for MPM devices (usrp_update_fs.py), which
goes through all the necessary steps to update a filesystem.
Will trigger a mender update, but the tool is not specific to Mender
and can be changed to use other methods in the future.
2018-10-09 17:11:08 -07:00