This actually solved my problem, now it is working just perfect!!. Please see this post:
So on the BeagleBone Family, we use an eeprom id to detect what board you have. In your case, the board eeprom got mis-written too. Which is easy to fix, near the 5Volt header there are 4 copper holes (TP2 -> TP5) that's for a LiPo battery, next to that is IC4, followed by TP1. TP1: is write protect pin for the i2c eeprom. To allow us to write a correct ID, we need to GND that pin (TP1) On the P9 header: http://beagleboard.org/static/images/cape-headers.png Pin's 1 & 2 are GND, connect either P9.1/P9.2 to TP1 with a short piece of wire. Then you can exicute *sudo dd if=/opt/scripts/device/bone/bbbw-eeprom.dump of=/sys/devices/platform/ocp/44e0b000.i2c/i2c-0/0-0050/eeprom* El domingo, 18 de febrero de 2018, 13:36:50 (UTC-6), [email protected] escribió: > > Did anyone get this going? Honestly, I have spent a few hours and the > image for the BBBW bone-debian-9.3-lxqt-armhf-2018-01-28-4gb.img also gives > the same error: > > Method "SetProperty" with signature "sv" on interface > "net.connman.Technology" doesn't exist > > With the word wireless in it, I feel it would be easier to get it going? :( > > On Monday, May 29, 2017 at 12:24:26 PM UTC-4, RobertCNelson wrote: >> >> >> >> On Mon, May 29, 2017 at 12:02 AM, Migue Fonseca <[email protected]> >> wrote: >> >>> Hey my friend, thanks for your quick reply. I retested everything with >>> the new image, same result: >>> [image: Imágenes integradas 1] >>> >>> Could this be a driver issue? Let me know what you think. >>> >> >> Please run version.sh: >> >> debian@test-bbbw-11:/opt/scripts/tools$ sudo ./version.sh >> git:/opt/scripts/:[0e222d4aeb4f1c06dcdd025e0b1e1835404e1551] >> eeprom:[A335BNLTBWA0*] >> dogtag:[BeagleBoard.org Debian Image 2016-10-23] >> bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot >> 2017.05-00002-g962663a0e0] >> kernel:[4.4.62-ti-rt-r105] >> nodejs:[v0.12.18] >> >> Regards, >> >> -- >> Robert Nelson >> https://rcn-ee.com/ >> > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/504fb711-070a-4e38-824c-c2c467f49a95%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
