mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jeff Chen <jeff.chen_1@nxp.com>
To: Martyn Welch <martyn.welch@collabora.com>
Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
	briannorris@chromium.org, johannes@sipsolutions.net,
	francesco@dolcini.it, tsung-hsien.hsieh@nxp.com,
	s.hauer@pengutronix.de, brian.hsu@nxp.com
Subject: Re: [PATCH v5 00/22] wifi: nxpwifi: create nxpwifi to support iw61x
Date: Fri, 10 Oct 2025 00:01:51 +0800	[thread overview]
Message-ID: <aOfcb3bwacg8RidH@nxpwireless-Inspiron-14-Plus-7440> (raw)
In-Reply-To: <164050d7-e0db-4a67-bf47-6d88e80d78ab@collabora.com>

On Tue, Oct 07, 2025 at 05:49:59 PM +0100, Martyn Welch wrote:
> This seems to be working well for me, at least for Wifi. I'd like to get
> Bluetooth up as well. The bluetooth driver (btnxpuart) doesn't seem happy
> loading the bluetooh firmware:
> 
> [   35.930755] Bluetooth: hci0: Request Firmware: nxp/uartspi_n61x_v1.bin.se
> [   37.953107] Bluetooth: hci0: FW Download Complete: 396444 bytes
> [   37.953167] Bluetooth: hci0: Frame reassembly failed (-84)
> [   39.277635] Bluetooth: hci0: Frame reassembly failed (-84)
> [   39.292011] Bluetooth: hci0: Frame reassembly failed (-84)
> [   39.310094] Bluetooth: hci0: Frame reassembly failed (-84)
> [   39.330273] Bluetooth: hci0: Frame reassembly failed (-84)
> [   39.351381] Bluetooth: hci0: Frame reassembly failed (-84)
> [   39.373112] Bluetooth: hci0: Frame reassembly failed (-84)
> [   41.353087] Bluetooth: hci0: Opcode 0x1002 failed: -110
> [   41.358411] Bluetooth: hci0: command 0x1002 tx timeout
> 
> I think the "combo" firmware needs to be loaded by the WiFi driver right? I
> assume this isn't supported yet?
> 
> Martyn
> 
Hi Martyn,

Thanks for testing the nxpwifi driver. On our side, we haven’t seen issues
with Bluetooth on the NXP i.MX93 EVK platform, regardless of whether the nxpwifi
driver loads the Wi-Fi-only firmware or the combo firmware.

From your logs, it looks like you're loading the Wi-Fi-only firmware
(nxp/uartspi_n61x_v1.bin.se). If it were the combo firmware, the btnxpuart
driver would skip loading the BT firmware entirely, since it would already
be downloaded by the Wi-Fi driver.

To help us reproduce and investigate further, could you please share:
- Your test platform (SoC, board, etc.)
- Your test steps
- The exact firmware version you're using
Also, have you tried running Bluetooth in a BT-only scenario (without loading
the Wi-Fi driver)? Does that work correctly?

Thanks,  
Jeff

  reply	other threads:[~2025-10-09 16:02 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-04 15:39 Jeff Chen
2025-08-04 15:39 ` [PATCH v5 01/22] wifi: nxpwifi: add 802.11n files Jeff Chen
2025-09-04 11:22   ` Johannes Berg
2025-08-04 15:39 ` [PATCH v5 02/22] wifi: nxpwifi: add 802.11ac files Jeff Chen
2025-08-04 15:39 ` [PATCH v5 03/22] wifi: nxpwifi: add 802.11ax files Jeff Chen
2025-08-04 15:40 ` [PATCH v5 04/22] wifi: nxpwifi: add 802.11h file Jeff Chen
2025-08-04 15:40 ` [PATCH v5 05/22] wifi: nxpwifi: add WMM files Jeff Chen
2025-08-04 15:40 ` [PATCH v5 06/22] wifi: nxpwifi: add scan.c Jeff Chen
2025-08-04 15:40 ` [PATCH v5 07/22] wifi: nxpwifi: add join.c Jeff Chen
2025-08-04 15:40 ` [PATCH v5 08/22] wifi: nxpwifi: add cfp.c Jeff Chen
2025-08-04 15:40 ` [PATCH v5 09/22] wifi: nxpwifi: add configuration files Jeff Chen
2025-08-04 15:40 ` [PATCH v5 10/22] wifi: nxpwifi: implement cfg80211 ops Jeff Chen
2025-08-04 15:40 ` [PATCH v5 11/22] wifi: nxpwifi: add host command file Jeff Chen
2025-08-04 15:40 ` [PATCH v5 12/22] wifi: nxpwifi: add command and event files Jeff Chen
2025-08-04 15:40 ` [PATCH v5 13/22] wifi: nxpwifi: add data path files Jeff Chen
2025-08-04 15:40 ` [PATCH v5 14/22] wifi: nxpwifi: add debugfs file Jeff Chen
2025-08-04 15:40 ` [PATCH v5 15/22] wifi: nxpwifi: add ethtool.c Jeff Chen
2025-08-04 15:40 ` [PATCH v5 16/22] wifi: nxpwifi: add utility files Jeff Chen
2025-08-04 15:40 ` [PATCH v5 17/22] wifi: nxpwifi: add initialization file Jeff Chen
2025-08-04 15:40 ` [PATCH v5 18/22] wifi: nxpwifi: add core files Jeff Chen
2025-09-04 11:37   ` Johannes Berg
2025-09-19 18:06     ` Jeff Chen
2025-10-01 10:17       ` Jeff Chen
2025-10-01 10:19         ` Johannes Berg
2025-08-04 15:40 ` [PATCH v5 19/22] wifi: nxpwifi: add sdio bus driver files Jeff Chen
2025-08-04 15:40 ` [PATCH v5 20/22] wifi: nxpwifi: modify sdio_ids.h Jeff Chen
2025-08-04 15:40 ` [PATCH v5 21/22] wifi: nxpwifi: add makefile and kconfig files Jeff Chen
2025-08-04 15:40 ` [PATCH v5 22/22] wifi: nxpwifi: modify MAINTAINERS file Jeff Chen
2025-09-04 11:39 ` [PATCH v5 00/22] wifi: nxpwifi: create nxpwifi to support iw61x Johannes Berg
2025-10-07 16:49 ` Martyn Welch
2025-10-09 16:01   ` Jeff Chen [this message]
2025-10-10 16:22     ` Martyn Welch
2025-10-13 18:18       ` [EXT] " Jeff Chen
2025-10-14 10:20         ` Martyn Welch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aOfcb3bwacg8RidH@nxpwireless-Inspiron-14-Plus-7440 \
    --to=jeff.chen_1@nxp.com \
    --cc=brian.hsu@nxp.com \
    --cc=briannorris@chromium.org \
    --cc=francesco@dolcini.it \
    --cc=johannes@sipsolutions.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=martyn.welch@collabora.com \
    --cc=s.hauer@pengutronix.de \
    --cc=tsung-hsien.hsieh@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®