├── .travis.yml ├── _config.yml ├── code-of-conduct.md ├── contributing.md ├── embedded_tux.png ├── license.md └── readme.md /.travis.yml: -------------------------------------------------------------------------------- 1 | matrix: 2 | include: 3 | - language: node_js 4 | node_js: 5 | - 'node' 6 | before_script: 7 | - npm install --global awesome-lint 8 | script: 9 | - awesome-lint 10 | - language: ruby 11 | rvm: 2.2 12 | before_script: 13 | - gem install awesome_bot 14 | script: 15 | - awesome_bot readme.md --allow-dupe 16 | 17 | notifications: 18 | email: false 19 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | title: Awesome Embedded Linux 2 | logo: /embedded_tux.png 3 | description: Embedded Linux is awesome! 4 | show_downloads: false 5 | google_analytics: 6 | theme: jekyll-theme-hacker 7 | -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as 6 | contributors and maintainers pledge to making participation in our project and 7 | our community a harassment-free experience for everyone, regardless of age, body 8 | size, disability, ethnicity, gender identity and expression, level of experience, 9 | nationality, personal appearance, race, religion, or sexual identity and 10 | orientation. 11 | 12 | ## Our Standards 13 | 14 | Examples of behavior that contributes to creating a positive environment 15 | include: 16 | 17 | * Using welcoming and inclusive language 18 | * Being respectful of differing viewpoints and experiences 19 | * Gracefully accepting constructive criticism 20 | * Focusing on what is best for the community 21 | * Showing empathy towards other community members 22 | 23 | Examples of unacceptable behavior by participants include: 24 | 25 | * The use of sexualized language or imagery and unwelcome sexual attention or 26 | advances 27 | * Trolling, insulting/derogatory comments, and personal or political attacks 28 | * Public or private harassment 29 | * Publishing others' private information, such as a physical or electronic 30 | address, without explicit permission 31 | * Other conduct which could reasonably be considered inappropriate in a 32 | professional setting 33 | 34 | ## Our Responsibilities 35 | 36 | Project maintainers are responsible for clarifying the standards of acceptable 37 | behavior and are expected to take appropriate and fair corrective action in 38 | response to any instances of unacceptable behavior. 39 | 40 | Project maintainers have the right and responsibility to remove, edit, or 41 | reject comments, commits, code, wiki edits, issues, and other contributions 42 | that are not aligned to this Code of Conduct, or to ban temporarily or 43 | permanently any contributor for other behaviors that they deem inappropriate, 44 | threatening, offensive, or harmful. 45 | 46 | ## Scope 47 | 48 | This Code of Conduct applies both within project spaces and in public spaces 49 | when an individual is representing the project or its community. Examples of 50 | representing a project or community include using an official project e-mail 51 | address, posting via an official social media account, or acting as an appointed 52 | representative at an online or offline event. Representation of a project may be 53 | further defined and clarified by project maintainers. 54 | 55 | ## Enforcement 56 | 57 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 58 | reported by contacting the project team at florian.kromer@mailbox.org. All 59 | complaints will be reviewed and investigated and will result in a response that 60 | is deemed necessary and appropriate to the circumstances. The project team is 61 | obligated to maintain confidentiality with regard to the reporter of an incident. 62 | Further details of specific enforcement policies may be posted separately. 63 | 64 | Project maintainers who do not follow or enforce the Code of Conduct in good 65 | faith may face temporary or permanent repercussions as determined by other 66 | members of the project's leadership. 67 | 68 | ## Attribution 69 | 70 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 71 | available at [http://contributor-covenant.org/version/1/4][version] 72 | 73 | [homepage]: http://contributor-covenant.org 74 | [version]: http://contributor-covenant.org/version/1/4/ 75 | -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms. 4 | 5 | ## Adding something to an awesome list 6 | 7 | If you have something awesome to contribute to an awesome list, this is how you do it. 8 | 9 | You'll need a [GitHub account](https://github.com/join)! 10 | 11 | 1. Access the [awesome list's GitHub page](https://github.com/fkromer/awesome-embedded-linux). 12 | 2. Click on the `readme.md` file: ![Step 2 Click on Readme.md](https://cloud.githubusercontent.com/assets/170270/9402920/53a7e3ea-480c-11e5-9d81-aecf64be55eb.png) 13 | 3. Now click on the edit icon. ![Step 3 - Click on Edit](https://cloud.githubusercontent.com/assets/170270/9402927/6506af22-480c-11e5-8c18-7ea823530099.png) 14 | 4. You can start editing the text of the file in the in-browser editor. Make sure you follow guidelines above. You can use [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/). ![Step 4 - Edit the file](https://cloud.githubusercontent.com/assets/170270/9402932/7301c3a0-480c-11e5-81f5-7e343b71674f.png) 15 | 5. Say why you're proposing the changes, and then click on "Propose file change". ![Step 5 - Propose Changes](https://cloud.githubusercontent.com/assets/170270/9402937/7dd0652a-480c-11e5-9138-bd14244593d5.png) 16 | 6. Submit the [pull request](https://help.github.com/articles/using-pull-requests/)! 17 | 18 | ## Updating your Pull Request 19 | 20 | Sometimes, a maintainer of an awesome list will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the awesome-* list guidelines. 21 | 22 | [Here](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) is a write up on how to change a Pull Request, and the different ways you can do that. 23 | -------------------------------------------------------------------------------- /embedded_tux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkromer/awesome-embedded-linux/cef1eb25731ac48a03ede255162ed9b801c6c200/embedded_tux.png -------------------------------------------------------------------------------- /license.md: -------------------------------------------------------------------------------- 1 | ## creative commons 2 | 3 | # Attribution-NonCommercial-ShareAlike 4.0 International 4 | 5 | Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. 6 | 7 | ### Using Creative Commons Public Licenses 8 | 9 | Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. 10 | 11 | * __Considerations for licensors:__ Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. [More considerations for licensors](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensors). 12 | 13 | * __Considerations for the public:__ By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. [More considerations for the public](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensees). 14 | 15 | ## Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License 16 | 17 | By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. 18 | 19 | ### Section 1 – Definitions. 20 | 21 | a. __Adapted Material__ means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. 22 | 23 | b. __Adapter's License__ means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. 24 | 25 | c. __BY-NC-SA Compatible License__ means a license listed at [creativecommons.org/compatiblelicenses](http://creativecommons.org/compatiblelicenses), approved by Creative Commons as essentially the equivalent of this Public License. 26 | 27 | d. __Copyright and Similar Rights__ means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. 28 | 29 | e. __Effective Technological Measures__ means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. 30 | 31 | f. __Exceptions and Limitations__ means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. 32 | 33 | g. __License Elements__ means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution, NonCommercial, and ShareAlike. 34 | 35 | h. __Licensed Material__ means the artistic or literary work, database, or other material to which the Licensor applied this Public License. 36 | 37 | i. __Licensed Rights__ means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. 38 | 39 | h. __Licensor__ means the individual(s) or entity(ies) granting rights under this Public License. 40 | 41 | i. __NonCommercial__ means not primarily intended for or directed towards commercial advantage or monetary compensation. For purposes of this Public License, the exchange of the Licensed Material for other material subject to Copyright and Similar Rights by digital file-sharing or similar means is NonCommercial provided there is no payment of monetary compensation in connection with the exchange. 42 | 43 | j. __Share__ means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. 44 | 45 | k. __Sui Generis Database Rights__ means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. 46 | 47 | l. __You__ means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. 48 | 49 | ### Section 2 – Scope. 50 | 51 | a. ___License grant.___ 52 | 53 | 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: 54 | 55 | A. reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and 56 | 57 | B. produce, reproduce, and Share Adapted Material for NonCommercial purposes only. 58 | 59 | 2. __Exceptions and Limitations.__ For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. 60 | 61 | 3. __Term.__ The term of this Public License is specified in Section 6(a). 62 | 63 | 4. __Media and formats; technical modifications allowed.__ The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. 64 | 65 | 5. __Downstream recipients.__ 66 | 67 | A. __Offer from the Licensor – Licensed Material.__ Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. 68 | 69 | B. __Additional offer from the Licensor – Adapted Material.__ Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply. 70 | 71 | C. __No downstream restrictions.__ You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. 72 | 73 | 6. __No endorsement.__ Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). 74 | 75 | b. ___Other rights.___ 76 | 77 | 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. 78 | 79 | 2. Patent and trademark rights are not licensed under this Public License. 80 | 81 | 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties, including when the Licensed Material is used other than for NonCommercial purposes. 82 | 83 | ### Section 3 – License Conditions. 84 | 85 | Your exercise of the Licensed Rights is expressly made subject to the following conditions. 86 | 87 | a. ___Attribution.___ 88 | 89 | 1. If You Share the Licensed Material (including in modified form), You must: 90 | 91 | A. retain the following if it is supplied by the Licensor with the Licensed Material: 92 | 93 | i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); 94 | 95 | ii. a copyright notice; 96 | 97 | iii. a notice that refers to this Public License; 98 | 99 | iv. a notice that refers to the disclaimer of warranties; 100 | 101 | v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; 102 | 103 | B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and 104 | 105 | C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. 106 | 107 | 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. 108 | 109 | 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. 110 | 111 | b. ___ShareAlike.___ 112 | 113 | In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. 114 | 115 | 1. The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-NC-SA Compatible License. 116 | 117 | 2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. 118 | 119 | 3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. 120 | 121 | ### Section 4 – Sui Generis Database Rights. 122 | 123 | Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: 124 | 125 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database for NonCommercial purposes only; 126 | 127 | b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and 128 | 129 | c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. 130 | 131 | For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. 132 | 133 | ### Section 5 – Disclaimer of Warranties and Limitation of Liability. 134 | 135 | a. __Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.__ 136 | 137 | b. __To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.__ 138 | 139 | c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. 140 | 141 | ### Section 6 – Term and Termination. 142 | 143 | a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. 144 | 145 | b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: 146 | 147 | 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or 148 | 149 | 2. upon express reinstatement by the Licensor. 150 | 151 | For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. 152 | 153 | c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. 154 | 155 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. 156 | 157 | ### Section 7 – Other Terms and Conditions. 158 | 159 | a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. 160 | 161 | b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. 162 | 163 | ### Section 8 – Interpretation. 164 | 165 | a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. 166 | 167 | b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. 168 | 169 | c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. 170 | 171 | d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. 172 | 173 | ``` 174 | Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at [creativecommons.org/policies](http://creativecommons.org/policies), Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. 175 | 176 | Creative Commons may be contacted at creativecommons.org 177 | ``` 178 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Awesome Embedded Linux [![Awesome](https://awesome.re/badge.svg)](https://github.com/sindresorhus/awesome#readme) 2 | 3 |
Awesome Embedded Linux
4 | 5 | > A curated list of awesome Embedded Linux resources. 6 | 7 | Embedded Linux: Operating systems based on the Linux kernel used in embedded systems such as consumer electronics, in-vehicle infotainment, networking equipment, machine control, industrial automation, navigation equipment, mobile devices, medical instruments, etc. 8 | 9 | ## Contents 10 | 11 | - [Bootloaders](#bootloaders) 12 | - [Build systems](#build-systems) 13 | - [Container runtimes](#container-runtimes) 14 | - [Container orchestration systems](#container-orchestration-systems) 15 | - [Cloud infrastructure](#cloud-infrastructure) 16 | - [Cloud provider integration](#cloud-provider-integration) 17 | - [Databases](#databases) 18 | - [Display servers](#display-servers) 19 | - [Distributions](#distributions) 20 | - [Host-based Intrusion Detection Systems](#host-based-intrusion-detection-systems) 21 | - [Hypervisors](#hypervisors) 22 | - [Init systems](#init-systems) 23 | - [IoT platform integrations](#iot-platform-integrations) 24 | - [Kernel patches](#kernel-patches) 25 | - [Kernel modules](#kernel-modules) 26 | - [Kubernetes](#kubernetes) 27 | - [Kubernetes Edge Computing Platforms](#kubernetes-edge-computing-platforms) 28 | - [OTA software updates](#ota-software-updates) 29 | - [Platforms](#platforms) 30 | - [Process control systems](#process-control-systems) 31 | - [SSH servers](#ssh-servers) 32 | - [Web servers](#web-servers) 33 | - [Zero configuration networking](#zero-configuration-networking) 34 | - [Books](#books) 35 | - [Presentations](#presentations) 36 | - [Trainings](#trainings) 37 | - [Related awesome lists](#related-awesome-lists) 38 | 39 | ## Bootloaders 40 | 41 | - [barebox](https://www.barebox.org/) - A bootloader (initially named U-Boot v2) designed for embedded systems. 42 | - [coreboot](https://www.coreboot.org/) - Extended firmware platform that delivers a lightning fast and secure boot experience on modern computers and embedded systems. 43 | - [libreboot](https://libreboot.org/) - coreboot distribution with proprietary software removed. 44 | - [RedBoot](http://ecos.sourceware.org/redboot/) - Complete bootstrap environment for embedded systems. 45 | - [U-Boot](https://www.denx.de/wiki/U-Boot) - The Universal Bootloader. 46 | 47 | ## Build systems 48 | 49 | - [buildroot](https://www.buildroot.org/). 50 | - [Debos](https://github.com/go-debos/debos) - Debian OS builder. 51 | - [ELBE](https://elbe-rfs.org/) - Debian based E.mbedded L.inux B.uild E.nvironment. 52 | - [Isar](https://github.com/ilbers/isar) - Integration System for Automated Root filesystem generation (Debian). 53 | - [LFS](http://www.linuxfromscratch.org/) - Linux system from source code. 54 | - [LTIB](http://savannah.nongnu.org/projects/ltib) - Unmaintained?. 55 | - [mkroot](https://github.com/landley/mkroot). 56 | - [NARD](http://www.arbetsmyra.dyndns.org/nard/) - Specific to Raspberry Pi (compute modules). 57 | - [OpenADK](https://www.openadk.org/). 58 | - [OpenBricks](https://github.com/OpenBricks/openbricks). 59 | - [OpenEmbedded](http://www.openembedded.org/wiki/Main_Page) - Build system used in the [Yocto Project](https://www.yoctoproject.org/). 60 | - [OpenWrt](https://openwrt.org/). 61 | - [picl-k3os-image-generator](https://github.com/sgielen/picl-k3os-image-generator) - Generates images for k3os compatible with various armv8/aarch64/arm64 devices. 62 | - [PTXdist](https://www.ptxdist.org). 63 | 64 | ## Container runtimes 65 | 66 | - [containerd](https://containerd.io/) - An industry-standard container runtime with an emphasis on simplicity, robustness and portability. 67 | - [cri-o](https://cri-o.io/) - Lightweight Container Runtime for Kubernetes. 68 | - [Docker Engine](https://www.docker.com/products/container-runtime) - The Industry-Leading Container Runtime. 69 | - [frakti](https://github.com/kubernetes/frakti) - The hypervisor-based container runtime for Kubernetes. 70 | - [runC](https://github.com/opencontainers/runc) - CLI tool for spawning and running containers according to the OCI specification. 71 | 72 | ## Container orchestration systems 73 | 74 | - [Kubernetes](https://kubernetes.io/) - System for automating deployment, scaling, and management of containerized applications. 75 | - [Nomad](https://www.nomadproject.io/) - Easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. 76 | - [okd](https://www.okd.io/) - OKD provides a complete open source container application platform which powers OpenShift (Kubernetes Distribution). 77 | - [OpenShift](https://www.openshift.com/) - A hybrid cloud, enterprise Kubernetes platform to build and deliver better applications faster. Can be run on ARM as well (Kubernetes Distribution). 78 | - [Rancher](https://rancher.com/) - From datacenter to cloud to the edge, Rancher lets you deliver Kubernetes-as-a-Service (Kubernetes Distribution). 79 | 80 | ## Cloud Infrastructure 81 | 82 | - [StarlingX](https://www.starlingx.io/) - StarlingX is a complete cloud infrastructure software stack for the edge used by the most demanding applications in industrial IOT, telecom, video delivery and other ultra-low latency use cases. 83 | 84 | ## Cloud Provider Integration 85 | 86 | - [Azure IoT Edge](https://github.com/Azure/iotedge) - IoT Edge moves cloud analytics and custom business logic to devices so that your organization can focus on business insights instead of data management. Enable your solution to truly scale by configuring your IoT software, deploying it to devices via standard containers, and monitoring it all from the cloud. 87 | - [AWS Edge](https://aws.amazon.com/edge/) 88 | - [IoT Core](https://aws.amazon.com/iot-core/) - Easily and securely connect devices to the cloud. Reliably scale to billions of devices and trillions of messages. 89 | - [IoT Device Management](https://aws.amazon.com/iot-device-management) - Register, organize, monitor, and remotely manage connected devices at scale. 90 | - [IoT Events](https://aws.amazon.com/iot-events/) - Easily detect and respond to events from IoT sensors and applications. 91 | - [IoT Greengrass](https://aws.amazon.com/greengrass/) - Bring local compute, messaging, data management, sync, and ML inference capabilities to edge devices. 92 | - [Sagemaker Neo](https://aws.amazon.com/sagemaker/neo/) - Train models once, run anywhere with up to 2x performance improvement. 93 | - [IoT Sitewise](https://aws.amazon.com/iot-sitewise) - Easily collect, organize and analyze data from industrial equipment at scale. 94 | - [Wavelength](https://aws.amazon.com/wavelength/) - Deliver ultra-low latency applications for 5G devices. 95 | 96 | ## Databases 97 | 98 | - [MongoDB Mobile](https://www.mongodb.com/products/mobile) - NoSQL MongoDB as embedded database for embedded devices (embedded, document-oriented). 99 | - [Raima Database Manager](https://raima.com/raima-database-manager/) - Embedded, cross-platform, small-footprint, in-memory database developed for the IoT and the edge market (embedded, SQL). 100 | - [SQLite](https://www.sqlite.org) - Defacto standard embedded SQL database for mobile phones (embedded, SQL). 101 | 102 | ## Display Servers 103 | 104 | - [Enlightenment](http://www.enlightenment.org/) - (wayland, BSD). 105 | - [Mazecompositor](https://github.com/capisce/mazecompositor) - A 3D qtwayland compositor (wayland, MIT). 106 | - [Mir](https://mir-server.io/) - The fast, open and secure display server for any device (wayland, GPL). 107 | - [SWAY](https://swaywm.org/) - Tiling Wayland compositor (wayland, MIT). 108 | - [Weston](https://gitlab.freedesktop.org/wayland/weston) - Wayland project reference compositor (wayland, MIT). 109 | 110 | ## Distributions 111 | 112 | ### Traditional Distributions 113 | 114 | - [Aboriginal Linux](http://landley.net/aboriginal/) - DISCONTINUED. 115 | - [Android](https://www.android.com/versions/pie-9-0/). 116 | - [Android (Go edition)](https://www.android.com/versions/go-edition/). 117 | - [Ångström](http://www.angstrom-distribution.org/). 118 | - [Arch Linux ARM](https://archlinuxarm.org/). 119 | - [Clear Linux OS](https://clearlinux.org/) - Open source, rolling release Linux distribution optimized for performance and security, from the Cloud to the Edge, designed for customization, and manageability. 120 | - [ELinOS](https://www.sysgo.com/products/elinos-embedded-linux). 121 | - [Embdebian](http://www.emdebian.org/) - Embedded Debian, DISCONTINUED. 122 | - [Embedded Gentoo](https://wiki.gentoo.org/wiki/Project:Embedded). 123 | - [GoboLinux](https://gobolinux.org/) - Linux distribution redefining the entire filesystem hierarchy (no need for package database) which [runs on ARM](https://github.com/gobolinux/Documentation/wiki/GoboLinux-Embedded). 124 | - [LinRT](https://www.linrt.com/wiki/linrt-bsp-wiki/) - Embedded Linux distribution that uses the FSL Community Yocto Project layers with LinRT proprietary layers for Phytec’s SOMs and Single Board Computers. 125 | - [Mentor Embedded Linux Flex OS](https://www.mentor.com/embedded-software/linux/mel-flex-os/) - Highly customizable and flexible embedded Linux distribution based on the Yocto Project. 126 | - [Mentor Embedded Linux Omni OS](https://www.mentor.com/embedded-software/linux/mel-omni-os/) - Enterprise class binary embedded Linux distribution based on Debian. 127 | - [Moxa Industrial Linux](https://www.moxa.com/en/spotlight/industrial-computing/arm-linux-iiot-edge-gateway-portal/linux) 128 | - [OpenSTLinux](https://www.st.com/en/embedded-software/stm32-mpu-openstlinux-distribution.html) - Yocto Project based Linux Distribution for STM32 multi-core microprocessors (MPU). 129 | - [Sailfish OS](https://sailfishos.org/). 130 | - [SnapGear Embedded Linux](http://www.snapgear.org/). 131 | - [STLinux](https://www.st.com/en/development-tools/stlinux.html) - Linux for STMicroelectronics ARM or ST40 embedded processors. 132 | - [Ubuntu Core](https://www.ubuntu.com/core). 133 | - [Wind River Linux](https://www.windriver.com/products/linux/). 134 | 135 | ### Container Orchestration Distributions 136 | 137 | - [k3os](https://k3os.io/) - Linux distribution designed to remove as much OS maintenance as possible in a Kubernetes cluster. It is specifically designed to only have what is needed to run k3s. 138 | - [metalk8s](https://github.com/scality/metalk8s) - An opinionated Kubernetes distribution with a focus on long-term on-prem deployments. 139 | - [Photon OS](https://vmware.github.io/photon/) - Open source, minimal Linux container host that is optimized for cloud-native applications, cloud platforms and VMware infrastructure but runs on ARM as well. Supports Docker (container runtime) as well as Mesons and Kubernetes (container orchestration). 140 | - [Talos](https://www.talos.dev/) - Talos is a modern OS designed to be secure, immutable, and minimal. Its purpose is to host Kubernetes clusters, so it is tightly integrated with Kubernetes. 141 | - [Pharos](https://k8spharos.dev/) - Deploy and run Kubernetes workloads at any scale on any infrastructure. 142 | 143 | ### Container Runtime Distributions 144 | 145 | - [BalenaOS (formerly ResinOS)](https://www.balena.io/os/) - Operating System tailored for containers, designed for reliability, proven in production. Meant to be used with [OpenBalena](https://www.balena.io/open/) to deploy and manage connected devices and with [BalenaCloud](https://www.balena.io/cloud/) for deploying IoT applications. 146 | - [CoreOS Container Linux](https://coreos.com/os/docs/latest/) - A container-focused OS that's designed for painless management in large clusters. 147 | - [Fedora CoreOS](https://coreos.fedoraproject.org/) - Combines the best of CoreOS Container Linux and Fedora Atomic Host: Automatically updating, minimal, monolithic, container-focused operating system, designed for clusters but also operable standalone, optimized for Kubernetes but also great without it. 148 | - [Linux microPlatform](https://foundries.io/products/#linux) - A minimal Linux distribution built using OpenEmbedded/Yocto providing OTA software updates and a container-based application runtime. 149 | - [Oryx Linux](https://www.toganlabs.com/oryx-linux/) - Long-term maintenance oriented distribution providing a lightweight container runtime engine OryxCMD and Mender integration. 150 | - [OSv](http://osv.io/) - OSv is the versatile modular unikernel designed to run unmodified Linux applications securely on micro-VMs in the cloud or on on-premise bare metal servers. 151 | - [RancherOS](https://rancher.com/rancher-os) - A lightweight, secure Linux distribution, built from containers to run containers well. 152 | - [Torizon](https://labs.toradex.com/projects/torizon) - Linux-based software platform providing a preconfigured Yocto-based Linux distribution, bootloader, OTA service and Docker container runtime. 153 | 154 | ## Host-based Intrusion Detection Systems 155 | 156 | - [AIDE](https://aide.github.io/) - Advanced Intrusion Detection Environment, a file and directory integrity checker. 157 | - [afick](http://afick.sourceforge.net/) - Another File Integrity Checker, monitors changes on the file system and detects intrusions. 158 | - [chrootkit](http://www.chkrootkit.org/) - Checks for rootkits. 159 | - [Open Source Tripwire](https://github.com/Tripwire/tripwire-open-source) - Security and data integrity tool for monitoring and alerting on file & directory changes. 160 | - [OSSEC](https://www.ossec.net/) - The World’s Most Widely Used Host-based Intrusion Detection System. 161 | - [rkhunter](http://rkhunter.sourceforge.net/) - A rootkit hunter. 162 | - [SAMHAIN](https://la-samhna.de/samhain/) - Provides file integrity checking and log file monitoring/analysis, as well as rootkit detection, port monitoring, detection of rogue SUID executables, and hidden processes. 163 | 164 | ## Hypervisors 165 | 166 | - [ACRN](https://projectacrn.org/) - A flexible, lightweight reference hypervisor, built with real-time and safety-criticality in mind, optimized to streamline embedded development through an open source platform (type 1, bare metal). 167 | - [Cross-OS Hypervisor](https://www.mapusoft.com/cross-os-hypervisor/) - Hypervisor used in the military domain (type 1, bare metal). 168 | - [Crudible Embedded Hypervisor](https://starlab.io/crucible-product/) - Hypervisor for defense systems (type 1, bare metal). 169 | - [Jailhouse](https://github.com/siemens/jailhouse) - Linux-based partitioning hypervisor. 170 | - [L4Re Runtime Environment](https://l4re.org/) - Operating system framework built on top of the Fiasco microkernel and providing user-level infrastructure that includes services (program loading, memory management, virtual machine management, etc.). 171 | - [LxWin](https://www.acontis.com/ja/lxwin.html) - (type 1, bare metal). 172 | - [LynxSecure](https://info.lynx.com/products/lynxsecure-programmable-processor-partitioning-system) - Least privilege real-time separation kernel hypervisor (type 1, bare metal). 173 | - [PikeOS](https://www.sysgo.com/products/pikeos-hypervisor) - Currently (Jan 2019) the only hypervisor worldwide that holds a Common Criteria certification EAL 3+ for its separation performance (type 1, bare metal). 174 | - [QNX Hypervisor](https://blackberry.qnx.com/en/products/hypervisor/index) - (type 1, bare metal). 175 | - [RTS Hypervisor](https://www.real-time-systems.com/product-highlights.html) - (type 1, bare metal). 176 | - [Xen Project Hypervisor](https://xenproject.org/) - (type 1, bare metal). 177 | 178 | ## Init systems 179 | 180 | - [dumb-init](https://github.com/Yelp/dumb-init) - A minimal init system for Linux containers. 181 | - [finit](http://troglobit.com/projects/finit/) - Fast init for Linux systems. 182 | - [minit](http://www.fefe.de/minit/) - A small yet feature-complete init. 183 | - [OpenRC](https://github.com/OpenRC/openrc) - Dependency-based init system that works with the system-provided init program. 184 | - [runit](http://smarden.org/runit/) - A UNIX init scheme with service supervision. 185 | - [systemd](https://github.com/systemd/systemd) - The systemd System and Service Manager. 186 | - [upstart](http://upstart.ubuntu.com/) - Event-based init system. 187 | 188 | ## IoT platform integrations 189 | 190 | [2019/2020 there existed approx. 600 IoT platforms.](https://iot-analytics.com/iot-platform-companies-landscape-2020/) "IoT" includes domains like healthcare, industry, etc. 191 | 192 | ## Kernel patches 193 | 194 | - [PREEMPT_RT patch](https://rt.wiki.kernel.org/index.php/Main_Page) - "Controlling a laser with Linux is crazy, but everyone in this room is crazy in his own way. So if you want to use Linux to control an industrial welding laser, I have no problem with you using PREEMPT_RT." -- Linus Torvalds. 195 | 196 | ## Kernel modules 197 | 198 | - [AppArmor](https://www.kernel.org/doc/html/v4.15/admin-guide/LSM/apparmor.html) - Linux Security Module that provides MAC style security extension for the Linux kernel. 199 | - [LoadPin](https://www.kernel.org/doc/html/v4.15/admin-guide/LSM/LoadPin.html) - Linux Security Module that ensures all kernel-loaded files (modules, firmware, etc) all originate from the same filesystem, with the expectation that such a filesystem is backed by a read-only device. 200 | - [SELinux](https://www.kernel.org/doc/html/v4.15/admin-guide/LSM/SELinux.html) - Linux Security Module. 201 | - [SMACK](https://www.kernel.org/doc/html/v4.15/admin-guide/LSM/Smack.html) - Linux Security Module providing mandatory access control that includes simplicity in its primary design goals. 202 | - [TOMOYO](https://www.kernel.org/doc/html/v4.15/admin-guide/LSM/tomoyo.html) - Linux Security Module adding name-based MAC to the Linux kernel. 203 | - [Yama](https://www.kernel.org/doc/html/v4.15/admin-guide/LSM/Yama.html) - Linux Security Module that collects system-wide DAC security protections that are not handled by the core kernel itself. 204 | 205 | ## Kubernetes 206 | 207 | - [Akri](https://github.com/deislabs/akri) - Akri lets you easily expose heterogeneous leaf devices (such as IP cameras and USB devices) as resources in a Kubernetes cluster, while also supporting the exposure of embedded hardware resources such as GPUs and FPGAs. 208 | - [K3s](https://k3s.io/) - The certified Kubernetes distribution built for IoT & Edge computing. 209 | - [microk8s](https://github.com/ubuntu/microk8s) - MicroK8s is a small, fast, single-package Kubernetes for developers, IoT and edge (Ubuntu core/server). 210 | - [minikube](https://github.com/kubernetes/minikube) - minikube implements a local Kubernetes cluster (Linux). 211 | 212 | ## Kubernetes Edge Computing Platforms 213 | 214 | - [Baetyl](https://baetyl.io/en/) - Baetyl, extend cloud computing, data and service seamlessly to edge devices. 215 | - [KubeEdge](https://kubeedge.io/en/) - KubeEdge is built upon Kubernetes and extends native containerized application orchestration and device management to hosts at the Edge. 216 | 217 | ## OTA software updates 218 | 219 | - [HERE OTA Connect](https://www.here.com/products/automotive/ota-technology) - Over-the-air software updates for the automotive industry. 220 | - [libostree](https://ostree.readthedocs.io) - Both a shared library and suite of command line tools that combines a "git-like" model for committing and downloading bootable filesystem trees, along with a layer for deploying them and managing the bootloader configuration. 221 | - [Memfault OTA Firmware Updates](https://memfault.com/ota-firmware-updates/) - OTA Update management for devices running any MCU RTOS, Android or Linux. 222 | - [Mender](https://mender.io/) - Open source client-server update manager. 223 | - [RAUC](https://rauc.io/) - Lightweight update client that runs on your Embedded Linux device and reliably controls the procedure of updating your device with a new firmware revision. 224 | 225 | ## Platforms 226 | 227 | - [RZ/G Linux Platform](https://www.renesas.com/eu/en/products/rzg-linux-platform.html) 228 | 229 | ## Process control systems 230 | 231 | - [daemontools](http://cr.yp.to/daemontools.html) - Collection of tools for managing services. 232 | - [M/Monit](https://mmonit.com/) - Can monitor and manage distributed computer systems (including their processes), conduct automatic maintenance and repair and execute meaningful causal actions in error situations. 233 | - [s6](https://skarnet.org/software/s6/) - Suite of programs to allow process supervision (a.k.a service supervision). 234 | - [Supervisor](http://supervisord.org/) - A client/server system that allows its users to monitor and control a number of processes. 235 | - [watchdogd](https://github.com/troglobit/watchdogd) - Advanced System & Process Supervisor for (embedded) Linux. 236 | 237 | ## SSH servers 238 | 239 | - [dropbear](https://matt.ucc.asn.au/dropbear/dropbear.html) - A relatively small SSH server and client particularly useful for "embedded"-type Linux. 240 | - [sshd](https://www.ssh.com/ssh/sshd/) - Popular OpenSSH server. 241 | - [TinySSH](https://tinyssh.org/) - Minimalistic SSH server which implements only a subset of SSHv2 features. 242 | - [wolfSSH](https://www.wolfssl.com/products/wolfssh/) - Lightweight SSHv2 server library written in ANSI C and targeted for embedded, RTOS, and resource-constrained environments. 243 | 244 | ## Web servers 245 | 246 | - [Apache](http://httpd.apache.org/) - httpd. 247 | - [Barracuda](https://realtimelogic.com/products/barracuda-web-server/) - Optimized for deeply embedded devices in remote-monitoring and control-management applications. 248 | - [Cherokee](http://cherokee-project.com/) - . 249 | - [Hiawatha](https://www.hiawatha-webserver.org/) - An advanced and secure webserver for Unix. 250 | - [lighttpd](https://www.lighttpd.net/) - Designed and optimized for high performance environments and for every server that is suffering load problems. 251 | - [Monkey](http://monkey-project.com/) - Monkey is a lightweight and scalable Web Server with a strong focus on Embedded devices. 252 | - [Mongoose](https://mongoose.ws/) - Embedded web server with a Web UI builder. Provides event-driven non-blocking APIs for TCP, UDP, HTTP, WebSocket, MQTT, and other protocols. 253 | - [nginx](http://nginx.org/) - Web server and reverse proxy server with a strong focus on high concurrency, performance and low memory usage. 254 | - [nostromo](http://www.nazgul.ch/dev_nostromo.html) - nhttpd is a simple, fast and secure HTTP server. 255 | - [sthttpd](https://github.com/blueness/sthttpd) - A simple, small, portable, fast, and secure HTTP server. 256 | 257 | ## Zero configuration networking 258 | 259 | - [Avahi](http://avahi.org/) - Service Discovery for Linux using mDNS/DNS-SD. 260 | - [JmDNS](http://jmdns.sourceforge.net/) - Java implementation of multi-cast DNS and can be used for service registration and discovery in local area networks. 261 | 262 | ## Books 263 | 264 | ### System design 265 | 266 | - [Building Embedded Linux Systems](https://elinux.org/Building_Embedded_Linux_Systems) - [Book website](https://www.oreilly.com/library/view/building-embedded-linux/9780596529680/). 267 | - [Embedded Linux Primer](https://elinux.org/Embedded_Linux_Primer) - [Book website](http://www.embeddedlinuxprimer.com/). 268 | - [Embedded Linux System Design and Development](https://elinux.org/Embedded_Linux_System_Design_and_Development) - [Book website](https://www.crcpress.com/Embedded-Linux-System-Design-and-Development/Raghavan-Lad-Neelakandan/p/book/9780849340581). 269 | - [Linux for Embedded and Real-time Applications](https://www.elsevier.com/books/linux-for-embedded-and-real-time-applications/abbott/978-0-12-811277-9). 270 | - [Pro Linux Embedded Systems](https://www.springer.com/de/book/9781430272274). 271 | 272 | ### System programming 273 | 274 | - [Advanced Programming in the UNIX Environment](http://www.apuebook.com) 275 | - [The Linux Programming Interface](https://elinux.org/The_Linux_Programming_Interface_-_by_Michael_Kerrisk) - [Book website](https://nostarch.com/tlpi), [free only version](http://man7.org/tlpi/). 276 | - [Linux System Programming](https://www.oreilly.com/library/view/linux-system-programming/9781449341527/). 277 | - [Linux Debugging and Performance Tuning: Tips and Tricks](https://elinux.org/Linux_Debugging_and_Performance_Tuning). 278 | 279 | ### Kernel development 280 | 281 | - [Mastering Linux Kernel Development: A kernel developer's reference manual](https://www.packtpub.com/application-development/mastering-linux-kernel-development) 282 | 283 | ### Device driver development 284 | 285 | - [Essential Linux Device Drivers](https://elinux.org/Essential_Linux_Device_Drivers) - [book website](https://www.elinuxdd.com/). 286 | - [Linux Device Drivers](https://elinux.org/Linux_Device_Drivers) - [book website](http://shop.oreilly.com/product/9780596005900.do), [free only version](https://lwn.net/Kernel/LDD3/). 287 | - [Linux Device Drivers Development: Develop customized drivers for embedded Linux](https://www.packtpub.com/networking-and-servers/linux-device-drivers-development). 288 | 289 | ## Presentations 290 | 291 | - Embedded Linux Conference + OpenIoT Summit Europe 2018 [slides](https://events.linuxfoundation.org/events/elc-openiot-europe-2018/program/slides/) / [video playlist](https://www.youtube.com/playlist?list=PLbzoR-pLrL6qThA7SAbhVfuMbjZsJX1CY) 292 | - Embedded Linux Conference + OpenIoT Summit North America 2018 [video playlist](https://www.youtube.com/watch?v=wirx1SwMlbA&list=PLbzoR-pLrL6qAnHzPdrTxwCUWPja5KnOq) 293 | - Embedded Linux Conference + OpenIoT Summit Europe 2017 [video playlist](https://www.youtube.com/playlist?list=PLbzoR-pLrL6pISWAq-1cXP4_UZAyRtesk) 294 | - Embedded Linux Conference + OpenIoT Summit North America 2017 [video playlist](https://www.youtube.com/playlist?list=PLbzoR-pLrL6pSlkQDW7RpnNLuxPq6WVUR) 295 | - Embedded Linux Conference + OpenIoT Summit Europe 2016 [video playlist](https://www.youtube.com/playlist?list=PLbzoR-pLrL6pRFP6SOywVJWdEHlmQE51q) 296 | - Embedded Linux Conference Europe 2015 [video playlist](https://www.youtube.com/playlist?list=PLGeM09tlguZTP9-9nMQNGiT_2PPFay0Cs) 297 | - Embedded Linux Conference North America 2015 [video playlist](https://www.youtube.com/playlist?list=PLGeM09tlguZTPUxEvsQiDgX0XDjfOL6oR) 298 | - Embedded Linux Conference Europe 2014 [slides](https://elinux.org/ELC_Europe_2014_Presentations) 299 | - Embedded Linux Conference North America 2014 video playlist [slides](https://elinux.org/ELC_2014_Presentations) / [video playlist](https://www.youtube.com/playlist?list=PL_xRWvMmKDbLAOMqMDovw-4F9fEYmf15s) 300 | - Embedded Linux Conference Europe 2013 [slides](https://elinux.org/ELC_Europe_2013_Presentations) / [video playlist](https://www.youtube.com/playlist?list=PLbzoR-pLrL6oxnDyb7IvnNOOBur7z_8tE) 301 | - Embedded Linux Conference North America 2013 [video playlist](https://www.youtube.com/playlist?list=PLbzoR-pLrL6reuY8eZ9S1PRofvdp9O16w) 302 | - Embedded Linux Conference Europe 2012 [slides](https://elinux.org/ELC_Europe_2012_Presentations) 303 | - Embedded Linux Conference North America 2012 [slides](https://elinux.org/ELC_2012_Presentations) 304 | - Embedded Linux Conference Europe 2011 [slides](https://elinux.org/ELC_Europe_2011_Presentations) 305 | - Embedded Linux Conference North America 2011 [slides](https://elinux.org/ELC_2011_Presentations) 306 | - Embedded Linux Conference Europe 2010 [slides](https://elinux.org/ELC_Europe_2010_Presentations) 307 | - Embedded Linux Conference North America 2010 [slides](https://elinux.org/ELC_2010_Presentations) 308 | - Embedded Linux Conference Europe 2009 [slides](https://elinux.org/ELC_Europe_2009_Presentations) 309 | - Embedded Linux Conference North America 2009 [slides](https://elinux.org/ELC_2009_Presentations) 310 | - Embedded Linux Conference Europe 2008 [slides](https://elinux.org/ELC_Europe_2008_Presentations) 311 | - Embedded Linux Conference North America 2008 [slides](https://elinux.org/ELC_2008_Presentations) 312 | - Embedded Linux Conference Europe 2007 [slides](https://elinux.org/ELC_Europe_2007_Presentations) 313 | - Embedded Linux Conference North America 2007 [slides](https://elinux.org/ELC_2007_Presentations) 314 | - Embedded Linux Conference 2006 [slides](https://elinux.org/ELC_2006_Presentations) 315 | 316 | ## Trainings 317 | 318 | ### System 319 | 320 | - [Embedded Android (2net)](http://www.2net.co.uk/training/embedded-android). 321 | - [Embedded Android + Automotive (2net)](http://www.2net.co.uk/training/embedded-android-automotive). 322 | - [Embedded Linux Trainging (bootlin)](https://bootlin.com/training/embedded-linux/) - Free slides and lab material, paid sessions. 323 | - [Linux Basics (Linutronix)](https://linutronix.de/en/schulung/linux_anfaenger.php) - From Bootloader to System. 324 | - [Mastering embedded Linux (2net)](http://www.2net.co.uk/training/fast-track-to-embedded-linux). 325 | 326 | ### Build systems 327 | 328 | - [Debian Distribution (Linutronix)](https://linutronix.de/en/schulung/debian_distro.php) - An introduction to ELBE. 329 | - [Embedded Linux development with Buildroot training (bootlin)](https://bootlin.com/training/buildroot/) - Free slides and lab material, paid sessions. 330 | - [Mastering Yocto Project (2net)](http://www.2net.co.uk/training/yocto-project). 331 | - [Yocto (Linutronix)](https://linutronix.de/en/schulung/yocto.php) - An introduction to Yocto. 332 | - [Yocto Project and OpenEmbedded development training (bootlin)](https://bootlin.com/training/yocto/) - Free slides and lab material, paid sessions. 333 | 334 | ### System programming 335 | 336 | - [System programming for embedded Linux (2net)](http://www.2net.co.uk/training/system-programming-linux). 337 | 338 | ### Kernel and device driver development 339 | 340 | - [Embedded Linux device drivers (2net)](http://www.2net.co.uk/training/embedded-linux-device-drivers). 341 | - [Linux kernel and driver development training (bootlin)](https://bootlin.com/training/kernel/) - Free slides and lab material, paid sessions. 342 | 343 | ### Security 344 | 345 | - [Security (Linutronix)](https://linutronix.de/en/schulung/security.php) - Embedded security. 346 | 347 | ### Misc 348 | 349 | - [Displaying and rendering graphics with Linux (bootlin)](https://bootlin.com/training/graphics/) - Free slides and lab material, paid sessions. 350 | - [Fastboot (Linutronix)](https://linutronix.de/en/schulung/fastboot.php) - Boot Linux within One Second. 351 | - [Linux Advanced (Linutronix)](https://linutronix.de/en/schulung/linux_advanced.php) - Scheduling mechanisms, real-time, multicore, CPU isolation, IPC development, best practices of application development. 352 | - [Realtime (Linutronix)](https://linutronix.de/en/schulung/realtime_and_more.php) - Linux and Realtime (Preempt-RT). 353 | - [Tracing & Debug (Linutronix)](https://linutronix.de/en/schulung/tracing_and_more.php) - Detailed insight into the Linux Tracing Infrastructure and its powerful features. 354 | 355 | ## Related awesome lists 356 | 357 | - [awesome-edge-ai](https://github.com/rcmalli/awesome-edge-ai) 358 | - [awesome-edge-computing](https://github.com/qijianpeng/awesome-edge-computing) 359 | - [Awesome Edge Intelligence](https://github.com/YanLu-nyu/Awesome-Edge-Intelligence) 360 | - [awesome-edge-machine-learning](https://github.com/Bisonai/awesome-edge-machine-learning) 361 | - [awesome-ubuntu-core](https://github.com/fkromer/awesome-ubuntu-core) 362 | - [awesome-yocto-project](https://github.com/fkromer/awesome-yocto-project) 363 | 364 | ## License 365 | 366 | [![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/) 367 | --------------------------------------------------------------------------------