From fb4391e20a90289c811e7a73913de04cbfe66a1d Mon Sep 17 00:00:00 2001 From: Jean THOMAS <25333063+jeanthom@users.noreply.github.com> Date: Wed, 11 Aug 2021 23:36:04 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61d9ed6..91c8342 100644 --- a/README.md +++ b/README.md @@ -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 ```