readme: fix variant alphabet case

reminder
Steve Fan 2021-12-06 15:09:44 +08:00
parent 64fecf09b7
commit 866f10b171
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Impure incremental build and execution on a remote JTAG server:
nix-shell
cd src
gateware/zc706.py -g ../build/gateware -v <variant> # build gateware
make GWARGS="-v <variant>" <runtime/satman> # build firmware
make GWARGS="-V <variant>" <runtime/satman> # build firmware
cd ..
./remote_run.sh -i
```