awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 repository-uri

Awesome GitHub RepositoriesEmbedded Linux Distribution Building

Creating specialized, production-ready Linux distributions for embedded hardware targets.

Distinct from Linux Build Targets: Focuses on the creation of the entire OS distribution for embedded use, not just build targets for software.

Explore 11 awesome GitHub repositories matching operating systems & systems programming · Embedded Linux Distribution Building. Refine with filters or upvote what's useful.

Awesome Embedded Linux Distribution Building GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • dusty-nv/jetson-inferenceAvatar dusty-nv

    dusty-nv/jetson-inference

    8,734Vezi pe GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    Creates production-ready, secure embedded Linux distributions using validated recipes and reference images.

    C++caffecomputer-visiondeep-learning
    Vezi pe GitHub↗8,734
  • sulinggg/openwrt-rpiAvatar SuLingGG

    SuLingGG/OpenWrt-Rpi

    6,354Vezi pe GitHub↗

    OpenWrt-Rpi is a firmware builder and embedded Linux build toolset designed to compile custom router operating system images for Raspberry Pi and NanoPi hardware. It utilizes a GitHub Actions CI pipeline to automate the generation of fresh firmware images from the latest source code via daily updates. The project maintains a custom package repository and local software sources for managing community plugins and kernel modules. This infrastructure is used to ensure version consistency and prevent dependency conflicts during the installation of network drivers and system extensions. The build

    Provides a toolset for creating specialized, production-ready Linux distributions for embedded ARM and x86 hardware.

    Shellg-dockgithub-actionsnanopi-r2s
    Vezi pe GitHub↗6,354
  • nvidia/isaac-gr00tAvatar NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Vezi pe GitHub↗

    Builds reproducible, optimized embedded Linux distributions using Yocto Project recipes validated for Jetson hardware.

    Jupyter Notebook
    Vezi pe GitHub↗6,222
  • raspberrypi/documentationAvatar raspberrypi

    raspberrypi/documentation

    5,575Vezi pe GitHub↗

    This is the official documentation repository for Raspberry Pi hardware and software. It covers the complete range of Raspberry Pi single-board computers, the RP-series microcontrollers, and the Raspberry Pi operating system. The documentation provides reference material for setting up devices, configuring hardware, and using the system for tasks including AI inference, camera and video capture, embedded development, and remote access. The documentation covers the full boot chain from the GPU firmware and EEPROM bootloader through to kernel loading, with detailed guidance on boot configuratio

    Provides guides for building custom kernels, configuring bootloaders, and managing device tree overlays on Raspberry Pi.

    Pythonasciidocdocumentationraspberry-pi
    Vezi pe GitHub↗5,575
  • stupidloud/nanopi-openwrtAvatar stupidloud

    stupidloud/nanopi-openwrt

    5,536Vezi pe GitHub↗

    Acest proiect este un sistem de build pentru firmware OpenWrt și un instrument de build pentru Linux embedded conceput pentru a crea imagini de firmware personalizate pentru routere pentru hardware-ul NanoPi. Funcționează ca un kit de personalizare a OS-ului de rețea, oferind un mediu structurat pentru compilarea imaginilor de sistem de operare adaptate care integrează drivere, pachete și optimizări de kernel specifice. Sistemul se distinge prin tuning-ul hardware și de performanță profund, inclusiv offloading-ul de flux în kernel-space pentru accelerarea traficului și echilibrarea întreruperilor de multiprocesare simetrică pentru a preveni blocajele de procesare pe un singur nucleu. Permite integrarea hardware specializată, cum ar fi suportul pentru adaptoare wireless USB pentru benzi 5G, controlul ventilatoarelor de răcire și optimizarea vitezei ceasului CPU pentru a debloca limitele de frecvență hardware. Procesul de build acoperă o gamă largă de capabilități, inclusiv integrarea de patch-uri personalizate, extinderea automată a partițiilor și gruparea software-ului preinstalat pentru servicii de rețea acasă. Suportă funcții de gestionare a rețelei, cum ar fi configurarea DNS, tunelarea VPN, blocarea reclamelor și suportul pentru containere pentru rularea aplicațiilor pe hardware embedded. Proiectul utilizează scripturi shell pentru a automatiza generarea imaginilor de firmware și a gestiona actualizările de sistem.

    Provides a comprehensive system for building production-ready Linux distributions tailored for embedded ARM networking hardware.

    Shellnanopiopenwrtr1s
    Vezi pe GitHub↗5,536
  • michielderhaeg/build-linuxAvatar MichielDerhaeg

    MichielDerhaeg/build-linux

    5,287Vezi pe GitHub↗

    Build Linux is a toolset for assembling a custom Linux distribution entirely from source code, automating the process described by Linux From Scratch. It compiles every system component from upstream source, giving the builder full control over included packages and configuration. The build process relies on a Makefile-driven orchestration that coordinates the entire sequence, using script-defined package recipes for each component. It employs chroot isolation to keep build artifacts separate from the host, and follows a stage-wise bootstrapping approach that first builds a minimal set of tem

    Creates small, optimized Linux systems suitable for resource-constrained or embedded environments.

    Shellbusyboxkerneltutorial
    Vezi pe GitHub↗5,287
  • armbian/buildAvatar armbian

    armbian/build

    5,110Vezi pe GitHub↗

    This repository is the Armbian build framework — an embedded Linux build system for generating custom operating system images tailored to single-board computers, primarily targeting ARM and RISC-V architectures. The build process is orchestrated by GNU Makefiles and relies on a chroot-based environment to assemble the root filesystem, manage cross-compilation toolchains, and aggregate binary firmware blobs for hardware compatibility. Kernel and bootloader source trees are fetched via git, with structured patches applied in a controlled sequence, while each supported board is described by a ded

    Creates custom embedded Linux distributions with kernel, bootloader, and filesystem for ARM/ARM64 boards.

    Shellaarch64armdebian
    Vezi pe GitHub↗5,110
  • openwrt/packagesAvatar openwrt

    openwrt/packages

    4,532Vezi pe GitHub↗

    Acest proiect este un sistem de build cross-compilation și un repository software pentru sistemul de operare OpenWrt. Oferă o colecție curată de pachete software întreținute de comunitate, scripturi de build și definiții de aplicații utilizate pentru a compila biblioteci și utilitare terțe pentru arhitecturi hardware țintă specifice. Sistemul funcționează ca un feed de software Linux embedded, utilizând un workflow de cross-compilation pentru a converti codul sursă extern în binare compatibile. Include o distribuție de instrumente de rețea, cum ar fi servere DNS și VPN-uri, adaptate pentru medii bazate pe routere și dispozitive cu resurse limitate. Capabilitățile de build acoperă o gamă largă de categorii software, inclusiv utilitare de sistem, biblioteci C și C++ externe, servicii de mail și aplicații multimedia pentru procesarea audio, video și imagine. Aceste componente sunt integrate în extensii de firmware personalizate printr-un sistem modular de definiții de pachete și patch-uri.

    Functions as an embedded Linux software feed providing a curated collection of application definitions and patches.

    Makefilehacktoberfest
    Vezi pe GitHub↗4,532
  • ophub/fnnasAvatar ophub

    ophub/fnnas

    2,661Vezi pe GitHub↗

    fnnas is a Debian-based network attached storage operating system and deployment framework designed to transform x86 and Arm64 hardware into private storage servers. It provides a custom operating system image builder and a kernel compilation tool for building and packaging specific kernels and device tree blobs for various hardware platforms. The project includes a hardware-specific deployer that maps device models to required bootloaders and kernel tags. It features an eMMC backup and recovery tool to save factory system images from internal storage and restore them to revert system changes

    Creates specialized Linux distributions for embedded hardware targets with configurable filesystem sizes.

    Shella311dallwinneramlogic
    Vezi pe GitHub↗2,661
  • plexinc/plex-media-playerAvatar plexinc

    plexinc/plex-media-player

    1,210Vezi pe GitHub↗

    Plex Media Player is a client application designed for streaming and playing audio and video content from remote media servers. It functions as a home theater interface, providing a graphical environment optimized for large-screen displays and remote control navigation. The software is built to operate across various desktop operating systems and can be deployed as part of custom embedded Linux media systems. The application utilizes a high-performance media playback engine based on a command-line media player core, which offloads video decoding to hardware to support high-resolution content.

    Generates optimized, minimal Linux operating system images for dedicated media playback hardware.

    C++
    Vezi pe GitHub↗1,210
  • xavierberger/rpi-monitorAvatar XavierBerger

    XavierBerger/RPi-Monitor

    1,206Vezi pe GitHub↗

    RPi-Monitor este o suită de monitorizare concepută pentru medii Linux embedded și computere cu o singură placă (SBC). Oferă un framework pentru colectarea telemetriei hardware în timp real, urmărirea metricilor de performanță a sistemului și vizualizarea datelor printr-un dashboard web. Sistemul este construit pentru a gestiona persistența datelor pe termen lung prin utilizarea bazelor de date round-robin cu dimensiune fixă, asigurând menținerea înregistrărilor istorice fără a depăși capacitatea de stocare. Proiectul se distinge prin accentul pus pe integrarea hardware-ului embedded și deployment-ul flexibil. Suportă monitorizarea senzorilor fizici externi și poate fi implementat în medii containerizate sau integrat direct în distribuții Linux embedded personalizate prin rețete de build. Pentru a acomoda sistemele de fișiere restricționate sau volatile, software-ul include un mod de operare read-only, în timp ce arhitectura sa modulară de plugin-uri permite adăugarea de scripturi personalizate și afișaje hardware externe. Dincolo de monitorizarea locală, sistemul funcționează ca un agent pentru infrastructura de rețea mai largă, expunând datele de telemetrie prin protocoale standardizate și endpoint-uri JSON. Include un motor de alertare bazat pe praguri pentru a declanșa notificări atunci când performanța deviază de la parametrii definiți și impune securitatea prin autentificare și integrare cu reverse proxy pentru a gestiona accesul la distanță la dashboard.

    Integrates monitoring tools directly into custom operating system builds using build recipes and layers.

    JavaScriptembedded-devicesembedded-servermonitoring
    Vezi pe GitHub↗1,206
  1. Home
  2. Operating Systems & Systems Programming
  3. Platform Development and Integration
  4. Platform SDKs
  5. Linux SDKs
  6. Linux Build Targets
  7. Embedded Linux Distribution Building

Explorează sub-etichetele

  • Raspberry Pi Kernel and Bootloader GuidesGuides for building custom kernels, configuring bootloaders, and managing device tree overlays on Raspberry Pi. **Distinct from Embedded Linux Distribution Building:** Distinct from Embedded Linux Distribution Building: focuses on Raspberry Pi-specific kernel, bootloader, and device tree guides, not general embedded distribution creation.
  • Software FeedsCurated repositories of package definitions and patches used to assemble embedded Linux distributions. **Distinct from Embedded Linux Distribution Building:** Distinct from Embedded Linux Distribution Building: focuses on the source of package definitions (the feed) rather than the process of building the final OS image.