descriptionOpen Source Appliance Development Kit
homepage URLhttps://openadk.org
repository URLgit://openadk.org/git/openadk
ownerwbx@openadk.org
last changeTue, 23 Apr 2024 07:43:48 +0000 (23 09:43 +0200)
last refreshTue, 23 Apr 2024 14:35:19 +0000 (23 16:35 +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
7 hours ago Waldemar Brodkorblynx: update to 2.9.1, add ssl choicemaster
7 hours ago Waldemar Brodkorbcurl: update to 8.7.1
7 hours ago Waldemar Brodkorbgnutls: update to 3.8.4
7 hours ago Waldemar Brodkorblibressl: update to 3.9.1
7 hours ago Waldemar Brodkorbwolfssl: update to 5.7.0
4 days ago Waldemar Brodkorblinux: update to 6.6.28
5 days ago Waldemar Brodkorblinux: set Linux 6.6.x as default
5 days ago Waldemar Brodkorbriscv32: update uclibc-ng-nommu.config
5 days ago Waldemar Brodkorbxtensa: update mini.config
8 days ago Waldemar Brodkorbor1k: use 256 MB RAM by default
9 days ago Waldemar Brodkorbgdbserver: fix compile for noMMU
9 days ago Waldemar Brodkorbriscv: rv32ima/rv64ima can be useful, too
9 days ago Waldemar Brodkorblinux: update 6.8.x kernel
9 days ago Waldemar Brodkorbu-boot: update to 2024.04
10 days ago Waldemar Brodkorbstarfive-visionfive2: add basic support
10 days ago Waldemar Brodkorbopensbi: new package
...
heads
7 hours ago master