From 32e4dd19fc7a119e6d74fbfd246f7ab9bfd8e841 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sun, 18 May 2008 21:02:59 +0200 Subject: [PATCH] add flash command file for impact --- galaxian/flash.cmd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 galaxian/flash.cmd diff --git a/galaxian/flash.cmd b/galaxian/flash.cmd new file mode 100644 index 0000000..fea9669 --- /dev/null +++ b/galaxian/flash.cmd @@ -0,0 +1,16 @@ +setMode -pff +setSubmode -pffparallel +setPreference -pref StartupClock:Auto_Correction +addPromDevice -p 1 -size 16384 +addDesign -version 0 -startaddress 000000 +addDeviceChain -index 0 +addDevice -p 1 -file build/galaxian.bit +generate -format mcs -fillvalue FF -output build/galaxian +setMode -bs +setCable -port usb21 -baud 24000000 +Identify +identifyMPM +attachflash -position 1 -bpi "INTEL28F128J3" +assignfiletoattachedflash -position 1 -file "build/galaxian.mcs" +Program -p 1 -bpionly -e -showprogress +exit -- 2.39.2