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. 
  • 相关阅读:
    小程序开发-7-访问api数据与ES6在小程序中的应用
    小程序开发-8-流行页面编码与组件的细节知识
    小程序开发-6-组件数据、事件与属性
    当安装mongodb客户端出现了Failed to load list of databases
    对bluebird的理解
    百度地图实现案例
    iScroll实现下拉刷新上拉加载
    nodejs环境变量配置
    检测Python程序本身是否已经在运行
    用Python快速找到出现次数最多的数据
  • 原文地址:https://www.cnblogs.com/LoongEmbedded/p/5298279.html
Copyright © 2011-2022 走看看