tizen: sd_fusing.py: Switch VF2 board to A/B partition scheme
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 11 Apr 2024 11:54:01 +0000 (13:54 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 28 Oct 2024 11:28:44 +0000 (20:28 +0900)
commitec2b696c449f81d4928ef6cece77a0ceea0cdef8
treec6e2593e284b90f480b5ef324261ceb7e97aa9eb
parentee31a8f05f18c7248379b0159a17532ff380c064
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