usb8997 (Murata LBEE5XV1YM) Firmware Crash on Scan — Reproducible on Multiple Driver Stacks (moal/ml

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

usb8997 (Murata LBEE5XV1YM) Firmware Crash on Scan — Reproducible on Multiple Driver Stacks (moal/ml

Jump to solution
2,121 Views
rikins
Contributor III

Hello NXP team,

We're encountering a consistent and reproducible crash on the Murata LBEE5XV1YM module (Marvell usb8997 chipset) during scan operations, and would appreciate your insights or access to alternate firmware/debug builds.

Environment Overview

  • Chipset: Marvell usb8997 (Murata LBEE5XV1YM)

  • Firmware: nxp/usbusb8997_combo_v4.bin

  • Kernel: 5.15.0-136-generic

  • Drivers tested:

    • Custom out-of-tree moal.ko / mlan.ko

    • In-kernel default mwifiex_usb

  • Platform: x86_64 Ubuntu (USB host, no hub)


Issue Summary

The module crashes and resets (USB disconnect) immediately after initiating a Wi-Fi scan.
This happens:

  • With both minimal and full scans (e.g., iw dev ... scan freq 2412)

  • On both moal/mlan and mwifiex_usb stacks

  • Regardless of BT being disabled (fully tested)

  • With power management settings already adjusted (autosuspend=-1, power/control = on)

The crash only occurs when issuing a scan, otherwise the firmware boots and interfaces initialize cleanly.

Key Log Snippet

Crash immediately follows scan start:

wlan: wlx9c50d1e343a4 START SCAN
DNLD_CMD: 0x107 (scan request)
...
Card is removed: -71
usb 3-5: USB disconnect, device number X
mlan_shutdown_fw.....

 

Debug Steps Taken

  • Verified firmware loads correctly and interface comes up (wlx...)

  • Disabled BT (crash still occurs)

  • Tested both default (mwifiex) and MOAL driver stacks → same issue

  • Scan fails even with restricted frequency scan (scan freq 2412)

  • Regulatory domain forced to US (iw reg set US) → crash still occurs

  • Crash is always triggered during scan cmd (0x107)

  • drvdbg=0xffffffff set for full trace (no obvious root violation surfaced)

  • USB power management verified: not in autosuspend; persistent power

Ask

  1. Could you confirm if this is a known firmware issue with usb8997_combo_v4.bin?

  2. Is there a stable or debug version of firmware we can test (with scan stability improvements)?

  3. Are there known workarounds or module parameter changes that can mitigate this scan crash?


Below is how i load my driver:

// load the driver
sudo insmod mlan.ko

sudo insmod moal.ko fw_name=mrvl/usbusb8997_combo_v4.bin cal_data_cfg=none cfg80211_wext=0xf drv_mode=2 drvdbg=0xffffffff


PFA:
1. driver_file.zip (which has mlan.ko and moal.ko)
2. dmesg_log.txt and detailed_dmesg_log.txt (with drvdbg=0xffffffff)
3. fw bin = usbusb8997_combo_v4.bin

We're currently aiming to identify the root cause (RC) and resolution (RCA) as soon as possible, since this issue is currently blocking our integration of the Murata LBEE5XV1YM module into our platform.

We truly appreciate your support and guidance on this — thank you in advance!


Regards,
RS

Tags (4)
0 Kudos
Reply
1 Solution
2,100 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Dear @rikins ,

 

It is not feasible to use default driver in linux Kernel.

you have 2 ways to get NXP 88W8997 driver:

1.. Getting mass market driver from github.

But usb driver for 88W8997 is not for mass market, so driver on github doesn't support your application.

 

2. Downloading driver from nxp website.

I checked USB drivers on website,  the following driver covers 5.15.x kernel version.

NXP_L_USB-USB-8997-U16-X86-W8997-W16.197.121.p1-16.26.121.p1-MXM5X16505.p7.2_V4-GPL.zip

Link is :

https://www.nxp.com/products/wireless-connectivity/wi-fi-plus-bluetooth-plus-802-15-4/2-4-5-ghz-dual...

The driver is Secure File,  customer needs to following these 2 steps to get it.

--NDA is required.

--Applying for access rights

After NDA is done, begin to apply for access rights like this:

www.nxp.com--login---My NXP Account---Secure Files--fill out information--submit--wait for approval from product manager.

 

Thanks!

Regards,

weidong

 

 

 

View solution in original post

0 Kudos
Reply
4 Replies
2,101 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Dear @rikins ,

 

It is not feasible to use default driver in linux Kernel.

you have 2 ways to get NXP 88W8997 driver:

1.. Getting mass market driver from github.

But usb driver for 88W8997 is not for mass market, so driver on github doesn't support your application.

 

2. Downloading driver from nxp website.

I checked USB drivers on website,  the following driver covers 5.15.x kernel version.

NXP_L_USB-USB-8997-U16-X86-W8997-W16.197.121.p1-16.26.121.p1-MXM5X16505.p7.2_V4-GPL.zip

Link is :

https://www.nxp.com/products/wireless-connectivity/wi-fi-plus-bluetooth-plus-802-15-4/2-4-5-ghz-dual...

The driver is Secure File,  customer needs to following these 2 steps to get it.

--NDA is required.

--Applying for access rights

After NDA is done, begin to apply for access rights like this:

www.nxp.com--login---My NXP Account---Secure Files--fill out information--submit--wait for approval from product manager.

 

Thanks!

Regards,

weidong

 

 

 

0 Kudos
Reply
2,081 Views
rikins
Contributor III

Hi @weidong_sun ,

 

Thanks for your input. we'll follow the said instructions for usb8997. I appreciate it!!

Doubt:
Is this only specific to usb? I hope pcie and sd will work fine.

Please lmk about the working steps of sd8997 for arm arch.

What I have tried is:
1. cloned the https://github.com/nxp-imx/mwifiex.git repo.
2. cross compiled it for my toolchain. (SD8997=y)
3. Use sdsd8997_combo_v4.bin (PFA)

Are the above steps correct? Please lmk if i have overlooked anything.

Regards,
RS

0 Kudos
Reply
2,041 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Dear @rikins ,

 

See below, please!

1. Driver on github

Here is the document for the driver on github.

https://www.nxp.com/docs/en/release-note/RN00104.pdf

the driver supports the following soc and interfaces:

weidong_sun_0-1745469554120.png

So you can see the driver doesn't support 8997 usb, but it supports SDIO for wifi and UART for Bluetooth on 8997, also support PCIe for WiFi and UART for Bluetooth on 8997.

2. Steps to get the driver on github

① Driver code
# git clone https://github.com/nxp-imx/mwifiex.git
# cd mwifiex
# git tag

……
android-15.0.0_1.0.0
automotive-11.0.0_2.1.0
……
automotive-14.0.0_2.1.0-imx95-er
automotive-14.0.0_2.3.0
……
lf-5.15.71-2.2.1
lf-5.15.71-2.2.2
lf-6.1.1-1.0.0
lf-6.1.22-2.0.0
lf-6.1.36-2.1.0
lf-6.1.55-2.2.0
lf-6.1.55-2.2.1
lf-6.1.55-2.2.2
lf-6.6.23-2.0.0
lf-6.6.3-1.0.0
lf-6.6.36-2.1.0
lf-6.6.52-2.2.0

Assume you are using linux kernel 6.6.52.

#  git checkout lf-6.6.52_2.2.0

② Firmware & wifi_mod_para.conf

https://github.com/nxp-imx/imx-firmware/tree/lf-6.6.52_2.2.0/nxp

--FwImage_8997

         --->pcieuart8997_combo_v4.bin, PCIe wifi & uart bluetooth firmware together.

--FwImage_8997_SD

        --->sdiouart8997_combo_v4.bin, SDIO wifi & uart bluetooth firmware together.

The driver doesn't support sdio wifi & sdio for bluetooth.

 

Thanks!

Regards,

weidong

 

 

 

 

 

0 Kudos
Reply
2,023 Views
rikins
Contributor III

Noted, thanks!

0 Kudos
Reply
%3CLINGO-SUB%20id%3D%22lingo-sub-2084737%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3Eusb8997%20(Murata%20LBEE5XV1YM)%20Firmware%20Crash%20on%20Scan%20%E2%80%94%20Reproducible%20on%20Multiple%20Driver%20Stacks%20(moal%2Fml%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2084737%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%20class%3D%22%22%3E%3CSTRONG%3EHello%20NXP%20team%2C%3C%2FSTRONG%3E%3C%2FP%3E%3CP%20class%3D%22%22%3EWe're%20encountering%20a%20%3CSTRONG%3Econsistent%20and%20reproducible%20crash%3C%2FSTRONG%3E%20on%20the%20Murata%20LBEE5XV1YM%20module%20(Marvell%20usb8997%20chipset)%20during%20scan%20operations%2C%20and%20would%20appreciate%20your%20insights%20or%20access%20to%20alternate%20firmware%2Fdebug%20builds.%3C%2FP%3E%3CH3%20id%3D%22toc-hId-1947938242%22%20id%3D%22toc-hId-2000721200%22%3E%3CSTRONG%3EEnvironment%20Overview%3C%2FSTRONG%3E%3C%2FH3%3E%3CUL%3E%3CLI%3E%3CP%20class%3D%22%22%3E%3CSTRONG%3EChipset%3C%2FSTRONG%3E%3A%20Marvell%20usb8997%20(Murata%20LBEE5XV1YM)%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3E%3CSTRONG%3EFirmware%3C%2FSTRONG%3E%3A%20nxp%2Fusbusb8997_combo_v4.bin%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3E%3CSTRONG%3EKernel%3C%2FSTRONG%3E%3A%205.15.0-136-generic%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3E%3CSTRONG%3EDrivers%20tested%3C%2FSTRONG%3E%3A%3C%2FP%3E%3CUL%3E%3CLI%3E%3CP%20class%3D%22%22%3ECustom%20out-of-tree%20moal.ko%20%2F%20mlan.ko%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3EIn-kernel%20default%20mwifiex_usb%3C%2FP%3E%3C%2FLI%3E%3C%2FUL%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3E%3CSTRONG%3EPlatform%3C%2FSTRONG%3E%3A%20x86_64%20Ubuntu%20(USB%20host%2C%20no%20hub)%3C%2FP%3E%3C%2FLI%3E%3C%2FUL%3E%3CP%3E%3CSTRONG%3E%3CBR%20%2F%3EIssue%20Summary%3C%2FSTRONG%3E%3C%2FP%3E%3CP%20class%3D%22%22%3EThe%20module%20%3CSTRONG%3Ecrashes%20and%20resets%20(USB%20disconnect)%3C%2FSTRONG%3E%20immediately%20after%20initiating%20a%20Wi-Fi%20scan.%3CBR%20%2F%3EThis%20happens%3A%3C%2FP%3E%3CUL%3E%3CLI%3E%3CP%20class%3D%22%22%3EWith%20both%20minimal%20and%20full%20scans%20(e.g.%2C%20iw%20dev%20...%20scan%20freq%202412)%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3EOn%20both%20moal%2Fmlan%20and%20mwifiex_usb%20stacks%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3ERegardless%20of%20BT%20being%20disabled%20(fully%20tested)%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3EWith%20power%20management%20settings%20already%20adjusted%20(autosuspend%3D-1%2C%20power%2Fcontrol%20%3D%20on)%3C%2FP%3E%3C%2FLI%3E%3C%2FUL%3E%3CP%20class%3D%22%22%3EThe%20crash%20%3CSTRONG%3Eonly%20occurs%20when%20issuing%20a%20scan%3C%2FSTRONG%3E%2C%20otherwise%20the%20firmware%20boots%20and%20interfaces%20initialize%20cleanly.%3C%2FP%3E%3CH3%20id%3D%22toc-hId-140483779%22%20id%3D%22toc-hId-193266737%22%3E%3CSTRONG%3EKey%20Log%20Snippet%3C%2FSTRONG%3E%3C%2FH3%3E%3CP%20class%3D%22%22%3ECrash%20immediately%20follows%20scan%20start%3A%3C%2FP%3E%3CPRE%20class%3D%22lia-code-sample%20language-markup%22%3E%3CCODE%3Ewlan%3A%20wlx9c50d1e343a4%20START%20SCAN%0ADNLD_CMD%3A%200x107%20(scan%20request)%0A...%0ACard%20is%20removed%3A%20-71%0Ausb%203-5%3A%20USB%20disconnect%2C%20device%20number%20X%0Amlan_shutdown_fw.....%3C%2FCODE%3E%3C%2FPRE%3E%3CBR%20%2F%3E%3CH3%20id%3D%22toc-hId--1666970684%22%20id%3D%22toc-hId--1614187726%22%3E%3CSTRONG%3EDebug%20Steps%20Taken%3C%2FSTRONG%3E%3C%2FH3%3E%3CUL%3E%3CLI%3E%3CP%20class%3D%22%22%3EVerified%20firmware%20loads%20correctly%20and%20interface%20comes%20up%20(wlx...)%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3EDisabled%20BT%20(crash%20still%20occurs)%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3ETested%20both%20default%20(mwifiex)%20and%20MOAL%20driver%20stacks%20%E2%86%92%20%3CSTRONG%3Esame%20issue%3C%2FSTRONG%3E%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3EScan%20fails%20even%20with%20restricted%20frequency%20scan%20(scan%20freq%202412)%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3ERegulatory%20domain%20forced%20to%20US%20(iw%20reg%20set%20US)%20%E2%86%92%20crash%20still%20occurs%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3ECrash%20is%20always%20triggered%20during%20scan%20cmd%20(0x107)%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3Edrvdbg%3D0xffffffff%20set%20for%20full%20trace%20(no%20obvious%20root%20violation%20surfaced)%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3EUSB%20power%20management%20verified%3A%20not%20in%20autosuspend%3B%20persistent%20power%3C%2FP%3E%3C%2FLI%3E%3C%2FUL%3E%3CH3%20id%3D%22toc-hId-820542149%22%20id%3D%22toc-hId-873325107%22%3E%3CSTRONG%3EAsk%3C%2FSTRONG%3E%3C%2FH3%3E%3COL%3E%3CLI%3E%3CP%20class%3D%22%22%3ECould%20you%20confirm%20if%20this%20is%20a%20%3CSTRONG%3Eknown%20firmware%20issue%3C%2FSTRONG%3E%20with%20usb8997_combo_v4.bin%3F%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3EIs%20there%20a%20%3CSTRONG%3Estable%20or%20debug%20version%20of%20firmware%3C%2FSTRONG%3E%20we%20can%20test%20(with%20scan%20stability%20improvements)%3F%3C%2FP%3E%3C%2FLI%3E%3CLI%3E%3CP%20class%3D%22%22%3EAre%20there%20%3CSTRONG%3Eknown%20workarounds%20or%20module%20parameter%20changes%3C%2FSTRONG%3E%20that%20can%20mitigate%20this%20scan%20crash%3F%3C%2FP%3E%3C%2FLI%3E%3C%2FOL%3E%3CP%3E%3CBR%20%2F%3EBelow%20is%20how%20i%20load%20my%20driver%3A%3C%2FP%3E%3CPRE%20class%3D%22lia-code-sample%20language-markup%22%3E%3CCODE%3E%2F%2F%20load%20the%20driver%0Asudo%20insmod%20mlan.ko%0A%0Asudo%20insmod%20moal.ko%20fw_name%3Dmrvl%2Fusbusb8997_combo_v4.bin%20cal_data_cfg%3Dnone%20cfg80211_wext%3D0xf%20drv_mode%3D2%20drvdbg%3D0xffffffff%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3CBR%20%2F%3E%3CSTRONG%3EPFA%3A%3CBR%20%2F%3E%3C%2FSTRONG%3E1.%20driver_file.zip%20(which%20has%20mlan.ko%20and%20moal.ko)%3CBR%20%2F%3E2.%20dmesg_log.txt%20and%20detailed_dmesg_log.txt%20(with%20drvdbg%3D0xffffffff)%3CBR%20%2F%3E3.%20fw%20bin%20%3D%26nbsp%3Busbusb8997_combo_v4.bin%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FP%3E%3CP%20class%3D%22%22%3EWe're%20currently%20aiming%20to%20identify%20the%20root%20cause%20(RC)%20and%20resolution%20(RCA)%20as%20soon%20as%20possible%2C%20since%20this%20issue%20is%20currently%20blocking%20our%20integration%20of%20the%20Murata%20LBEE5XV1YM%20module%20into%20our%20platform.%3C%2FP%3E%3CP%20class%3D%22%22%3EWe%20truly%20appreciate%20your%20support%20and%20guidance%20on%20this%20%E2%80%94%20thank%20you%20in%20advance!%3C%2FP%3E%3CP%3E%3CBR%20%2F%3ERegards%2C%3CBR%20%2F%3ERS%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2087245%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20usb8997%20(Murata%20LBEE5XV1YM)%20Firmware%20Crash%20on%20Scan%20%E2%80%94%20Reproducible%20on%20Multiple%20Driver%20Stacks%20(moa%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2087245%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ENoted%2C%20thanks!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2086227%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20usb8997%20(Murata%20LBEE5XV1YM)%20Firmware%20Crash%20on%20Scan%20%E2%80%94%20Reproducible%20on%20Multiple%20Driver%20Stacks%20(moa%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2086227%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EDear%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F249641%22%20target%3D%22_blank%22%3E%40rikins%3C%2FA%3E%26nbsp%3B%2C%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3ESee%20below%2C%20please!%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E1.%20Driver%20on%20github%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3EHere%20is%20the%20document%20for%20the%20driver%20on%20github.%3C%2FP%3E%0A%3CP%3E%3CA%20href%3D%22https%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Frelease-note%2FRN00104.pdf%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttps%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Frelease-note%2FRN00104.pdf%3C%2FA%3E%3C%2FP%3E%0A%3CP%3Ethe%20driver%20supports%20the%20following%20soc%20and%20interfaces%3A%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22weidong_sun_0-1745469554120.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22weidong_sun_0-1745469554120.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F334612i4BA21848F6A61DC8%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22weidong_sun_0-1745469554120.png%22%20alt%3D%22weidong_sun_0-1745469554120.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3ESo%20you%20can%20see%20the%20driver%20doesn't%20support%208997%20usb%2C%20but%20it%20supports%20SDIO%20for%20wifi%20and%20UART%20for%20Bluetooth%20on%208997%2C%20also%20support%20PCIe%20for%20WiFi%20and%20UART%20for%20Bluetooth%20on%208997.%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E2.%20Steps%20to%20get%20the%20driver%20on%20github%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E%E2%91%A0%20Driver%20code%3C%2FSTRONG%3E%3CBR%20%2F%3E%23%20git%20clone%20%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2Fnxp-imx%2Fmwifiex.git%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttps%3A%2F%2Fgithub.com%2Fnxp-imx%2Fmwifiex.git%3C%2FA%3E%3CBR%20%2F%3E%23%20cd%20mwifiex%20%3CBR%20%2F%3E%23%20git%20tag%3C%2FP%3E%0A%3CP%3E%E2%80%A6%E2%80%A6%3CBR%20%2F%3Eandroid-15.0.0_1.0.0%20%3CBR%20%2F%3Eautomotive-11.0.0_2.1.0%20%3CBR%20%2F%3E%E2%80%A6%E2%80%A6%20%3CBR%20%2F%3Eautomotive-14.0.0_2.1.0-imx95-er%20%3CBR%20%2F%3Eautomotive-14.0.0_2.3.0%20%3CBR%20%2F%3E%E2%80%A6%E2%80%A6%20%3CBR%20%2F%3Elf-5.15.71-2.2.1%20%3CBR%20%2F%3Elf-5.15.71-2.2.2%20%3CBR%20%2F%3Elf-6.1.1-1.0.0%20%3CBR%20%2F%3Elf-6.1.22-2.0.0%20%3CBR%20%2F%3Elf-6.1.36-2.1.0%20%3CBR%20%2F%3Elf-6.1.55-2.2.0%20%3CBR%20%2F%3Elf-6.1.55-2.2.1%20%3CBR%20%2F%3Elf-6.1.55-2.2.2%20%3CBR%20%2F%3Elf-6.6.23-2.0.0%20%3CBR%20%2F%3Elf-6.6.3-1.0.0%20%3CBR%20%2F%3Elf-6.6.36-2.1.0%20%3CBR%20%2F%3Elf-6.6.52-2.2.0%3C%2FP%3E%0A%3CP%3EAssume%20you%20are%20using%20linux%20kernel%206.6.52.%3C%2FP%3E%0A%3CP%3E%23%26nbsp%3B%20git%20checkout%20lf-6.6.52_2.2.0%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E%E2%91%A1%20Firmware%20%26amp%3B%20wifi_mod_para.conf%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2Fnxp-imx%2Fimx-firmware%2Ftree%2Flf-6.6.52_2.2.0%2Fnxp%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttps%3A%2F%2Fgithub.com%2Fnxp-imx%2Fimx-firmware%2Ftree%2Flf-6.6.52_2.2.0%2Fnxp%3C%2FA%3E%3C%2FP%3E%0A%3CP%3E--%3CA%20class%3D%22Link--primary%22%20title%3D%22FwImage_8997%22%20href%3D%22https%3A%2F%2Fgithub.com%2Fnxp-imx%2Fimx-firmware%2Ftree%2Flf-6.6.52_2.2.0%2Fnxp%2FFwImage_8997%22%20aria-label%3D%22FwImage_8997%2C%20(Directory)%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3EFwImage_8997%3C%2FA%3E%2C%26nbsp%3B%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B---%26gt%3B%3CA%20class%3D%22Link--primary%22%20title%3D%22pcieuart8997_combo_v4.bin%22%20href%3D%22https%3A%2F%2Fgithub.com%2Fnxp-imx%2Fimx-firmware%2Fblob%2Flf-6.6.52_2.2.0%2Fnxp%2FFwImage_8997%2Fpcieuart8997_combo_v4.bin%22%20aria-label%3D%22pcieuart8997_combo_v4.bin%2C%20(File)%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Epcieuart8997_combo_v4.bin%3C%2FA%3E%2C%20PCIe%20wifi%20%26amp%3B%20uart%20bluetooth%20firmware%20together.%3C%2FP%3E%0A%3CP%3E--%3CA%20class%3D%22Link--primary%22%20title%3D%22FwImage_8997_SD%22%20href%3D%22https%3A%2F%2Fgithub.com%2Fnxp-imx%2Fimx-firmware%2Ftree%2Flf-6.6.52_2.2.0%2Fnxp%2FFwImage_8997_SD%22%20aria-label%3D%22FwImage_8997_SD%2C%20(Directory)%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3EFwImage_8997_SD%3C%2FA%3E%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20---%26gt%3B%3CA%20class%3D%22Link--primary%22%20title%3D%22sdiouart8997_combo_v4.bin%22%20href%3D%22https%3A%2F%2Fgithub.com%2Fnxp-imx%2Fimx-firmware%2Fblob%2Flf-6.6.52_2.2.0%2Fnxp%2FFwImage_8997_SD%2Fsdiouart8997_combo_v4.bin%22%20aria-label%3D%22sdiouart8997_combo_v4.bin%2C%20(File)%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Esdiouart8997_combo_v4.bin%3C%2FA%3E%2C%20SDIO%20wifi%20%26amp%3B%20uart%20bluetooth%20firmware%20together.%3C%2FP%3E%0A%3CP%3EThe%20driver%20doesn't%20support%20sdio%20wifi%20%26amp%3B%20sdio%20for%20bluetooth.%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3EThanks!%3C%2FP%3E%0A%3CP%3ERegards%2C%3C%2FP%3E%0A%3CP%3Eweidong%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CBR%20%2F%3E%0A%3CBR%20%2F%3E%0A%3CBR%20%2F%3E%0A%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2085423%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20usb8997%20(Murata%20LBEE5XV1YM)%20Firmware%20Crash%20on%20Scan%20%E2%80%94%20Reproducible%20on%20Multiple%20Driver%20Stacks%20(moa%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2085423%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F26366%22%20target%3D%22_blank%22%3E%40weidong_sun%3C%2FA%3E%20%2C%3C%2FP%3E%3CBR%20%2F%3E%3CP%3EThanks%20for%20your%20input.%20we'll%20follow%20the%20said%20instructions%20for%20usb8997.%20I%20appreciate%20it!!%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSTRONG%3EDoubt%3A%3C%2FSTRONG%3E%3CBR%20%2F%3EIs%20this%20only%20specific%20to%20usb%3F%20I%20hope%20pcie%20and%20sd%20will%20work%20fine.%3CBR%20%2F%3E%3CBR%20%2F%3EPlease%20lmk%20about%20the%20working%20steps%20of%20sd8997%20for%20arm%20arch.%3CBR%20%2F%3E%3CBR%20%2F%3EWhat%20I%20have%20tried%20is%3A%3CBR%20%2F%3E1.%20cloned%20the%20%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2Fnxp-imx%2Fmwifiex.git%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttps%3A%2F%2Fgithub.com%2Fnxp-imx%2Fmwifiex.git%3C%2FA%3E%20repo.%3CBR%20%2F%3E2.%20cross%20compiled%20it%20for%20my%20toolchain.%20(SD8997%3Dy)%3CBR%20%2F%3E3.%20Use%20sdsd8997_combo_v4.bin%20(PFA)%3CBR%20%2F%3E%3CBR%20%2F%3EAre%20the%20above%20steps%20correct%3F%20Please%20lmk%20if%20i%20have%20overlooked%20anything.%3CBR%20%2F%3E%3CBR%20%2F%3ERegards%2C%3CBR%20%2F%3ERS%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2085046%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20usb8997%20(Murata%20LBEE5XV1YM)%20Firmware%20Crash%20on%20Scan%20%E2%80%94%20Reproducible%20on%20Multiple%20Driver%20Stacks%20(moa%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2085046%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EDear%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F249641%22%20target%3D%22_blank%22%3E%40rikins%3C%2FA%3E%26nbsp%3B%2C%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3EIt%20is%20not%20feasible%20to%20use%20default%20driver%20in%20linux%20Kernel.%3C%2FP%3E%0A%3CP%3Eyou%20have%202%20ways%20to%20get%20NXP%2088W8997%20driver%3A%3C%2FP%3E%0A%3CP%3E1..%20Getting%20mass%20market%20driver%20from%20github.%3C%2FP%3E%0A%3CP%3EBut%20usb%20driver%20for%2088W8997%20is%20not%20for%20mass%20market%2C%20so%20driver%20on%20github%20doesn't%20support%20your%20application.%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3E2.%20Downloading%20driver%20from%20nxp%20website.%3C%2FP%3E%0A%3CP%3EI%20checked%20USB%20drivers%20on%20website%2C%26nbsp%3B%20the%20following%20driver%20covers%205.15.x%20kernel%20version.%3C%2FP%3E%0A%3CP%3E%3CEM%3E%3CSTRONG%3ENXP_L_USB-USB-8997-U16-X86-W8997-W16.197.121.p1-16.26.121.p1-MXM5X16505.p7.2_V4-GPL.zip%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20data-teams%3D%22true%22%3ELink%20is%20%3A%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20data-teams%3D%22true%22%3E%3CA%20href%3D%22https%3A%2F%2Fwww.nxp.com%2Fproducts%2Fwireless-connectivity%2Fwi-fi-plus-bluetooth-plus-802-15-4%2F2-4-5-ghz-dual-band-2x2-wi-fi-5-802-11ac-plus-bluetooth-5-3-solution%3A88W8997%3Fticket%3DST-5832-7we6ff1kJNj4Xpc8-xPWOW35Dtc-www.nxp.com%23myDocument%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttps%3A%2F%2Fwww.nxp.com%2Fproducts%2Fwireless-connectivity%2Fwi-fi-plus-bluetooth-plus-802-15-4%2F2-4-5-ghz-dual-band-2x2-wi-fi-5-802-11ac-plus-bluetooth-5-3-solution%3A88W8997%3Fticket%3DST-5832-7we6ff1kJNj4Xpc8-xPWOW35Dtc-www.nxp.com%23myDocument%3C%2FA%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20data-teams%3D%22true%22%3EThe%20driver%20is%20Secure%20File%2C%26nbsp%3B%20customer%20needs%20to%20following%20these%202%20steps%20to%20get%20it.%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20data-teams%3D%22true%22%3E--NDA%20is%20required.%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20data-teams%3D%22true%22%3E--Applying%20for%20access%20rights%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20data-teams%3D%22true%22%3EAfter%20NDA%20is%20done%2C%20begin%20to%20apply%20for%20access%20rights%20like%20this%3A%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20data-teams%3D%22true%22%3E%3CA%20href%3D%22http%3A%2F%2Fwww.nxp.com--login---My%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ewww.nxp.com--login---My%3C%2FA%3E%26nbsp%3BNXP%20Account---Secure%20Files--fill%20out%20information--submit--wait%20for%20approval%20from%20product%20manager.%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSPAN%20data-teams%3D%22true%22%3EThanks!%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20data-teams%3D%22true%22%3ERegards%2C%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20data-teams%3D%22true%22%3Eweidong%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CBR%20%2F%3E%0A%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E