Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading