commit | cdcfda2730e20e8e36a658f6c5f341f05580795f | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Sat Apr 29 13:29:33 2023 +0200 |
committer | Nico Huber <nico.h@gmx.de> | Wed Mar 27 08:32:15 2024 +0000 |
tree | ad75d281dc0e1a4fc114d8e24f17a3b552cecdf5 | |
parent | 7679b5ccf987e4999fefed6c6100a7a8f50d4350 [diff] |
read_memmapped: Use flashprog_read_chunked() for progress reporting Read up to 64 KiB in one go to be able to report progress in between. Otherwise, we might read the whole flash at once, without being able to report progress. Change-Id: I272a53f4be6e7c5bf2811d4332688a31a0080f24 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/74866 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>