Changes between Version 1 and Version 2 of Hardware/jCM/cCM2/cSoftware


Ignore:
Timestamp:
Apr 29, 2008, 6:11:22 PM (16 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Hardware/jCM/cCM2/cSoftware

    v1 v2  
    11= Software Description =
     2
     3== Development Environment ==
     4
     5==== JTAG Programmer Hardware ====
     6
     7We are using Olimex [http://www.olimex.com/dev/arm-usb-ocd.html ARM-USB-OCD] USB based JTAG debugger that is attached to the JTAG port on the CM2 board (JXX).
     8 
     9==== JTAG Programmer Software ====
     10
     11Software used for debugging and internal flash programming is [http://openfacts.berlios.de/index-en.phtml?title=Open_On-Chip_Debugger OpenOCD] (standard Debian package - {{{ apt-get isntall openocd }}} ).
     12
     13=== Cross-compiler ===
     14
     15Software development environment is based on [http://www.codesourcery.com/gnu_toolchains/arm GNU Toolchain for ARM Processor]. Downloaded tarball is installed in /usr/{bin,lib,libexec,arm-none-linux-gnueabi}. The toolcahin was compiled with the ''arm-none-linux-gnueabi'' prefix so that (for example) compiler can be invoked with:
     16{{{
     17  arm-none-linux-gnueabi-gcc program.c -o program
     18}}}
    219
    320== STR71X Library ==