From 91a690169ae9de24917144ee78ffcdc711f0c0a9 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 25 Nov 2021 23:51:50 +0800 Subject: [PATCH] update top build shell script to call tarball build.sh --- tools/wintools/win_flash.bat | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tools/wintools/win_flash.bat b/tools/wintools/win_flash.bat index 348ee64..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-14x14-ddr512-emmc.imx -set IMAGE_SYS=linuxsys_iMX6ULL_512MB.img +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