OS build toolkit for various Arm devices
Go to file
parazyd 397332e937
add prebuild and postbuild at kernel
2016-09-30 10:50:36 +02:00
boards add prebuild and postbuild at kernel 2016-09-30 10:50:36 +02:00
extra continue refactoring for libdevuansdk 2016-09-30 00:28:34 +02:00
lib add prebuild and postbuild at kernel 2016-09-30 10:50:36 +02:00
.gitignore and moar 2016-09-30 00:29:09 +02:00
.gitmodules and moar 2016-09-30 00:29:09 +02:00
LICENSE LICENSE and README 2016-04-14 16:44:40 +02:00
README.md and moar 2016-09-30 00:29:09 +02:00
TODO.md and moar 2016-09-30 00:29:09 +02:00
config sensible defaults 2016-09-30 00:45:44 +02:00
init.sh sensible defaults 2016-09-30 00:45:44 +02:00
sdk and moar 2016-09-30 00:29:09 +02:00

README.md

arm-sdk

arm-sdk is simple distro build system aimed at embedded ARM devices. It was first conceived as a component of the Devuan SDK, but now it aims to support multiple Linux distributions.

Requirements

arm-sdk is designed to be used interactively from a terminal, as well as from shell scripts. It requires the following packages to be installed:

zsh sudo xz-utils qemu-user-static git-core curl wget perl

It also uses the Zuper zsh library, which needs the following:

zsh curl sed awk hexdump

Specific distro requirements

For Devuan, which is using libdevuansdk, additional packages are needed:

debootstrap cgpt xz-utils kpartx

Initial setup

By executing init.sh which is found in the base directory of arm-sdk, it will initialize all git submodules and gcc toolchains that are needed for arm-sdk to properly function.

Acknowledgments

Devuan's SDK was originally conceived during a period of residency at the Schumacher college in Dartington, UK. Greatly inspired by the laborious and mindful atmosphere of its wonderful premises.

The Devuan SDK is Copyright (c) 2015-2016 by the Dyne.org Foundation

Devuan SDK components are designed, written and maintained by:

This source code is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this source code. If not, see http://www.gnu.org/licenses/.