zoukankan      html  css  js  c++  java
  • USBDM RS08/HCS08/HCS12/Coldfire V1,2,3,4/DSC/Kinetis Debugger and Programmer -- Driver Install

    Installation of USBDM USB drivers for Windows

    There are four installers provided: 

    • USBDM_Drivers_x_x_x_WinXP_x32.msi - Windows XP 32-bit
    • USBDM_Drivers_x_x_x_WinXP_x64.msi - Windows XP 64-bit
    • USBDM_Drivers_x_x_x_Win_x32.msi - Windows 7 32-bit
    • USBDM_Drivers_x_x_x_Win_x64.msi - Windows 7 64-bit

    Note: On Windows, libusb1.0 is a thin wrapper around the Microsoft winUSB low-level USB drivers. Because of this you may see references to winusb in the following.
    Note: These drivers are signed.
    Please install the drivers before plugging in a BDM. 
    Steps to follow under WIN-7 (it's similar for WIN-XP but there will be other confirmation dialogues). Windows 8 and 10 are less talkative.

      • Download the appropriate driver installation file (as above) from Sourceforge: USBDM Sourceforge
      • Remove the BDM if it is already plugged in.
      • Install the driver .msi file. This should clean out any incompatible driver files.
      • You will be prompted by a UAC dialogue to allow the installation of the drivers.

    Installation of USBDM USB drivers for Linux

    There isn't any. The DEB file provided will modify the /etc/udev/rules.d file to allow access to the USBDM device. The required driver for USBDM BDM interface (LibusbV1) is included in the standard Linux (at least Ubuntu current version). The CDC (serial port) is a standard device and should also be installed without any extra steps.

    If more installation is required on your version you will have to investigate this yourself. I'm not a Linux expert and I don't have access to other versions for testing. If you find other steps are necessary then please advise and I will try to update the installation accordingly.

  • 相关阅读:
    sql server 数据查询基础
    sqlserver 用SQL语句操作数据
    sql server 用表组织数据
    sql server 程序的集散地 数据库
    JAVA 面向对象 File I/O
    JAVA 面向对象 多线程
    JAVA 面向对象 集合框架
    JAVA 面向对象 异常
    js内置对象、定时函数、document对象
    DOM
  • 原文地址:https://www.cnblogs.com/shangdawei/p/4750949.html
Copyright © 2011-2022 走看看