ChorusOS 4.0 Porting Guide

Overview

You cannot use the graphical configuration tools, ews, to define the system image configuration for a new target board. Instead, create the configuration files using a text editor. Once the files have been created, you can view them using ews, and build the system image. You can also use the mkimage tool to build the system image.

The board-specific configurations must be stored in the directory src/nucleus/bsp/family/board. For example, the board-specific configuration files for the SBC8260 board are stored in src/nucleus/bsp/powerpc/sbc8260, and those for the PC/AT are stored in src/nucleus/bsp/x86/i386at.

There are two configuration files:

Most of the examples in this chapter use the SBC8260 board. To understand the examples, the following information about the SBC8260 board is useful: