Raspberry Pi 2 Model B

Hardware

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.

Microcontroller

BCM2836

Frequency

900MHz

Flash

1GB

RAM

1GB

Vendor

Raspberry Pi

Configuration

Please use raspberrypi_2b ID for board option in “platformio.ini” (Project Configuration File):

[env:raspberrypi_2b]
platform = linux_arm
board = raspberrypi_2b

You can override default Raspberry Pi 2 Model B settings per build environment using board_*** option, where *** is a JSON object path from board manifest raspberrypi_2b.json. For example, board_build.mcu, board_build.f_cpu, etc.

[env:raspberrypi_2b]
platform = linux_arm
board = raspberrypi_2b

; change microcontroller
board_build.mcu = bcm2836

; change MCU frequency
board_build.f_cpu = 900000000L

Debugging

Debugging currently does not support Raspberry Pi 2 Model B board.

Frameworks

Name

Description

WiringPi

WiringPi is a PIN based GPIO access library written in C for the BCM2835, BCM2836 and BCM2837 SoC devices used in all Raspberry Pi