]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
mkosi-initrd: add a few modules for RPI 4003/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 27 Nov 2025 23:14:22 +0000 (23:14 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 28 Nov 2025 12:21:47 +0000 (12:21 +0000)
With this I can boot a RPI3 using this firmware:
https://github.com/pftf/RPi3

mkosi/resources/mkosi-initrd/mkosi.conf.d/arm.conf [new file with mode: 0644]

diff --git a/mkosi/resources/mkosi-initrd/mkosi.conf.d/arm.conf b/mkosi/resources/mkosi-initrd/mkosi.conf.d/arm.conf
new file mode 100644 (file)
index 0000000..7794093
--- /dev/null
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+[Match]
+Architecture=arm64
+
+[Content]
+# Needed on ARM boards like RPIs to get USB and sdcards working
+KernelModules=
+              /drivers/mmc/host/
+              brcmutil
+              udc-core