AM335x从norflash启动,目前烧写flash用的方案是ICE参考版的CCS环境下将bin文件通过JTAG载入到DDR,再通过flash驱动程序烧写到nor flash中,因为这样的流程不满足生产要求.问问耀明兄,TI有没有专用的小工具来烧写nor flash的?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
AM335x从norflash启动,目前烧写flash用的方案是ICE参考版的CCS环境下将bin文件通过JTAG载入到DDR,再通过flash驱动程序烧写到nor flash中,因为这样的流程不满足生产要求.问问耀明兄,TI有没有专用的小工具来烧写nor flash的?
这个工具还在开发,但需要点时间,大体原理是通过网口/usb 口启动uboot,由uboot烧写nor flash。
请看看下面几个链接
http://processors.wiki.ti.com/index.php/JTAG_Adapters
http://processors.wiki.ti.com/index.php/JTAG_Connectors
http://processors.wiki.ti.com/index.php/Category:JTAG
硬件的接口这个没有问题,我说的是软件方面的接口.
比如我用另外一个设备,根据 IEEE Standard 1149.1 的TAP Controller State Transitions状态机,用JTAG接口来访问AM335x的通用寄存器和内存,可以抽象成【CCS加上XDS560】为我的设备。
那么,TI有没有开放JTAG接口的访问,还是说必须要用CCS加上TI的仿真器才能访问CPU?