Update README.md

This commit is contained in:
Jean THOMAS 2021-08-11 23:36:04 +02:00 committed by GitHub
parent 62feb86277
commit fb4391e20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -20,11 +20,19 @@ Also checkout the vendor-specific documentation: [Anlogic](doc/anlogic.md), [Efi
## Quick Usage
```
`arty` in the example below is one of the many FPGA board configurations listed [here](doc/board-compatibility-list.md).
```bash
openFPGALoader -b arty arty_bitstream.bit # Loading in SRAM
openFPGALoader -b arty -f arty_bitstream.bit # Writing in flash
```
You can also specify a JTAG cable model instead of the board model:
```bash
openFPGALoader -c cmsisdap fpga_bitstream.bit
```
## Usage
```