/raspi_serialnumber

example C code to retrieve the Raspberry Pi Serial Number

Primary LanguageCMIT LicenseMIT

Raspberry Pi Serial Number

This repository contains example C code to retrieve the Raspberry Pi Serial Number

serialnumber_cpuinfo.c

Read the serial number from /proc/cpuinfo

serialnumber_mailbox.c

Get the serial number using the Raspberry Pi Mailbox interface

serialnumber_vcgencmd.c

Get the serial number using libbcm_host

build

cd raspi_serialnumber
mkdir build
cd build
cmake ..
make