summaryrefslogtreecommitdiffstats
path: root/tests/Reset_Init.sh
blob: 198cbfc00b7125456e117f0983f463a2b8eaa645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash

echo " Reset Readout and CMOSIS "
pci -w 0xd2009040 1e5
echo " Release Reset for Readout"
pci -w 0xd2009040 1e1

echo " Start CMOSIS Configuration .."
pci -w 0xd2009000 f301 
pci -r 0xd2009000 -s 4

pci -w 0xd2009000 d207
pci -r 0xd2009000 -s 4

pci -w 0xd2009000 8101
pci -r 0xd2009000 -s 4

pci -w 0xd2009000 8200
pci -r 0xd2009000 -s 4
echo " End CMOSIS Configuration .."
pci -w 0xd2009040 3e1

pci -r 0xd2009000 -s 100