Skip to content

Instantly share code, notes, and snippets.

View Algorithm0's full-sized avatar
:atom:
I comprehend new

Sergey Algorithm0

:atom:
I comprehend new
View GitHub Profile
@Algorithm0
Algorithm0 / Debootstrap Debian Arm64 OS for Raspberry Pi 5.md
Last active November 28, 2024 01:51 — forked from G-UK/Debootstrap Debian Arm64 OS for Raspberry Pi 3 & 4.md
Build Debian OS for the Raspberry Pi using Debootstrap

Introduction

The objective of these instructions is to create a complete Arm64 OS using Debian Debootstrap and RPI-Update for use on the Raspberry Pi 5.

Prerequisites:

  • An existing Debian/Raspbian/Fedora/Ubuntu system (any architecture will do) - host
  • An empty SD/USB/NVME formatted as per a standard Raspbian installation mounted to /mnt/sd on the build system
    • 1st Partition 0-512MB = FAT32 (Mount to /mnt/sd/boot/firmware)
    • 2nd Partition 512MB+ = EXT4 (Mount to /mnt/sd)

My way of getting sections