scripts: sd_fusing: Fix wrong filesystem type about user 20/312220/1
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 5 Jun 2024 07:00:32 +0000 (16:00 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 5 Jun 2024 07:00:32 +0000 (16:00 +0900)
commit79693d5f53f64aa432dd1305e1d3eb4f83fcbc4d
tree8c5aff237e0f26bc742da7f03922f5a92cfc4ef8
parent54c9812f74b41fd907c10ed8d0911162e88181e6
scripts: sd_fusing: Fix wrong filesystem type about user

Tizen is using a user partition as f2fs filesystem.
It doesn't update the image because of mismatched filesystem type.

2024-06-05T15:52:37.819 Verifying that partition table on /dev/sdh matches target specification
2024-06-05T15:52:38.2 On-device partition mismatch with selected target: fstype=ext4, on-device:
DEVNAME=/dev/sdh5
UUID=c3237c35-3bee-45c0-80d6-599734b35701
TYPE=f2fs
PARTLABEL=user
PARTUUID=82d95111-8032-5c40-a80a-5138537eb66e

Change-Id: I801061da2176ee7ee125f95f0b808cddb181df17
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
scripts/tizen/sd_fusing.py