Can't connect to Wifi with BBBW

I have a Beaglebone Black Wireless, running latest image from https://beagleboard.org/latest-images (Debian 8.7 2017-03-19 4GB SD IoT).

When I run

connmanctl technolgies

I get only ethernet (no Wifi module shows up):

`

/net/connman/technology/ethernet
Name = Wired
Type = ethernet
Powered = True
Connected = False
Tethering = False

`

This is the output when I run /opt/scripts/tools/version.sh:

`

git:/opt/scripts/:[4dd50b306e4eb31a05bb72a9573febc3695f1f05]
][[Aeeprom:[A335BNLT�O
dogtag:[BeagleBoard.org Debian Image 2017-03-19]
bootloader:[/dev/mmcblk1]:[U-Boot 2017.03-00002-gd12b1519b4]
kernel:[4.4.54-ti-r93]
nodejs:[v4.8.0]

`

I tried the solution to GND TP1 and running`
sudo dd if=/opt/scripts/device/bone/bbbw-eeprom.dump
of=/sys/devices/platform/ocp/44e0b000.i2c/i2c-0/0-0050/eeprom

`

But it still has the same output for /version.sh. Any ideas?