diff options
author | drath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2006-08-14 10:58:12 +0000 |
---|---|---|
committer | drath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2006-08-14 10:58:12 +0000 |
commit | 91f58cccbc4de091f434313af016c36efadfd883 (patch) | |
tree | 4dfc19bbfcf396aee7a33a8c889af614f0c36a8e /INSTALL | |
parent | 15294929e299c2e06282723c12965da2de14327a (diff) | |
download | riscv-openocd-91f58cccbc4de091f434313af016c36efadfd883.zip riscv-openocd-91f58cccbc4de091f434313af016c36efadfd883.tar.gz riscv-openocd-91f58cccbc4de091f434313af016c36efadfd883.tar.bz2 |
- 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
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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. |