Difference between revisions of "ARM-USB-TINY"

(Software)
(Documents)
Line 1: Line 1:
  
 
== Documents ==
 
== Documents ==
Under construction
+
 
 +
*[https://www.olimex.com/Products/ARM/JTAG/_resources/How_to_run_CooCox_with_Olimex_JTAGs_v2.pdf Using OLIMEX ARM JTAGs with Free and Awesome CooCox Software] - CoIDE, CoFlash
 +
 
 +
*[https://www.olimex.com/Products/ARM/JTAG/_resources/Manual_ECLIPSE_from_sample_project.pdf Using an OpenOCD server and Eclipse CDT document]
 +
 
 +
*[https://www.olimex.com/Products/ARM/JTAG/_resources/Manual_ECLIPSE_from_sample_project.pdf Using OpenOCD as a Standalone FLASH Programmer] document
 +
 
 +
*[https://www.olimex.com/Products/ARM/JTAG/_resources/Manual_TELNET.pdf Using OpenOCD with TELNET connection] document
 +
 +
*[https://www.olimex.com/Products/ARM/JTAG/_resources/Manual_IAR.pdf Using OpenOCD server and IAR Embedded Workbench] document
 +
 +
*[https://www.olimex.com/Products/ARM/JTAG/_resources/How-to-install-GCCFD.pdf How to install GCCFG CD] which comes with ARM-USB-TINY
 +
 
 +
*[https://www.olimex.com/Products/ARM/JTAG/_resources/Repair-Procedure-for-OpenOcd-Rev.G-drivers.pdf How to repair your Open OCD drivers] for ARM-USB-TINY
 +
 
 +
*[http://nyatekniken.blogspot.com/2012/09/setting-up-olimex-arm-usb-tiny-h-with.html How to run ARM-USB-TINY with Ubuntu 12.04] blog post by Peter Lundgren
 +
 
 +
*[http://salvatoremenendez.blogspot.com/2011/08/mac-os-eclipse-openocd-stm32-arm-cortex.html GCC+Eclispse on MAC]
 +
 +
*[https://www.olimex.com/Products/ARM/JTAG/_resources/ARM-USB-OCD.pdf ARM-USB-OCD flyer note]
 +
 +
*[http://www.atmel.com/dyn/resources/prod_documents/atmel_tutorial_source.zip Using Open Source Tools for AT91SAM7 Cross Development - Revision B] guide by Jim Lynch
 +
 +
*[http://gnuarm.alexthegeek.com/ (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 [../../LPC/_resources/ARM-USB-OCD.pdf" target here].
 +
 
 +
*[https://www.olimex.com/Products/ARM/_resources/Spanish-language-Tutorial-ARM-rev2.zip 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.
 +
 
 +
*[https://www.olimex.com/Products/ARM/JTAG/_resources/Installing-OpenOcd-Rev.G-drivers-for-Windows-7.pdf Manual instalation of OpenOcd drivers for Windows 7.pdf]
 +
 
 +
*[http://openocd.berlios.de/web/ Official website of the OpenOCD project, you can find the most up-to-date version of OpenOCD here, but you will have to build it yourself, also the full user's manual is here]
 +
 
 +
*[http://www.yagarto.de/ - home of YAGARTO (Yet Another GNU ARM Toolchain). i.e. GCC compiler and bin utilities for Windows]
 +
 
 +
*[http://www.eclipse.org/ - the Eclipse universe]
 +
 
 +
*[http://forum.sparkfun.com/viewforum.php?f=18" - a very helpful discussion board for OpenOCD related projects]
 +
 
 +
*[http://code.google.com/p/embox/wiki/InstallToolchainOpenocdSetup Toolchain setup]
 +
 +
*[http://www.youtube.com/watch?v=56N5ZOBHm6k CrossWorks installation video]
 +
 +
*[http://www.matthewkendall.com/freesoftware/stellaris-toolchain STELLARIS setup with OpenOCD]
 +
 
 +
*[http://wiki.cyanogenmod.com/wiki/HTC_Dream_%26_Magic:_JTAG Reflashing HTC with OpenOCD]
  
 
== Hardware ==
 
== Hardware ==

Revision as of 05:45, 16 July 2014

Documents

Hardware

Under construction

Software

  • 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