-
Notifications
You must be signed in to change notification settings - Fork 302
Release Notes
This is fixes up for 1.5.104
-
static link c++ library in prebuild linux image
-
provide armlinux version image
-
Using github working flow action to do release.
-
Expand upload command, like uploading the value of a specific variable.
-
Reduce memory usage when burn single board with compressed Image.
-
Http(s) prompt request username and passwords when require autherization.
-
Fixed 314 Corrupt image with larger transfer sizes at sdp(s)
-
Fixed missed true at else branch at built-in fat_write script and nand_burn_loader
-
Fixed invalid progress percentage in verbose mode
-
Fixed QSPI flashing script
-
Fix #297 print error when run quit cmd in shell mode
-
Fix #180 support check getval return value
-
Burn wic file(after 2021 Q4 yocto image) directly. uuu -b emmc_all wic
-
Add 'upload' fastboot command support
-
Support uboot that use plugin initialize ddr
-
Support simple logical check in uuu script
-
Add help option -IgSerNum to set windows registry to ignore serial number above too much entry in register when burn many boards.
-
Add snap support
-
Add 8ulp support
-
Deploy mac image
-
http\https add port support at url
-
improve progress show when burn android sparse image
-
add environment variable support command
-
Added support for 'FB:reboot' and 'FASTBOOT:reboot'
-
allow to pass sparse limit from command line
-
Update version number support build number > 255
-
Mac OS (Catalina) support
-
Workaround problem: some data pattern cause timeout at dell docker hub.
-
update 7D free memory address, errata e11166 https://www.nxp.com/docs/en/errata/IMX7DS_3N09P.pdf
-
Fix can’t build from source tarball.
-
ffu image basic support
-
add boundary device VID/PID
-
Added basic fastboot logical partition support
-
Add android fastboot continue command
-
Add i.MX8DXL support
-
Add i.MX865 support
-
build in script sd, support burn difference uboot
-
Add option -pp to set pool time
-
sdp: bootcmd: add support for --dcdaddr
-
change the default nandbcb command from update to init
-
Support simple https. (experimental).
-
-b option support script file
-
support >=4G zip file
-
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.
-
Some typeC dell dock USB hub cause transfer timeout if meet some magic data pattern, see branch magic_pattern. Try use differece hub or direct connect to PC usb port if this happen.
Go back to Home