summaryrefslogtreecommitdiff
path: root/multitech/recipes/wl12xx-firmware/wl12xx-firmware_r5.sp7.01.bb
diff options
context:
space:
mode:
Diffstat (limited to 'multitech/recipes/wl12xx-firmware/wl12xx-firmware_r5.sp7.01.bb')
-rw-r--r--multitech/recipes/wl12xx-firmware/wl12xx-firmware_r5.sp7.01.bb15
1 files changed, 9 insertions, 6 deletions
diff --git a/multitech/recipes/wl12xx-firmware/wl12xx-firmware_r5.sp7.01.bb b/multitech/recipes/wl12xx-firmware/wl12xx-firmware_r5.sp7.01.bb
index 590fdab..d31d921 100644
--- a/multitech/recipes/wl12xx-firmware/wl12xx-firmware_r5.sp7.01.bb
+++ b/multitech/recipes/wl12xx-firmware/wl12xx-firmware_r5.sp7.01.bb
@@ -1,10 +1,13 @@
DESCRIPTION = "TI wl1271 firmware"
HOMEPAGE = "http://processors.wiki.ti.com/index.php/ARM_Processor_Open_Source_Wireless_Connectivity"
-PR="r1"
+PR="r2"
-# bluetooth firmware from TI wiki:
-# http://processors.wiki.ti.com/index.php/OMAP_Wireless_Connectivity_BTS_files_overview
-# http://processors.wiki.ti.com/images/a/a2/BTS_files_v1.zip
+# bluetooth firmware from TI-ECS on github.com:
+# https://github.com/TI-ECS/bt-firmware.git
+# revision 3c0e4752ba91be195ac05226725428dfdc1a4759
+# Last file log message: "Updated to service pack 2.14"
+# file: am335x/TIInit_7.6.15.bts
+# md5sum: a46c46104c7fab23bb9ebfae1633a3af
# wifi firmware from TI-OpenLink on github.com
# git://github.com/TI-OpenLink/ti-utils.git
@@ -12,7 +15,7 @@ PR="r1"
SRCREV = "ol_R5.SP7.01"
SRC_URI = "git://github.com/TI-OpenLink/ti-utils.git;protocol=git \
- file://bluetooth/3M/WL127xL_BT_Service_Pack_2.4.bts \
+ file://TIInit_7.6.15.bts \
"
S = "${WORKDIR}/git"
@@ -31,7 +34,7 @@ do_install() {
# factory nvs file
install ${S}/hw/firmware/wl1271-nvs.bin ${D}/lib/firmware/ti-connectivity/wl1271-nvs.bin.factory
# bluetooth firmware
- install ${WORKDIR}/bluetooth/3M/WL127xL_BT_Service_Pack_2.4.bts ${D}/lib/firmware/TIInit_7.6.15.bts
+ install ${WORKDIR}/TIInit_7.6.15.bts ${D}/lib/firmware/TIInit_7.6.15.bts
}
FILES_${PN} = "/lib/firmware"