From 01a99438b3ececbcfe52005ab26a4c9e432c78d8 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 17 Jan 2023 18:46:00 -0500 Subject: [PATCH] Add wandboard-extra.conf --- wandboard/conf/machine/wandboard-extra.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 wandboard/conf/machine/wandboard-extra.conf diff --git a/wandboard/conf/machine/wandboard-extra.conf b/wandboard/conf/machine/wandboard-extra.conf new file mode 100644 index 0000000..2b03a82 --- /dev/null +++ b/wandboard/conf/machine/wandboard-extra.conf @@ -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" -- 2.20.1