通过命令行控制lauterbach [英] controlling lauterbach through command line

查看:213
本文介绍了通过命令行控制lauterbach的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有条件,我必须逐个闪存多个输出文件到mpc控制器。我们使用GUI for lauterbach来执行闪烁和运行的软件。现在我想通过>命令行参数做相同的操作。有一个请说明我通过命令提示符控制lauterbach所需要的一切。



我想使用Lauterbach Powerdebug接口/ usb2进行调试。

解决方案>

您可以使用t32rem命令通过UDP端口远程控制trace32。
t32rem通常安装在C:\T32\bin\windows64\



您的t32配置文件(config.t32)必须具有RCL = NETASSIST。
您需要通过t32start选项或您的自定义xxx.ts2(配置文件)启用API端口。



开箱即用应该能够运行任何t32命令。例如:



C:\T32\bin\windows64\t32rem.exe localhost port = 20000 data.dump 100000



将任何T32的data.dump 100000替换为例如do pgm_my_flash.cmm


I have condition that i have to flash multiple output files one by one to the mpc controller. We use GUI for lauterbach to do the flashing and running software. Now i want to do the same via >command line argument. Some one please explain me what all things are needed for controlling the lauterbach through command prompt.

I want to use Lauterbach Powerdebug interface/ usb2 for the debugging purpose.

解决方案

You can remote-control trace32 via a UDP port using the t32rem command. t32rem is typically installed in C:\T32\bin\windows64\

Your t32 configuration file (config.t32) must have "RCL=NETASSIST" in it. And you need to enable the API port, either via the t32start options or in your custom xxx.ts2 (configuration file).

Out of the box you should then be able to run any t32 command. E.g.:

C:\T32\bin\windows64\t32rem.exe localhost port=20000 data.dump 100000

Replace "data.dump 100000" with anything T32 understands, e.g. "do pgm_my_flash.cmm"

这篇关于通过命令行控制lauterbach的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆