Report Firmware firmware-2.bin_10.1.467.2-1 Error

Kalle Valo kvalo at qca.qualcomm.com
Wed Apr 23 23:35:20 PDT 2014


Vu Hai NGUYEN <vh.nguyen at actiasodielec.fr> writes:

> There's another problem: when I used the firmware version 999.999 some
> times when I ran my program and change the parameter of configuration,
> the firmware crash and I got a output dmesg which indicate a strange
> version of firmware (1.0.0.636 ???) :
>
> ath10k: firmware crashed!                                                       
> ath10k: hardware name qca988x hw2.0 version 0x4100016c                          
> ath10k: firmware version: 1.0.0.636 
> ath10k: target register Dump Location: 0x00401930                               
> ath10k: target Register Dump                                                    
> ath10k: [00]: 0x4100016C 0x00000000 0x0098E3A9 0x00000000                       
> ath10k: [04]: 0x00000000 0x00000000 0x00000000 0x00000000                       
> ath10k: [08]: 0x00000000 0x00000000 0x00000000 0x00000000                       
> ath10k: [12]: 0x00000000 0x00000000 0x00000000 0x00000000                       
> ath10k: [16]: 0x00000000 0x00000000 0x00000000 0x0098E3A9                       
> ath10k: [20]: 0x00000000 0x00401930 0x00000000 0x00000000                       
> ath10k: [24]: 0x00000000 0x00000000 0x00000000 0x00000000                       
> ath10k: [28]: 0x00000000 0x00000000 0x00000000 0x00000000                       
> ath10k: [32]: 0x00000000 0x00000000 0x00000000 0x00000000                       
> ath10k: [36]: 0x00000000 0x00000000 0x00000000 0x00000000                       
> ath10k: [40]: 0x00000000 0x00000000 0x00000000 0x00000000                       
> ath10k: [44]: 0x00000000 0x00000000 0x00000000 0x00000000                       
> ath10k: [48]: 0x00000000 0x00000000 0x00000000 0x00000000                       
> ath10k: [52]: 0x00000000 0x00000000 0x00000000 0x00000000                       
> ath10k: [56]: 0x00000000 0x00000000 0x00000000 0x00000000    
>
> and then It reload the firmware 999.999.  :
>
> ath10k: firmware 999.999.0.636 booted
>
> You can see the output of my dmesg 

The patch below should fix it. I suspect you don't have that.

commit 5ba88b395cb447af756d12411456024d65a07814
Author: Chun-Yeow Yeoh <yeohchunyeow at gmail.com>
Date:   Tue Jan 21 17:21:21 2014 +0800

    ath10k: fix the printing of 10.x FW version when FW crashed
    
    10.x FW has no structure member sw_version_1. Thus,
    both fw_version_release and fw_version_build are not
    available. The provided fw_version_major is also wrong.
    Fix this by using the fw_version from struct wiphy.
    
    Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow at gmail.com>
    Signed-off-by: Kalle Valo <kvalo at qca.qualcomm.com>


-- 
Kalle Valo



More information about the ath10k mailing list