From 21a4d1c0b1a838e3cfc36d4118ebd9e01822d420 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 17 Feb 2019 23:11:40 +0800 Subject: [PATCH] attempt to flash board after build --- extended-tests.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/extended-tests.py b/extended-tests.py index b8b683a..b6e2d9a 100644 --- a/extended-tests.py +++ b/extended-tests.py @@ -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")