Merge branch 'Branch_S550_Fast_Emmc' of 192.168.6.216:linux-em-group/s530-ntk into Branch_S550_Emmc
This commit is contained in:
commit
94a91ab1f3
|
@ -1627,6 +1627,10 @@ void* sf_app_mcu_updata_thread(void *arg)
|
|||
char *file_path = sf_root_path_strcat(UPGRADE_FIRMWARE_NANE);
|
||||
if(file_path == NULL)
|
||||
{
|
||||
MLOGI(" sf_power_off_msg_to_cardv\n");
|
||||
MLOGE("MCU_UPGRADE no file\n");
|
||||
sf_set_mcu_update_flag(0);
|
||||
sf_power_off_msg_to_cardv();
|
||||
return NULL;
|
||||
}
|
||||
ret = Fw_GetFirmwareSize(file_path, &McuFsize);
|
||||
|
|
Loading…
Reference in New Issue
Block a user