mfgtools
mfgtools copied to clipboard
Freescale/NXP I.MX Chip image deploy tools.
I'm unable to flash an i.mx6 device using `uuu` version `uuu_1.4.43` in MacOS Big Sur. Specifically, I get the error: ``` 20:34 1/ 2 [Failure claim interface ] ... ```...
Hi: I found this scripts in uuu/sd_burn_loader.lst ``` FB: ucmd setenv fastboot_dev mmc FB: ucmd setenv mmcdev ${sd_dev} FB: ucmd mmc dev ${sd_dev} FB: flash bootloader _image FB: Done ```...
I builded a uuu on a raspberry pi3 I use the same script on a windows host with no issue on the raspberry, the script perform about 28 steps without...
I've tried adding the ROM info and Pid and Vid for the 1050 in order to flash SB images but the script loops on the following command: "Cmd:SDP: boot -f...
Hello, I am observing an issue while flashing my custom PCBA (iMX8M Mini SoM) using UUU tool on Windows. My PCBA has an isolated USB interface. Let me briefly describe...
It would be nice to have some instructions in the README.md which describes how to build the mfgtools out of source, i.e. in a separate build directory.
@Lin-Buo-Ren: I try to add udev rule in post refresh hook. but it doesn't work. Can you help check?
Hi All, I am trying to boot QSPI flash memory in iMX8QX MEK evaluation board using latest UUU. I have used both custom built image for QSPI and also the...
This statement is introduced in CMake 3.12, while Ubuntu 18.04 LTS (bionic) still has only CMake 3.10 in its repositories. https://github.com/NXPmicro/mfgtools/blob/63b1d3cf473369d13a778fc32d46ee5d398128b4/uuu/CMakeLists.txt#L76 Something along these lines allows to compile from source...
When I try to flash a (proprietary) hardware device from my Mac (macOS Mojave 10.14.6), I get the following error message in the terminal: ``` $ sudo uuu xyz.uuu uuu...