[PATCH 3/3] board: phytec: phycore-imx93: env: Add required uuu variables

Primoz Fiser primoz.fiser at norik.com
Thu Dec 4 09:07:44 CET 2025


Add variable 'emmc_dev' and 'sd_dev' required for NXP uuu flash scripts.

Signed-off-by: Primoz Fiser <primoz.fiser at norik.com>
---
 board/phytec/phycore_imx93/phycore_imx93.env | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/board/phytec/phycore_imx93/phycore_imx93.env b/board/phytec/phycore_imx93/phycore_imx93.env
index 8a2161e4abdf..b6613d015032 100644
--- a/board/phytec/phycore_imx93/phycore_imx93.env
+++ b/board/phytec/phycore_imx93/phycore_imx93.env
@@ -3,6 +3,7 @@
 boot_script_dhcp=net_boot_fit.scr.uimg
 bootcmd=bootflow scan -lb;
 console=ttyLP0
+emmc_dev=0  /* This is needed by built-in uuu flash scripts */
 fdt_addr_r=0x90000000
 fdtfile=CONFIG_DEFAULT_FDT_FILE
 fdtoverlay_addr_r=0x900c0000
@@ -11,3 +12,4 @@ kernel_addr_r=0x88000000
 nfsroot=/srv/nfs
 prepare_mcore=setenv optargs "${optargs} clk-imx93.mcore_booted"
 scriptaddr=0x83500000
+sd_dev=1    /* This is needed by built-in uuu flash scripts */
-- 
2.34.1



More information about the U-Boot mailing list