Skip to content
Kaiwan N Billimoria edited this page Oct 7, 2016 · 9 revisions

Welcome to the SEALS wiki!

SEALS is a very simple set of scripts that, hopefully, take out some of the pain and routine of building a skeleton embedded ARM Linux system.

It heavily relies upon and uses:

  • the Linux kernel
  • Busybox (for the root filesystem)
  • QEMU (to emulate an ARM platform)

These components must be pre-installed on your system (please see the 'Install HOWTO' wiki page for guidelines).

An ASCII text config file (it's a small script itself, really) lets one quickly configure stuff (like location of the staging folder, cross compiler, kernel and busybox source trees, ARM CPU arch to emulate

Clone this wiki locally