Commit b784def8 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

File Delay PTS: a load of bug fixes, use new G-mode bitstream & updated calibration EEPROM layout

parent 9103506a
*.pyc
*.so
\ No newline at end of file
obj-m = cp210x.o
KVERSION = $(shell uname -r)
all:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) clean
This diff is collapsed.
......@@ -5,8 +5,19 @@
# Licence: GPL v2 or later.
# Website: http://www.ohwr.org
sudo rmmod cp210x
sudo rmmod usbtmc
sudo rmmod spec
sudo insmod ./test/fmcdelay1ns4cha/lib/spec/kernel/spec.ko
sudo insmod ./cp210x-driver/cp210x.ko
cd usbdriver
sudo ./usbtmc_load
cd ..
LOGDIR=./log_fmcdelay1ns4cha
mkdir -p $LOGDIR
sudo rm -fr $LOGDIR/pts*
......@@ -41,7 +52,7 @@ do
echo "Test series run $nb_test out of $nb_test_limit"
echo " "
sudo ./ptsDelay.py -b FmcDelay1ns4cha -s $serial -e $extra_serial -t./test/fmcdelay1ns4cha/python -l $LOGDIR 00 01 02 03 04 05
sudo ./ptsDelay.py -b FmcDelay1ns4cha -s $serial -e $extra_serial -t./test/fmcdelay1ns4cha/python -l $LOGDIR 00 01 02 03 04 05 06
if [ "$nb_test" != "$nb_test_limit" ]
then
......
#!/bin/sh
#!/bin/bash
module="usbtmc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment