From 093a3ad25ec0eca3d7a535a2d054b15f7ce1f757 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 Jul 2011 16:52:01 +0200 Subject: DMA support in IPE Camera --- tests/Reset_Init.sh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 tests/Reset_Init.sh (limited to 'tests/Reset_Init.sh') diff --git a/tests/Reset_Init.sh b/tests/Reset_Init.sh new file mode 100755 index 0000000..198cbfc --- /dev/null +++ b/tests/Reset_Init.sh @@ -0,0 +1,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 -- cgit v1.2.3