[PATCH] configs: am62x_evm_*: Set DFU buffer size to 256k
Tom Rini
trini at konsulko.com
Tue Jan 21 18:34:12 CET 2025
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
> buffer size be the same as the sector erase size, and the USB DFU config
> fragment (for both A53 and R5) reduced the size of the DFU data buffer,
> presumably so that it can fit into SPL's much smaller heap.
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list