I am integrating RAUC with buildroot for the IMX8MM board. As mentioned in the documentation of RAUC, I have selected "rauc" package in the linux-menuconfig
which automatically sets the dependencies. As the next involves configuring kernel, I bit confused about the settings to configure the kernel. We already have a minimal_config kernel for the target and it needs to be modified to integrate RAUC. In the documentation RAUC documentation its mentioned to enable these below settings:
In kernel Kconfig you have to enable the following options: CONFIG_MD=y, CONFIG_BLK_DEV_DM=y, CONFIG_BLK_DEV_LOOP=y, CONFIG_DM_VERITY=y, CONFIG_SQUASHFS=y, CONFIG_CRYPTO_SHA256=y
Can anyone please let me know how to enable these using make linux-menuconfig
option?
Thanks in advance!