Re: [beagleboard] baseboard folder disappears in bone_capemgr after kernel upgrade to latest 4.4 kernel

2018-02-18 Thread 'Luther Goh Lu Feng' via BeagleBoard
When available, the contents of `/sys/devices/platform/bone_capemgr/baseboard/serial-number` and `/sys/bus/i2c/devices/0-0050/eeprom` differ. Are they expected to be the same or are they 2 different type of serial numbers altogether? And are both unique? Thanks! --Luther On Friday,

Re: [beagleboard] Re: bbgw wlan0 users

2018-02-18 Thread migue . fonseca
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

[beagleboard] Re: BBBW WiFi does not work after eprom flash

2018-02-18 Thread sbsaylors
So from a fresh BBBW image, you just type: dd if=/opt/scripts/device/bone/bbbw-eeprom.dump of=/sys/devices/platform/ocp/44e0b000.i2c/i2c-0/0-0050/eeprom? Did you also have to do the GND TP1? (<- I have no idea what this is or how to do it?) :) On Sunday, February 18, 2018 at 3:37:56 PM UTC-5,

[beagleboard] Re: BBBW WiFi does not work after eprom flash

2018-02-18 Thread sbsaylors
On Sunday, February 18, 2018 at 1:29:47 PM UTC-5, Stephen Mansfield wrote: > > Hello, > > I received my BBBW the other day. Everything worked fine including the > wireless. I updated it with the latest Stretch LXQT image -- Debian 9.3 > 2018-01-28 SD LXQT and the wireless no longer works.

Re: [beagleboard] BBBW WiFi does not work after eprom flash

2018-02-18 Thread sbsaylors
Hello Robert, I know you have a wealth of knowledge on this. I know you have give each piece of that to different folks. I have spent at least 5 hours today and many others over the last week since buying the BBBW to get wifi going. Mind you, I truly am not a complete noobie here. But it would

[beagleboard] Re: BBBW WiFi does not work after eprom flash

2018-02-18 Thread Stephen Mansfield
Ok, the error was that it was one line as RobertNielson pointed out. dd if=/opt/scripts/device/bone/bbbw-eeprom.dumpof=/sys/devices/platform/ocp/44e0b000.i2c/i2c-0/0-0050/eeprom After I did this, connmanctl worked fine and the wifi works fine. Thanks a bunch On Sunday, February 18, 2018

Re: [beagleboard] AWS IOT C++

2018-02-18 Thread Hemant Kapoor
Thanks, Will have a look -- 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

Re: [beagleboard] AWS IOT C++

2018-02-18 Thread Robert Nelson
On Sun, Feb 18, 2018 at 1:04 PM, Hemant Kapoor wrote: > Hello All, > > I have a c++ program running on beaglebone black which reads temperature > from MCP9808 IC via i2c protocol. > > For this I have created a thing in AWS IOT and want to update it via MQTT... > All this

Re: [beagleboard] Re: bbgw wlan0 users

2018-02-18 Thread sbsaylors
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

[beagleboard] Re: getting started with beaglebone black

2018-02-18 Thread Hemant Kapoor
Hello Arun, Congratulations on buying your first BBB :) I am also a beginner but will try to share my experience so far: 1.Having worked mostly in c/c++ and assembly,is it a good idea to stick to the same languages or i am better off programming in a different language like python,Java etc?

[beagleboard] AWS IOT C++

2018-02-18 Thread Hemant Kapoor
Hello All, I have a c++ program running on beaglebone black which reads temperature from MCP9808 IC via i2c protocol. For this I have created a thing in AWS IOT and want to update it via MQTT... All this needs to be done in C++ This is the plan and have no idea how to do this... Has any

Re: [beagleboard] BBBW WiFi does not work after eprom flash

2018-02-18 Thread Robert Nelson
On Sun, Feb 18, 2018 at 12:00 PM, Stephen Mansfield wrote: > Hello, > > I received my BBBW the other day. Everything worked fine including the > wireless. I updated it with the latest Stretch LXQT image -- Debian 9.3 > 2018-01-28 SD LXQT and the wireless no longer

[beagleboard] BBBW WiFi no longer works after latest eprom update

2018-02-18 Thread stephen . k . mansfield
Hello, I received my BBBW the other day. Everything worked fine including the wireless. I updated it with the latest Stretch LXQT image -- Debian 9.3 2018-01-28 SD LXQT and the wireless no longer works. When I type root@beaglebone:/# connmanctl and then type > scan wifi it get the

[beagleboard] BBBW WiFi does not work after eprom flash

2018-02-18 Thread Stephen Mansfield
Hello, I received my BBBW the other day. Everything worked fine including the wireless. I updated it with the latest Stretch LXQT image -- Debian 9.3 2018-01-28 SD LXQT and the wireless no longer works. When I type root@beaglebone:/# connmanctl and then type > scan wifi it get the

[beagleboard] Why information from 'md' and 'imi' commands is different?

2018-02-18 Thread Vasyl Yosypenko
Why when used cmd 'md' Load address is 00800080, but when cmd 'imi' - > 80008000 ? -- For more options, visit http://beagleboard.org/discuss --- You received this message because

[beagleboard] Why information from 'md' and 'imi' commands is different?

2018-02-18 Thread v . v . yosypenko
Why when used cmd 'md' Load address is 00800080, but when cmd 'imi' - > 80008000 ? -- For more options, visit http://beagleboard.org/discuss --- You received this message because

Re: [beagleboard] Can one check for Rev B or Rev C in software?

2018-02-18 Thread Chris Green
On Sat, Feb 17, 2018 at 11:09:25AM -0600, Robert Nelson wrote: > On Sat, Feb 17, 2018 at 10:49 AM, Chris Green wrote: > > I have a remote BBB and I want to check whether it is Rev B or Rev C, > > how can I do this using just command line software (I only have ssh > > access to it).