aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_update_fs
Commit message (Collapse)AuthorAgeFilesLines
* mpm: Update usrp_update_fs to support X410Martin Braun2021-07-081-8/+13
| | | | | | | | | 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.
* mpm: Add usrp_update_fsMartin Braun2018-10-091-0/+194
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.