diff --git a/Software/xc3sprog/bitfile.o b/Software/xc3sprog/bitfile.o deleted file mode 100644 index a461d11..0000000 Binary files a/Software/xc3sprog/bitfile.o and /dev/null differ diff --git a/Software/xc3sprog/detectchain.cpp b/Software/xc3sprog/detectchain.cpp index 7d0e8d1..d85794b 100644 --- a/Software/xc3sprog/detectchain.cpp +++ b/Software/xc3sprog/detectchain.cpp @@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #define MEMDEV "/dev/mem" #define CPLD_PHY_BASE PXA_CS2_PHYS -#define DEVICEDB "devlist.txt" +#define DEVICEDB "/usr/share/xc3sprog/devlist.txt" int main(int argc, char **args) { diff --git a/Software/xc3sprog/devicedb.o b/Software/xc3sprog/devicedb.o deleted file mode 100644 index 1695ec1..0000000 Binary files a/Software/xc3sprog/devicedb.o and /dev/null differ diff --git a/Software/xc3sprog/iobase.o b/Software/xc3sprog/iobase.o deleted file mode 100644 index d683d5a..0000000 Binary files a/Software/xc3sprog/iobase.o and /dev/null differ diff --git a/Software/xc3sprog/iodebug.o b/Software/xc3sprog/iodebug.o deleted file mode 100644 index 0943b02..0000000 Binary files a/Software/xc3sprog/iodebug.o and /dev/null differ diff --git a/Software/xc3sprog/jtag.o b/Software/xc3sprog/jtag.o deleted file mode 100644 index e22b265..0000000 Binary files a/Software/xc3sprog/jtag.o and /dev/null differ diff --git a/Software/xc3sprog/jz47xx_gpio.o b/Software/xc3sprog/jz47xx_gpio.o deleted file mode 100644 index 90cfc1c..0000000 Binary files a/Software/xc3sprog/jz47xx_gpio.o and /dev/null differ diff --git a/Software/xc3sprog/progalgxc3s.o b/Software/xc3sprog/progalgxc3s.o deleted file mode 100644 index 77794a1..0000000 Binary files a/Software/xc3sprog/progalgxc3s.o and /dev/null differ diff --git a/Software/xc3sprog/progalgxcf.o b/Software/xc3sprog/progalgxcf.o deleted file mode 100644 index a6a2e96..0000000 Binary files a/Software/xc3sprog/progalgxcf.o and /dev/null differ diff --git a/Software/xc3sprog/sakcXCProgrammer.o b/Software/xc3sprog/sakcXCProgrammer.o deleted file mode 100644 index a30faa2..0000000 Binary files a/Software/xc3sprog/sakcXCProgrammer.o and /dev/null differ diff --git a/Software/xc3sprog/xc3sprog b/Software/xc3sprog/xc3sprog deleted file mode 100755 index 84b2006..0000000 Binary files a/Software/xc3sprog/xc3sprog and /dev/null differ diff --git a/Software/xc3sprog/xc3sprog.cpp b/Software/xc3sprog/xc3sprog.cpp index 1aa982c..35089d2 100644 --- a/Software/xc3sprog/xc3sprog.cpp +++ b/Software/xc3sprog/xc3sprog.cpp @@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #define MEMDEV "/dev/mem" -#define DEVICEDB "devlist.txt" +#define DEVICEDB "/usr/share/xc3sprog/devlist.txt" void process(IOBase &io, BitFile &file, int chainpos); void programXC3S(Jtag &jtag, IOBase &io, BitFile &file); diff --git a/Software/xc3sprog/xc3sprog.o b/Software/xc3sprog/xc3sprog.o deleted file mode 100644 index e9a55a6..0000000 Binary files a/Software/xc3sprog/xc3sprog.o and /dev/null differ