Update README.md
This commit is contained in:
parent
62feb86277
commit
fb4391e20a
10
README.md
10
README.md
|
|
@ -20,11 +20,19 @@ Also checkout the vendor-specific documentation: [Anlogic](doc/anlogic.md), [Efi
|
||||||
|
|
||||||
## Quick Usage
|
## 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 arty_bitstream.bit # Loading in SRAM
|
||||||
openFPGALoader -b arty -f arty_bitstream.bit # Writing in flash
|
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
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue