tizen: sd_fusing.py: add support for partition start & size specified in sectors 47/308747/3
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 28 Mar 2024 19:23:46 +0000 (20:23 +0100)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 3 Apr 2024 09:54:19 +0000 (11:54 +0200)
commita31861d4fd4210247c9139b4e882128368c34739
tree954b2fe01f8307d0d612fabc4d83b87c8b96d13a
parent95b668ee174acf32a7d6bdaa7b527a100059a486
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