<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 88W8987 WIFI+Bluetooth module interface in Wi-Fi® + Bluetooth® + 802.15.4</title>
    <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1662997#M1325</link>
    <description>&lt;P&gt;Hello Christine,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Thanks a lot for suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I have corrected error and also refer your given link, It help me lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I made some dtsi changes in device tree (please check attachment) and when I connect AW-CM358 modules its been detect (connected and reboot system).&lt;/P&gt;&lt;P&gt;user@user-desktop:~$ sudo dmesg | grep mmc1&lt;BR /&gt;[sudo] password for user:&lt;BR /&gt;[ 0.505702] vddio-sdmmc1: 1800 &amp;lt;--&amp;gt; 3300 mV at 3300 mV&lt;BR /&gt;[ 1.485640] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr&lt;BR /&gt;[ 1.675121] mmc1: Applying tuning correction&lt;BR /&gt;[ 1.675140] mmc1: Tap value after applying correction 156&lt;BR /&gt;[ 1.675148] mmc1: hw tuning done ...&lt;BR /&gt;[ 1.677387]&lt;STRONG&gt; mmc1: new ultra high speed SDR104 SDIO card at address 0001&lt;/STRONG&gt;&lt;BR /&gt;[ 31.818644] vddio-sdmmc1: disabling&lt;/P&gt;&lt;P&gt;Also I checked mmc1 device properties,&lt;/P&gt;&lt;P&gt;user@user-desktop:~$ sudo cat /sys/kernel/debug/mmc1/ios&lt;BR /&gt;clock: 208000000 Hz&lt;BR /&gt;actual clock: 45333334 Hz&lt;BR /&gt;vdd: 21 (3.3 ~ 3.4 V)&lt;BR /&gt;bus mode: 2 (push-pull)&lt;BR /&gt;chip select: 0 (don't care)&lt;BR /&gt;power mode: 2 (on)&lt;BR /&gt;bus width: 2 (4 bits)&lt;BR /&gt;timing spec: 6 (sd uhs SDR104)&lt;BR /&gt;signal voltage: 1 (1.80 V)&lt;BR /&gt;driver type: 0 (driver type B)&lt;/P&gt;&lt;P&gt;Now I insert compiled mlan.ko and moal.ko kernel object using following commands&lt;/P&gt;&lt;P&gt;user@user-desktop:~/bin_wlan$ sudo modprobe cfg80211&lt;BR /&gt;user@user-desktop:~/bin_wlan$ sudo insmod mlan.ko&lt;BR /&gt;user@user-desktop:~/bin_wlan$ sudo insmod moal.ko drv_mode=1 cfg80211_wext=0xf cal_data_cfg=none max_vir_bss=1 ps_mode=1 auto_ds=1 fw_name= nxp/sduart8987_combo.bin&lt;/P&gt;&lt;P&gt;After that module WIFI enabled and I can able to observe available networks but I cant able to connect any of that networks.&lt;/P&gt;&lt;P&gt;Its gives an error :&lt;FONT color="#FF6600"&gt;&amp;nbsp; mlan0: link is not ready&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Please check attached dmesg log.&lt;/P&gt;&lt;P&gt;What might be the issue?&lt;/P&gt;&lt;P&gt;Please guide me on this.&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;Rahul.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 03 Jun 2023 16:03:27 GMT</pubDate>
    <dc:creator>Jtac</dc:creator>
    <dc:date>2023-06-03T16:03:27Z</dc:date>
    <item>
      <title>88W8987 WIFI+Bluetooth module interface</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1661944#M1323</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I am currently working on Nvidia Jetson TX2 - NX platform,which is using Nvidia Ubuntu 18.0 Linux OS and Kernel 4.9.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; We made custom carrier board for this SOM and we want WIFI+BLE connectivity on that, for that we used NXP 88W8987 based Azurewave AW-CM358 module.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;We made following device tree changes in SOM,&lt;/P&gt;
&lt;DIV&gt;&lt;A href="mailto:sdhci@3440000" target="_blank" rel="noopener"&gt;sdhci@3440000&lt;/A&gt;{ //sdmmc3&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;status = "okay";&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;mmc-ocr-mask = &amp;lt;0x3&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;uhs-mask = &amp;lt;0x60&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;disable-wp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;sd-uhs-sdr104;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;sd-uhs-sdr50;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;sd-uhs-sdr25;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;sd-uhs-sdr12;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;mmc-ddr-1_8v;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;mmc-hs200-1_8v;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;vmmc-supply = &amp;lt;&amp;amp;spmic_sd3&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;non-removable;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;force-non-removable-rescan;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;max-clk-limit = &amp;lt;200000000&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;nvidia,is-sdio;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;nvidia,no-mmc;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;nvidia,vmmc-always-on;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;cap-mmc-highspeed;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;cap-sd-highspeed;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;only-1-8-v;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;nvidia,disable-rtpm;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;cm358: cm358_wlan {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;compatible = "marvell,sd8987";&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;reg=&amp;lt;1&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;fw_path = "/lib/firmware/nxp/sduart8987_combo.bin";&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;sdhci-host = &amp;lt;&amp;amp;sdmmc3&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;pwr-retry-cnt = &amp;lt;3&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;bus-width=&amp;lt;4&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;status = "okay";&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After this dtsi changes when I connect this module to the SDIO port its been get detected as mmc device,&lt;/P&gt;
&lt;P&gt;user@user-desktop:~$ sudo dmesg | grep mmc1&lt;BR /&gt;[ 0.501198] vddio-sdmmc1: 1800 &amp;lt;--&amp;gt; 3300 mV at 3300 mV&lt;BR /&gt;[ 1.458204] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr&lt;BR /&gt;&lt;STRONG&gt;[ 1.655813] mmc1: hw tuning done ...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.657889] mmc1: new ultra high speed SDR104 SDIO card at address 0001&lt;/STRONG&gt;&lt;BR /&gt;[ 31.818349] vddio-sdmmc1: disabling&lt;/P&gt;
&lt;P&gt;Also I checked with ios command I got following details.&lt;/P&gt;
&lt;P&gt;user@user-desktop:~$ sudo cat /sys/kernel/debug/mmc1/ios&lt;BR /&gt;[sudo] password for user:&lt;BR /&gt;clock: 208000000 Hz&lt;BR /&gt;vdd: 21 (3.3 ~ 3.4 V)&lt;BR /&gt;bus mode: 2 (push-pull)&lt;BR /&gt;chip select: 0 (don't care)&lt;BR /&gt;power mode: 2 (on)&lt;BR /&gt;bus width: 2 (4 bits)&lt;BR /&gt;timing spec: 6 (sd uhs SDR104)&lt;BR /&gt;signal voltage: 1 (1.80 V)&lt;BR /&gt;driver type: 0 (driver type B)&lt;/P&gt;
&lt;P&gt;I got this modules drivers from Azure wave , basically they are for NXP iMX8 platform but by changing tool chain I can able to compile it on Nvidia Jetson TX2-NX platform.&lt;/P&gt;
&lt;P&gt;I got mlan.ko and moal.ko objects.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That I have inserted in OS by using following commands,&lt;/P&gt;
&lt;P&gt;user@user-desktop:~/bin_wlan$ ls&lt;BR /&gt;config load mlan.ko mlanutl moal.ko README_MLAN unload&lt;BR /&gt;user@user-desktop:~/bin_wlan$ sudo modprobe cfg80211&lt;BR /&gt;user@user-desktop:~/bin_wlan$ sudo insmod mlan.ko&lt;BR /&gt;user@user-desktop:~/bin_wlan$ sudo insmod moal.ko drv_mode=1 cfg80211_wext=0xf cal_data_cfg=none max_vir_bss=1 ps_mode=1 auto_ds=1 host_mime=1 fw_name=~/sduart8987_combo.bin&lt;BR /&gt;&lt;A href="mailto:user@user-desktop:~/bin_wlan$" target="_blank" rel="noopener"&gt;user@user-desktop:~/bin_wlan$&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But this I checked dmesg log so I found following error,&lt;/P&gt;
&lt;P&gt;user@user-desktop:~$ sudo dmesg | grep -E "sdhc|mmc"&lt;BR /&gt;[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2 video=tegrafb earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x1772e0000 gpt rootfs.slot_suffix= tegra_fbmem=0x3a0000@0x96085000 lut_mem=0x2008@0x96081000 usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 no_console_suspend boot.slot_suffix= boot.ratchetvalues=0.2031647.1 vpr_resize bl_prof_dataptr=0x10000@0x175840000 sdhci_tegra.en_boot_part_access=1 quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2&lt;BR /&gt;[ 0.405733] iommu: Adding device 3460000.sdhci to group 0&lt;BR /&gt;[ 0.406139] iommu: Adding device 3440000.sdhci to group 1&lt;BR /&gt;[ 0.513204] vddio-sdmmc1: 1800 &amp;lt;--&amp;gt; 3300 mV at 3300 mV&lt;BR /&gt;[ 1.453464] sdhci: Secure Digital Host Controller Interface driver&lt;BR /&gt;[ 1.453465] sdhci: Copyright(c) Pierre Ossman&lt;BR /&gt;[ 1.453467] sdhci-pltfm: SDHCI platform and OF driver helper&lt;BR /&gt;[ 1.454437] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful&lt;BR /&gt;[ 1.456374] sdhci-tegra 3440000.sdhci: runtime pm disabled&lt;BR /&gt;[ 1.460432] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful&lt;BR /&gt;[ 1.496639] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr&lt;BR /&gt;[ 1.504784] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr&lt;BR /&gt;[ 1.542561] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1&lt;BR /&gt;[ 1.557418] mmc0: periodic cache flush enabled&lt;BR /&gt;[ 1.557428] mmc0: new HS400 Enhanced strobe MMC card at address 0001&lt;BR /&gt;[ 1.561795] mmcblk0: mmc0:0001 DG4016 14.7 GiB&lt;BR /&gt;[ 1.565939] mmcblk0boot0: mmc0:0001 DG4016 partition 1 4.00 MiB&lt;BR /&gt;[ 1.570064] mmcblk0boot1: mmc0:0001 DG4016 partition 2 4.00 MiB&lt;BR /&gt;[ 1.574191] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB&lt;BR /&gt;[ 1.610760] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31 p32 p33&lt;BR /&gt;[ 1.699926] mmc1: hw tuning done ...&lt;BR /&gt;[ 1.701948] mmc1: new ultra high speed SDR104 SDIO card at address 0001&lt;BR /&gt;[ 1.713921] mmcblk mmc0:0001: Card claimed for testing.&lt;BR /&gt;[ 1.759993] Root device found: mmcblk0p1&lt;BR /&gt;[ 1.761100] Found dev node: /dev/mmcblk0p1&lt;BR /&gt;[ 1.779969] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)&lt;BR /&gt;[ 1.781766] Rootfs mounted over mmcblk0p1&lt;BR /&gt;[ 2.174759] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)&lt;BR /&gt;[ 31.817823] vddio-sdmmc1: disabling&lt;BR /&gt;[&lt;FONT color="#FF6600"&gt; 132.460966] wlan_sdio mmc1:0001:1: Direct firmware load for /home/user/sduart8987_combo.bin failed with error -2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;[ 132.460969] wlan_sdio mmc1:0001:1: Falling back to user helper&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;[ 132.465147] wlan_sdio: probe of mmc1:0001:1 failed with error -1&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;It indicate that there is an issue with bin file loading.&lt;/P&gt;
&lt;P&gt;Mostly it indicate that there is an issue with SDIO communication between SOM and module.&lt;/P&gt;
&lt;P&gt;I am trying to find out driver code related to SDIO communication but I am not getting it.&lt;/P&gt;
&lt;P&gt;Please guide me on this issue.&lt;/P&gt;
&lt;P&gt;Is there is any document of adapting 88W8987 chip drivers for different platform?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 17:58:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1661944#M1323</guid>
      <dc:creator>Jtac</dc:creator>
      <dc:date>2024-01-17T17:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: 88W8987 WIFI+Bluetooth module interface</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1662411#M1324</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218197"&gt;@Jtac&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the detailed information.&lt;/P&gt;
&lt;P&gt;Please check where you put the FW.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I saw in your dts that mentioned, FW path is:&lt;SPAN&gt;&lt;STRONG&gt;fw_path = "/lib/firmware/nxp/sduart8987_combo.bin";&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;But when you are loading Wi-Fi driver, FW path is:&amp;nbsp;&lt;STRONG&gt;fw_name=~/sduart8987_combo.bin&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Please correct it as below:&lt;/P&gt;
&lt;P&gt;Firstly, put FW to&lt;STRONG&gt; /lib/firmware/nxp/sduart8987_combo.bin&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then, load Wi-Fi driver as below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sudo insmod moal.ko drv_mode=1 cfg80211_wext=0xf cal_data_cfg=none max_vir_bss=1 ps_mode=1 auto_ds=1 host_mime=1 &lt;STRONG&gt;fw_name=nxp/sduart8987_combo.bin&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;And about the&lt;SPAN&gt;&amp;nbsp;document of adapting 88W8987 chip drivers for Linux, please refer to below link:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE width="1017"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="1017"&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=UM11483" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=UM11483&lt;/A&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 06:30:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1662411#M1324</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2023-06-02T06:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: 88W8987 WIFI+Bluetooth module interface</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1662997#M1325</link>
      <description>&lt;P&gt;Hello Christine,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Thanks a lot for suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I have corrected error and also refer your given link, It help me lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I made some dtsi changes in device tree (please check attachment) and when I connect AW-CM358 modules its been detect (connected and reboot system).&lt;/P&gt;&lt;P&gt;user@user-desktop:~$ sudo dmesg | grep mmc1&lt;BR /&gt;[sudo] password for user:&lt;BR /&gt;[ 0.505702] vddio-sdmmc1: 1800 &amp;lt;--&amp;gt; 3300 mV at 3300 mV&lt;BR /&gt;[ 1.485640] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr&lt;BR /&gt;[ 1.675121] mmc1: Applying tuning correction&lt;BR /&gt;[ 1.675140] mmc1: Tap value after applying correction 156&lt;BR /&gt;[ 1.675148] mmc1: hw tuning done ...&lt;BR /&gt;[ 1.677387]&lt;STRONG&gt; mmc1: new ultra high speed SDR104 SDIO card at address 0001&lt;/STRONG&gt;&lt;BR /&gt;[ 31.818644] vddio-sdmmc1: disabling&lt;/P&gt;&lt;P&gt;Also I checked mmc1 device properties,&lt;/P&gt;&lt;P&gt;user@user-desktop:~$ sudo cat /sys/kernel/debug/mmc1/ios&lt;BR /&gt;clock: 208000000 Hz&lt;BR /&gt;actual clock: 45333334 Hz&lt;BR /&gt;vdd: 21 (3.3 ~ 3.4 V)&lt;BR /&gt;bus mode: 2 (push-pull)&lt;BR /&gt;chip select: 0 (don't care)&lt;BR /&gt;power mode: 2 (on)&lt;BR /&gt;bus width: 2 (4 bits)&lt;BR /&gt;timing spec: 6 (sd uhs SDR104)&lt;BR /&gt;signal voltage: 1 (1.80 V)&lt;BR /&gt;driver type: 0 (driver type B)&lt;/P&gt;&lt;P&gt;Now I insert compiled mlan.ko and moal.ko kernel object using following commands&lt;/P&gt;&lt;P&gt;user@user-desktop:~/bin_wlan$ sudo modprobe cfg80211&lt;BR /&gt;user@user-desktop:~/bin_wlan$ sudo insmod mlan.ko&lt;BR /&gt;user@user-desktop:~/bin_wlan$ sudo insmod moal.ko drv_mode=1 cfg80211_wext=0xf cal_data_cfg=none max_vir_bss=1 ps_mode=1 auto_ds=1 fw_name= nxp/sduart8987_combo.bin&lt;/P&gt;&lt;P&gt;After that module WIFI enabled and I can able to observe available networks but I cant able to connect any of that networks.&lt;/P&gt;&lt;P&gt;Its gives an error :&lt;FONT color="#FF6600"&gt;&amp;nbsp; mlan0: link is not ready&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Please check attached dmesg log.&lt;/P&gt;&lt;P&gt;What might be the issue?&lt;/P&gt;&lt;P&gt;Please guide me on this.&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;Rahul.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2023 16:03:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1662997#M1325</guid>
      <dc:creator>Jtac</dc:creator>
      <dc:date>2023-06-03T16:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: 88W8987 WIFI+Bluetooth module interface</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1663121#M1326</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218197"&gt;@Jtac&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The log: "wlan0: link is not ready" is normal, and can be ignored.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;From your given log, I see that "wlan: mlan0 START SCAN" it means mlan0 is working now.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can also check the WiFi interface status by : "ifconfig -a " and check whether can connect AP with wpa_supplicant when&amp;nbsp; 88W8987 working as a STA.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; &lt;SPAN class="fontstyle0"&gt;&lt;STRONG&gt;Verify the Wi-Fi interfaces:&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="fontstyle2"&gt;root@imx8mqevk:~# ifconfig -a&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; &lt;SPAN class="fontstyle0"&gt;Command output example:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="fontstyle0"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="fontstyle2"&gt;eth0 Link encap:Ethernet HWaddr 00:04:9f:06:c5:a5&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="fontstyle2"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; inet addr:169.254.130.90&amp;nbsp;Bcast:169.254.255.255&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="fontstyle2"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mask:255.255.0.0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class="fontstyle2"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;inet6 addr: fe80::204:9fff:fe06:c5a5/64 Scope:Link&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="fontstyle2"&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;TX packets:89 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;collisions:0 txqueuelen:1000&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RX bytes:0 (0.0 B) TX bytes:30164 (29.4 KiB)&lt;BR /&gt;lo&amp;nbsp; Link encap:Local Loopback&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;inet addr:127.0.0.1 Mask:255.0.0.0&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;inet6 addr: ::1/128 Scope:Host&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;UP LOOPBACK RUNNING MTU:65536 Metric:1&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RX packets:458 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;TX packets:458 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;collisions:0 txqueuelen:1000&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RX bytes:29156 (28.4 KiB) TX bytes:29156 (28.4 KiB)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="fontstyle2"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="fontstyle3"&gt;mlan0 &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="fontstyle2"&gt;Link encap:Ethernet HWaddr 70:66:55:9b:3a:95&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;BROADCAST MULTICAST MTU:1500 Metric:1&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;collisions:0 txqueuelen:1000&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="fontstyle2"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="fontstyle3"&gt;p2p0&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="fontstyle2"&gt;Link encap:Ethernet HWaddr 72:66:55:9b:3a:95&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;BROADCAST MULTICAST MTU:1500 Metric:1&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;collisions:0 txqueuelen:1000&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="fontstyle2"&gt;&lt;STRONG&gt;&lt;SPAN class="fontstyle3"&gt;uap0&amp;nbsp; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="fontstyle3"&gt;Link encap:Ethernet HWaddr 70:66:55:9b:3b:95&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle2"&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BROADCAST MULTICAST MTU:1500 Metric:1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="fontstyle2"&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="fontstyle2"&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;collisions:0 txqueuelen:1000&lt;BR /&gt;&lt;SPAN class="fontstyle3"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)&lt;/SPAN&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Christine.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 03:36:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1663121#M1326</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2023-06-05T03:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: 88W8987 WIFI+Bluetooth module interface</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1664850#M1327</link>
      <description>&lt;P&gt;Hello Christine,&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Finally our AW-CM358 Wifi module gets enabled and it works with our carrier board.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; We got LAN connectivity.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; Thanks a lot for support.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; Please check attached document where I have listed out commands, dmesg log and network configuration.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; Antenna also crucial point we need to connect PCB type antenna for better long range connectivity.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; Now as WIFI network is enabled, I want to check our application requirement.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; As AW-CM358 is 802.11ac (WIFI5) it means it support Miracast utility.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; I want to implement HDMI cable replacement with WIFI network.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; If you have any reference on this please let me know.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; Waiting for reply.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; Thanks for support.&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Jun 2023 06:09:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1664850#M1327</guid>
      <dc:creator>Jtac</dc:creator>
      <dc:date>2023-06-07T06:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: 88W8987 WIFI+Bluetooth module interface</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1664864#M1328</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218197"&gt;@Jtac&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great job and congratulations for the successful bring-up of Wi-Fi.&lt;/P&gt;&lt;P&gt;Then, if you want to&amp;nbsp;&lt;SPAN&gt;implement HDMI cable replacement with WIFI network, you will need use the Wi-Fi direct function with p2p0 interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please refer to&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;H2&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=UM11490" target="_self"&gt;&lt;FONT size="3"&gt;Feature Configuration Guide for NXP-based Wireless Modules on i.MX 8M Quad EVK - User manual (restricted)&lt;/FONT&gt;&lt;/A&gt;&lt;/H2&gt;&lt;P&gt;&lt;FONT size="3"&gt;Chapter &lt;SPAN class=""&gt;3.6 Configure and test Wi-Fi direct i&lt;/SPAN&gt;n Page 25.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;And this will be another topic other than the current "88W8987 WIFI+Bluetooth module interface". If follow above user manual there is still issue about Wi-Fi direct, please create a new case to us and close the current one. So that we can better track every case's root case and solution.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Thanks for your understanding.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Have a nice day~&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Best regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Christine.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 06:31:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1664864#M1328</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2023-06-07T06:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: 88W8987 WIFI+Bluetooth module interface</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1667004#M1329</link>
      <description>&lt;P&gt;Hello Christine,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Thanks a lot for support.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I am closing this case and creating a new case for HDMI cable wireless replacement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 13:48:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/88W8987-WIFI-Bluetooth-module-interface/m-p/1667004#M1329</guid>
      <dc:creator>Jtac</dc:creator>
      <dc:date>2023-06-09T13:48:23Z</dc:date>
    </item>
  </channel>
</rss>

