firmware-nxp-wifi: include separated FWs for WiFi and BT
Do not install the combo FW and install the WiFi and BT FW as separated FWs, so they are managed independently. Md5sums are: 44cf5535f3b40784296843544eae159e sd_w61x_v1.bin.se 300c739a4e126a8f430001c41e5b3a5f uartspi_n61x_v1.bin.se Note: currently these FW files are copied manually here, till the github FW files are updated. These firmware files come from the package IW612_18.99.2.p19.5.zip provided by NXP support page. https://onedigi.atlassian.net/browse/DEL-8632 Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
c91b6219e9
commit
c0d1b4067c
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -8,14 +8,19 @@ 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"
|
||||
SRC_URI:append:ccimx93 = " \
|
||||
file://sd_w61x_v1.bin.se \
|
||||
file://uartspi_n61x_v1.bin.se \
|
||||
"
|
||||
|
||||
do_install:append:ccimx93() {
|
||||
install -m 444 ${WORKDIR}/sduart_nw61x_v1.bin.se ${D}${base_libdir}/firmware/nxp
|
||||
install -m 444 ${WORKDIR}/sd_w61x_v1.bin.se ${D}${base_libdir}/firmware/nxp
|
||||
install -m 444 ${WORKDIR}/uartspi_n61x_v1.bin.se ${D}${base_libdir}/firmware/nxp
|
||||
}
|
||||
|
||||
PACKAGES:prepend:ccimx93 = "${PN}-nxpiw612 "
|
||||
|
||||
FILES:${PN}-nxpiw612 = " \
|
||||
${base_libdir}/firmware/nxp/sduart_nw61x_v1.bin.se \
|
||||
${base_libdir}/firmware/nxp/sd_w61x_v1.bin.se \
|
||||
${base_libdir}/firmware/nxp/uartspi_n61x_v1.bin.se \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue