fwup

Create and run firmware updates for embedded Linux devices.

brewmacoslinux
Try with needOr install directly
Source

About

Configurable embedded Linux firmware update creator and runner

Commands

fwup

Examples

create a firmware update package from a configuration file$ fwup -c -f mydevice.conf -o firmware.fw
apply a firmware update to a microSD card$ fwup -a -d /dev/rdisk2 -i firmware.fw -t complete
list available tasks in a firmware update file$ fwup -l -i firmware.fw
verify a firmware update package is valid$ fwup -V -i firmware.fw
sign a firmware update with a private key$ fwup -S -s signing-key.pem -i firmware.fw -o firmware-signed.fw