From 6a4b3a1935c6d9a2f48ea0e1e82c7046b4efd85a Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 22 Dec 2021 20:04:05 +0800 Subject: [PATCH] update linux patch to add igkboard-emmc.dts --- bsp/images/wintools/win_flash.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bsp/images/wintools/win_flash.bat b/bsp/images/wintools/win_flash.bat index c77073d..a93b8be 100644 --- a/bsp/images/wintools/win_flash.bat +++ b/bsp/images/wintools/win_flash.bat @@ -20,7 +20,7 @@ echo 1: Download bootloader [ %IMAGE_UBOOT% ] echo 2: Download System Image [ %IMAGE_SYS% ] -set /p choice= Please Input Your Choice: +set /p choice= Please Input Your Choice: if %choice% == 1 uuu -b emmc %IMAGE_UBOOT% if %choice% == 2 uuu -b emmc_all %IMAGE_UBOOT% %IMAGE_SYS% -- Gitblit v1.9.1