Changes between Version 4 and Version 5 of Hardware/jCM/cCM2/bDev


Ignore:
Timestamp:
Jul 30, 2008, 7:20:53 PM (16 years ago)
Author:
seskar
Comment:

Legend:

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

    v4 v5  
    2424}}}
    2525
    26 It is listening for gdb connections on default port 3333.
     26It is listening for gdb connections on default port 3333. Note that openocd daemon is started automatically and should be up and running at all times.
    2727
    2828== Cross-compiler ==
    2929
    30 Software 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:
     30Software 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}. The toolcahin was compiled with the ''arm-elf'' prefix so that (for example) compiler can be invoked with:
    3131{{{
    3232  arm-elf-gcc program.c -o program