博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
MfgTool (i.MX53)使用
阅读量:5094 次
发布时间:2019-06-13

本文共 2327 字,大约阅读时间需要 7 分钟。

1 Introduction

The MfgTool is a manufacturing tool from Freescale that runs under Windows. It is designed to program firmware to i.MX boards for mass production. Boards are connected via USB and execute the USB/UART (Serial downloader) mode.

Bluetechnix added additional profiles to this tool in order to be usable with our i.MX53 modules.

2 Download

  •              MfgTool release 1.6.2.042 by Freescale
    • Support for CM-i.MX53 Consumer + Industrial, Qseven-i.MX537 modules
    • Target running Linux BSP with Bluetechnix patchset V1.4
  • (DEPRECATED) MfgTool release 1.6.2.032 by Freescale
    • Support for CM-i.MX53 Consumer
    • Target running Linux BSP with Bluetechnix patchset V1.2

You may download the original ZIP file from the - open the Programmers (Flash, etc.) menu!

3 Instructions

  • Connect the boards' USB-OTG port to a Windows PC. Select USB/UART (Serial Downloader) boot mode on the boards, and power up the boards. The first time you connect, you have to install a Windows device driver. You can find it in the ZIP file, folder Drivers. If you have successful installed the driver, the boards shows up as Freescale i.MX53 USB BulkIO Device in the device manager.

  • Start MfgTool.exe. Switch on or reset your boards and click on Scan devices. In the field A to D, your boards will show up as Freescale i.MX53 USB BulkIO Device.
  • In the Profile: drop-down box, select the correct profile for your module
    • cmimx53 consumer
    • cmimx53 industrial
    • qsevenimx537

  • Select Options-->Configuration... from the menu. There may be several options for the firmware update, choose the desired one as shown on the image below.
    • CM-i.MX53 Consumer/Industrial
      • SPI+NAND: Programs the boot loader and the kernel image to SPI flash, the root file system to NAND flash; for SPI flash boot mode.
      • NAND: Programs everything to NAND flash; for NAND boot mode.
    • Qseven-i.MX537
      • SPI+NAND: Programs the boot loader to SPI flash, the kernel image to SPI and NAND flash, and the root file system to NAND flash only; for SPI flash boot mode.

  • Leave the menu and click the green Start button. Now, the firmware update is in progress.

  • A green progress bar indicates success.

  • Note that boards may be disconnected and reconnected individually, the tool will monitor them and start a new firmware update each time a new board is connected. 

转载于:https://www.cnblogs.com/LoongEmbedded/p/5298279.html

你可能感兴趣的文章
【转载】WebService到底是什么?
查看>>
windows下安装nodejs
查看>>
[LeetCode] Trapping Rain Water II 题解
查看>>
对排名前3000位博主进行数据分析
查看>>
Python设计模式之单例模式
查看>>
eclipse中server location为灰色,不能修改
查看>>
shift and算法
查看>>
MongoDB数据库导出导入迁移
查看>>
观察者模式
查看>>
201521123097《Java程序设计》第五周学习总结
查看>>
云瓣影音网站&&微信端(已开源)
查看>>
C++入门篇十二
查看>>
冲刺周期二--站立会议03
查看>>
UITableViewCell高度自适应变化
查看>>
python 类变量与实例变量,可变对象与不可变对象的实践
查看>>
下载devc++和codeblocks记录
查看>>
C++ 修改 Windows Service【转】
查看>>
串口接线
查看>>
python_paramiko模块
查看>>
C#一个FTP操作封装类FTPHelper
查看>>