
9 Nov
2024
9 Nov
'24
9:06 p.m.
The binman device tree can generate both the FSPI version and the SD/eMMC binaries at the same time. Since the imx8mn_beacon board supports the FSPI booting, enable the config option.
Signed-off-by: Adam Ford aford173@gmail.com --- configs/imx8mn_beacon_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configs/imx8mn_beacon_defconfig b/configs/imx8mn_beacon_defconfig index aa8341226a..6f66d3e748 100644 --- a/configs/imx8mn_beacon_defconfig +++ b/configs/imx8mn_beacon_defconfig @@ -149,3 +149,5 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_CI_UDC=y # CONFIG_WATCHDOG_AUTOSTART is not set CONFIG_IMX_WATCHDOG=y +CONFIG_FSPI_CONF_HEADER=y +CONFIG_FSPI_CONF_FILE="fspi_header.bin"
--
2.45.2