From 8998b318eda54cfc3467a93b6fbc3344a2718fd4 Mon Sep 17 00:00:00 2001 From: fridenzhang Date: Thu, 28 Aug 2025 21:45:05 +0800 Subject: [PATCH] chore(doc): add Raspberry Pi 5 build guide --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 7bde87be..936ca440 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,25 @@ $ make aarch64 BSP=raspi4 RELEASE=1 --- +## Raspberry Pi 5 (AArch64) + +### Compile + +Specify `Release=1`. + +```text +$ make aarch64 BSP=raspi5 RELEASE=1 +``` + +### Boot + +- Serial + - port: GPIO 14 (Tx) and 15 (Rx) + - 8N1: eight data bits, no parity, one stop bit + - Speed: 115200 + +--- + ## RISC-V (64bit, Qemu) ### Compile