Linux ARM¶
- Registry
https://registry.platformio.org/platforms/platformio/linux_arm
- Configuration
platform =
linux_arm
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.
For more detailed information please visit vendor site.
Examples¶
Examples are listed from Linux ARM development platform repository:
Stable and upstream versions¶
You can switch between stable releases of Linux ARM development platform and the latest upstream version using platform option in “platformio.ini” (Project Configuration File) as described below.
Stable¶
; Latest stable version
[env:latest_stable]
platform = linux_arm
; Custom stable version
[env:custom_stable]
platform = linux_arm@x.y.z
Upstream¶
[env:upstream_develop]
platform = https://github.com/platformio/platform-linux_arm.git
Packages¶
Name |
Description |
---|---|
WiringPi is a PIN based GPIO access library written in C for the BCM2835, BCM2836 and BCM2837 SoC devices used in all Raspberry Pi |
|
GCC Toolchain for Linux ARM GNU EABI |
Frameworks¶
Name |
Description |
---|---|
WiringPi is a GPIO access library written in C for the BCM2835 used in the Raspberry Pi. It’s designed to be familiar to people who have used the Arduino ‘wiring’ system |
Boards¶
Note
You can list pre-configured boards by pio boards command
For more detailed
board
information please scroll the tables below by horizontally.
Raspberry Pi¶
Name |
Debug |
MCU |
Frequency |
Flash |
RAM |
---|---|---|---|---|---|
No |
BCM2835 |
700MHz |
512MB |
512MB |
|
No |
BCM2836 |
900MHz |
1GB |
1GB |
|
No |
BCM2837 |
1200MHz |
1GB |
1GB |
|
No |
BCM2835 |
1000MHz |
512MB |
512MB |