sd_fusing.py: Invoke ioctl to reread partitions directly 81/311581/3
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Wed, 22 May 2024 12:57:56 +0000 (14:57 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Wed, 22 May 2024 21:46:48 +0000 (23:46 +0200)
commitef7d174dc6e472c6a0bee2462c0b49ffe4ff7b67
tree5fe88d8533633d6fc3c66083054d3833178d20b4
parent91791fc683eea5aecf78a429a41d250a7fa9d25f
sd_fusing.py: Invoke ioctl to reread partitions directly

This commit drops blockdev(8) in favor for invoking ioctl(2) directly,
to be able to catch EBUSY errors that happen to occur due to not yet
known kernel/udev timinig issue.

Change-Id: I105c445f9fdb3d1d2eee7ffd2de3f7ad04920f13
Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com>
scripts/tizen/sd_fusing.py