From 63649a672a13c9f9db77ca2834e7f13f70b39602 Mon Sep 17 00:00:00 2001 From: Reinier van der Walle <walle@astron.nl> Date: Sat, 25 Nov 2017 09:39:30 +0000 Subject: [PATCH] corrected the name of the used python script under the hardware section unb2b -> unb2 --- .../designs/unb2b_test/revisions/unb2b_test_10GbE/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/uniboard2b/designs/unb2b_test/revisions/unb2b_test_10GbE/README.txt b/boards/uniboard2b/designs/unb2b_test/revisions/unb2b_test_10GbE/README.txt index 3f74f4e129..cf34fe9e6d 100644 --- a/boards/uniboard2b/designs/unb2b_test/revisions/unb2b_test_10GbE/README.txt +++ b/boards/uniboard2b/designs/unb2b_test/revisions/unb2b_test_10GbE/README.txt @@ -37,10 +37,10 @@ Testing on hardware # To read out the design_name, ppsh and sensors; do: -python tc_unb2b_test.py --unb 1 --fn 0:3 --seq REGMAP,INFO,PPSH,SENSORS -v5 +python tc_unb2_test.py --unb 1 --fn 0:3 --seq REGMAP,INFO,PPSH,SENSORS -v5 # To test the 10GbE offload: -python tc_unb2b_test.py --unb 1 --fn 0:3 --seq REGMAP,BGDB -v5 -s 10GBE -r 0:15 -v 3 --rep -1 +python tc_unb2_test.py --unb 1 --fn 0:3 --seq REGMAP,BGDB -v5 -s 10GBE -r 0:15 -v 3 --rep -1 -- GitLab