diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2023-04-01 23:17:19 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2023-04-01 23:17:19 +0200 |
commit | b8601b131a98cd2f35bf96ce53132a7667bd66e2 (patch) | |
tree | 9286a37c3af8e04de92cf8efab572c6b20d4d87a | |
parent | c667e75ac322a244836e664e3983776aadc2a38a (diff) | |
download | flexloader-main.tar.gz |
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6feaa40 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +*This project used to be hosted the old way on dedicated a webpage. It is probably not useful anymore, but just in case, this is an important of the tarballs as git tags and the webpage as README.md.* + + +## What is flexloader? + +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 programmer (see schematic below). It dialogs with it through the parallel interface, using parport. + +It should support APEX20K, FLEX10K, FLEX6000 and ACEX1K families, though I only tested it on a FLEX10K10 device. + +It currently only supports files in raw binary format (.rbf), but others format such as HEX or TTF may be implemented later. + + +## Schematic + +![Schematic](doc/flexloader.png) + +## License + +The code, documentation and schematics are copyright (C) 2005 [Aurelien Jarno](mailto:aurelien@aurel32.net), and are distributed under the terms of the [GNU General Public License version 2](COPYING). + +## Download flexloader + +You can download the tarballs directly from the [cgit web interface](../). The pristine-tar branch can be use to recreate the original tarballs using [pristine-tar](https://github.com/pah/pristine-tar). |