next up previous contents
Next: EPICS Base Up: Infrastructure - Tools and Previous: Try running some RTEMS   Contents

Extended BSP routines

Some additional support routines are necessary to use EPICS/RTEMS with PowerPC VME cards such as the MVME2100 and MVME3100.

  1. Download the libbspExt sources:
    wget http://www.slac.stanford.edu/~strauman/rtems/rtems_libbspExt_1.3.beta.tgz

  2. Unpack
    cd /usr/local/rtems/source
    tar -xzf rtems_libbspExt_1.3.beta.tgz

  3. Patch 2 files (add support for mvme2100 and correct install location)
    cd rtems_libbspExt_1.3.beta
    patch -p1 < libbspExt-1.3.beta.patch

  4. Set the RTEMS_MAKEFILE_PATH environment variable
    export RTEMS_MAKEFILE_PATH=/usr/local/rtems/rtems-4.9/powerpc-rtems4.9/mvme2100

  5. Build and install the add-on packages
     make
     make install



Eric Norum
[email protected]
Mon Oct 19 11:30:39 CDT 2009