Part Number:TMS320C6748Other Parts Discussed in Thread: OMAP-L138
平台:TMS320C6748加密版,在使用中遇到下列问题:
TMS320C6748加密版处理器,上电后 JTAG 接口会处于锁定状态,无法通过仿真器连接 JTAG。因此需要通过TI的 GenericSecureUartHost.exe 工具从串口加载解锁 JTAG 的程序,然后才能连接仿真器。
由于自动化测试需求,想使用批处理脚本或命令行的形式进行DSP解密测试验证,关于TI的GenericSecureUartHost.exe 工具想咨询一下是否支持【批处理脚本或命令行形式】进行自动化JTAG口解锁,或者有GenericSecureUartHost.exe 工具的相关源码可以查阅。
Shine:
应该可以用批处理文件执行GenericSecureUartHost.exe解锁JTAG口,和在dos下执行命令一样的效果。串口工具可以从下面的网站下载。http://software-dl.ti.com/dsps/dsps_public_sw/omap_l1x/omapl13x_c674x_generic_secure/latest/index_FDS.html
,
xianbao zhang:
1、查看TI关于GenericSecureUartHost.exe说明,GenericSecureUartHost.exe只是一个GUI应用程序不能传递参数,无法通过命令行形式实现。
/****************************************************************TI OMAP-L138 Secure AIS Utilities**(C) 2009-2010 Texas Instruments, Inc.******************************************************************/This directory contains the source and build files for various utilitiesassociated with booting flashing the OMAP-L138 SoC device. These utilitiesinclude:SecureHexAIS- Command-line AIS generation utility for secure OMAP-L138 and derivative devicesGenericSecureUartHost- GUI application to boot secure AIS images over the serial portRunning =======2、关于这个JTAG解锁我们是希望像使用slh_OMAP-L138.exe通过串口加载.ais程序到DDR一样,能够不通过GUI界面,通过批处理或者命令行形式加载.bin程序解锁JTAG 文件。
Windows# slh_OMAP-L138 -p COM13 C:\TMS320C6748\Demo\StarterWare\Binary\GPIO_LED.ais
想咨询下是否有其他相关的工具能够支持该方案。
,
Shine:
抱歉,目前只有通过GUI界面从串口下载代码。