zoukankan      html  css  js  c++  java
  • MfgTool (i.MX53)使用

    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
      • Download here
    • (DEPRECATED) MfgTool release 1.6.2.032 by Freescale
      • Support for CM-i.MX53 Consumer
      • Target running Linux BSP with Bluetechnix patchset V1.2
      • Download here

    You may download the original ZIP file from the Freescale web site - 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. 
  • 相关阅读:
    C/C++中的abort、atexit、exit和_Exit
    从QQ聊天看交流的有效性
    HDU 1711 Number Sequence (KMP)
    pintos操作系统thread部分的实现
    搜狗面试的经典题(C++map按值排序,class struct的差别)
    SQL学习之使用order by 依照指定顺序排序或自己定义顺序排序
    选中多个或全中订单逻辑
    HDU 4415 Assassin's Creed(贪心)
    ashx文件中使用session提示“未将对象引用设置到对象的实例”
    .NET运行机制
  • 原文地址:https://www.cnblogs.com/LoongEmbedded/p/5298279.html
Copyright © 2011-2022 走看看