Skip to content

Commit ef866a6

Browse files
committed
Update router boards post and platforms listing
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent d9135f2 commit ef866a6

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

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

Lines changed: 25 additions & 2 deletions
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-05 16:00:00 +0100
5+
last_modified_at: 2026-03-08 10:00:00 +0100
66
categories: [showcase]
77
tags: [boards]
88
pin: true
@@ -20,6 +20,7 @@ been known to work, but have not been updated or tested continuously.
2020
|-----------------------------------------------------|----------|-----------|----------------------------|
2121
| [Banana Pi BPi-R3](#banana-pi-bpi-r3) | Aarch64 | v25.09 | |
2222
| [Banana Pi BPi-R3 Mini](#banana-pi-bpi-r3-mini) | Aarch64 | v26.02 | |
23+
| [Banana Pi BPi-R64](#banana-pi-bpi-r64) | Aarch64 | v26.03 | |
2324
| [FriendlyELEC NanoPi R2S](#friendlyelec-nanopi-r2s) | Aarch64 | v24.02 | Fully supported in v24.08 |
2425
| [Marvell CN9130 CRB](#marvell-cn9130-crb) | Aarch64 | v23.06 | |
2526
| [Microchip SAMA7G54-EK](#microchip-sama7g54-ek) | Arm | v26.02 | |
@@ -30,7 +31,6 @@ been known to work, but have not been updated or tested continuously.
3031
| [Qemu](#qemu) | x86_64 | v23.06 | |
3132
{: style="margin: 0 auto; width: auto" }
3233

33-
3434
### Banana Pi BPi-R3
3535

3636
The [BPi-R3][14] is an affordable (€130-€150) WiFi-capable router board
@@ -89,6 +89,27 @@ Support for the BPi-R3 Mini was added in Infix v26.02.
8989

9090
- <https://www.amazon.se/dp/B0CL9FBMWG>
9191

92+
### Banana Pi BPi-R64
93+
94+
The [BPi-R64][29] is the predecessor to the BPi-R3, built around the
95+
MediaTek MT7622, a dual-core Cortex-A53 at 1.35 GHz with 1 GB DDR3L RAM.
96+
It offers a MediaTek MT7531 5-port Gigabit switch (4× LAN + 1× WAN) with
97+
full switchdev offload, 8 GB eMMC, microSD, and a USB 3.0 port.
98+
99+
![](/assets/img/bpi-r64-overview.jpg){: #fig-r64}
100+
_**Figure**: Banana Pi BPi-R64 with interfaces and chipsets._
101+
102+
Built-in WiFi is 2.4 GHz 802.11n (MT7603E), but one of the two Mini PCIe
103+
slots accepts a MediaTek MT7615 card for dual-band 802.11ac — Infix
104+
automatically prefers it when fitted.
105+
106+
For detailed setup and eMMC installation instructions, see the [BPi-R64
107+
announcement][30].
108+
109+
- <https://www.amazon.com/Router-High-Wireless-Gigabit-MediaTek-Dual-Band/dp/B08F2K73G3>
110+
- <https://www.youyeetoo.com/products/youyeetoo-bpi-r64>
111+
- <https://www.aliexpress.com/w/wholesale-banana-pi-bpi-r64.html>
112+
92113
### FriendlyELEC NanoPi R2S
93114

94115
The [NanoPi R2S][9] is a compact, affordable router board built around
@@ -275,3 +296,5 @@ run on any Linux PC with Qemu installed ([instructions][10]).
275296
[26]: https://www.raspberrypi.com/products/raspberry-pi-4-model-b/
276297
[27]: https://www.raspberrypi.com/products/compute-module-4/
277298
[28]: https://www.raspberrypi.com/products/raspberry-pi-2-model-b/
299+
[29]: https://wiki.banana-pi.org/Banana_Pi_BPI-R64
300+
[30]: /posts/banana-pi-r64/

_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-R64][19] (ARM64)
3031
- [FriendlyELEC NanoPi R2S][7] (ARM64)
3132
- [Microchip SAMA7G54-EK][14] (ARM)
3233
- [NXP i.MX8MP EVK][15] (ARM64)
@@ -69,3 +70,4 @@ boot sequence and testing:
6970
[13]: https://wiki.banana-pi.org/Banana_Pi_BPI-R3_Mini
7071
[14]: https://www.microchip.com/en-us/development-tool/ev21h18a
7172
[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
73+
[19]: https://wiki.banana-pi.org/Banana_Pi_BPI-R64

0 commit comments

Comments
 (0)