Armadilloフォーラム

Armadillo640でのBLE通信について

yyokoyama

2020年3月3日 17時35分

お世話になります。

以下ページを参考にArmadilloにBLEドングルを挿入し、BLE通信をしようとしております。
https://users.atmark-techno.com/blog/615/3566

「rmadillo-640にBLEのUSBドングルを装着」まで行ったのですが、
以下の様なエラーとなってしまいました。

-----------------------------------------------------------------------------
[ 664.487682] usb 1-1: USB disconnect, device number 3
[ 715.086307] usb 1-1: new full-speed USB device number 4 using ci_hdrc
[ 715.438576] Bluetooth: hci0: BCM: chip id 63
[ 715.444546] Bluetooth: hci0: BCM: features 0x07
[ 715.479581] Bluetooth: hci0: BCM20702A
[ 715.484583] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
[ 717.606305] Bluetooth: hci0 command 0x0a0a tx timeout
[ 725.606315] Bluetooth: hci0: BCM: Patch command 0a0a failed (-110)
[ 727.766298] Bluetooth: hci0 command 0x1001 tx timeout
[ 735.846304] Bluetooth: hci0: BCM: Reading local version info failed (-110)
-----------------------------------------------------------------------------

どうもUSBへの送信に失敗しているのだと思われますが、
何が問題かわかりますでしょうか。

他は以下のメッセージも気になっております。
----------------------------------------------------------------------------
[ 1.336937] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[ 1.354918] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
----------------------------------------------------------------------------

コメント

yyokoyama

2020年3月3日 19時04分

すみません、本件自己解決いたしました。
バージョン3で実行するとうまくいきませんでしたが、
最新の19で再度uImageを作成したところうまくいきました。

> お世話になります。
>
> 以下ページを参考にArmadilloにBLEドングルを挿入し、BLE通信をしようとしております。
> https://users.atmark-techno.com/blog/615/3566
>
>
> 「rmadillo-640にBLEのUSBドングルを装着」まで行ったのですが、
> 以下の様なエラーとなってしまいました。
>
> -----------------------------------------------------------------------------
> [ 664.487682] usb 1-1: USB disconnect, device number 3
> [ 715.086307] usb 1-1: new full-speed USB device number 4 using ci_hdrc
> [ 715.438576] Bluetooth: hci0: BCM: chip id 63
> [ 715.444546] Bluetooth: hci0: BCM: features 0x07
> [ 715.479581] Bluetooth: hci0: BCM20702A
> [ 715.484583] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
> [ 717.606305] Bluetooth: hci0 command 0x0a0a tx timeout
> [ 725.606315] Bluetooth: hci0: BCM: Patch command 0a0a failed (-110)
> [ 727.766298] Bluetooth: hci0 command 0x1001 tx timeout
> [ 735.846304] Bluetooth: hci0: BCM: Reading local version info failed (-110)
> -----------------------------------------------------------------------------
>
> どうもUSBへの送信に失敗しているのだと思われますが、
> 何が問題かわかりますでしょうか。
>
> 他は以下のメッセージも気になっております。
> ----------------------------------------------------------------------------
> [ 1.336937] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
> [ 1.354918] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
> ----------------------------------------------------------------------------
>
>