diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-02-19 07:07:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-02-19 07:07:57 +0800 |
commit | 6c9b0f654f66ef7faa3e8064238876156aaea8d7 (patch) | |
tree | 0a2972ff68f04d5d345975540f252a496910482d /comms/dfu-util/pkg-descr | |
parent | 5244d085b69beaaa823290647df67f2619ae1cf9 (diff) | |
download | freebsd-ports-gnome-6c9b0f654f66ef7faa3e8064238876156aaea8d7.tar.gz freebsd-ports-gnome-6c9b0f654f66ef7faa3e8064238876156aaea8d7.tar.zst freebsd-ports-gnome-6c9b0f654f66ef7faa3e8064238876156aaea8d7.zip |
dfu-util is a program that implements the host (PC) side of the USB DFU
(Universal Serial Bus Device Firmware Upgrade) protocol.
In the OpenMoko project (for example), this program is used to communicate
with the specially enhanced u-boot boot loader, which implements the DFU
device side.
Author: Bruce Cran <bruce@cran.org.uk>
WWW: http://wiki.openmoko.org/wiki/Dfu-util
PR: 131430
Submitted by: Bruce Cran <bruce at cran dot org dot uk>
Diffstat (limited to 'comms/dfu-util/pkg-descr')
-rw-r--r-- | comms/dfu-util/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/comms/dfu-util/pkg-descr b/comms/dfu-util/pkg-descr new file mode 100644 index 000000000000..299192e950a6 --- /dev/null +++ b/comms/dfu-util/pkg-descr @@ -0,0 +1,9 @@ +dfu-util is a program that implements the host (PC) side of the USB DFU +(Universal Serial Bus Device Firmware Upgrade) protocol. + +In the OpenMoko project (for example), this program is used to communicate +with the specially enhanced u-boot boot loader, which implements the DFU +device side. + +Author: Bruce Cran <bruce@cran.org.uk> +WWW: http://wiki.openmoko.org/wiki/Dfu-util |