mfgtools icon indicating copy to clipboard operation
mfgtools copied to clipboard

Freescale/NXP I.MX Chip image deploy tools.

Results 78 mfgtools issues
Sort by recently updated
recently updated
newest added

I'm unsure if anything was built. Git status shows no changes on disk... ``` (miniforge3)henrikvendelbo@iMac Projects % git clone https://github.com/NXPmicro/mfgtools.git Cloning into 'mfgtools'... remote: Enumerating objects: 4560, done. remote: Counting...

I have a segmentation fault ,log message as below. environment: aarch64 ubuntu . uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.4.191-0-g411f78f uuu [-d -m -v -V] bootloader download...

Tested with master commit 49afb54. File that triggered error was of size 32509758 bytes. command was `SDPV: write -f image.fit -addr 0x89000000` File transfer is successful, but sanity checks in...

Hi, We've tried flashing i.MX 6UL with `UUU` tool and it's not working on closed i.MX 6UL (ref: #235 ). However when we try to work on i.MX 8MMini EVK...

The automatic detection of bz2 file and appending of /* breaks the ability to copy a bz2 file as is to target. Or let the target decompress it. uuu_script_recovery ```...

According to commandline documentation it should be possible to have a file called uuu.auto in a directory and run uuu.exe [directory]. However this leads to trying to run the uuu.auto...

The mfg xml scripts had the possibility to have a dedicated error handling cmd attribute which would be executed, once the actual cmd failed. See the **onError** of the example...

enhancement

Looking for a command line interface to itergrate mfgtool into my Electron app. Can I use this repository instead of IMX6_L4.1.15_1.0.0_MFG_TOOL at [https://www.nxp.com/webapp/sps/download/license.jsp?colCode=IMX6_L4.1.15_1.0.0_MFG_TOOL&appType=file2&DOWNLOAD_ID=null](https://www.nxp.com/webapp/sps/download/license.jsp?colCode=IMX6_L4.1.15_1.0.0_MFG_TOOL&appType=file2&DOWNLOAD_ID=null)

In mfgtool there was the variable @FILESIZE. Now with uuu tool I could not find any way to find out the size of an image to flash before the flashing...

enhancement