tizen: sd_fusing.py: Switch VF2 board to A/B partition scheme 07/309507/1
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 11 Apr 2024 11:54:01 +0000 (13:54 +0200)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 11 Apr 2024 12:55:19 +0000 (14:55 +0200)
commit9329b1febd2cdb7bddfe63968d9e8689d5abf481
tree4dc403aab54ed320c1db4b86f125367c13566617
parent629655d5d2188b650cd35a4a206c5d975b54ed32
tizen: sd_fusing.py: Switch VF2 board to A/B partition scheme

Use A/B partition scheme also for VisionFive2 board.

Boot script for VF2 has been updated to discover partitions based on
their GPT name, so it is safe to change layout.

While touching this, lets remove useless 'none' partition, which was
there only to force partitions to have specific numbers, hardcoded
earlier in the boot scripts. Also reduce the size of the 'boot'
partition, as there is nothing so large to store on it.

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