Table of Contents

Using the build system

Getting help

The manual is your friend. See Downloads where to get it.

Compilation

To start compilation you have to select

  Hardware configuration (architecture, toolchain kernel, bootloader, image generation)
  Software configuration

The BSP contains reasonable configurations to enable quick start. Enter the following commands to select the configuration:

$ ptxdist platform configs/platform-tq-@platform_name@/platformconfig
$ ptxdist select configs/ptxconfig
$ ptxdist go
$ ptxdist images

PTXdist downloads package source to your configured loacal source pool if needed. This pool can be shared by several workstations to minimize download times. If it reports some errors, please

Configuration

To configure the system (e.g. add additional packages) you can start the PTXdist menu:

$ ptxdist menu

To add additional packages to your root filesystem simply use the ptxdist tool. The ncurses based UI is the same that is used by the linux kernel with “make menuconfig”. It can be used the following way:

Dependencies between packages should be “automagically” resolved. Software is organized in sections.