descriptionOpen Source Appliance Development Kit
homepage URLhttps://openadk.org
repository URLgit://openadk.org/git/openadk
ownerwbx@openadk.org
last changeFri, 26 Apr 2024 23:35:07 +0000 (27 01:35 +0200)
last refreshSat, 27 Apr 2024 05:31:33 +0000 (27 07:31 +0200)
content tags
add:
README
OpenADK - An embedded Linux construction kit
============================================

This is a menu based buildsystem for your embedded Linux system.

Before you can start you need to install some software:
- gcc or clang
- g++ or clang++
- binutils 
- make
- tar
- gzip
- perl
- curl or wget
- git
- strings
- c library headers
- ncurses library and header
- zlib library and header

There is a check for the required versions of these software in advance, though.
Most of the needed software for the build process to succeed will
be compiled before the target build starts.

Please use "make menuconfig" to choose your target architecture and
embedded system and configure like you want to.

Simply running 'make' will build the firmware for your embedded system. The
buildsystem will download all sources, build the toolchain, the kernel and all
applications.

Sunshine!
 Waldemar Brodkorb <wbx@openadk.org>
shortlog
6 hours ago Waldemar Brodkorbdropbear: update to 2024.85master
3 days ago Waldemar Brodkorblynx: update to 2.9.1, add ssl choice
3 days ago Waldemar Brodkorbcurl: update to 8.7.1
3 days ago Waldemar Brodkorbgnutls: update to 3.8.4
3 days ago Waldemar Brodkorblibressl: update to 3.9.1
3 days ago Waldemar Brodkorbwolfssl: update to 5.7.0
8 days ago Waldemar Brodkorblinux: update to 6.6.28
8 days ago Waldemar Brodkorblinux: set Linux 6.6.x as default
8 days ago Waldemar Brodkorbriscv32: update uclibc-ng-nommu.config
8 days ago Waldemar Brodkorbxtensa: update mini.config
12 days ago Waldemar Brodkorbor1k: use 256 MB RAM by default
12 days ago Waldemar Brodkorbgdbserver: fix compile for noMMU
12 days ago Waldemar Brodkorbriscv: rv32ima/rv64ima can be useful, too
13 days ago Waldemar Brodkorblinux: update 6.8.x kernel
13 days ago Waldemar Brodkorbu-boot: update to 2024.04
13 days ago Waldemar Brodkorbstarfive-visionfive2: add basic support
...
heads
6 hours ago master