Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 637 Bytes

Readme.md

File metadata and controls

26 lines (13 loc) · 637 Bytes

RaspberrypiMailbox

An rust interface of the mailbox a low level feature of the RaspberryPi single board computer. Mailbox interface is a communication channnel between the ARM and the VideoCore firmware.

Acknowledgment

This project use Terminus-IMRC/mailbox as a reference and a implementation.

Build

Build for the target arm-unknown-linux-gnueabihf like below:

$ cargo build --target=arm-unknown-linux-gnueabihf

Link