tizen: sd_fusing.py: add support for partition start & size specified in sectors
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 28 Mar 2024 19:23:46 +0000 (20:23 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 28 Oct 2024 11:28:43 +0000 (20:28 +0900)
commit24e81de0e6c11ff703c151a57ce1c1b1bbd12002
tree2ca59a33b57ed0284d1685d045615bb9d63676f8
parent3734d8527dee88b7164e93c29d1c7079c1e8cb82
tizen: sd_fusing.py: add support for partition start & size specified in sectors

Add support for specifying partition's start & size in sectors and adjust
lba-start parameter (first allowed sector of the first partition) to 34,
what is the minimal possible value for the GPT layout. This doesn't affect
any start or size of the partitions specified in MBytes, because according
to sfdisk manual, they are always aligned to 1MB.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I8fdccb896072a9cddfe7e185f6650eb0471caae2
scripts/tizen/sd_fusing.py