From 91f58cccbc4de091f434313af016c36efadfd883 Mon Sep 17 00:00:00 2001 From: drath Date: Mon, 14 Aug 2006 10:58:12 +0000 Subject: - updated configuration examples, installation instructions and README (including list of supported JTAG interfaces) git-svn-id: svn://svn.berlios.de/openocd/trunk@85 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- INSTALL | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index f2008737..3f26ee26 100644 --- a/INSTALL +++ b/INSTALL @@ -7,6 +7,9 @@ one of the following libraries: - libftdi (http://www.intra2net.com/opensource/ftdi/) - libftd2xx (http://www.ftdichip.com/Drivers/D2XX.htm) +On Windows, you need either Cygwin or MinGW, but compilation for MinGW is also +possible using a Cygwin host. + Basic Installation ================== @@ -16,7 +19,7 @@ necessary files generated. You have to explicitly enable desired JTAG interfaces during configure: -./configure --enable-parport --enable-ftdi2232 --enable-ftd2xx \ +./configure --enable-parport --enable-ft2232-libftdi (OR --enable-ft2232-ftd2xx) \ --enable-amtjtagaccel Under Windows/Cygwin, only the ftd2xx driver is supported for FT2232 based @@ -26,7 +29,11 @@ devices. You have to specify the location of the FTDI driver package with the Under Linux you can choose to build the parport driver with support for /dev/parportN instead of the default access with direct port I/O using --enable-parport_ppdev. This has the advantage of running OpenOCD without root -privileges at the expense of a slight performance decrease. +privileges at the expense of a slight performance decrease. This is also +available on FreeBSD using PPI, but the naming of the devices is different. + +Generic installation instructions +================================= These are generic installation instructions. -- cgit v1.2.3