WL18 IoT card + mangOH Red + WP7702 firmware request

Could anybody provide firmware (.cwe or .spk) with bluetooth enabled kernel that will work on mangOH red wit WP7702 and IoT WL18 card?

Use Leaf and install R11 for WP77.
$ leaf search wp77
swi-wp77_2.0.0 x SDK for WP77 (Release 11 + Legato 18.09.2) x latest,installed,wp77xx,stable
Once installed, you can install the linux.cwe file and get the BT tools that @dfrey mentioned in the other topic.

Whether this will actually help with your problem or not, I’m very interested to know :slight_smile:

ok, I did as you said, invoke ‘leaf setup …’ then took linux.cwe from
/home/admin/.leaf/wp77-linux-image_SWI9X06Y_02.22.12.00 folder to /tmp/ folder of device and launch ‘fwupdate download linux.cwe
after that I started ‘bluetoothUtil’ and got:
Jan 6 00:07:29 | bt-init.sh[2059] | | modprobe: module hidp not found in modules.dep
Jan 6 00:07:32 | bt-init.sh[2059] | | /legato/systems/current/apps/bluetoothUtil/read-only/bin/bt-init.sh:
Jan 6 00:07:32 | bt-init.sh[2059] | | line 27:
Jan 6 00:07:32 | bt-init.sh[2059] | | mux: not found
Jan 6 00:07:32 | bt-init.sh[2059] | |
Jan 6 00:07:32 | bt-init.sh[2059] | | /legato/systems/current/apps/bluetoothUtil/read-only/bin/bt-init.sh:
Jan 6 00:07:32 | bt-init.sh[2059] | | line 28:
Jan 6 00:07:32 | bt-init.sh[2059] | | mux: not found

in fact it better, earlier there were more modules missing!
thank you.
Do you know where to get module hidp and mux ?

also ‘bluetoothctl’ tool appears, but when I run it:

root@swi-mdm9x28-wp:~# bluetoothctl
process 2027: arguments to dbus_connection_get_object_path_data() were incorrect, assertion “connection != NULL” failed in file …/…/dbus-1.10.10/dbus/dbus-connection.c line 5904.
This is normally a bug in some application using the D-Bus library.

  • D-Bus not built with -rdynamic so unable to print a backtrace*
    Aborted
    root@swi-mdm9x28-wp:~#

do you know what it could means?

is there any solution for this?