Re: [PATCH] ARM: stm32: Default dfu_alt_info for STM32MP13xx SPI NOR

2024-03-27 Thread Patrice CHOTARD
On 3/26/24 18:08, Marek Vasut wrote: > On 3/19/24 11:22 AM, Patrice CHOTARD wrote: >> >> >> On 3/19/24 03:44, Marek Vasut wrote: >>> Define dfu_alt_info with SPI NOR layout to make it easy to >>> install or update bootloader in the SPI NOR using dfu-util. >>> >>> Use the following U-Boot

Re: [PATCH] ARM: stm32: Default dfu_alt_info for STM32MP13xx SPI NOR

2024-03-26 Thread Marek Vasut
On 3/19/24 11:22 AM, Patrice CHOTARD wrote: On 3/19/24 03:44, Marek Vasut wrote: Define dfu_alt_info with SPI NOR layout to make it easy to install or update bootloader in the SPI NOR using dfu-util. Use the following U-Boot commands to start DFU mode: " => sf probe && dfu 0 mtd " Use the

Re: [PATCH] ARM: stm32: Default dfu_alt_info for STM32MP13xx SPI NOR

2024-03-19 Thread Patrice CHOTARD
On 3/19/24 03:44, Marek Vasut wrote: > Define dfu_alt_info with SPI NOR layout to make it easy to > install or update bootloader in the SPI NOR using dfu-util. > > Use the following U-Boot commands to start DFU mode: > " > => sf probe && dfu 0 mtd > " > > Use the following dfu-util invocation

[PATCH] ARM: stm32: Default dfu_alt_info for STM32MP13xx SPI NOR

2024-03-18 Thread Marek Vasut
Define dfu_alt_info with SPI NOR layout to make it easy to install or update bootloader in the SPI NOR using dfu-util. Use the following U-Boot commands to start DFU mode: " => sf probe && dfu 0 mtd " Use the following dfu-util invocation on Host PC to install binaries: " $ dfu-util -w -a 0 -D