From 2a38807ea38df5f8da0f2424a8aacabb6948e363 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 26 Dec 2021 14:23:24 +0800 Subject: [PATCH] add yocto meta layer --- 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