Add raspberrypi-extra.conf
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 17 Jan 2023 22:10:20 +0000 (17:10 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 1 Mar 2023 17:10:15 +0000 (12:10 -0500)
raspberrypi/conf/machine/raspberrypi-extra.conf [new file with mode: 0644]

diff --git a/raspberrypi/conf/machine/raspberrypi-extra.conf b/raspberrypi/conf/machine/raspberrypi-extra.conf
new file mode 100644 (file)
index 0000000..08eadb0
--- /dev/null
@@ -0,0 +1,18 @@
+# Base configuration for raspberry Pi B+ machine.
+
+# Disk configuration:
+ROOT_PARENT_DEV = "/dev/mmcblk0"
+ROOT_PART_PREFIX = "p"
+
+# Partitions configuration:
+ROOT_PART_A_ID = "2"
+ROOT_PART_B_ID = "3"
+UBOOT_PART_VAR = "rpipart"
+
+# Enable u-boot support
+RPI_USE_U_BOOT = "1"
+
+# RaspberryPi 0, 1, 2 and CM will have UART console enabled by default.
+ENABLE_UART = "1"
+
+VIDEO_CAMERA = "0"