diff options
Diffstat (limited to 'host/docs/usrp_n3xx.dox')
-rw-r--r-- | host/docs/usrp_n3xx.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/docs/usrp_n3xx.dox b/host/docs/usrp_n3xx.dox index 0e8e90830..7d3a714f1 100644 --- a/host/docs/usrp_n3xx.dox +++ b/host/docs/usrp_n3xx.dox @@ -570,11 +570,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: @@ -584,7 +584,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: |