Closed M0Rf30 closed 9 months ago
Can you post full dmesg log since time stamp 0? Or at least since the first moment ath10k probes. I'm interested in messages like
[ 23.219133] ath10k_snoc 18800000.wifi: qmi chip_id 0x140 chip_family 0x4002 board_id 0xff soc_id 0x40050000
[ 23.226119] ath10k_snoc 18800000.wifi: qmi fw_version 0x10128219 fw_build_timestamp 2018-11-05 21:43 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HL.1.0.1.c2-00537-QCAHLSWMTPLZ-1
Can you post full dmesg log since time stamp 0? Or at least since the first moment ath10k probes. I'm interested in messages like
[ 23.219133] ath10k_snoc 18800000.wifi: qmi chip_id 0x140 chip_family 0x4002 board_id 0xff soc_id 0x40050000 [ 23.226119] ath10k_snoc 18800000.wifi: qmi fw_version 0x10128219 fw_build_timestamp 2018-11-05 21:43 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HL.1.0.1.c2-00537-QCAHLSWMTPLZ-1
[ 31.507183] ath10k_snoc 18800000.wifi: qmi chip_id 0x140 chip_family 0x4002 board_id 0xff soc_id 0x40050000 [ 31.507412] zram0: detected capacity change from 0 to 3776512 [ 31.514917] ath10k_snoc 18800000.wifi: qmi fw_version 0x101c821a fw_build_timestamp 2019-07-25 03:17 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HL.1.0.1.c2-00538-QCAHLSWMTPLZ-1.214870.1
In other words, use only
[
{
"data": "bdf/bdwlan.bin",
"names": ["bus=snoc,qmi-board-id=ff"]
}
]
as input to ath10k-bdencoder, without all other entries. Will it crash less?
- Is diag-router service running?
- Have you tried in json that's used as input to ath10k-bdencoder, leave only entry with board_id 0xff ?
In other words, use only
[ { "data": "bdf/bdwlan.bin", "names": ["bus=snoc,qmi-board-id=ff"] } ]
as input to ath10k-bdencoder, without all other entries. Will it crash less?
already tried, also with chip-id=140. but nothing meaningful what I should expect from diag-router? I only see something related to modem
what I should expect from diag-router?
Nothing specific, it should be running and you should see DIAG services in qrtr-lookup output.
Well, I have no other suggestions and I'm not expert in tulip's reserved memory, I'm assuming you know better.
After some analysis, removed regions are the same as declared within in sdm660.dtsi. This sports:
Known issues:
I've already done lots of attempts with qca-swissarmyknife and official ath10k board-2.bin and firmware-5.bin but firmware crashes after a while.
Wifi APs are detected and associated.