← 返回命令列表

Linux command

fwupdtool 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Example

fwupdtool get-devices

Install

fwupdtool install [path/to/firmware]

Example

fwupdtool -h

说明

fwupdtool is a low-level firmware manipulation tool that works alongside fwupd. Unlike fwupdmgr which handles automated updates from LVFS, fwupdtool allows manual firmware operations including installing local firmware files, parsing firmware archives, and device verification. This tool is primarily used for debugging, development, and situations where firmware must be installed manually from a vendor-provided file rather than through the LVFS repository.

参数

get-devices
List all devices detected by fwupd
install _FILE_
Install firmware from a local cabinet (.cab) file
get-details _FILE_
Show details about a firmware file
verify _DEVICE_
Verify firmware on a device
firmware-parse _FILE_
Parse and display firmware file structure
firmware-convert _FILE_
Convert firmware to different format
-h, --help
Display help message
-v, --verbose
Enable verbose output

FAQ

What is the fwupdtool command used for?

fwupdtool is a low-level firmware manipulation tool that works alongside fwupd. Unlike fwupdmgr which handles automated updates from LVFS, fwupdtool allows manual firmware operations including installing local firmware files, parsing firmware archives, and device verification. This tool is primarily used for debugging, development, and situations where firmware must be installed manually from a vendor-provided file rather than through the LVFS repository.

How do I run a basic fwupdtool example?

Run `fwupdtool get-devices` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does get-devices do in fwupdtool?

List all devices detected by fwupd