mfgtool ah 可以使用ninja编译

This commit is contained in:
2025-01-13 18:38:58 +08:00
parent b29b776229
commit 9e297aa436
9 changed files with 203 additions and 1 deletions

View File

@@ -122,7 +122,7 @@ uint32_t iot_oem_read_mtd_ext(uint8_t *buff,uint32_t buff_size)
uint8_t fw_prtition = PART_NUM_FW1;
char str_buff[10]={0};
imgHdr hdr={0};
imgHdr run_fw_hdr;
imgHdr run_fw_hdr={0};
const uint8_t *data;
const char *oem_ext_magic_str = IOT_OEM_EXT_MAGIC_STR;
int oem_ext_magic_str_len = strlen(oem_ext_magic_str);