6 个仓库
Builds software for 32-bit ARM Linux targets using system-installed toolchains and configurable sysroot paths.
Distinct from Linux Installation Packages: Distinct from Linux Installation Packages: focuses on the cross-compilation build process for ARM targets rather than native installation packages.
Explore 6 awesome GitHub repositories matching operating systems & systems programming · ARM Linux Cross-Compilation. Refine with filters or upvote what's useful.
F Prime 是一个基于组件的框架,专为嵌入式和航天软件的开发与部署而设计。它提供了一种模块化架构,将软件逻辑与通信接口解耦,允许开发者通过领域特定建模语言定义系统结构。这种基于模型的方法支持自动化代码生成,在确保复杂系统拓扑一致性的同时,维护了软件模块之间严格的接口契约。 该框架的特色在于其集成的构建系统和地面数据操作套件。它实现了嵌入式软件全生命周期的自动化,从交叉编译和依赖管理到遥测与命令接口的生成。通过为机载飞行软件和地面监控提供统一的环境,它促进了跨不同硬件平台的分布式嵌入式系统的无缝集成、测试及指挥控制。 除了核心架构外,该项目还包含用于系统可观测性的综合工具,包括实时遥测可视化、事件日志记录和诊断追踪。它支持从裸机环境到实时操作系统的多种部署场景,并提供了内存管理、状态驱动行为建模和异步任务执行机制。 该项目以 C++ 仓库形式维护,并提供详尽的文档和支持跨平台开发的构建系统。
Builds software for 32-bit ARM Linux targets using system-installed toolchains and configurable sysroot paths.
Anbox 是一个 Android 容器环境和运行时,旨在在 Linux 桌面执行 Android 应用程序。它利用基于容器的系统来运行 Android 操作系统,而无需传统硬件虚拟化带来的开销。 该系统具有一个硬件抽象层,通过宿主守护进程路由硬件访问和传感器数据,以提供加速渲染。它通过将单个 Android 应用程序层映射到单独的窗口来与 Linux 桌面集成,允许应用程序作为独立的桌面应用程序运行。 该项目支持引导自定义 Android 镜像以定义系统根文件系统,并提供通过调试桥侧载和管理应用程序包的工作流。它包括一个会话管理器来协调应用程序组件的生命周期和启动。
Maps Android application windows directly onto a Linux desktop environment.
xrdp is an open-source implementation of the Remote Desktop Protocol (RDP) that enables users to establish a remote graphical desktop session to a Linux machine. It provides a standard RDP connection to a Linux desktop, allowing clients to access and interact with the remote system's graphical interface. The project supports a wide range of platforms beyond standard x86 and ARM Linux environments, including macOS, FreeBSD, and other UNIX-like systems. It offers extensive configuration options for remote display management, such as matching the client display to the server screen, dynamic resi
Provides primary runtime support for x86 and ARM Linux platforms.
This project is an Android container runtime that enables the deployment of GPU-accelerated Android instances on Linux hosts across multiple hardware architectures. It provides a cloud-based environment for virtualized Android devices, functioning as a containerized implementation of the Android operating system to support scalable device instances. The system distinguishes itself through a cross-architecture runtime capable of executing ARM-based Android applications on x86 hardware via binary translation layers. It further utilizes host GPU resources to provide high-performance graphics ren
Enables the execution of ARM-based Android applications on x86 hardware via binary translation layers.
unidbg 是一个用于在宿主机上模拟和调试 ARM32 和 ARM64 原生二进制文件的框架。它充当 Android 和 iOS 二进制调试器和原生库模拟器,允许在无需物理硬件的情况下执行原生代码。 该项目通过原生函数 Hook 框架和模型上下文协议 (MCP) 调试工具脱颖而出,该工具将模拟器状态暴露给 AI 助手以进行自动化二进制分析。它还包括一个专门的内存分析器,用于跟踪访客端分配并识别原生二进制文件中的泄漏。 该工具集涵盖了多个功能领域,包括原生代码逆向工程、指令级执行跟踪和 JNI 桥接模拟。它通过内存读/写日志和控制台调试器提供可观测性,同时利用线程安全的模拟器池来减少初始化开销。
Executes ARM-based Android native binaries on host architectures for testing and analysis.
embedded-notes 是一系列专注于嵌入式 Linux、Linux 内核内部机制和 C 语言编程的技术学习指南和开发笔记。它既是嵌入式系统开发的参考资料,也是该领域技术面试的备考资源。 该项目提供了关于编写设备驱动程序、管理虚拟内存以及理解内核内部机制的详细文档。它还包括关于 MQTT 和 TCP/IP 等物联网网络协议的指南,并概述了芯片架构和硬件外设的架构细节。 这些资料涵盖了广泛的系统编程领域,包括手动内存管理、进程生命周期管理以及实时操作系统概念的实现。它还包括低级工具的参考资料,例如 ARM 交叉编译、二进制分析以及用于构建自动化的 Shell 脚本。
Provides a comprehensive guide to cross-compiling software for 32-bit ARM Linux targets.