[PATCH] board: phytec: phycore_imx8mp: Add rauc to bootmeths
Martin Schwan
m.schwan at phytec.de
Thu Oct 2 13:20:37 CEST 2025
Add rauc to bootmeths variable if BOOTMETH_RAUC is enabled. This is
setting a proper default for RAUC enabled systems.
Signed-off-by: Martin Schwan <m.schwan at phytec.de>
---
board/phytec/phycore_imx8mp/phycore_imx8mp.env | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/board/phytec/phycore_imx8mp/phycore_imx8mp.env b/board/phytec/phycore_imx8mp/phycore_imx8mp.env
index 9a129a0a4bfc48f1fa70ea6e2f895acac3ca05d2..70044997adb8ad1e4a7c24faa52f9d78becb229e 100644
--- a/board/phytec/phycore_imx8mp/phycore_imx8mp.env
+++ b/board/phytec/phycore_imx8mp/phycore_imx8mp.env
@@ -3,7 +3,11 @@ bootcmd=
fastboot 0;
fi;
bootflow scan -lb;
+#ifdef CONFIG_BOOTMETH_RAUC
+bootmeths=rauc script efi
+#else
bootmeths=script efi
+#endif
boot_targets=mmc2 mmc1 usb ethernet
bootenv_addr_r=0x49100000
boot_script_dhcp=boot.scr.uimg
---
base-commit: 5b93c3ec7f9d66dc40d062a47a4a880f7d346b7a
change-id: 20251002-wip-config-imx8m-bootmeth-rauc-726fd79f8145
Best regards,
--
Martin Schwan <m.schwan at phytec.de>
More information about the U-Boot
mailing list