[PATCH 2/6] phytec: adapt env to ampliphy-boot bootscripts for imx8 boards

Benjamin Hahn B.Hahn at phytec.de
Tue Nov 25 18:23:11 CET 2025


Netboot script is named net_boot_fit.scr.uimg with ampliphy-boot.
fit_fdtconf is not longer needed. The default config is automatically
fetched from the fitImage. mmcroot is also not longer used, the
bootscript has a builtin default.

Signed-off-by: Benjamin Hahn <B.Hahn at phytec.de>
---
 board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env | 4 +---
 board/phytec/phycore_imx8mm/phycore_imx8mm.env       | 1 +
 board/phytec/phycore_imx8mp/phycore_imx8mp.env       | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env b/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env
index c744248ab7a6..5fe49e2a375b 100644
--- a/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env
+++ b/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env
@@ -1,14 +1,12 @@
-boot_script_dhcp=boot.scr.uimg
+boot_script_dhcp=net_boot_fit.scr.uimg
 console=ttymxc3,CONFIG_BAUDRATE
 emmc_dev=2  /* This is needed by built-in uuu flash scripts */
 fdtfile=CONFIG_DEFAULT_FDT_FILE
 fdt_addr_r=0x40480000
 fdt_overlay_addr_r=0x404a0000
-fit_fdtconf=conf-imx8mp-libra-rdk-fpsc.dtb
 kernel_addr_r=0x40a00000
 kernel_comp_addr_r=0x43a00000
 kernel_comp_size=0x1e00000
-mmcroot=2
 pxefile_addr_r=0x45800000
 ramdisk_addr_r=0x45802000
 scriptaddr=0x47600000
diff --git a/board/phytec/phycore_imx8mm/phycore_imx8mm.env b/board/phytec/phycore_imx8mm/phycore_imx8mm.env
index b3f091543282..1eb255878ba2 100644
--- a/board/phytec/phycore_imx8mm/phycore_imx8mm.env
+++ b/board/phytec/phycore_imx8mm/phycore_imx8mm.env
@@ -1,3 +1,4 @@
+boot_script_dhcp=net_boot_fit.scr.uimg
 console=ttymxc2,CONFIG_BAUDRATE
 emmc_dev=2
 fdtfile=CONFIG_DEFAULT_FDT_FILE
diff --git a/board/phytec/phycore_imx8mp/phycore_imx8mp.env b/board/phytec/phycore_imx8mp/phycore_imx8mp.env
index 323199b041b1..96636651157d 100644
--- a/board/phytec/phycore_imx8mp/phycore_imx8mp.env
+++ b/board/phytec/phycore_imx8mp/phycore_imx8mp.env
@@ -5,7 +5,7 @@ bootmeths=script efi
 #endif
 boot_targets=mmc2 mmc1 usb ethernet
 bootenv_addr_r=0x49100000
-boot_script_dhcp=boot.scr.uimg
+boot_script_dhcp=net_boot_fit.scr.uimg
 console=ttymxc0,115200
 fastboot_raw_partition_all=0 4194304
 fastboot_raw_partition_bootloader=64 8128

-- 
2.43.0



More information about the U-Boot mailing list