diff options
author | mattprost <matt.prost@ni.com> | 2020-09-09 15:01:44 -0500 |
---|---|---|
committer | michael-west <michael.west@ettus.com> | 2020-09-09 17:22:58 -0700 |
commit | a25f9306274583513531fb0537372b8bf03625da (patch) | |
tree | b34e4dd4f380bac3f0a8efc7f870730368cf2832 /host/docs/usrp_e3xx.dox | |
parent | bbd43b16e18ef0a0311ddf4635cbd29c4ac3c367 (diff) | |
download | uhd-a25f9306274583513531fb0537372b8bf03625da.tar.gz uhd-a25f9306274583513531fb0537372b8bf03625da.tar.bz2 uhd-a25f9306274583513531fb0537372b8bf03625da.zip |
docs: New mender commands for Zeus filesystems
Signed-off-by: mattprost <matt.prost@ni.com>
Diffstat (limited to 'host/docs/usrp_e3xx.dox')
-rw-r--r-- | host/docs/usrp_e3xx.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/docs/usrp_e3xx.dox b/host/docs/usrp_e3xx.dox index 421452fc4..3b3b3c7ce 100644 --- a/host/docs/usrp_e3xx.dox +++ b/host/docs/usrp_e3xx.dox @@ -632,11 +632,11 @@ containing the update itself. These are files with a `.mender` suffix. Then run mender on the command line: - $ mender -rootfs /path/to/latest.mender + $ mender install /path/to/latest.mender The artifact can also be stored on a remote server: - $ mender -rootfs http://server.name/path/to/latest.mender + $ mender install http://server.name/path/to/latest.mender This procedure will take a while. After mender has logged a successful update, reboot the device: @@ -646,7 +646,7 @@ reboot the device: If the reboot worked, and the device seems functional, commit the changes so the boot loader knows to permanently boot into this partition: - $ mender -commit + $ mender commit To identify the currently installed Mender artifact from the command line, the following file can be queried: |