]> git.zerfleddert.de Git - raggedstone/commitdiff
flash support
authormichael <michael>
Sat, 10 Feb 2007 16:54:23 +0000 (16:54 +0000)
committermichael <michael>
Sat, 10 Feb 2007 16:54:23 +0000 (16:54 +0000)
common/xcf.batch [new file with mode: 0644]
heartbeat/.cvsignore
heartbeat/Makefile

diff --git a/common/xcf.batch b/common/xcf.batch
new file mode 100644 (file)
index 0000000..8766b07
--- /dev/null
@@ -0,0 +1,8 @@
+setmode -bscan 
+setcable -p auto 
+identify
+assignFile -p 1 -file pci1.mcs
+assignFile -p 2 -file pci2.mcs
+program -e -v -p 1
+program -e -v -p 2
+quit
index c55d330fe2ce4ca06109c78d4878d9d9d305c287..d3561fbd378a4d9f6980510031079759d1c63d6e 100644 (file)
@@ -5,3 +5,4 @@ pci2.prm
 pci_7seg.bit
 timing.twr
 tmp
+_impact*
index 4c6ffc7eb6939cc6a94f6e9e28fb5785ee533fe2..50db4034c6be833d2ab36cd964fc2a02cba92c70 100644 (file)
@@ -56,7 +56,7 @@ prom:
        mv $(PROJECT).bgn  $(TMP)
 
 mcs:
-       promgen -p mcs -u 0 $(PROJECT) -o pci1 pci2 -x xcf02s xcf04s
+       promgen -w -p mcs -u 0 $(PROJECT) -o pci1 pci2 -x xcf02s xcf04s
 
 final:
        -mv $(PROJECT).unroutes *.xml $(TMP)
@@ -80,3 +80,6 @@ clean:
 
 load:
        impact -batch xc3s1500.batch
+
+flash: mcs
+       impact -batch xcf.batch
Impressum, Datenschutz