diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2023-04-01 21:53:58 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2023-04-01 21:53:58 +0200 |
commit | 5730e908d47984aab65b3bcf0925643401e8476b (patch) | |
tree | b3a197a2e5415f679182cbf110087a049048de33 /doc | |
parent | 051bf12ec7907e8f88f31bfb92418888a1a3505f (diff) | |
download | flexloader-5730e908d47984aab65b3bcf0925643401e8476b.tar.gz |
Import flexloader-0.02.tar.gzflexloader-0.02
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/Makefile.in | 2 | ||||
-rw-r--r-- | doc/flexloader.1 | 9 | ||||
-rw-r--r-- | doc/flexloader.png (renamed from doc/byteblaster.png) | bin | 4245 -> 4245 bytes |
4 files changed, 7 insertions, 6 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 89fae6b..9029eb0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -22,7 +22,7 @@ CLEANFILES = *~ man_MANS = flexloader.1 -doc_DATA = byteblaster.png protocol.txt +doc_DATA = flexloader.png protocol.txt docdir = $(datadir)/doc/flexloader EXTRA_DIST = $(man_MANS) $(doc_DATA) diff --git a/doc/Makefile.in b/doc/Makefile.in index 4bd35a8..c11fff0 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -139,7 +139,7 @@ CLEANFILES = *~ man_MANS = flexloader.1 -doc_DATA = byteblaster.png protocol.txt +doc_DATA = flexloader.png protocol.txt docdir = $(datadir)/doc/flexloader EXTRA_DIST = $(man_MANS) $(doc_DATA) diff --git a/doc/flexloader.1 b/doc/flexloader.1 index 380781b..c027b86 100644 --- a/doc/flexloader.1 +++ b/doc/flexloader.1 @@ -16,17 +16,18 @@ .\" .sp <n> insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME -flexloader \- GPL utility to configure SRAM base ALTERA devices via the ALTERA ByteBlaster +flexloader \- GPL utility to configure SRAM based ALTERA devices via the ALTERA ByteBlaster .SH SYNOPSIS .B flexloader .I [options] [parport_dev] [rbf_filename] .SH DESCRIPTION .B flexloader -is a small utility to configure SRAM base ALTERA devices. +is a small utility to configure SRAM based ALTERA devices. It downloads a code to the device SRAM using the ALTERA ByteBlaster -or a clone. It dialogs with it through the parallel interface, using -parport. Note that you should have access rights to the parallel port. +or compatible JTAG programmer. It dialogs with it through the parallel +interface, using parport. Note that you should have access rights to the +parallel port. It should support APEX20K, FLEX10K, FLEX6000 and ACEX1K families, though I only tested it on a FLEX10K10 device. diff --git a/doc/byteblaster.png b/doc/flexloader.png Binary files differindex 83743e4..83743e4 100644 --- a/doc/byteblaster.png +++ b/doc/flexloader.png |