8000 GitHub - atiti/mfgtools: Freescale/NXP I.MX Chip image deploy tools.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

atiti/mfgtools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uuu(universial update utiles), mfgtools 3.0

original linux version using "linux" branch, windows version use "windows" branch

Freescale/NXP I.MX Chip image deploy tools.

uuu (universal update utitle) for nxp imx chips -- libuuu-1.0.1-gffd9837

Succues:0       Failure:3               Wait for Known USB Device Appear...

1:11     5/5 [                                        ] SDP: jump -f u-boot-dtb.imx -ivtinitramf....
2:1      1/5 [===>                                    ] SDP: boot -f u-boot-imx7dsabresd_sd.imx ....

under development

key feature.

  • The real cross platform. linux, windows, MacOS(not test yet)
  • Multi devices program support
  • Daemon mode support.
  • Small depedence (only libusb)
  • Firmware (uboot/kernel) use WCID to auto load winusb drvier in windows side.

example:

uuu u-boot.imx Download u-boot.imx by HID device

uuu list.uu Run all commands in list.uu

uuu -s Enter shell mode. input command.

uuu -v u-boot.imx verbose mode

uuu -d u-boot.imx Once detect known device attach, download boot.imx.

                        u-boot.imx can be replaced, new file will be download once board reset.
                        
                        Avoid unplug sd, write sd, plug sd card when debug uboot.

Build:

windows

  • git clone git@github.com:codeauroraforum/mfgtools.git
  • git submodule init
  • git submodule update
  • open msvs/uuu.sln by vs2017

linux

  • git clone git@github.com:codeauroraforum/mfgtools.git
  • sudo do apt-get install libusb-1.0.0-dev
  • cmake .
  • make

About

Freescale/NXP I.MX Chip image deploy tools.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.8%
  • C 4.0%
  • Other 1.2%
0