M7350v7_en_gpl

This commit is contained in:
T
2024-09-09 08:59:52 +00:00
parent f75098198c
commit 46ba6f09ec
1372 changed files with 1231198 additions and 1184 deletions

7
bootable/recovery/install.c Normal file → Executable file
View File

@ -38,7 +38,7 @@
// Flash dsp*.mbn files included in the zip
/* [yangjihong] Update dsp image */
#define MAX_DSP_MBN_IMAGES 4
#define MAX_DSP_MBN_IMAGES 5
#define WLAN_MODEM_ZIP_PATH "firmware"
#define WLAN_MODEM_DEST_PATH "/firmware"
#define WLAN_MODEM_INFO_FILE "firmware/image/update_info"
@ -140,10 +140,11 @@ static bool install_mbns(const ZipArchive *zip)
"sbl1.mbn",
"appsboot.mbn",
"NON-HLOS.ubi",
"boot.img"
"boot.img",
"rpm.mbn"
};
const char *mbn_partitions[MAX_DSP_MBN_IMAGES] =
{"sbl", "aboot", "modem", "boot"};
{"sbl", "aboot", "modem", "boot", "rpm"};
const ZipEntry *mbn_entry;
const MtdPartition *part;

File diff suppressed because it is too large Load Diff