From 79dcda87c40356842e1b6741e0d4eb5b5d06a144 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 19 Dec 2025 16:40:34 +0800 Subject: [PATCH] Add uenv config.txt file --- recipes-bsp/u-boot/files/config-igkboard-imx8mp.txt | 29 +++++++++++++++++++++++++++++ recipes-bsp/u-boot/files/config-igkboard-imx6ull.txt | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 0 deletions(-) diff --git a/recipes-bsp/u-boot/files/config-igkboard-imx6ull.txt b/recipes-bsp/u-boot/files/config-igkboard-imx6ull.txt new file mode 100644 index 0000000..d23b6fd --- /dev/null +++ b/recipes-bsp/u-boot/files/config-igkboard-imx6ull.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 diff --git a/recipes-bsp/u-boot/files/config-igkboard-imx8mp.txt b/recipes-bsp/u-boot/files/config-igkboard-imx8mp.txt new file mode 100644 index 0000000..d23b6fd --- /dev/null +++ b/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