The FTDI FT2232C is now supported on Cygwin, too. The configure script accepts --with-ftd2xx=PATH to specify which directory should be searched for the content of the FTD2XX driver package (available from ftdi). This configure option is ignored for non-Cygwin builds.
read moreCFI Flash support
Support for CFI compliant flashes has been added to OpenOCD. Currently, only flashes compatible with the Intel command sets (0x0001 and 0x0003) are supported. Flash writing is possible both using memory writes (slow) and using flash writing code running on the target (faster). Using the Amontec JTAG Accelerator, about 30 …
read moreOpenOCD and the Amontec JTAG Accelerator
Amontec released their JTAG Accelerator configuration for the Amontec Chameleon. The JTAG Accelerator is a high-speed EPP mode parallel port interface offering up to 70kByte/s download speed to target RAM using memory writes, and about 120kByte/s using the Debug Communications Channel (DCC).
read moreLPC2000 flash writing improved
The LPC2000 flash driver is able to calculate the checksum that's used by the bootloader to identify a valid flash image.`` #flash bank lpc2000 base size 0 0 lpc_variant target # cclk calc_checksum flash bank lpc2000 0x0 0x40000 0 0 lpc2000_v1 0 14765 calc_checksum``When 'calc_checksum' is specified in the LPC2000 …New Preview Release
There's a new preview release (actually two) available in the files section.preview-20060113 is a snapshot of the latest svn code, while preview-cygwin-20060113 is the snapshot precompiled for cygwin.This release features:- ARM7TDMI(-S) support- ARM720t support- ARM920t support- LPC2xxx flash support- a telnet interface (for low-level debugging tasks)- a …