1.eg91升级工具名称更改

This commit is contained in:
payton 2023-08-09 13:53:12 +08:00
parent 82fc4f4bc7
commit 75bf4c4ed7

View File

@ -1160,7 +1160,7 @@ UINT32 sf_4g_update(UINT8 *upFname)
sprintf(cmdStr, "/usr/bin/DownloadCLI-EG915Q -p /dev/ttyACM0 -c %s/cfg_ec618_usb.ini -B \"BL AP CP\" -r", upFname); sprintf(cmdStr, "/usr/bin/DownloadCLI-EG915Q -p /dev/ttyACM0 -c %s/cfg_ec618_usb.ini -B \"BL AP CP\" -r", upFname);
sprintf(cmdtmp, "/dev/ttyACM0"); sprintf(cmdtmp, "/dev/ttyACM0");
}else { }else {
sprintf(cmdStr, "/customer/QFirehose -f %s",upFname); sprintf(cmdStr, "/usr/bin/QFirehose-EG91 -f %s",upFname);
sprintf(cmdtmp, "/dev/ttyUSB0"); sprintf(cmdtmp, "/dev/ttyUSB0");
} }
printf("[%s:%d] cmd:%s\n", __FUNCTION__, __LINE__,cmdStr); printf("[%s:%d] cmd:%s\n", __FUNCTION__, __LINE__,cmdStr);