mfgtools
mfgtools copied to clipboard
Freescale/NXP I.MX Chip image deploy tools.
Hi, I'm having an issue flashing a full Android OS using uuu v1.3.136. OS: Fedora 31 and Ubuntu uuu: binary from NXP here https://github.com/NXPmicro/mfgtools/releases v1.3.136 board: custom board with iMX7D...
uuu "FB: flash -raw2sparse" consumes enormouse amount of host memory for writing .sdcard.bz2 images
Observed on Fedora 27 running libuuu_1.3.82-0-g9c56e46 The "top" output says it all: ``` PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 14312 root 20 0 4531952...
I'm trying to run the following command on my M2 machine: ``` sudo uuu -v -V ./full_image.uuu ``` Getting following error: ``` uuu (Universal Update Utility) for nxp imx chips...
I'm experiencing a USB timeout issue when I attempt to flash an IMX6 in WSL. Flashing the device works fine in a ubuntu 22.04 virtual machine. The same script and...
Hi author We found that it takes nearly 20 minutes to burn an image which is about 4GB Is there any command to improve the speed or which code could...
# Description Add dynamic `MAX_PROGRESS_WIDTH` global variable that will store longest line printed during progress phase. Use as a replacement of `get_console_width` while sizing string during progress. Initialized with `0`,...
Significant number of spaces are present at end of progress related lines based on terminal width. While using `uuu` in non-terminal environment, 80k+ spaces are printed for each lines while...
Hi, I am wondering if there is support to directly transfer the whole ubifs image through `uuu`. I build the rootfs by using `ubifs` for `SOC_DEFAULT_IMAGE_FSTYPES` in Yocto. The product...
I'm closing in on finally getting my uuu script to work. I'm currently migrating from a ucl2.xml and currently I got this so far ```sh SPD: dcd -f u-boot.imx SPD:...
This is a big change so you may be hesitant to merge it. None the less and FWIW the tool is very useful, but I found the UX lacking including...