forked from M-Labs/nix-scripts
attempt to flash board after build
This commit is contained in:
parent
67fb889824
commit
21a4d1c0b1
|
@ -1,8 +1,3 @@
|
|||
import os
|
||||
|
||||
print("hello world")
|
||||
os.system("artiq_client --version")
|
||||
os.system("whoami")
|
||||
os.system("ls /")
|
||||
os.system("ls ~/")
|
||||
os.system("ls -l /tmp")
|
||||
os.system("artiq_flash -t kc705 -V nist_clock")
|
||||
|
|
Loading…
Reference in New Issue