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/flexloader.1 | |
parent | 051bf12ec7907e8f88f31bfb92418888a1a3505f (diff) | |
download | flexloader-5730e908d47984aab65b3bcf0925643401e8476b.tar.gz |
Import flexloader-0.02.tar.gzflexloader-0.02
Diffstat (limited to 'doc/flexloader.1')
-rw-r--r-- | doc/flexloader.1 | 9 |
1 files changed, 5 insertions, 4 deletions
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. |