Explorar o código

add:修复脚本单独下载

Dozingfiretruck %!s(int64=4) %!d(string=hai) anos
pai
achega
70d7f477b2
Modificáronse 3 ficheiros con 7 adicións e 7 borrados
  1. BIN=BIN
      soc_tools/air101_flash.exe
  2. BIN=BIN
      tools/xt804/air101_flash.exe
  3. 7 7
      tools/xt804/wm_tool.c

BIN=BIN
soc_tools/air101_flash.exe


BIN=BIN
tools/xt804/air101_flash.exe


+ 7 - 7
tools/xt804/wm_tool.c

@@ -4751,13 +4751,13 @@ static int wm_tool_download_firmware(void)
 
 	wm_tool_printf("\r\nserial sync sucess.\r\n");
 
-	ret = wm_tool_query_mac();
-	if (ret)
-    {
-        wm_tool_uart_close();
-        wm_tool_printf("download failed.\r\n");
-        return ret;
-    }
+	// ret = wm_tool_query_mac();
+	// if (ret)
+    // {
+    //     wm_tool_uart_close();
+    //     wm_tool_printf("download failed.\r\n");
+    //     return ret;
+    // }
 
 	if (WM_TOOL_DL_ERASE_ALL == wm_tool_dl_erase)
 	{