From 9078976e6443195a4b411498ff459bb4991af7ee Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 11 Dec 2021 13:31:24 +0800 Subject: [PATCH] Add QT build shell script, not test yet --- bsp/images/win_flash.bat | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/images/win_flash.bat b/bsp/images/win_flash.bat index b03e06a..68ce0ae 100644 --- a/bsp/images/win_flash.bat +++ b/bsp/images/win_flash.bat @@ -17,9 +17,9 @@ echo "Image Download Choices:" echo 1: Download bootloader [ %IMAGE_UBOOT% ] -echo 2: Download System Image [ %IMAGE_SYS% ] +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