Skip to content

Commit 8af6074

Browse files
committed
Add BPi-R4 to list of supported boards
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 099d3f6 commit 8af6074

3 files changed

Lines changed: 39 additions & 1 deletion

File tree

_posts/2024-08-13-router-boards.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Infix Compatible Boards
33
author: troglobit
44
date: 2024-08-13 10:06:42 +0100
5-
last_modified_at: 2026-03-08 10:00:00 +0100
5+
last_modified_at: 2026-04-12 10:00:00 +0100
66
categories: [showcase]
77
tags: [boards]
88
pin: true
@@ -24,6 +24,7 @@ been known to work, but have not been updated or tested continuously.
2424
|-----------------------------------------------------|----------|-----------|----------------------------|
2525
| [Banana Pi BPi-R3](#banana-pi-bpi-r3) | Aarch64 | v25.09 | |
2626
| [Banana Pi BPi-R3 Mini](#banana-pi-bpi-r3-mini) | Aarch64 | v26.02 | |
27+
| [Banana Pi BPi-R4](#banana-pi-bpi-r4) | Aarch64 | v26.04 | |
2728
| [Banana Pi BPi-R64](#banana-pi-bpi-r64) | Aarch64 | v26.03 | |
2829
| [FriendlyELEC NanoPi R2S](#friendlyelec-nanopi-r2s) | Aarch64 | v24.02 | Fully supported in v24.08 |
2930
| [Marvell CN9130 CRB](#marvell-cn9130-crb) | Aarch64 | v23.06 | |
@@ -93,6 +94,40 @@ Support for the BPi-R3 Mini was added in Infix v26.02.
9394

9495
- <https://www.amazon.se/dp/B0CL9FBMWG>
9596

97+
### Banana Pi BPi-R4
98+
99+
The [BPi-R4][31] is the successor to the BPi-R3, built around the MediaTek
100+
MT7988A (Filogic 880) — a significant step up from its predecessor. The CPU
101+
moves from in-order Cortex-A53 cores to out-of-order Cortex-A73 cores at 1.8
102+
GHz, with 4 GB DDR4 RAM. The two SFP+ uplinks run USXGMII natively at up to
103+
10 Gbps, and unlike the BPi-R3 there is no on-board WiFi — that is provided
104+
by an optional MediaTek MT7996E PCIe module with tri-band WiFi 7 (802.11be,
105+
2.4/5/6 GHz).
106+
107+
![](/assets/img/bpi-r4-poe.jpg){: #fig-bpi-r4}
108+
_**Figure**: Banana Pi BPi-R4P with optional PoE daughterboard fitted._
109+
110+
The board comes in three variants: the standard **BPI-R4** with two SFP+
111+
cages, the **BPI-R4-2g5** which replaces one SFP+ cage with a 2.5 GbE RJ45
112+
WAN port using the MT7988A's internal 2.5G PHY, and the **BPI-R4P** which
113+
adds an optional PoE daughterboard on that same port so the board can act
114+
as a PD device.
115+
116+
Infix supports all hardware features:
117+
118+
- routing between interfaces
119+
- built-in 4-port 1 GbE switch with switchdev offload
120+
- 2× 10 Gbps SFP+ uplinks (standard R4), or 1× SFP+ + 1× 2.5 GbE RJ45 (R4-2g5/R4P)
121+
- optional PoE input on 2.5 GbE port (R4P)
122+
- optional tri-band WiFi 7 (802.11be) via MT7996E PCIe module
123+
- USB 3.0 port, 8 GB eMMC, microSD, and M.2 Key-M (NVMe) storage
124+
- PWM-controlled fan and system LEDs
125+
- factory reset button
126+
127+
Support for the BPi-R4 was added in Infix v26.04.
128+
129+
- <https://www.aliexpress.com/w/wholesale-banana-pi-bpi-r4.html>
130+
96131
### Banana Pi BPi-R64
97132

98133
The [BPi-R64][29] is the predecessor to the BPi-R3, built around the
@@ -302,3 +337,4 @@ run on any Linux PC with Qemu installed ([instructions][10]).
302337
[28]: https://www.raspberrypi.com/products/raspberry-pi-2-model-b/
303338
[29]: https://docs.banana-pi.org/en/BPI-R64/BananaPi_BPI-R64
304339
[30]: /posts/banana-pi-r64/
340+
[31]: https://docs.banana-pi.org/en/BPI-R4/BananaPi_BPI-R4

_tabs/platforms.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ test system and being part of default builds.
2727

2828
- [Banana Pi BPi-R3][12] (ARM64)
2929
- [Banana Pi BPi-R3 Mini][13] (ARM64)
30+
- [Banana Pi BPi-R4][20] (ARM64)
3031
- [Banana Pi BPi-R64][19] (ARM64)
3132
- [FriendlyELEC NanoPi R2S][7] (ARM64)
3233
- [Microchip SAMA7G54-EK][14] (ARM)
@@ -71,3 +72,4 @@ boot sequence and testing:
7172
[14]: https://www.microchip.com/en-us/development-tool/ev21h18a
7273
[15]: https://www.nxp.com/design/design-center/development-boards-and-designs/i-mx-evaluation-and-development-boards/evaluation-kit-for-the-i-mx-8m-plus-applications-processor:8MPLUSLPD4-EVK
7374
[19]: https://docs.banana-pi.org/en/BPI-R64/BananaPi_BPI-R64
75+
[20]: https://docs.banana-pi.org/en/BPI-R4/BananaPi_BPI-R4

assets/img/bpi-r4-poe.jpg

92.2 KB
Loading

0 commit comments

Comments
 (0)