-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch to bsp based naming for images
- Loading branch information
Showing
3 changed files
with
39 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,27 @@ | ||
A container that makes the RTEMS powerpc beatnik Board Support Package (BSP). | ||
RTEMS Board Support Packages | ||
============================ | ||
|
||
A container that makes the RTEMS Board Support Packages (BSPs). | ||
|
||
This container gets the sources from RTEMS releases, builds the toolchain and then compiles the BSP. | ||
|
||
The developer target serves as an archive for the source code. The runtime target is a minmal container with the RTEMS powerpc-beatnik BSP only, intended to be used as a base for epics-base builds. | ||
The developer target serves as an archive for the source code. The runtime target is a minimal container with the RTEMS BSP only, intended to be used as a base image for epics-base builds (see https://github.com/epics-containers/epics-base) | ||
|
||
Supported BSPs | ||
-------------- | ||
|
||
The repo is designed to allow for multiple target architectures. At present the list of BSPs is only 1 long: | ||
|
||
- mvme5500 | ||
- rtems version: 6.1-rc2 | ||
- patches for MVME5500 boards used at DLS | ||
- legacy network stack | ||
- processor is m4700 with hardware floating point support | ||
|
||
|
||
The current configuration is:- | ||
- rtems version: 6.1-rc2 | ||
- patches for MVME5500 boards used at DLS | ||
- legacy network stack | ||
Acknowledgements | ||
================ | ||
|
||
This container can be run to experiment with building components with the RSP and prebuilt rtems6 toolchain. | ||
This is all possible due to the hard work of the RTEMS community. | ||
|
||
See https://docs.rtems.org/branches/master/user/start/index.html |