Difference between revisions of "Main Page"
(→KOAN Embedded Software Engineering) |
(→KOAN Embedded Software Engineering) |
||
Line 8: | Line 8: | ||
== KOAN Embedded Software Engineering == | == KOAN Embedded Software Engineering == | ||
− | [[ | + | [[Media:http://koansoftware.com/sites/koansoftware.com/files/koan-simple.png]] |
KOAN è una software house italiana, specializzata in soluzioni software Linux embedded e real time su piattaforme RISC della famiglia ARM (Raspberry, Atmel, Freescale, NXP). | KOAN è una software house italiana, specializzata in soluzioni software Linux embedded e real time su piattaforme RISC della famiglia ARM (Raspberry, Atmel, Freescale, NXP). | ||
Fondata nel 1996 da esperienze diversificate, KOAN è un'azienda italiana con sede a Bergamo, operante nel settore del terziario avanzato che si propone come fornitore di sistemi software embedded per automazione industriale, telecomunicazioni, automotive, meccatronica e aerospaziale. | Fondata nel 1996 da esperienze diversificate, KOAN è un'azienda italiana con sede a Bergamo, operante nel settore del terziario avanzato che si propone come fornitore di sistemi software embedded per automazione industriale, telecomunicazioni, automotive, meccatronica e aerospaziale. |
Revision as of 14:55, 24 April 2018
Welcome on KaeilOS official wiki
Contents
- 1 DISCLAIMER
- 2 All contents of this website are released under the Creative Commons Attribution-ShareAlike 3.0 Unported License
- 3 KOAN Embedded Software Engineering
- 4 What is KaeilOS
- 5 Getting Started
- 6 Development
- 7 Problem solving - Howto
- 8 Openembedded Core
- 9 Openembedded Debugging
- 10 Yocto Project
- 11 Documents
- 12 About us
DISCLAIMER
KOAN Embedded Software Engineering
Media:http://koansoftware.com/sites/koansoftware.com/files/koan-simple.png KOAN è una software house italiana, specializzata in soluzioni software Linux embedded e real time su piattaforme RISC della famiglia ARM (Raspberry, Atmel, Freescale, NXP). Fondata nel 1996 da esperienze diversificate, KOAN è un'azienda italiana con sede a Bergamo, operante nel settore del terziario avanzato che si propone come fornitore di sistemi software embedded per automazione industriale, telecomunicazioni, automotive, meccatronica e aerospaziale.
What is KaeilOS
KaeilOS is an OpenSource software framework to create GNU/Linux distributions aimed for embedded devices. Primarily, the project maintains and develops a collection of BitBake recipes. The bitbakes consist of the source URL of the package, dependencies and compile or install options. During the build process they are used to track dependencies, cross-compile the package and pack it up, suitable to be installed on the target device. It's also possible to create complete images, consisting of root file system and kernel. As a first step the framework will build a cross-compiler toolchain for the target platform. Currently the project is no longer active as independent system but is using Yocto Project at its place.
KaeilOS runs in a lot of different plaftforms (x86, PowerPC and ARM) and includes more than 7000 opensource packages and libraries suitable for:
- Embedded system
- Desktop
- Server
Getting Started
Development
Problem solving - Howto
- FAQ
- Setup NFS root filesystem
- 2.6.x Kernel Compilation Problems
- Setup an external toolchain with Yocto
- Fixing Perl Locale Errors in a Clean Ubuntu Install
- Using VMware Player to run Linux training
Openembedded Core
Openembedded Debugging
Yocto Project
- Yocto Project my own quick start
- Yocto versus Poky versus Angstrom
- Yocto Project reference Manual
- Yocto source Repositories
- OpenEmbedded layers index
- Yocto version releases
- Migrating metadata to OE-Core
- OE/Yocto prebuilt toolchains
- Howto build a kernel module out of the kernel tree
- Howto speed up Yocto build
- bitbake options
- Directories and installation variables
- How to add libstdc++ to a Yocto (Poky) image
- How to run a script at boot automatically
- Create patches using quilt
- Building Software from an External Source
Documents
- ARM cores list
- systemd vs sysvinit
- How to create and submit Linux kernel patch using GIT
- Development with VMware