From fb48ac26381aff138ad68f22f759355bb8d7fe78 Mon Sep 17 00:00:00 2001 From: "hadaq@countinghouse" Date: Thu, 28 Aug 2014 17:27:47 +0200 Subject: [PATCH] status, mt --- pion/config/nxyter/disable_all.sh | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100755 pion/config/nxyter/disable_all.sh diff --git a/pion/config/nxyter/disable_all.sh b/pion/config/nxyter/disable_all.sh deleted file mode 100755 index 44ab2f0..0000000 --- a/pion/config/nxyter/disable_all.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -export PATH=/home/rich/TRB/trbsoft/trbnettools/binlocal:${PATH} - -# first disable test_trigger_ mode to allow reading -REG20=$(trb_i2c r 0x3800 0x08 0x20 | awk '{print $2}') -trb_i2c w 0x3800 0x08 0x20 0x00 - -# Channel Masks -trb_i2c w 0x3800 0x08 0x00 0xff -trb_i2c w 0x3800 0x08 0x01 0xff -trb_i2c w 0x3800 0x08 0x02 0xff -trb_i2c w 0x3800 0x08 0x03 0xff -trb_i2c w 0x3800 0x08 0x04 0xff -trb_i2c w 0x3800 0x08 0x05 0xff -trb_i2c w 0x3800 0x08 0x06 0xff -trb_i2c w 0x3800 0x08 0x07 0xff -trb_i2c w 0x3800 0x08 0x08 0xff -trb_i2c w 0x3800 0x08 0x09 0xff -trb_i2c w 0x3800 0x08 0x0a 0xff -trb_i2c w 0x3800 0x08 0x0b 0xff -trb_i2c w 0x3800 0x08 0x0c 0xff -trb_i2c w 0x3800 0x08 0x0d 0xff -trb_i2c w 0x3800 0x08 0x0e 0xff -trb_i2c w 0x3800 0x08 0x0f 0xff - -# Restore Register 20 -trb_i2c w 0x3800 0x08 0x20 $REG20 -- 2.43.0