2. w4linux: configuration

← 1. w4linux: build system

Contents
2.1 Overview
2.2 WrmOS part of configuration
2.3 Linux part of configuration

2.1 Overview [up]


w4linux looks like usual WrmOS application. It can be divided into 2 parts:

  • WrmOS part
  • Linux part

2.2 WrmOS part of configuration [up]


w4linux looks like usual WrmOS application. Therefore its configuration is usual configuration of WrmOS project.

Project parameters include:

  • target system parameters (CPU, memory, base system devices, system clock frequency, ...);
  • libraries build parameters (debug flags);
  • kernel build parameters (debug flags, UART, timer, MMU);
  • application build parameters (debug flags);
  • applications list;
  • Alpha run-time configuration.

See WrmOS configuration clause for detail.

2.3 Linux part of configuration [up]


Configuration of Buildroot and its components/subprojects (busybox, Linux kernel and other) is the same as configuration original components/subprojects.

See the Buildroot documentation for detail.

← 1. w4linux: build system