≡
Difference between revisions of "ARM-USB-OCD"
(→Documents) |
(→Hardware) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 49: | Line 49: | ||
== Hardware == | == Hardware == | ||
| − | + | The board is propriety design and the design is not open-source hardware. | |
== Software == | == Software == | ||
| Line 55: | Line 55: | ||
*[https://www.olimex.com/Products/ARM/JTAG/_resources/OpenOCD Olimex's ARM GCC for Windows Dummies] Installs on your computer GCC + OpenOCD debugger + Eclipse for out-of-the-box development with the open source GNU C compiler and OpenOCD debugger, supports flash loading with examples for different ARM controllers. | *[https://www.olimex.com/Products/ARM/JTAG/_resources/OpenOCD Olimex's ARM GCC for Windows Dummies] Installs on your computer GCC + OpenOCD debugger + Eclipse for out-of-the-box development with the open source GNU C compiler and OpenOCD debugger, supports flash loading with examples for different ARM controllers. | ||
| + | |||
| + | *[https://www.olimex.com/Products/ARM/JTAG/_resources/DRIVERS-(libusb-1.2.2.0-CDM20808).zip Latest libUSB drivers for OpenOCD versions prior to 0.9.0 and IAR EW; these drivers are not suitable for OpenOCD versions after 0.9.0 - use WinUSB drivers via the Zadig installer] | ||
*[https://www.olimex.com/Products/ARM/JTAG/_resources/ARM-USB-OCD-DRIVER.zip Ancient drivers suitable for OpenOCD 0.1.0] | *[https://www.olimex.com/Products/ARM/JTAG/_resources/ARM-USB-OCD-DRIVER.zip Ancient drivers suitable for OpenOCD 0.1.0] | ||
| − | *[https://www.olimex.com/Products/ARM/JTAG/_resources/ | + | *[https://www.olimex.com/Products/ARM/JTAG/_resources/OLIMEX-FTDI-drivers-2-12-04.zip FTDI drivers 2.12.04 for CrossStudio and CooCox, these drivers are not suitable for OpenOCD] |
| + | |||
| + | *[https://www.olimex.com/Products/ARM/JTAG/_resources/driver-ftd2xx.zip older FTDI drivers 2.04.16 for CrossWorks and CooCox, these drivers are not suitable for OpenOCD] | ||
| − | *[https://www.olimex.com/Products/ARM/JTAG/ | + | *[https://www.olimex.com/Products/ARM/JTAG/ARM-USB-TINY/resources/TINY_FTDI_eeprom.zip TINY EEPROM content] |
| − | *[https://www.olimex.com/Products/ARM/JTAG/ARM-USB- | + | *[https://www.olimex.com/Products/ARM/JTAG/ARM-USB-OCD-H/resources/arm-usb-ocd-h-COM.zip OCD-H EEPROM content] |
*[http://openocd.sourceforge.net/ OpenOCD open-source software for ARM debugging] | *[http://openocd.sourceforge.net/ OpenOCD open-source software for ARM debugging] | ||
Latest revision as of 22:25, 24 August 2026
Contents
Documents
- https://www.olimex.com/Products/ARM/JTAG/_resources/How_to_run_CooCox_with_Olimex_JTAGs_v2.pdf Using OLIMEX OpenOCD JTAG with Free and Awesome CooCox Software] - CoIDE, CoFlash
- Using OpenOCD with TELNET connection document
- How to repair your Open OCD drivers for ARM-USB-TINY
- How to run ARM-USB-TINY with Ubuntu 12.04 blog post by Peter Lundgren
- Using Open Source Tools for AT91SAM7 Cross Development - Revision B guide by Jim Lynch
- (the old) ARM Cross Development with Eclipse (10MB) REV-3 very detailed tutorial by Jim Lynch how to set up and work with the free GNUARM tools LPC2106 board. The sample codes for this tutorial are target here.
- ARM Cross Development with Eclipse in Spanish language (3MB) REV-1 Paul Aguayo did a great job of translating to Spanish language Jim Lynch's tutorial. He also shrunk the size of the document without reducing the quality of the pictures and tutorial text.
Hardware
The board is propriety design and the design is not open-source hardware.
Software
- OLIMEX ARM DEVELOPMENT PACKAGE V1.1 Old package of drivers, examples and ancient version of OpenOCD
- Olimex's ARM GCC for Windows Dummies Installs on your computer GCC + OpenOCD debugger + Eclipse for out-of-the-box development with the open source GNU C compiler and OpenOCD debugger, supports flash loading with examples for different ARM controllers.
- CrossWorks for ARM - a commercial integrated environment that supports all Olimex OpenOCD JTAGs, and also includes a lot of good examples for Olimex-made ARM boards
Projects
Under construction
FAQ
Under construction

