You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a fresh image with the command: sudo ./mk_mmc.sh --mmc /dev/mmcblk0 --dtb am335x-boneblack --distro buster --firmware --serial-mode
I have dmesg logs filled with the following errors:
[ 23.726871] Bluetooth: hci0: request_firmware failed(errno -2) for ti-connectivity/TIInit_11.8.32.bts
[ 23.726878] Bluetooth: hci0: download firmware failed, retrying...
[ 24.127103] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
[ 24.127201] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
[ 24.127214] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2
[ 24.127219] wlcore: WARNING falling back to default config
[ 24.496880] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
[ 24.510790] wlcore: loaded
[ 27.716099] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl18xx-fw-4.bin failed with error -2
[ 27.716123] wlcore: ERROR could not get firmware ti-connectivity/wl18xx-fw-4.bin: -2
[ 28.083996] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl18xx-fw-4.bin failed with error -2
[ 28.084016] wlcore: ERROR could not get firmware ti-connectivity/wl18xx-fw-4.bin: -2
[ 28.451993] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl18xx-fw-4.bin failed with error -2
[ 28.452015] wlcore: ERROR could not get firmware ti-connectivity/wl18xx-fw-4.bin: -2
[ 28.453122] wlcore: ERROR firmware boot failed despite 3 retries
And I am unable to get my beaglebone green wireless to connect. I am uncertain which wl18xx firmware file I need, or how to generate the wl18xx-conf.bin file.
I tried using a newer kernel version (i.e. --use-lts-5_4-kernel) and I also tried copying this file into my dl/linux-firmware/ti-connectivity/ but neither seemed to have any impact on the messages in dmesg
The text was updated successfully, but these errors were encountered:
Creating a fresh image with the command:
sudo ./mk_mmc.sh --mmc /dev/mmcblk0 --dtb am335x-boneblack --distro buster --firmware --serial-mode
I have dmesg logs filled with the following errors:
And I am unable to get my beaglebone green wireless to connect. I am uncertain which wl18xx firmware file I need, or how to generate the
wl18xx-conf.bin
file.I tried using a newer kernel version (i.e.
--use-lts-5_4-kernel
) and I also tried copying this file into mydl/linux-firmware/ti-connectivity/
but neither seemed to have any impact on the messages in dmesgThe text was updated successfully, but these errors were encountered: