awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dusty-nv/jetson-inferenceالصورة الرمزية لـ dusty-nv

    dusty-nv/jetson-inference

    8,734عرض على 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
    عرض على GitHub↗8,734
  • sulinggg/openwrt-rpiالصورة الرمزية لـ SuLingGG

    SuLingGG/OpenWrt-Rpi

    6,354عرض على 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
    عرض على GitHub↗6,354
  • nvidia/isaac-gr00tالصورة الرمزية لـ NVIDIA

    NVIDIA/Isaac-GR00T

    6,222عرض على GitHub↗

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

    Jupyter Notebook
    عرض على GitHub↗6,222
  • raspberrypi/documentationالصورة الرمزية لـ raspberrypi

    raspberrypi/documentation

    5,575عرض على 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
    عرض على GitHub↗5,575
  • stupidloud/nanopi-openwrtالصورة الرمزية لـ stupidloud

    stupidloud/nanopi-openwrt

    5,536عرض على GitHub↗

    هذا المشروع عبارة عن نظام بناء برامج ثابتة OpenWrt وأداة بناء Linux مضمنة مصممة لإنشاء صور برامج ثابتة مخصصة لأجهزة التوجيه لأجهزة NanoPi. يعمل كمجموعة تخصيص لنظام تشغيل الشبكة، ويوفر بيئة منظمة لتجميع صور نظام التشغيل المصممة خصيصًا التي تدمج برامج تشغيل وحزم وتحسينات نواة محددة. يتميز النظام بضبط الأجهزة والأداء العميق، بما في ذلك تفريغ التدفق في مساحة النواة لتسريع حركة المرور وموازنة مقاطعة المعالجة المتعددة المتماثلة لمنع اختناقات المعالجة أحادية النواة. يتيح تكامل الأجهزة المتخصصة مثل دعم محول USB اللاسلكي لنطاقات 5G، والتحكم في مروحة التبريد، وتحسين سرعة ساعة وحدة المعالجة المركزية لفتح حدود تردد الأجهزة. تغطي عملية البناء مجموعة واسعة من الإمكانيات، بما في ذلك تكامل التصحيح المخصص، وتوسيع القسم التلقائي، وتجميع البرامج المثبتة مسبقًا لخدمات الشبكة المنزلية. ويدعم وظائف إدارة الشبكة مثل تكوين DNS، ونفق VPN، وحظر الإعلانات، ودعم الحاويات لتشغيل التطبيقات على الأجهزة المضمنة. يستخدم المشروع نصوص shell لأتمتة توليد صور البرامج الثابتة وإدارة تحديثات النظام.

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

    Shellnanopiopenwrtr1s
    عرض على GitHub↗5,536
  • michielderhaeg/build-linuxالصورة الرمزية لـ MichielDerhaeg

    MichielDerhaeg/build-linux

    5,287عرض على 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
    عرض على GitHub↗5,287
  • armbian/buildالصورة الرمزية لـ armbian

    armbian/build

    5,110عرض على 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
    عرض على GitHub↗5,110
  • openwrt/packagesالصورة الرمزية لـ openwrt

    openwrt/packages

    4,532عرض على GitHub↗

    هذا المشروع عبارة عن نظام بناء تجميع متقاطع ومستودع برمجيات لنظام التشغيل OpenWrt. يوفر مجموعة منسقة من حزم البرمجيات التي يحتفظ بها المجتمع، وسكربتات البناء، وتعريفات التطبيقات المستخدمة لتجميع مكتبات وأدوات الطرف الثالث لهندسات أجهزة مستهدفة محددة. يعمل النظام كخلاصة برمجيات Linux مضمنة، ويستخدم سير عمل تجميع متقاطع لتحويل الكود المصدري الخارجي إلى ملفات ثنائية متوافقة. يتضمن توزيعة لأدوات الشبكة، مثل خوادم DNS وVPNs، المصممة لبيئات أجهزة التوجيه والأجهزة محدودة الموارد. تغطي إمكانيات البناء مجموعة واسعة من فئات البرمجيات، بما في ذلك أدوات النظام، ومكتبات C وC++ الخارجية، وخدمات البريد، وتطبيقات الوسائط المتعددة لمعالجة الصوت والفيديو والصور. يتم دمج هذه المكونات في إضافات برمجية ثابتة مخصصة عبر نظام نمطي من تعريفات الحزم والتصحيحات.

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

    Makefilehacktoberfest
    عرض على GitHub↗4,532
  • ophub/fnnasالصورة الرمزية لـ ophub

    ophub/fnnas

    2,661عرض على 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
    عرض على GitHub↗2,661
  • plexinc/plex-media-playerالصورة الرمزية لـ plexinc

    plexinc/plex-media-player

    1,210عرض على 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++
    عرض على GitHub↗1,210
  • xavierberger/rpi-monitorالصورة الرمزية لـ XavierBerger

    XavierBerger/RPi-Monitor

    1,206عرض على GitHub↗

    RPi-Monitor هو مجموعة مراقبة مصممة لبيئات Linux المضمنة وأجهزة الكمبيوتر ذات اللوحة الواحدة. يوفر إطار عمل لجمع بيانات القياس عن بُعد للأجهزة في الوقت الفعلي، وتتبع مقاييس أداء النظام، وتصور البيانات من خلال لوحة تحكم مستندة إلى الويب. تم بناء النظام للتعامل مع استمرارية البيانات على المدى الطويل باستخدام قواعد بيانات دائرية ذات حجم ثابت، مما يضمن الاحتفاظ بالسجلات التاريخية دون تجاوز سعة التخزين. يتميز المشروع بتركيزه على تكامل الأجهزة المضمنة والنشر المرن. ويدعم مراقبة المستشعرات الفيزيائية الخارجية ويمكن نشره داخل بيئات الحاويات أو دمجه مباشرة في توزيعات Linux المضمنة المخصصة عبر وصفات البناء. لاستيعاب أنظمة الملفات المقيدة أو المتقلبة، يتضمن البرنامج وضع تشغيل للقراءة فقط، بينما تسمح معمارية الإضافات النمطية الخاصة به بإضافة نصوص برمجية مخصصة وشاشات أجهزة خارجية. بعيداً عن المراقبة المحلية، يعمل النظام كوكيل للبنية التحتية للشبكة الأوسع من خلال عرض بيانات القياس عن بُعد عبر بروتوكولات موحدة ونقاط نهاية JSON. ويتضمن محرك تنبيه قائم على العتبة لتشغيل الإشعارات عندما ينحرف الأداء عن المعلمات المحددة، ويفرض الأمان من خلال المصادقة وتكامل الوكيل العكسي لإدارة الوصول عن بُعد إلى لوحة التحكم.

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

    JavaScriptembedded-devicesembedded-servermonitoring
    عرض على 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

استكشف الوسوم الفرعية

  • 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.