Getting Started with RTEMS for C/C++ Users
If the sample application has successfully been built, then the application executable is placed in the following directory:
hello_world_c/o-optimize/<filename>.exe
How this executable is downloaded to the target board is very dependent on the BOARD_SUPPORT_PACKAGE selected. The following is a list of commonly used BSPs classified by their RTEMS CPU family and pointers to instructions on how to use them. [NOTE: All file names should be prepended with rtems-4.5.0/c/src/lib/libbsp.]
i386/pc386/HOWTO
m68k/gen68360/README
for details.
m68k/mvme162/README
.
m68k/mvme167/README
.
powerpc/motorola_shared/README
.
powerpc/motorola_shared/README.MVME2300
.
powerpc-rtems-gdb
.
The simulator is complicated to initialize by hand. The user is referred
to the script powerpc/psim/tools/psim
.
sparc-rtems-gdb
. An application can be run on the simulator
by executing the following commands upon entering sparc-rtems-gdb
:
target sim load run
RTEMS has many more BSPs and new BSPs for commercial boards and CPUs with on-CPU peripherals are generally welcomed.
Getting Started with RTEMS for C/C++ Users
Copyright © 1988-2000 OAR Corporation