Commits
faqiang.zhu committed 8f174ccd5f7
MA-13989 generate uuu script and then invoke uuu with generated script In previous script, uboot is firstly loaded by uuu and executed to fastboot mode, then individual fastboot is used to flash images. On windows, usb driver may not be rightly loaded for fastboot. now uuu script is generated firstly and then uuu is invoked with the generated uuu script, so only uuu binary is used in this process. Also, an option "-daemon" is added to support flashing multi boards at the same time. This often happens in factory. This option is used to flash multiple boards of the same type. uuu_imx_android_flash.bat will write temporary files in current directory, make sure that you have wirte permission in current working directory. Also, link file will be created, this need the cmd/powershell to run in administrator mode. Change-Id: I1a161065c7ff3877d0cb6906cd964fc7e42791f5 Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/7319 Reviewed-by: guoyin.chen <guoyin.chen@nxp.com> Reviewed-by: ji.luo <ji.luo@nxp.com>