Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
fwupdtool(1)	   standalone firmware update utility man page	    fwupdtool(1)

NAME
     fwupdtool - standalone firmware update utility

SYNOPSIS
     fwupdtool [CMD]

DESCRIPTION
     This tool allows an administrator to use fwupd plugins directly without us-
     ing  the daemon process, which may be faster or easier to use when creating
     or debugging specific plugins.  For most  end-users,  fwupdmgr  is  a  more
     suitable program to use in almost all cases.

     Additionally fwupdtool can be used to convert firmware from various differ-
     ent  formats,  or	to  modify  the  images  contained  inside the container
     firmware file.  For example, you can convert DFU or Intel HEX firmware into
     the vendor-specific format.

OPTIONS
     The fwupdtool command takes various options depending on the  action.   Run
     fwupdtool	--help	for the full list.  Note that some runtimes failures can
     be ignored using --force.

EXIT STATUS
     Commands that successfully execute will return a0a, with generic failure as
     a1a.

     There are also several other exit codes used: A return code of a2a is  used
     for  commands  that have no actions but were successfully executed, and a3a
     is used when a resource was not found.

BUGS
     See GitHub Issues: <https://github.com/fwupd/fwupd/issues>

SEE ALSO
     <fwupdmgr(1)> <fwupd.conf(5)>

2.0.19								    fwupdtool(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=fwupdtool&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help