Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 10 and Version 11 of TBR/UserManual/RTEMS_Development_Hosts


Ignore:
Timestamp:
12/19/08 01:22:05 (15 years ago)
Author:
JoelSherrill
Comment:

/* GNU/Linux RPM Based Distributions */ Simplify remove dupe material, reference full apt/yum page

Legend:

Unmodified
Added
Removed
Modified
  • TBR/UserManual/RTEMS_Development_Hosts

    v10 v11  
    1717The RTEMS Project maintains an [wiki:TBR/Website/APT/Yum_Repository APT/Yum Repository] which contains prebuilt RPMs for the entire RTEMS Development Environment.  There is a separate repository for RTEMS Release Series from 4.6 on.
    1818
    19 The following instructions are for Fedora users, but other distributions may be supported in the repository depending upon the release branch and time of day. Please check the ftp site for the latest set of distributions supported.
    20 
    21 Loading the prebuilt tools should be very easy and something like this:
    22 
    23  *  Load the appropriate Yum repository configuration information.
    24 
    25 {{{
    26 # Replace NNN with your 1-7 to reflect the Fedora version
    27 # Check that 0.7-1 is the latest version of this package
    28 rpm -ivh ftp://ftp.rtems.org/pub/rtems/linux/4.8/fedora/NNN/i386/rtems-4.8-yum-conf-0.7-1.fcNNN.noarch.rpm
    29 }}}
    30 
    31  *  Load cross development RPMs for your target architecture along with the RTEMS 4.8 specific version of GNU autoconf and automake.
    32 
    33 {{{
    34 # Replace CPU with the name of the CPU architecture you
    35 # want to use RTEMS on.  Choice are:
    36 #   arm avr h8300 i386 m68k mips powerpc sh sparc
    37 yum -y install "*CPU-rtems4.8*" "*4.8*auto*"
    38 }}}
    39 
    40 That's it.  You should be able to configure and build RTEMS at the 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.
     19Visit [wiki:TBR/Website/APT/Yum_Repository GNU/Linux RPM APT/Yum Repository] for more details.
    4120= GNU/Linux Debian Based Distributions =
    4221