Discussion on how to get ZBoss Zigbee stack up and running on i.MX8MM

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Discussion on how to get ZBoss Zigbee stack up and running on i.MX8MM

672件の閲覧回数
AlexJLennon
Contributor III

Hi all,

I've been asked to move a conversation over here as I try to bring up ZBoss Zigbee support for the IW612 on our i.MX8M Mini board.

History:

"I've just been reading through the "ZBOSS IW612 delivery package". It looks like quite a manual process.

In the past I had a look at integrating the meta-nxp-connectivity layer as it seemed to have some support for meta-nxp-zigbee-rcp

Can you tell me if this is up to date and appropriate to use, as it would be more straightforward (and maintainable) for me to integrate this rather than manually create my own Yocto recipes"

...

"We need to update the UM11786. Highly recommend using the meta-nxp-connectivity recipe for integrating the ZBOSS stack offering into the i.MX BSP.

On another note, please use our community to ask any technical questions. We will manage it over the portal. It is easy to lose the information over emails and it is inefficient over a long run."

...

Integrating the driver + FW is done in the nxp-wlan-sdk_git.inc. Refer to the snippet below:

# 6.12.3-1.0.0/sources/meta-imx/meta-imx-bsp/recipes-connectivity/nxp-wlan-sdk$ cat nxp-wlan-sdk_git.inc

SUMMARY = "NXP Wi-Fi SDK for module 88w8801/8987/8997/9098 and IW416/612"

LICENSE = "GPL-2.0-only"

LIC_FILES_CHKSUM = file://${WORKDIR}/git/LICENSE;md5=ab04ac0f249af12befccb94447c08b77

# For Kernel 5.4 and later

SRCBRANCH = "lf-6.12.3_1.0.0"

MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https"

SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}"

SRCREV = "0396cfb38ad73a3d587cd0f8c139b47801e70891"

...

So at the moment I think I am using firmware-imx-wifi

https://git.yoctoproject.org/meta-freescale/tree/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb?h...

I need to look at how this relates to nxp-wlan-sdk...

 

0 件の賞賛
返信
3 返答(返信)

636件の閲覧回数
DanielRuvalcaba
NXP TechSupport
NXP TechSupport

Hi,

 

Could you please tell me who was supporting you before?

Please share with me your ZBOSS version.

 

Regards,

Daniel.

0 件の賞賛
返信

632件の閲覧回数
AlexJLennon
Contributor III

Achyut Hegde and he's provided 

Versioning:
===========

Date: Wed, 26 Mar 2025 12:00:47 +0000
Version: 019.207
Sha1: 8e12dcd
Zboss: zoi_release-4.1.4.2-b34cee4

0 件の賞賛
返信

670件の閲覧回数
AlexJLennon
Contributor III

Looking at the board firmware image it looks to me as though in /lib/firmware/nxp/wifi_mod_para.conf we have

```

SDIW612 = {
cfg80211_wext=0xf
max_vir_bss=1
cal_data_cfg=none
ps_mode=0
auto_ds=1
host_mlme=1
fw_name=nxp/sduart_nw61x_v1.bin.se
}

```

So I think this is the IW612 firmware binary we are using atm

0 件の賞賛
返信