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

diff --git a/wandboard/conf/machine/wandboard-extra.conf b/wandboard/conf/machine/wandboard-extra.conf
new file mode 100644 (file)
index 0000000..2b03a82
--- /dev/null
@@ -0,0 +1,10 @@
+# Base configuration for wandboard machine.
+
+# Disk configuration:
+ROOT_PARENT_DEV = "/dev/mmcblk2"
+ROOT_PART_PREFIX = "p"
+
+# Partitions configuration:
+ROOT_PART_A_ID = "1"
+ROOT_PART_B_ID = "2"
+UBOOT_PART_VAR = "mmcpart"