scripts: tizen: Improve the image flashing performance for RPI family
authorJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 May 2020 05:51:00 +0000 (14:51 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 15 Nov 2021 10:19:26 +0000 (11:19 +0100)
commit8620a95e827c2e9559e2553e2547cfc8105bbf38
tree33be7c9486fcc03a9496d5a60e987bc93b05f6f8
parent64602b43eeeae8e5a47c70b5158ecfeaa9dbdbbf
scripts: tizen: Improve the image flashing performance for RPI family

The current dd of the pv combination degrades the performance due to the
pipe overhead and is also bad to see due to the duplicate output.

It can be resolved by the use of direct mode with progress status. This
reduces the flashing time of platform images by 17.5% in my environment.

Change-Id: I986ce72e0294b6f143ca95419364a0f89f289d74
Signed-off-by: Junghoon Kim <jhoon20.kim@samsung.com>
scripts/tizen/sd_fusing_rpi3.sh