Index of /pub/rtems/releases/4.8/4.8.2

 NameLast modifiedSize

 Parent Directory  -
 PRs-closed-4.8.12010-03-19 17:07 3.7K
 PRs-closed-4.8.22010-03-19 17:07 2.4K
 README.txt2010-03-19 17:07 2.1K
 SUPPORT2010-03-19 17:07 903
 TOOL_VERSIONS2010-03-19 17:07 2.9K
 ada-examples-4.8.2.tar.bz22010-03-19 17:07 23K
 ada-examples-4.8.2/2010-03-23 00:17 -
 class-examples-4.8.2.tar.bz22010-03-19 17:07 18K
 contrib/2010-03-23 00:17 -
 coverage/2010-03-23 00:17 -
 examples-4.8.2.tar.bz22010-03-19 17:07 16K
 md5sum.txt2010-03-23 00:17 954
 network-demos-4.8.2.tar.bz22010-03-19 17:07 127K
 rtems-4.8.0-4.8.1.diff.bz22010-03-19 17:07 53K
 rtems-4.8.1-4.8.2.diff.bz22010-03-19 17:07 3.2M
 rtems-4.8.2.tar.bz22010-03-19 17:07 9.6M
 rtems-ChangeLog-4.8.0-4.8.1.diff.bz22010-03-19 17:07 5.8K
 rtems-ChangeLog-4.8.1-4.8.2-.diff.bz22010-03-19 17:07 5.0K
 rtems-addon-packages-4.8.2.tar.bz22010-03-19 17:07 4.8M
 rtemsdocs-4.8.2.tar.bz22010-03-19 17:07 7.8M
 ticker-executables/2010-03-23 00:17 -


13 August 2008

This is the source distribution for RTEMS 4.8.1 source, add-ons,
and documentation.  The primary development platforms supported are
GNU/Linux distribtions which use RPMs.  MS-Windows is supported as a
secondary platform.

The 4.8.1 release is the second release in the 4.8 series.  In addition
to addressing problems in 4.8.0, it includes all bug fixes found in the
4.7 series along with a number of enhancements and bug fixes since the
4.7 release branch was made.  Some of the enhancements included between
the 4.7 and 4.8 release series are listed at:

http://www.rtems.org/rtems-4.8/index.html

For Fedora users, loading the prebuilt tools should be very easy and
something like this:

(1) Load the appropriate Yum repository configuration
    information.  This example is for Fedora GNU/Linux.
    RPMs are also provided for RedHat Enterprise Linux
    and SUSE.

    # Replace NNN with your 1-8 to reflect the Fedora version
    # Replace ARCH with your i386 or x86_64 to reflect your host architecture
    rpm -ivh ftp://ftp.rtems.org/pub/rtems/linux/4.8/fedora/NNN/i386/rtems-4.8-yum-conf-0.10-1.fcNNN.noarch.rpm

(2) Load cross development RPMs for your RTEMS target architecture
    along with the RTEMS 4.8 specific version of GNU autoconf
    and automake.

      # Replace CPU with the name of the CPU architecture you
      # want to use RTEMS on.  Choice are: 
      #   arm bfin h8300 i386 m68k mips powerpc sh sparc 
      yum -y install "*4.8*CPU*" "*4.8*auto*"

That's it.  You should be able to configure and build RTEMS at this
point.  If targeting a simulator BSP included with GDB (sparc/sis,
powerpc/psim, or mips/jm43904), you should be able to generate and run
target executables in a matter of minutes.  Configuring qemu so that it
will boot an RTEMS application for the i386/pc386 takes a bit longer but
is still quite straightfoward. Normally it takes longer to download the
tools via ftp than to build RTEMS.

Comments, feedback welcomed.  See the instructions at http://www.rtems.org
on joining the users mailing list.

--joel sherrill
joel.sherrill@OARcorp.com