
21 Jan
2025
21 Jan
'25
6:34 p.m.
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