diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-28 06:44:44 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-28 06:44:44 +0800 |
commit | 7806d3c3f599e10248de2e3ee0c58240edbbb545 (patch) | |
tree | f7b5010fe8f095c948fa0394036d9dbfb189d925 /misc/ezload/pkg-descr | |
parent | 1e5d52c1c8940883acc1336ab1a10a233260b10b (diff) | |
download | freebsd-ports-gnome-7806d3c3f599e10248de2e3ee0c58240edbbb545.tar.gz freebsd-ports-gnome-7806d3c3f599e10248de2e3ee0c58240edbbb545.tar.zst freebsd-ports-gnome-7806d3c3f599e10248de2e3ee0c58240edbbb545.zip |
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
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) |