firmware-nxp-wifi: use a more recent FW till it is released
Currenlty, the github FW version is a bit old and some functionality does not work on latest IW61x batches. Use this FW binary till it is released on github. This is required to have WiFi and Bt working simultaneously. 0c6d454ea83b1a78b4e60df16f478f43 sduart_nw61x_v1.bin.se Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
fbb261d4b8
commit
92ca458e4f
Binary file not shown.
|
|
@ -1,12 +1,17 @@
|
|||
# Copyright (C) 2023 Digi International.
|
||||
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
|
||||
|
||||
LIC_FILES_CHKSUM:ccimx93 = "file://EULA.txt;md5=add2d392714d3096ed7e0f7e2190724b"
|
||||
|
||||
SRCBRANCH:ccimx93 = "lf-6.1.1_1.0.0"
|
||||
SRCREV:ccimx93 = "bacbeb4789c1b13d13aab12ada29217ce8c3e905"
|
||||
|
||||
# Use this temporal binary till it is released
|
||||
SRC_URI:append:ccimx93 = " file://sduart_nw61x_v1.bin.se"
|
||||
|
||||
do_install:append:ccimx93() {
|
||||
install -m 444 ${S}/nxp/FwImage_IW612_SD/sduart_nw61x_v1.bin.se ${D}${base_libdir}/firmware/nxp
|
||||
install -m 444 ${WORKDIR}/sduart_nw61x_v1.bin.se ${D}${base_libdir}/firmware/nxp
|
||||
}
|
||||
|
||||
PACKAGES:prepend:ccimx93 = "${PN}-nxpiw612 "
|
||||
|
|
|
|||
Loading…
Reference in New Issue