scripts: sd_fusing: Fix re-reading partition table again
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 14 Aug 2024 07:42:48 +0000 (09:42 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 4 Dec 2024 11:00:01 +0000 (12:00 +0100)
commit11eff058c2b847b5e09fdad7060ebcaf31e86c80
tree4371a3c0205657916ea3721d2a94363d0715a6be
parentab50a3805755efa41fb5911a8622769a549e8195
scripts: sd_fusing: Fix re-reading partition table again

Actually it turned out that any direct write access to the block device
might trigger kernel and udev to re-read partition table, so call
'udevadm settle' always after writing boot image directly to block
device.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I3caf4ea6d3b89cb333e38f7b30dcf44685d73335
sd_fusing.py