当前位置: 代码迷 >> 驱动开发 >> 系统启动后老是不断重启
  详细解决方案

系统启动后老是不断重启

热度:92   发布时间:2016-04-28 10:08:56.0
系统启动后总是不断重启
如题,遇到这个bug. adb 也不能connect,因为不能进入系统。
请大牛们帮我分析一下,从kernel启动进入android系统后就会反复重启.
附串口打印出的数据
这是不断重启时的log打印
[   11.563193] Plug in USB Port2
[   11.695017] usb 1-1: new high speed USB device number 3 using Mstar-ehci-2
[   12.128000] usb 1-1: New USB device found, idVendor=0cf3, idProduct=1023
[   12.134901] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   12.142247] usb 1-1: Product: USBWLAN
[   12.146003] usb 1-1: Manufacturer: Qualcomm Atheros.
[   12.151091] usb 1-1: SerialNumber: 12345678
[   12.158315] <6>ath6kl: 3VAP/1, P2P enable, concurrent on , with dedicate p2p-device, multi-channel-concurrent enable, p2p-compat enable (ignore p2p_dedicate), sta-p2p-ie removed
[   12.168290] UMP<2>: New session opened
[   12.168408] Mali<2>: Session started
[   12.183160] <6>ath6kl: target bootstrap: 0x00000810
[   12.188309] Enter ath6kl_get_fw
[   12.191586] AR1021C use single band board data
[   12.196181] ath6kl: Get firmware ath6k/AR6004/hw3.0/bdata.bin !!
[   12.202309] Enter ath6kl_get_fw
[   12.205628] <3>ath6kl: ath6kl: Get firmware ath6k/AR6004/hw3.0/softmac.bin fail!!
[   12.213205] Enter ath6kl_get_fw
[   12.216464] <3>ath6kl: ath6kl: Get firmware ath6k/AR6004/hw3.0/softmac_2.bin fail!!
[   12.224244] Enter ath6kl_get_fw
[   12.227429] ath6kl: Get firmware ath6k/AR6004/hw3.0/fw.ram.bin !!
[   12.233568] <6>ath6kl: target's subtype is 0x6, HT20/40 2SS Single-band
[   12.240387] <6>ath6kl: Disable 5G support by board-data!
[   12.253742] <3>ath6kl: wmi fail, cmd_id 0x29 ep_id 0 if_idx 0
[   12.259942] <6>ath6kl: Create HTC cookie, type 1 num 440
[   12.265469] <6>ath6kl: Create HTC cookie, type 2 num 66
[   12.271006] <6>ath6kl: P2P flowctrl enabled
[   12.275312] <6>ath6kl: RX aggregation drop enabled
[   12.280184] <6>ath6kl: Using driver's regdb.
[   12.495769] <6>ath6kl: ar6004 hw 3.0 usb fw 5.0.0.9999
[   12.505734] <6>ath6kl:  skb copy disable
[   12.509903] <6>ath6kl: Create dedicated p2p interface
[   11.378908] Calling CRDA for country: 6A
[   12.973036] UMP<2>: New session opened
[   14.637074] WARNING1!Try to unlock mutex index 90 name TSP_Int_Mutex, but it is not in lock status!!! 
------解决方案--------------------
看起来和产品相关哟,尽是产品代码
------解决方案--------------------
很明显你的WIFI 驱动或配置有问题,还有WIFI的固件(firmware)有没有,路径对不对!
  相关解决方案