Re: [PATCH] tools: stm32image: Add support for STM32 Image V2.0

2025-06-09 Thread Patrice CHOTARD
On 5/27/25 17:59, Patrice CHOTARD wrote: > > > On 5/12/25 19:09, Marek Vasut wrote: >> Add support for generating STM32 Image V2.0, which is used by STM32MP13xx. >> The image header layout is similar to STM32MP15xx STM32 Image V1.0, but is >> different enough to justify duplicate functions to

Re: [PATCH] tools: stm32image: Add support for STM32 Image V2.0

2025-05-27 Thread Patrice CHOTARD
On 5/12/25 19:09, Marek Vasut wrote: > Add support for generating STM32 Image V2.0, which is used by STM32MP13xx. > The image header layout is similar to STM32MP15xx STM32 Image V1.0, but is > different enough to justify duplicate functions to generate the v2 image. > This code at least attempts