mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 17:39:36 +02:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user