# bztsrc/raspi3-tutorial

Bare metal Raspberry Pi 3 tutorials

Repository: https://github.com/bztsrc/raspi3-tutorial
Canonical: https://ross.abutalabs.com/products/raspi3-tutorial
Language: C
License: MIT
License Family: permissive
Last push: 2024-06-21T03:57:23+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3163, "days_push": 803, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3039, forks 352 (observed 2026-08-28T04:07:39.220545+00:00)

## What it is
A tutorial series with C example code for bare metal programming on the 64-bit Raspberry Pi 3, covering hardware interfacing like serial console, framebuffer, and MMIO. It targets hobby OS developers and explicitly excludes OS theory topics like memory management or multitasking.

## Use cases
- learn bare metal programming on raspberry pi 3
- write a freestanding C program for ARM64 hardware
- get started with hobby OS development on raspberry pi
- learn how to use MMIO and the serial console on raspberry pi
- draw to the framebuffer on raspberry pi without an OS
- set up a cross-compiler for bare metal ARM development

## When to choose
- you want hands-on examples of interfacing with Raspberry Pi 3 hardware in C
- you are new to bare metal or hobby OS development on 64-bit ARM
- you want to learn serial I/O, framebuffer graphics, and hardware peripherals without an OS

## When to avoid
- you want a full guide to OS theory like memory management, VFS, or multitasking
- you need 32-bit Raspberry Pi tutorials or C++ with a runtime library
- you need production-ready OS code rather than educational examples

## Facets
- artifact type: learning-resource
- maturity: stable
- function: developer-tools, embedded
- domain: embedded-systems, operating-systems, tutorials, hardware
- platform: embedded, cpp
- tags: bare-metal, raspberry-pi, arm64, osdev, tutorial, mmio, freestanding-c, linux

## Member repositories
- bztsrc/raspi3-tutorial (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:39.220545+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:29:15.594762+00:00, confidence not recorded.
  - readme: https://github.com/bztsrc/raspi3-tutorial (fetched 2026-08-28T04:07:39.220545+00:00, sha 57b7f6219043)
- Data as of 2026-08-30T08:39:29.467469+00:00.
