Re: [PATCH] configs: am62x_evm_*: Set DFU buffer size to 256k

2025-01-21 Thread Tom Rini
On Fri, 20 Dec 2024 15:53:34 -0600, Jonathan Humphreys wrote: > OSPI flash writing was broken on am62x SKs as the OSPI flash device has a > 256k sector size but was set to 20k. This breaks OSPI flash writes because > the current implementation of the SF DFU backend requires that the DFU data > buf

Re: [PATCH] configs: am62x_evm_*: Set DFU buffer size to 256k

2025-01-16 Thread Mattijs Korpershoek
Hi John, Thank you for the patch. On ven., déc. 20, 2024 at 15:53, Jonathan Humphreys wrote: > OSPI flash writing was broken on am62x SKs as the OSPI flash device has a > 256k sector size but was set to 20k. This breaks OSPI flash writes because > the current implementation of the SF DFU backen

Re: [PATCH] configs: am62x_evm_*: Set DFU buffer size to 256k

2025-01-04 Thread Roger Quadros
On 20/12/2024 23:53, Jonathan Humphreys wrote: > OSPI flash writing was broken on am62x SKs as the OSPI flash device has a > 256k sector size but was set to 20k. This breaks OSPI flash writes because > the current implementation of the SF DFU backend requires that the DFU data > buffer size be t

[PATCH] configs: am62x_evm_*: Set DFU buffer size to 256k

2024-12-20 Thread Jonathan Humphreys
OSPI flash writing was broken on am62x SKs as the OSPI flash device has a 256k sector size but was set to 20k. This breaks OSPI flash writes because the current implementation of the SF DFU backend requires that the DFU data buffer size be the same as the sector erase size, and the USB DFU config f