[PATCH 1/2] config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm

Fabio Estevam festevam at gmail.com
Thu Aug 1 15:13:13 CEST 2024


Hi Lukasz,

On Thu, Aug 1, 2024 at 9:54 AM Lukasz Majewski <lukma at denx.de> wrote:

>         "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
>         "mmcpart=1\0" \
>         "mmcroot=2\0" \
> +       "update_mmc_part=1\0" \
> +       "update_offset=0x42\0" \
> +       "update_filename=flash.bin\0" \
> +       "hostname=/tftpboot/lukma/\0" \

I don't think all the users will like to use this tftpboot path :-)


More information about the U-Boot mailing list