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)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 06:13:49 +0000 (15:13 +0900)
commitb62c902d828abe12cb6ea340dcddf4511720d18f
tree7cf545fd75d7e924f507eaa4f0a5748ee782dc93
parent1ce8889419066b3a45cef3d0a6e93a954fe02992
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