From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 28 Jan 2016 12:03:29 -0700 Subject: [U-Boot] [PATCH 1/2] dfu: usb: f_dfu: Set deferred call for dfu_flush() function In-Reply-To: <1453999597-26991-2-git-send-email-l.majewski@samsung.com> References: <1453999597-26991-1-git-send-email-l.majewski@samsung.com> <1453999597-26991-2-git-send-email-l.majewski@samsung.com> Message-ID: <56AA6601.7050208@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/28/2016 09:46 AM, Lukasz Majewski wrote: > This patch fixes situation when one would like to write large file into > medium with the file system (fat, ext4, etc). > This change sets file size limitation to the DFU internal buffer size. Tested-by: Stephen Warren I tested this on NVIDIA's Jetson TX1 using test/py's test_dfu, with existing transfer sizes (63 bytes ... 8MB) rather than attempting to do anything with large files.