From d641e1613fa64e16c576bb17dafcdeafc042afc7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 22 Jun 2020 17:20:38 +0800 Subject: [PATCH] artiq-fast: remove ping attempt --- artiq-fast.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/artiq-fast.nix b/artiq-fast.nix index f9be040..2a0b507 100644 --- a/artiq-fast.nix +++ b/artiq-fast.nix @@ -83,7 +83,6 @@ in (pkgs.python3.withPackages(ps: [ ps.paramiko artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock ])) artiqpkgs.binutils-or1k artiqpkgs.openocd - pkgs.iputils pkgs.openssh ]; phases = [ "buildPhase" ]; @@ -115,8 +114,6 @@ in artiq_flash -t kc705 -H rpi-1 sleep 15 - # ping: socket: Operation not permitted - #ping kc705-1 -c10 -w30 export ARTIQ_ROOT=`python -c "import artiq; print(artiq.__path__[0])"`/examples/kc705_nist_clock export ARTIQ_LOW_LATENCY=1