Re: [PATCH 1/2] board: st: common: Fix board_get_alt_info_mtd()

2023-12-15 Thread Patrice CHOTARD
On 12/15/23 12:52, Patrick DELAUNAY wrote: > Hi, > > On 11/17/23 18:01, Patrice Chotard wrote: >> Since MTD devices are partioned, we got the following >> error when command "dfu 0" is executed: >> >> DFU alt info setting: done >> ERROR: Too many arguments for nor0 >> ERROR: DFU entities config

Re: [PATCH 1/2] board: st: common: Fix board_get_alt_info_mtd()

2023-12-15 Thread Patrick DELAUNAY
Hi, On 11/17/23 18:01, Patrice Chotard wrote: Since MTD devices are partioned, we got the following error when command "dfu 0" is executed: DFU alt info setting: done ERROR: Too many arguments for nor0 ERROR: DFU entities configuration failed! ERROR: (partition table does not match dfu_alt_info

[PATCH 1/2] board: st: common: Fix board_get_alt_info_mtd()

2023-11-17 Thread Patrice Chotard
Since MTD devices are partioned, we got the following error when command "dfu 0" is executed: DFU alt info setting: done ERROR: Too many arguments for nor0 ERROR: DFU entities configuration failed! ERROR: (partition table does not match dfu_alt_info?) Fixes: 31325e1b8b9c ("stm32mp1: dynamically b