# platform-linux_arm **Repository Path**: mirrors_platformio/platform-linux_arm ## Basic Information - **Project Name**: platform-linux_arm - **Description**: Linux ARM: development platform for PlatformIO - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux ARM: development platform for [PlatformIO](https://platformio.org) Linux ARM is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution. Using host OS (Mac OS X, Linux ARM) you can build native application for Linux ARM platform. * [Home](https://registry.platformio.org/platforms/platformio/linux_arm) (home page in the PlatformIO Registry) * [Documentation](https://docs.platformio.org/page/platforms/linux_arm.html) (advanced usage, packages, boards, frameworks, etc.) # Usage 1. [Install PlatformIO](https://platformio.org) 2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file: ## Stable version ```ini [env:stable] platform = linux_arm board = ... ... ``` ## Development version ```ini [env:development] platform = https://github.com/platformio/platform-linux_arm.git board = ... ... ``` # Configuration Please navigate to [documentation](https://docs.platformio.org/page/platforms/linux_arm.html).