
Those commits allow sending and storing large files (e.g. 26 MiB) on the Odroid XU3 board.
On purpose they are sent together to shed light on the process of tunning board to be capable of large files transfer.
I would be _REALLY_ grateful for excessive testing, since I'm not able to test this code on NAND based devices. Please support me and test this patch for potential regressions.
This change applies on the u-boot-master tree. SHA1: aada3d062a0cacde1e783af2ac560f2a0fdf3682
Lukasz Majewski (2): dfu: usb: f_dfu: Set deferred call for dfu_flush() function dfu: odroid xu3: Define DFU_MANIFEST_POLL_TIMEOUT to handle large files transmission and storage
common/cmd_dfu.c | 20 ++++++++++++++++++++ drivers/usb/gadget/f_dfu.c | 11 +++-------- include/configs/odroid_xu3.h | 1 + include/dfu.h | 25 +++++++++++++++++++++++++ 4 files changed, 49 insertions(+), 8 deletions(-)