-
Notifications
You must be signed in to change notification settings - Fork 304
Release Notes
-
add dry-run option to check if all files exist at script
-
Start download before scan whole Bz2 file. Progress only show how many data burned instead of percentage before finish scan.
-
Add NAND built in script to burn boot loader into nand flash, which need uboot support nandbcb command
-
Add --skipfhdr option to skip flexspi header
-
Can use SD card uboot for flexspi, which need uboot support qspihdr command
-
Add timestamp info for each command. (-v show how many time is consumed for each command).
-
Add tar.bz2 support.(experimental).
-
Add tar.gz support. (experimental).
-
Add http download. (experimental).
-
Auto append /* for bz2 file when use built-in script.
-
Add -lsusb option to list all connected known devices to help find usb path when do multi boards support
-
Fix SPL download uboot failure if uboot size > 2M
-
Upgrade libusb to 1.0.23-rc3 to resolve some windows compatibility problem. such as exit if not usb port under virtual root hub.
-
Fix bz2 decompress problem if bz2 created by bzip2 instead of pbzip2.
-
Fix missed last chunk data for android sparse image
-
fixed #123: implement timeout for wait known usb device appear
-
Support i.MX28
-
Add Read\write a memory address for i.MX6/i.MX7
-
built-in script emmc support burn difference files
-
Support i.MX815
-
Auto parameter complete support
-
Add option -udev to help create udev rule to avoid use sudo
-
Remove VT color at win7
-
Fail back to verbose mode at win7
-
Enable uboot shell mode
-
Just print help when run uuu and doesn’t scan auto.uuu in current directory.
-
Added blog command to fetch message from uboot boot log
-
Support file path include space. need add "" at file path
-
Windows version built-in libusb
-
New SDPV support to support -skipsql for uboot, which support auto scan uboot position.
-
Fixed uuu "fb[-t 1000]:" ucmd wait forever problem
-
Fixed missed sdpu: done at spl built in script
-
Fixed show nothing when wait for usb connection
-
Fixed random claim interface failure at windows platform
-
Fixed random crash when multi-device download at windows platform
-
Fixed memory leak.
-
Fixed #79 file all zero when ucp from target to host
-
Fixed crash when done is not last cmd
-
Support decompress bz2 file, sdcard.bz2/* means decompress it.
-
Support enter shell after run script
-
Support shell command
-
Support shell command generate dynamic uuu command to burn sequence id, like MAC address
-
Reduce cpu usage rate at windows platform by increase each bulk transfer size
-
Added q(quit) to exit shell at -s mode
-
Support SDP protocol (i.MX6x, i.MX7, i.MX8M, i.MX8MM)
-
Support SDPS protocol (i.MX8QXP B0, i.MX8QM B0)
-
Support SDPU protocol (uboot\SPL implemented SDP protocol)
-
Support FB protocol (fastboot with uboot)
-
Support FBK protocol (fastboot in kernel, daemon implement at imx-uuc)
-
Support multi-device download
-
Support built-in script
-
Some old i.MX8MM board HID can’t work in linux system. Need apply ROM patch to fix. Please contact FAE.
-
QXP/QM NAND image can’t download by UUU because alignment requirement is difference
-
Bz2 file only support one that is generated by pbbz2. there are problem if use bzip2 generate bz2.
-
i.MX815 only support 3 boards at the same time.
Go back to Home