Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 3347d3bd authored by Robert Nelson's avatar Robert Nelson
Browse files

bb-wl18xx-firmware (1.20240423.0)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent b9fdc75b
Branches
No related merge requests found
......@@ -15,3 +15,4 @@ debian/cc33xx_2nd_loader.bin /usr/lib/firmware/ti-connectivity/
debian/cc33xx_fw.bin /usr/lib/firmware/ti-connectivity/
debian/wl18xx.conf /etc/modprobe.d/
debian/bb-wl18xx-select-fw /usr/sbin/
debian/cc33xx_enable_ble /usr/sbin/
#!/bin/sh
PHY=`ls /sys/class/ieee80211/`
echo "1" > /sys/kernel/debug/ieee80211/$PHY/cc33xx/ble_enable
bb-wl18xx-firmware (1.20240422.0-0~bookworm+20240422) bookworm; urgency=low
bb-wl18xx-firmware (1.20240423.0-0~bookworm+20240423) bookworm; urgency=low
* Add cc33xx firmware from Version: 1.0.0.1 https://www.ti.com/tool/download/CC33XX-LINUX-AM335
-- Robert Nelson <robertcnelson@gmail.com> Mon, 22 Apr 2024 16:47:22 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 23 Apr 2024 12:43:20 -0500
......@@ -15,3 +15,4 @@ debian/cc33xx_2nd_loader.bin /lib/firmware/ti-connectivity/
debian/cc33xx_fw.bin /lib/firmware/ti-connectivity/
debian/wl18xx.conf /etc/modprobe.d/
debian/bb-wl18xx-select-fw /usr/sbin/
debian/cc33xx_enable_ble /usr/sbin/
#!/bin/sh
PHY=`ls /sys/class/ieee80211/`
echo "1" > /sys/kernel/debug/ieee80211/$PHY/cc33xx/ble_enable
bb-wl18xx-firmware (1.20240422.0-0~bullseye+20240422) bullseye; urgency=low
bb-wl18xx-firmware (1.20240423.0-0~bullseye+20240423) bullseye; urgency=low
* Add cc33xx firmware from Version: 1.0.0.1 https://www.ti.com/tool/download/CC33XX-LINUX-AM335
-- Robert Nelson <robertcnelson@gmail.com> Mon, 22 Apr 2024 16:47:22 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 23 Apr 2024 12:43:20 -0500
......@@ -2,7 +2,7 @@
package_name="bb-wl18xx-firmware"
debian_pkg_name="${package_name}"
package_version="1.20240422.0"
package_version="1.20240423.0"
package_source=""
src_dir=""
......@@ -17,5 +17,5 @@ debian_patch=""
clear_changelog="enable"
bullseye_version="~bullseye+20240422"
bookworm_version="~bookworm+20240422"
bullseye_version="~bullseye+20240423"
bookworm_version="~bookworm+20240423"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment