22title : Infix Compatible Boards
33author : troglobit
44date : 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
66categories : [showcase]
77tags : [boards]
88pin : 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
98133The [ 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
0 commit comments