| | |
| | | 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:" |
| | | |