Yep. The guideline say:
After copying the Mender file system image to the N3xx, connect to the
N3xx using either the Serial Console, or via SSH to gain shell access.
On the N3xx, run|mender -rootfs /path/to/latest.mender|to update the
file system:
root@ni-n3xx-serial:~# mender -rootfs /home/root/usrp_n3xx_fs.mender
Am I doing something wrong?
Giuseppe
Il 09/02/2022 19:27, Marcus D. Leech ha scritto:
On 2022-02-09 09:31, Giuseppe Santaromita wrote:
Hi guys,
I'm trying to update the USRP N310 following this guide:
https://kb.ettus.com/USRP_N300/N310/N320/N321_Getting_Started_Guide
in particolar "Mender Update Process".
The results is the follows.
Can anyone help me?
Giuseppe
To be clear, you're running this on the N310 device itself?
mender -rootfs /home/root/usrp_n3xx_fs.mender
Incorrect Usage. flag provided but not defined: -rootfs
NAME:
mender - manage and start the Mender client.
USAGE:
[global options] command [command options] [arguments...]
VERSION:
a78b45e runtime: go1.12.9
DESCRIPTION:
mender integrates both the mender daemon and commands for manually
performing tasks performed by
the daemon (see list of COMMANDS below).
Global flag remarks:
- Supported log levels incudes: 'debug', 'info', 'warning',
'error', 'panic' and 'fatal'.
COMMANDS:
bootstrap Perform bootstrap and exit.
check-update Force update check.
commit Commit current Artifact. Returns (2) if no update
in progress.
daemon Start the client as a background service.
install Mender Artifact to install - local file or a `URL`.
rollback Rollback current Artifact. Returns (2) if no
update in progress.
send-inventory Force inventory update.
setup Perform configuration setup - 'mender setup
--help' for command options.
snapshot Create filesystem snapshot -'mender snapshot
--help' for more.
show-artifact Print the current artifact name to the command
line and exit.
help Shows a list of commands or help for one command
GLOBAL OPTIONS:
--config FILE, -c FILE Configuration FILE path.
(default: "/etc/mender/mender.conf")
--fallback-config FILE, -b FILE Fallback configuration FILE path.
(default:
"/var/lib/mender/mender.conf")
--data DIR, -d DIR Mender state data DIRECTORY path.
(default: "/var/lib/mender")
--log-file FILE, -L FILE FILE to log to.
--log-level level, -l level Set logging level. (default: "info")
--log-modules value, -m value -log-modules is accepted for
compatibility but has no effect
--trusted-certs FILE, -E FILE Trusted server certificates FILE
path.
--forcebootstrap, -F Force bootstrap. (default: false)
--no-syslog Disable logging to syslog.
(default: false)
--skipverify Skip certificate verification.
(default: false)
--help, -h show help (default: false)
--version, -v print the version (default: false)
ERRO[0000] flag provided but not defined: -rootfs
_______________________________________________
USRP-users mailing list [email protected]
To unsubscribe send an email [email protected]
_______________________________________________
USRP-users mailing list [email protected]
To unsubscribe send an email [email protected]
_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]