Skip to content

Commit a6889fa

Browse files
authored
Merge pull request #1053 from kernelkit/rpi4
Add support for Raspberry Pi 4B
2 parents 6d53d92 + 6cd92c2 commit a6889fa

18 files changed

+2286
-7
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,14 @@ The [following boards](board/aarch64/README.md) are fully supported:
9393
- Marvell CN9130 CRB
9494
- Marvell EspressoBIN
9595
- Microchip SparX-5i PCB135 (eMMC)
96-
- StarFive VisionFive2
96+
- Raspberry Pi 4B
9797
- NanoPi R2S
9898

99-
An x86_64 build is also available, primarily intended for development
100-
and testing, but can also be used for evaluation and demo purposes. For
101-
more information, see: [Infix in Virtual Environments](doc/virtual.md).
99+
Additionally, StarFive VisionFive2, a RISC-V based two-port router, and
100+
an x86_64 build is also available. The latter is primarily intended for
101+
development and testing, but can also be used for evaluation and demo
102+
purposes. For more information, see: [Infix in Virtual
103+
Environments](doc/virtual.md).
102104

103105
> See the [GitHub Releases](https://github.com/kernelkit/infix/releases)
104106
> page for our pre-built images. The *[Latest Build][]* has bleeding
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
--- a/arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts 2025-04-28 00:13:06.880003668 +0200
2+
+++ b/arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts 2025-04-28 00:14:17.708941263 +0200
3+
@@ -14,6 +14,11 @@
4+
chosen {
5+
/* 8250 auxiliary UART instead of pl011 */
6+
stdout-path = "serial1:115200n8";
7+
+
8+
+ infix {
9+
+ /* Default admin user password: 'admin' */
10+
+ factory-password-hash = "$5$mI/zpOAqZYKLC2WU$i7iPzZiIjOjrBF3NyftS9CCq8dfYwHwrmUK097Jca9A";
11+
+ };
12+
};
13+
14+
cam1_reg: regulator-cam1 {

0 commit comments

Comments
 (0)