Other Parts Discussed in Thread: AM625,
Tool/software:
Hi,
We have a CC3300 chip (Wifi only) in our custom board AM625 and it is running the latest TI SDK10
The linux able to bring-up the wlan0 interface during boot
[ 19.235492] wlan_ap.sh: checking wlan ap status
[ 19.281577] wlan_ap.sh: configuring wlan ap
[ 19.338906] config_wlan_ap.sh: setting PSK to private token
[ 19.353343] config_wlan_ap.sh: creating hostapd.conf config file
[ 19.379539] config_wlan_ap.sh: setting PSK key
[ 19.430764] wlan_ap.sh: running enable_wlan_ap.sh
[ 19.464120] enable_wlan_ap.sh: running hostapd
[ 19.641114] enable_wlan_ap.sh: adding wlan0 to bridge0
[ 19.658868] bridge0: port 1(wlan0) entered blocking state
[ 19.664486] bridge0: port 1(wlan0) entered disabled state
[ 19.670868] cc33xx_driver cc33xx.4.auto wlan0: entered allmulticast mode
[ 19.679906] cc33xx_driver cc33xx.4.auto wlan0: entered promiscuous mode
[ 19.691074] bridge0: port 1(wlan0) entered blocking state
[ 19.696549] bridge0: port 1(wlan0) entered forwarding state
Then, after few minutes or hours I've seen an error in the logs:
[ 546.674437] cc33xx: ERROR FW is stuck, triggering recovery
[ 546.679972] cc33xx: CC33xx driver attempting recovery
[ 548.907602] ieee80211 phy1: Hardware restart was requested
[ 750.219200] cc33xx: ERROR FW is stuck, triggering recovery
[ 750.224724] cc33xx: CC33xx driver attempting recovery
[ 752.459579] ieee80211 phy1: Hardware restart was requested
[ 1376.637666] cc33xx: ERROR FW is stuck, triggering recovery
[ 1376.643188] cc33xx: CC33xx driver attempting recovery
[ 1378.891581] ieee80211 phy1: Hardware restart was requested
[ 1586.351111] cc33xx: ERROR FW is stuck, triggering recovery
[ 1586.356633] cc33xx: CC33xx driver attempting recovery
Using the wireshark, I captured the wifi debug and saw this error:
I attached is the wireshark logs
We don't know if this is a configuration issue or firmware issue and we need your help to fix the issue.
Regards,
John