Re: [PATCH v4] config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm

2024-08-23 Thread Fabio Estevam
On Fri, Aug 9, 2024 at 1:53 PM Lukasz Majewski wrote: > > This command allows easy update on SD card or eMMC of the flash.bin > generated (with binman) during u-boot build. > > Signed-off-by: Lukasz Majewski Applied, thanks.

Re: [PATCH v4] config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm

2024-08-15 Thread Fabio Estevam
On Fri, Aug 9, 2024 at 1:53 PM Lukasz Majewski wrote: > > This command allows easy update on SD card or eMMC of the flash.bin > generated (with binman) during u-boot build. > > Signed-off-by: Lukasz Majewski Reviewed-by: Fabio Estevam

Re: [PATCH v4] config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm

2024-08-15 Thread Teresa Remmet
Am Freitag, dem 09.08.2024 um 18:53 +0200 schrieb Lukasz Majewski: > This command allows easy update on SD card or eMMC of the flash.bin > generated (with binman) during u-boot build. > > Signed-off-by: Lukasz Majewski Tested-by: Teresa Remmet > --- > Changes for v2: > - Remove 'update_mmc_par

Re: [PATCH v4] config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm

2024-08-15 Thread Benjamin Hahn
On 09.08.24 18:53, Lukasz Majewski wrote: > This command allows easy update on SD card or eMMC of the flash.bin > generated (with binman) during u-boot build. > > Signed-off-by: Lukasz Majewski Reviewed-by: Benjamin Hahn > --- > Changes for v2: > - Remove 'update_mmc_part' variable > - Change pat

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

2024-08-09 Thread Lukasz Majewski
This command allows easy update on SD card or eMMC of the flash.bin generated (with binman) during u-boot build. Signed-off-by: Lukasz Majewski --- Changes for v2: - Remove 'update_mmc_part' variable - Change path for hostname - Use full version of dhcp command (${loadaddr} added) Changes for v3