| 1234567891011121314151617181920212223242526 | // -*- mode:doc; -*-// vim: set syntax=asciidoc:About OpenADK=============OpenADK is a tool that simplifies and automates the process ofbuilding a complete Linux system for an embedded system, usingcross-compilation. ADK stands for appliance development kit.In order to achieve this, OpenADK is able to generate across-compilation toolchain, a root filesystem, a Linux kernel imageand a bootloader for your target. OpenADK is useful mainly for people working with embedded systems,but can be used by people playing with emulators (like Qemu, Virtualbox or Aranym) or small netbooks (like Lemote Yeelong) needing a fastand small Linux system.Embedded systems often use processors that are not the regular x86processors everyone is used to having in his PC. They can be PowerPCprocessors, MIPS processors, ARM processors, etc.OpenADK supports numerous processors and their variants; it also comeswith default configurations for some embedded systems and netbooks.(Raspberry PI, Sharp Zaurus, Lemote Yeelong, IBM X40 and more)
 |