]> git.ipfire.org Git - thirdparty/openwrt.git/commit
mediatek: filogic: fix Globitel BT-R320 FIT rootfs mapping 23895/head
authorsolodecode <zikwarface134@gmail.com>
Sat, 20 Jun 2026 16:47:40 +0000 (19:47 +0300)
committerRobert Marko <robert.marko@sartura.hr>
Wed, 1 Jul 2026 17:01:37 +0000 (19:01 +0200)
commita6e1135d6d1d0b06ca2be99987f5e5fe2231ae8e
treeea9019b0dbfd1eda71266aff579ddce3dfff4f6d
parent9a44d910cc1abef381efe691d2e5d78f65f09814
mediatek: filogic: fix Globitel BT-R320 FIT rootfs mapping

Globitel BT-R320 boots the sysupgrade FIT from the eMMC production
partition with root=/dev/fit0.

The device tree did not describe the production GPT partition and
/chosen/rootdisk did not point at the FIT container. fitblk then had no
rootdisk match and the board stopped at:

  Waiting for root device /dev/fit0...

Describe the eMMC GPT partitions, set /chosen/rootdisk to production,
and use the FIT sysupgrade path.

Fixes: a3105d3f9573 ("mediatek: filogic: add support for Globitel BT-R320")
Signed-off-by: solodecode <zikwarface134@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23895
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
target/linux/mediatek/dts/mt7981b-globitel-bt-r320.dts
target/linux/mediatek/filogic/base-files/lib/upgrade/platform.sh