From dab0a0fde67a3a5b3c3f77445686ed43e2632e05 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 23 Nov 2021 22:06:25 +0800 Subject: [PATCH] update win_flash.bat script --- tools/wintools/win_flash.bat | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/tools/wintools/win_flash.bat b/tools/wintools/win_flash.bat index 0df7fbc..b03e06a 100644 --- a/tools/wintools/win_flash.bat +++ b/tools/wintools/win_flash.bat @@ -4,12 +4,15 @@ REM uuu.exe official address: https://github.com/NXPmicro/mfgtools REM LingYun download address: http://weike-iot.com:2211/imx6ull/tools -REM Erase u-boot command in u-boot: mmc dev 1 1 && mmc erase 0 40000 +REM Goes into fastboot mode command: fastboot 0 +REM Erase u-boot command in u-boot : mmc dev 1 1 && mmc erase 0 40000 @echo off set IMAGE_UBOOT=u-boot-imx6ull-emmc.imx set IMAGE_SYS=linuxsys_imx6ull_buildroot.img +REM set IMAGE_SYS=linuxsys_imx6ull_yocto.img +REM set IMAGE_SYS=linuxsys_imx6ull_bullseye.img echo "Image Download Choices:" -- Gitblit v1.9.1