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)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 28 Oct 2024 11:28:47 +0000 (20:28 +0900)
commit5d560beda5146e4ee9e3689ec2476837e9380d9b
treee401389c77c0eadb5cb0856e4ee97a4df5946af5
parenta97c4ae9bd8c1d3ba5414781dc6cdd27c6a01b39
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