Open
Conversation
Extracted from Meraki firmware MR32.1 (mid-2025 release) ``` ath11k-bdencoder -i board-meraki_mr76.ipq8074 FileSize: 131176 FileCRC32: afb6b39d FileMD5: aa4cc6f70ce1ab5a4365611506ea3c1b BoardNames[0]: 'bus=ahb,qmi-chip-id=0,qmi-board-id=255,variant=Meraki-MR76' BoardLength[0]: 131072 BoardCRC32[0]: 7ba48cbe BoardMD5[0]: 61aa674ee0a0b0203b4a3ad73f442373 ``` From OpenWrt bootlog: ``` [ 9.229437] ath11k c000000.wifi: ipq8074 hw2.0 [ 9.229476] ath11k c000000.wifi: FW memory mode: 0 [ 9.259182] remoteproc remoteproc0: powering up cd00000.q6v5_wcss [ 9.259297] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668 [ 9.614526] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up [ 9.658433] ath11k c000000.wifi: qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req [ 9.665888] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff [ 9.665926] ath11k c000000.wifi: fw_version 0x290b84a5 fw_build_timestamp 2024-09-23 11:32 fw_build_id WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1 [ 14.837812] remoteproc remoteproc0: stopped remote processor cd00000.q6v5_wcss [ 14.837865] remoteproc remoteproc0: powering up cd00000.q6v5_wcss [ 14.844020] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668 [ 15.197797] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up [ 15.202731] kmodloader: done loading kernel modules from /etc/modules.d/* [ 15.242078] ath11k c000000.wifi: qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req [ 15.249544] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff [ 15.249583] ath11k c000000.wifi: fw_version 0x290b84a5 fw_build_timestamp 2024-09-23 11:32 fw_build_id WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1 [ 15.552523] ath11k c000000.wifi: htt event 48 not handled ``` Signed-off-by: Hal Martin <hal.martin@gmail.com>
Contributor
Author
|
@robimarko there is a Vendor firmware bootlog: |
Contributor
|
Probably best to compare iw phy outputs with and without it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extracted from Meraki firmware MR32.1 (mid-2025 release)
From OpenWrt bootlog: