forked from sinara-hw/assembly
Remove longer way of using git checkout
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
8d1432488f
commit
47d46b7bbd
|
@ -39,10 +39,7 @@ Failure to comply with this voids the warranty.
|
|||
```shell
|
||||
mkdir <variant>
|
||||
cd <variant>/
|
||||
#nix develop github:m-labs/artiq\?ref=release-8 # not working https://github.com/m-labs/artiq/issues/2439
|
||||
git clone https://github.com/m-labs/artiq.git
|
||||
cd artiq
|
||||
git checkout release-8
|
||||
nix develop github:m-labs/artiq\?ref=release-8#boards
|
||||
# master/standalone only
|
||||
artiq_mkfs -s ip 192.168.1.75 kasli.config
|
||||
artiq_flash storage -f kasli.config
|
||||
|
|
Loading…
Reference in New Issue