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.

cc2530串口升级问题

Other Parts Discussed in Thread: CC2530

TI工程师和各位大神:

我们现在的项目是soc(arm linux)+2530模块, soc和2530之间通过串口连接,我们现在想实现的功能:就是在soc端开发代码,然后通过串口可以给2530升级程序。

我的步骤是这样的:

1、我先将boot烧写到cc2530中

2、比如我们现在soc和zigbee之间的串口设备的/dev/ttymxc6, 我把我按照SBL文档的配置编译好的app程序(比如GenericApp.bin)直接写到/dev/ttymx设备中。

这样实现有什么问题吗? 思路是否正确?

请指导,谢谢!!!