From 6a78bd0804c46fd75c2a729f540fc1adbd72d17a Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 26 Dec 2023 10:28:51 +0800
Subject: [PATCH] Update yocto build shell script to support igkboard-imx6ull

---
 yocto/meta-igkboard/recipes-bsp/u-boot/files/config-igkboard-imx8mp.txt |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/yocto/meta-igkboard/recipes-bsp/u-boot/files/config-igkboard-imx8mp.txt b/yocto/meta-igkboard/recipes-bsp/u-boot/files/config-igkboard-imx8mp.txt
new file mode 100644
index 0000000..d23b6fd
--- /dev/null
+++ b/yocto/meta-igkboard/recipes-bsp/u-boot/files/config-igkboard-imx8mp.txt
@@ -0,0 +1,29 @@
+# Enable LCD overlay
+#dtoverlay_lcd=yes
+
+# Enable Camera overlay
+#dtoverlay_cam=yes
+
+# Eanble 1-Wire overlay
+#dtoverlay_w1=yes
+
+# Enable ADC overlay
+#dtoverlay_adc=yes
+
+# Enable I2C overlay
+#dtoverlay_i2c=1
+
+# Enable SPI overlay, SPI1 conflict with UART8(NB-IoT/4G module)
+#dtoverlay_spi=1
+
+# Enable UART overlays
+#dtoverlay_uart=2 3 4 7
+
+# Enable CAN overlays
+#dtoverlay_can=1 2
+
+# Enable PWM overlays, PWM8 conflict with UART8(NB-IoT/4G module)
+#dtoverlay_pwm=7
+
+# Enable extra overlays
+#dtoverlay_extra=nbiot-4g

--
Gitblit v1.9.1