Installation of USBDM for Windows

Under Windows, installation is done with a standard Windows MSI file USBDM_X_X_X_X_Win.msi. 
Download from: USBDM Sourceforge
Note that there is a separate installation for the device drivers and you must select the version appropriate to your operating system see USB Driver Installation.

The USBDM installation will do the following:

  • Install stand-alone programmers for various targets

    • Kinetis
    • Coldfire V1
    • Coldfire V2,3,4
    • MC56F80xx
    • HCS08
    • HCS12
    • RS08
  • Install various utilities to support USBDM
    • BDM firmware updater
    • JS16 Bootloader
    • TCL interpreter
    • Coldfire V2,3,4 Unlocker
    • MC56F80xx Unlocker
    • JB16 Setboot utility
    • GDB Servers
  • Install documentation and Examples
  • Modify various other applications that USBDM is designed to work with. These applications need to be installed before USBDM.
    Note : It may be necessary to re-install the USBDM software if Codewarrior is updated or re-installed as USBDM modified files may be replaced.
    • CodeWarrior for Coldfire V7.2
    • CodeWarrior for DSC56800E V8.3
    • CodeWarrior Development Studio for S12(X) V5.1
    • CodeWarrior Development Studio for Microcontrollers V6.3
    • CW for MCU v10.1/v10.2/v10.3
    • Eclipse Juno, Kepler or Luna (need to manually select the installation directory)
    • Kinetis Design Studio
    • FreeMASTER V1.3
    • CF Flasher V3.1

Installation of USBDM for Linux

Under Linux, installation is done by standard Debian archive. This will do the following:

  • Install shared files to /usr/share/usbdm
  • Install executables to /usr/bin
  • Install shared libraries to /usr/lib/i386-linux-gnu/usbdm or /usr/lib/x86-linux-gnu/usbdm
  • Modify the /etc/udev/rules.d file to allow use of the USBDM hardware as a USB device.
  • Various GUI desktop icons are created for the programmers and GDB servers.
  • Modify various other applications that USBDM is designed to work with. These applications need to be installed before USBDM.
    • CW for MCU v10.1/v10.2
    • Eclipse
    • Kinetis Design Studio
  • .usbdm directory will be created in the user's root directory when any programs are run.

Various programs are then available in the installation directory.

    • Stand-alone programmers for various targets

      • Kinetis
      • Coldfire V1
      • Coldfire V2,3,4
      • MC56F80xx
      • HCS08
      • HCS12
      • RS08
    • Various utilities to support USBDM
      • BDM firmware updater
      • JS16 Bootloader
      • TCL interpreter
      • Coldfire V2,3,4 Unlocker
      • MC56F80xx Unlocker
      • JB16 Setboot utility
    • Documention and Examples

USBDM RS08/HCS08/HCS12/Coldfire V1,2,3,4/DSC/Kinetis Debugger and Programmer -- Software Install的更多相关文章

  1. 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_ ...

  2. USBDM RS08/HCS08/HCS12/Coldfire V1,2,3,4/DSC/Kinetis Debugger and Programmer -- MC9S08JS16

    Introduction The attached files provide a port of a combined TBDML/OSBDM code to a MC9S08JS16 proces ...

  3. USBDM RS08/HCS08/HCS12/Coldfire V1,2,3,4/DSC/Kinetis Debugger and Programmer -- MC9S08JM16/32/60

    Introduction The attached files provide a port of a combined TBDML/OSBDM/TBLCF code to a MC9S08JM16/ ...

  4. USBDM RS08/HCS08/HCS12/Coldfire V1,2,3,4/DSC/Kinetis Debugger and Programmer -- BDM Construction and Firmware

    Construction. Build the hardware using the information provided in the PCB download. The following a ...

  5. USBDM Debugger interface for Freescale RS08,HCS08,HCS12,Coldfire and ARM-Kinetis Devices.

    Introduction USBDM is a debugger hardware interface for a range of Freescale microcontrollers. It is ...

  6. USBDM Coldfire V2,3,4/DSC/Kinetis Debugger and Programmer -- MC9S08JS16

    Introduction The attached files provide a port of a combined TBLCF/DSC code to a MC9S08JS16 processo ...

  7. USBDM Kinetis Debugger and Programmer

    Introduction The FRM-xxxx boards from Freescale includes a minimal SWD based debugging interface for ...

  8. [原创]adb使用教程v1.0-----by-----使用logcat快速抓取android崩溃日志

    原文再续,书接上回:<使用logcat快速抓取android崩溃日志>中提到的工具包可以下载拉~ <使用logcat快速抓取android崩溃日志>:http://www.cn ...

  9. InfluxDB v1.6.4 下载

    InfluxDB v1.6.4 OS X (via Homebrew) brew update brew install influxdb Docker Image docker pull influ ...

随机推荐

  1. [HNOI2013]比赛 (用Hash实现记忆化搜索)

    [HNOI2013]比赛 题目描述 沫沫非常喜欢看足球赛,但因为沉迷于射箭游戏,错过了最近的一次足球联赛.此次联 赛共N支球队参加,比赛规则如下: (1) 每两支球队之间踢一场比赛. (2) 若平局, ...

  2. jinja模板语言

    模板 要了解jinja2,那么需要先理解模板的概念.模板在Python的web开发中广泛使用,它能够有效的将业务逻辑和页面逻辑分开,使代码可读性增强.并且更加容易理解和维护. 模板简单来说就是一个其中 ...

  3. str和unicode类

    在py2中,分为两类,str和unicode 而在py3中,分为两类,byte和str py2中的str等同于py3中的byte 首先明确一点,我们编辑好一段文本,python并不知道我们的文本是以什 ...

  4. 通过 EXPLAIN 分析低效 SQL 的执行计划

    每个列的简单解释如下:  select_type:表示 SELECT 的类型,常见的取值有 SIMPLE(简单表,即不使用表连接 或者子查询).PRIMARY(主查询,即外层的查询).UNION(U ...

  5. js array数组检测方式

    typeof var arr = [1,2,3]; console.log(typeof arr);//'object' 数组的本质是一种特殊的对象,所以返回'object'.typeof运算符只能用 ...

  6. JS实现文本中查找并替换字符

    JS实现文本中查找并替换字符 效果图: 代码如下,复制即可使用: <!DOCTYPE html><html> <head> <style type=" ...

  7. Codeforces 671A Recycling Bottles(贪心+思维)

    题目链接:http://codeforces.com/problemset/problem/671/A 题目大意:给你两个人的位置和一个箱子的位置,然后给出n个瓶子的位置,要求让至少一个人去捡瓶子放到 ...

  8. 2、Centos6 安装tomcat8.5.31

    1.下载 安装包 wget http://mirrors.aliyun.com/apache/tomcat/tomcat-8/v8.5.31/bin/apache-tomcat-8.5.31.tar. ...

  9. KnockoutJs学习笔记(九)

    由于component binding部分的内容更为复杂一些,所以这部分我暂时跳过,先学习click binding部分. click binding不仅可以作用于button.input.a等元素, ...

  10. Android Studio 入门级教程(一)

    声明 AS已经是Android开发的主流工具了,但是学校教学用的还是eclipse,很多同学不知道如何入门.网上看到一位大神整理得很好的教程,转载过来,希望可以帮到有需要的人. 生命壹号:http:/ ...