Variscite VAR-SOM-MX8M-MINI : NXP i.MX 8M Mini

Hi @drewmoseley,

I have a question: Board integration guide (https://docs.mender.io/operating-system-updates-yocto-project/board-integration/bootloader-support/u-boot/manual-u-boot-integration) says we need to set
MENDER_UBOOT_AUTO_CONFIGURE = “0”, but I can see that in your board integration in this post, you have set it to 1 (in sources/meta-mender-community/meta-mender-variscite/recipes-bsp/u-boot/u-boot-variscite.bbappend)
Would you please help me to know when we can set it to “0” and when to “1” ?

It’s really a question of whether the UBoot automatic configuration logic works for your board or not. Details at the following links:

Basically, if automatic config works for your platform then go for it.

Perhaps @TheYoctoJester and/or @kacf have more guidance to offer.

Drew