summaryrefslogtreecommitdiff
path: root/recipes-support
diff options
context:
space:
mode:
authorAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2022-05-24 09:51:41 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-06-06 17:42:12 +0200
commit40873768aa198a91e33528ae7a618c9f29e3bc01 (patch)
tree1658ab78bad168182b02d7a6b46a981a8487b9a7 /recipes-support
parent5458e7f6fc634a056fd6a39cca247ac5ddb81c5d (diff)
linux-firmware: adjust SD8997 firmware location
Now, when SD-UART firmware handling is in the upstream, we need to adjust to new firmware location, thus removing a hackish way of having to overwrite the original firmware file. Related-to: ELB-4452 Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com> (cherry picked from commit 18e03f3806b1f41194259dc412c10b309c6f5171) replaced lnr command no longer available with ln -frs Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/btuart/btuart.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-support/btuart/btuart.bb b/recipes-support/btuart/btuart.bb
index d59f6e4..5cc4066 100644
--- a/recipes-support/btuart/btuart.bb
+++ b/recipes-support/btuart/btuart.bb
@@ -34,12 +34,4 @@ pkg_postinst_ontarget_${PN}_verdin-imx8mp () {
/bin/systemctl stop btuart.service
exit 0
fi
-
- # V1.1A and later require sdiouart Wi-Fi/BT firmware
- mv -f ${nonarch_base_libdir}/firmware/mrvl/sdsd8997_combo_v4.bin ${nonarch_base_libdir}/firmware/mrvl/sdsd8997_combo_v4.bin.orig
- ln -s ${nonarch_base_libdir}/firmware/nxp/sdiouart8997_combo_v4.bin ${nonarch_base_libdir}/firmware/mrvl/sdsd8997_combo_v4.bin
- # power-cycle Wi-Fi/BT module
- echo -n "30b40000.mmc" > /sys/bus/platform/drivers/sdhci-esdhc-imx/unbind
- sleep 1
- echo -n "30b40000.mmc" > /sys/bus/platform/drivers/sdhci-esdhc-imx/bind
}