scripts: sd_fusing: Fix re-reading partition table again 73/316173/1
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 14 Aug 2024 07:42:48 +0000 (09:42 +0200)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 14 Aug 2024 09:39:10 +0000 (11:39 +0200)
commitdc1662398c5752c1dd771f6dd15192c9f284ba3d
treeaa97f33661f90ca17192596a36a7aecfd3af449b
parentaa5fe8a0042024687fd179fb160b87f409cd0c28
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
scripts/tizen/sd_fusing.py