firmware-murata: update firmware binaries to version imx-kirkstone-fafnir_r1.0
This commit updates the required firmware binaries for Bluetooth and Wireless interfaces, based on the Murata release imx-kirkstone-fafnir_r1.0 that matches with the Cypress Linux WiFi Driver (FMAC) release v5.15.58-2023_0222 (Wireless firmware v13.10.246.300) https://onedigi.atlassian.net/browse/DEL-8407 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
e598915b34
commit
430955a584
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2022 Digi International.
|
# Copyright (C) 2022,2023 Digi International.
|
||||||
|
|
||||||
SUMMARY = "Murata firmware binaries"
|
SUMMARY = "Murata firmware binaries"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
|
|
@ -6,16 +6,16 @@ LICENSE = "CYPRESS-EULA"
|
||||||
LIC_FILES_CHKSUM = "file://${S}/cyw-bt-patch/LICENCE.cypress;md5=cbc5f665d04f741f1e006d2096236ba7"
|
LIC_FILES_CHKSUM = "file://${S}/cyw-bt-patch/LICENCE.cypress;md5=cbc5f665d04f741f1e006d2096236ba7"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/murata-wireless/cyw-fmac-fw;protocol=http;branch=drogon;destsuffix=cyw-fmac-fw;name=cyw-fmac-fw \
|
git://github.com/murata-wireless/cyw-fmac-fw;protocol=http;branch=fafnir;destsuffix=cyw-fmac-fw;name=cyw-fmac-fw \
|
||||||
git://github.com/murata-wireless/cyw-fmac-nvram;protocol=http;branch=master;destsuffix=cyw-fmac-nvram;name=cyw-fmac-nvram \
|
git://github.com/murata-wireless/cyw-fmac-nvram;protocol=http;branch=fafnir;destsuffix=cyw-fmac-nvram;name=cyw-fmac-nvram \
|
||||||
git://github.com/murata-wireless/cyw-bt-patch;protocol=http;branch=hardknott-drogon;destsuffix=cyw-bt-patch;name=cyw-bt-patch \
|
git://github.com/murata-wireless/cyw-bt-patch;protocol=http;branch=kirkstone-fafnir;destsuffix=cyw-bt-patch;name=cyw-bt-patch \
|
||||||
git://github.com/murata-wireless/cyw-fmac-utils-imx32;protocol=http;branch=drogon;destsuffix=cyw-fmac-utils-imx32;name=cyw-fmac-utils-imx32 \
|
git://github.com/murata-wireless/cyw-fmac-utils-imx32;protocol=http;branch=fafnir;destsuffix=cyw-fmac-utils-imx32;name=cyw-fmac-utils-imx32 \
|
||||||
git://github.com/murata-wireless/cyw-fmac-utils-imx64;protocol=http;branch=drogon;destsuffix=cyw-fmac-utils-imx64;name=cyw-fmac-utils-imx64 \
|
git://github.com/murata-wireless/cyw-fmac-utils-imx64;protocol=http;branch=fafnir;destsuffix=cyw-fmac-utils-imx64;name=cyw-fmac-utils-imx64 \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV_cyw-fmac-fw="2d420b00c25c5d8b81347563966bea0c381009a0"
|
SRCREV_cyw-fmac-fw="1f83e807b8187508c811a7d91a353a768fef2d37"
|
||||||
SRCREV_cyw-fmac-nvram="f981ae84458786ebe5503bcc726df7245c38d068"
|
SRCREV_cyw-fmac-nvram="303acf1b04441f62fbc48d278a70a099fabacb4a"
|
||||||
SRCREV_cyw-bt-patch="8e3285e8cad25cb7f7c6da6eeccd5bbb98e83460"
|
SRCREV_cyw-bt-patch="32af98f8bc8a8e123b4c428af0035d74e85ae4bb"
|
||||||
SRCREV_cyw-fmac-utils-imx32="e248804b6ba386fedcd462ddd9394f42f73a17af"
|
SRCREV_cyw-fmac-utils-imx32="e248804b6ba386fedcd462ddd9394f42f73a17af"
|
||||||
SRCREV_cyw-fmac-utils-imx64="1bc78d68f9609290b2f6578516011c57691f7815"
|
SRCREV_cyw-fmac-utils-imx64="1bc78d68f9609290b2f6578516011c57691f7815"
|
||||||
|
|
||||||
|
|
@ -37,7 +37,7 @@ do_install () {
|
||||||
|
|
||||||
# Install WLAN firmware file (*.bin) and Regulatory binary file (*.clm_blob)
|
# Install WLAN firmware file (*.bin) and Regulatory binary file (*.clm_blob)
|
||||||
# For Murata 2AE (LBEE5PK2AE-564)
|
# For Murata 2AE (LBEE5PK2AE-564)
|
||||||
install -m 444 ${S}/cyw-fmac-fw/cyfmac4373-sdio.bin ${D}${base_libdir}/firmware/cypress
|
install -m 444 ${S}/cyw-fmac-fw/cyfmac4373-sdio.2AE.bin ${D}${base_libdir}/firmware/cypress/cyfmac4373-sdio.bin
|
||||||
install -m 444 ${S}/cyw-fmac-fw/cyfmac4373-sdio.2AE.clm_blob ${D}${base_libdir}/firmware/cypress/cyfmac4373-sdio.clm_blob
|
install -m 444 ${S}/cyw-fmac-fw/cyfmac4373-sdio.2AE.clm_blob ${D}${base_libdir}/firmware/cypress/cyfmac4373-sdio.clm_blob
|
||||||
|
|
||||||
# Install NVRAM files (*.txt)
|
# Install NVRAM files (*.txt)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue