diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-27 22:44:44 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-27 22:44:44 +0000 |
commit | b8939904244ad30709193648aae9f7815f5eccb2 (patch) | |
tree | 84db661fae4943d39bac209aedd05c24603ec506 /misc/ezload/pkg-descr | |
parent | portlint and move manpages from PLIST to Makefile (diff) |
Import of ezload.
EZLOAD allows you to download firmware into and upload firmware from the
memory of a EZ-USB chip. An example program for the ActiveWire
board is included, including the Hex file with firmware for it.
(http://www.ActiveWireInc.com/)..
PR: 13424
Submitted by: n_hibma
Notes
Notes:
svn path=/head/; revision=21040
Diffstat (limited to 'misc/ezload/pkg-descr')
-rw-r--r-- | misc/ezload/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/ezload/pkg-descr b/misc/ezload/pkg-descr new file mode 100644 index 000000000000..13496a00e1b3 --- /dev/null +++ b/misc/ezload/pkg-descr @@ -0,0 +1,15 @@ +The utility allows you to download firmware into and upload firmware from the +memory of a EZ-USB chip. + +The chip is a generic 8051 based programmeble device. To function in a specific +device, e.g. a USB to Parallel port convertor, the 8051 needs application +specific 8051 firmware code. + +The input file or the produced output file is in Intel Hex format. + +An example program for the ActiveWire board is included, including the +Hex file with firmware for it. The board is available from + + http://www.ActiveWireInc.com/ + +- Nick Hibma (n_hibma@freebsd.org) and Dirk van Gulik (dirkx@webweaving.org) |