Armadilloフォーラム

Armadillo-IoTで無線LANが有効化できない

fukuyoshi

2015年8月28日 12時06分

お世話になっております。

Armadillo-IoT GatewayにてWi-Fiが繋がらなくなったため初期化を行いましたが、
その後、無線Lanの有効化自体が出来ない状態に陥っております。
何か確認すべき点ございますでしょうか。ご教示頂けますと幸いです。

■ 初期化手順
(参考:http://armadillo.atmark-techno.com/faq/troubleshooting-aiot)

[ATDE ~]$ hermit download --input-file loader-armadillo-iotg-std-v3.6.0.bin --region bootloader --force-locked --port /dev/ttyUSB0
[ATDE ~]$ hermit download --input-file linux-aiotg-std-v2.01.bin.gz --region kernel --port /dev/ttyUSB0
[ATDE ~]$ hermit download --input-file romfs-aiotg-std-v2.01.img.gz --region userland --port /dev/ttyUSB0
 
hermit> setbootdevice flash

■ 無線Lan有効化手順
SDカードが挿入されていないことを確認し、下記コマンド

[root@armadillo-iotg (ttymxc1) ~]# sd-awlan-sel awlan
select to AWLAN
mmc1: queuing unknown CIS tuple 0x10 (5 bytes)
mmc1: queuing unknown CIS tuple 0x10 (5 bytes)
mmc1: new high speed SDIO card at address 554b
awl13: RX Transmission mode SDINT HT
mmc1: registerd "awl13" device as awlan0
awl13: wait wid response timed out
awl13: failed WID_RESET
awl13: l.291: awl13_firmware_load() failed on -5
awl13: MAC is 00:00:00:00:00:00
 
[root@armadillo-iotg (ttymxc1) ~]# cat /etc/config/interfaces                   
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)          
 
auto lo umts0                                                                   
iface lo inet loopback               
iface eth0 inet dhcp
iface umts0 inet dhcp
        pre-up 3g-connect
        post-up 3g-monitor start
        pre-down 3g-monitor stop
        post-down 3g-disconnect
 
[root@armadillo-iotg (ttymxc1) ~]# cat /etc/config/awl13.conf
AWL13_MODE=STA
#AWL13_MODE=AP
 
[root@armadillo-iotg (ttymxc1) ~]# iwconfig awlan0 essid [essid]
Error for wireless request "Set ESSID" (8B1A) :             
    SET failed on device awlan0 ; Invalid argument.
コメント

at_yuma.arakawa

2015年8月28日 17時21分

> その後、無線Lanの有効化自体が出来ない状態に陥っております。
> 何か確認すべき点ございますでしょうか。ご教示頂けますと幸いです。
Linux 3.14-at2にはAWL13が正常に動作しない問題が存在します。
ご迷惑をお掛けし、申し訳ありません。
修正パッチを添付しますので、ご利用ください。

なお、本パッチを含むLinux 3.14-at3を
週明けの8/31(月)に公開いたします。

ファイル ファイルの説明
0001-ARM-imx25-iomux-disable-SION-bit-on-all-GPIO-pads.patch AWL13動作問題修正パッチ

fukuyoshi

2015年9月1日 13時44分

> なお、本パッチを含むLinux 3.14-at3を
> 週明けの8/31(月)に公開いたします。
リリースいただいたソースからビルドを行い焼き直したところ、
無事Wi-Fiが接続できるようになりました。

ご対応ありがとうございました。

fukuyoshi

2015年9月1日 13時44分

> なお、本パッチを含むLinux 3.14-at3を
> 週明けの8/31(月)に公開いたします。
リリースいただいたソースからビルドを行い焼き直したところ、
無事Wi-Fiが接続できるようになりました。

ご対応ありがとうございました。