mvebu: puzzle-m90x: wipe rootfs_data on sysupgrade
authorDaniel Golle <daniel@makrotopia.org>
Tue, 9 Jan 2024 19:54:51 +0000 (19:54 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 9 Apr 2024 13:59:03 +0000 (14:59 +0100)
commitd4e8653e1e9ec90404d12ea24fb0f8e507b337d5
treec42d9f6ebf30dfa54edada6a8aede26a68994a39
parent7c39a95a2f6ae638f173833dc8d4c120e25475c8
mvebu: puzzle-m90x: wipe rootfs_data on sysupgrade

The sysupgrade formware of the Puzzle series is a slightly strange
dual-boot approach while remaining compatible with Marvell's SDK
firmware upgrade binary format -- which happens to be a full-disk
image with GPT partition table. Hence that /lib/upgrade/emmc-puzzle.sh
script is like an exotic disease which results from those decisions,
and as we also want to somehow stay compatible with the IEI-World
stock firmware we got to use it in that same way (we are not
compatible with the QNAP-branded identical hardware device anyway).

Currently, on sysupgrade the result is that one ends up with the old
content of rootfs_data (a GPT partition on those devices) as nothing
ever wipes or in any way re-creates the filesystem there. As a simple
work-around, let's kill the filesystem on rootfs_data so fstools
re-formats it on the next boot.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/mvebu/cortexa72/base-files/lib/upgrade/emmc-puzzle.sh