diff --git a/README.md b/README.md index 7bde87be4..936ca4401 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