[openwrt/openwrt] mediatek: bpi-r4: create additional emmc gpt artifact

LEDE Commits lede-commits at lists.infradead.org
Wed Mar 12 04:05:55 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/843e50f4fac243e21ffb3d1bd7a17a400b114057

commit 843e50f4fac243e21ffb3d1bd7a17a400b114057
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Wed Oct 23 13:07:27 2024 +0200

    mediatek: bpi-r4: create additional emmc gpt artifact
    
    This makes it possible to initialize the eMMC from scratch like it is
    done for the BPI-R3 mini (without an SD card).
    
    Signed-off-by: Martin Schiller <ms at dev.tdt.de>
---
 target/linux/mediatek/image/filogic.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index 37f6c07774..531cf83863 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -439,9 +439,10 @@ define Device/bananapi_bpi-r4-common
   KERNEL_LOADADDR := 0x46000000
   KERNEL_INITRAMFS_SUFFIX := -recovery.itb
   ARTIFACTS := \
-	       emmc-preloader.bin emmc-bl31-uboot.fip \
+	       emmc-gpt.bin emmc-preloader.bin emmc-bl31-uboot.fip \
 	       sdcard.img.gz \
 	       snand-preloader.bin snand-bl31-uboot.fip
+  ARTIFACT/emmc-gpt.bin		:= mt798x-gpt emmc
   ARTIFACT/emmc-preloader.bin	:= mt7988-bl2 emmc-comb
   ARTIFACT/emmc-bl31-uboot.fip	:= mt7988-bl31-uboot $$(DEVICE_NAME)-emmc
   ARTIFACT/snand-preloader.bin	:= mt7988-bl2 spim-nand-ubi-comb




More information about the lede-commits mailing list