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 /README | |
parent | 051bf12ec7907e8f88f31bfb92418888a1a3505f (diff) | |
download | flexloader-5730e908d47984aab65b3bcf0925643401e8476b.tar.gz |
Import flexloader-0.02.tar.gzflexloader-0.02
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,13 +1,13 @@ -flexloader is a small utility to configure SRAM base ALTERA devices. -It downloads a code to the device SRAM using the ALTERA ByteBlaster -or a clone (see byteblaster.png for a schematic). It dialogs with it -through the parallel interface, using parport. Note that you should -have access rights to the parallel port. +flexloader is a small utility to configure SRAM based ALTERA devices. +It downloads a code to the device SRAM using an ALTERA ByteBlaster +or a compatible JTAG programmer (see flexloader.png for a schematic). 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. -It currently only support files in raw binary format (.rbf), but others +It currently only supports files in raw binary format (.rbf), but others format such as HEX or TTF may be implemented later. It's use is very simple: |