From: Hugo Villeneuve Date: Tue, 17 Jan 2023 22:10:20 +0000 (-0500) Subject: Add raspberrypi-extra.conf X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=781f149bb64d0c509ba26da5ce95c07aff6726c7;p=yocto%2Fmeta-hvmpd.git Add raspberrypi-extra.conf --- diff --git a/raspberrypi/conf/machine/raspberrypi-extra.conf b/raspberrypi/conf/machine/raspberrypi-extra.conf new file mode 100644 index 0000000..08eadb0 --- /dev/null +++ b/raspberrypi/conf/machine/raspberrypi-extra.conf @@ -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"