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.

[参考译文] Linux/CC2564C:无法将固件上载到模块

Guru**** 2763455 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/740105/linux-cc2564c-fail-to-upload-the-firmware-to-the-module

器件型号:CC2564C

工具/软件:Linux

您好!

我想使用模块的辅助 A2DP 模式通过 PCM 通道发送音频(对吗?)

我按照以下步骤操作 :http://processors.wiki.ti.com/index.php/CC256x_Service_Pack_User 、使用 AVPR addon 生成 BTS 文件 、结果如下:

 /usr/bin/hciattach -t 90 /dev/ttySC1德克萨斯州115200
找到了德州仪器的芯片!
固件文件:/lib/firmware/ti-connectivity/TIInit_6.12.26.bts
已加载 BTS 脚本版本1
TExaS:将波特率更改为115200、将流控制更改为1
不能初始化设备 hci0:设备或资源忙(16)不能初始化设备:设备或资源忙

有什么想法吗?

谢谢!

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好!
    请确保您正在加载正确的服务包: git.ti.com/.../README
    此外,将 hciattached 命令更改为 hciattach /dev/ttySC1 Texas 3000000

    Saurabh