[beagleboard] Re: does the BBGW wifi hardware have a power saving mode?

2016-11-08 Thread Stephane Charette
> > Yes WL18xx does have a power save mode which is on by default. It can be > disabled with > echo 0 > /sys/kernel/debug/ieee80211/phy0/wlcore/sleep_auth > That seems to have made a difference, Iain. My BBGW doesn't do it every time, so I cannot yet say for certain, but so far today the 2 tim

Re: [beagleboard] hostapd on BBGW

2016-11-08 Thread Stephane Charette
> > In the seeed-iot image it's: wificonfig.service Thanks, Robert, that got me where I needed. For the sake of Google searches in the future, if anyone else is looking to change their SSID, see "options.ssid" in the file /usr/local/lib/node_modules/wificonfig/lib/wifi.js. Stéphane -- Fo

Re: [beagleboard] Re: Beaglebone Black PRU Troubles

2016-11-08 Thread Greg
The problem is common to both boards, one with kernel a few months old, and another newer one: Older: 4.4.12-ti-r31 Newer: 4.4.27-ti-r62 The older board I have used for many hours of experimentation with the Remoteproc/PRUs, and never had a problem. I never noticed the firmwares were not starti

Re: [beagleboard] hostapd on BBGW

2016-11-08 Thread Robert Nelson
On Tue, Nov 8, 2016 at 4:10 PM, Stephane Charette wrote: > I'm still trying to figure out where the WIFI SSID is set on the BBGW so I > can customize it. I see this process running: > > hostapd -B SoftAp0-hostapd.conf > > The -B means "run in the background". So that leaves the > SoftAp0-hostapd

[beagleboard] hostapd on BBGW

2016-11-08 Thread Stephane Charette
I'm still trying to figure out where the WIFI SSID is set on the BBGW so I can customize it. I see this process running: hostapd -B SoftAp0-hostapd.conf The -B means "run in the background". So that leaves the SoftAp0-hostapd.conf file. Where is this configuration file? From what I can see

Re: [beagleboard] Re: Beaglebone Black PRU Troubles

2016-11-08 Thread William Hermans
On Tue, Nov 8, 2016 at 11:08 AM, Greg wrote: > I think I know exactly what is wrong. You need to activate the Remoteproc > PRU framework. This is no longer active by default. > Robert Nelson's script which is available via Github repository will fix > the problem. > > I have been working on det

Re: [beagleboard] Long booting time when no network cable is plugged

2016-11-08 Thread David Goodenough
Have you configured it? It needs to know which interfaces it controls, and you need to make sure that these interfaces are not auto-started. Have you read the README in /usr/share/ doc/ifplugd ? David On Tuesday, 8 November 2016 19:04:31 GMT Paul Plankton wrote: Simple installation of ifpl

Re: [beagleboard] Use PWM and UART at the same time

2016-11-08 Thread Theodosis Ntegiannakis
Thank you again! On Tuesday, November 8, 2016 at 1:25:21 AM UTC+2, William Hermans wrote: > > > > On Mon, Nov 7, 2016 at 3:56 PM, Theodosis Ntegiannakis < > tntegi...@gmail.com > wrote: > >> I tried twice to implement my own overlay but I gave up because I had a >> significant lack of knowledge a

Re: [beagleboard] Re: No MLO-file on newer BBG's?

2016-11-08 Thread Robert Nelson
On Tue, Nov 8, 2016 at 12:24 PM, Paul Plankton wrote: > Hi, > > I again played yround a bit with this. My first try was an operation > > sudo cp /dev/random /dev/mmcblk1 > > From my understanding this should erase the onboard MMC completely together > with all boot data. Nevertheless when I try to

Re: [beagleboard] Re: No MLO-file on newer BBG's?

2016-11-08 Thread Paul Plankton
Hi, I again played yround a bit with this. My first try was an operation sudo cp /dev/random /dev/mmcblk1 >From my understanding this should erase the onboard MMC completely together with all boot data. Nevertheless when I try to boot from a board erased in this way, there is still a u-boot comi

Re: [beagleboard] Beaglebone Black PRU Troubles

2016-11-08 Thread Zach B
Thanks Robert! I'll give that a try when I get a chance later today. Will that possibly also solve my issue with my device overlay not applying to the slot. Everything I have looked at says that there should be no error messages when applying the overlay but that's all I get. Zach On Tuesday,

[beagleboard] Re: Beaglebone Black PRU Troubles

2016-11-08 Thread Greg
I think I know exactly what is wrong. You need to activate the Remoteproc PRU framework. This is no longer active by default. Robert Nelson's script which is available via Github repository will fix the problem. I have been working on detailed documentation of the entire process to activate t

Re: [beagleboard] Long booting time when no network cable is plugged

2016-11-08 Thread Paul Plankton
Simple installation of ifplugd does not do the job - what else has to be done? 2016-10-26 12:22 GMT+02:00 David Goodenough < david.goodeno...@linkchoose.co.uk>: > There is a package called ifplugd which monitors the connection and only > activates the connection when a cable is plugged into the s

Re: [beagleboard] Beaglebone Black PRU Troubles

2016-11-08 Thread Robert Nelson
On Tue, Nov 8, 2016 at 10:39 AM, Zach B wrote: > I have spent a solid 12 hours trying to get the PRU's on the beaglebone to > work. So far I seem to be completely stuck at the getting the device overlay > to work as well as enabling the remoteproc. I have tried to piece together > all of the infor

[beagleboard] Beaglebone Black PRU Troubles

2016-11-08 Thread Zach B
I have spent a solid 12 hours trying to get the PRU's on the beaglebone to work. So far I seem to be completely stuck at the getting the device overlay to work as well as enabling the remoteproc. I have tried to piece together all of the information I have found on the internet but it is either

Re: [beagleboard] correct connection of an opto-coupler

2016-11-08 Thread Przemek Klosowski
On Tue, Nov 8, 2016 at 10:27 AM, mzimmers wrote: > I apologize for the confusion...after reading the instructions for the nth > time, I have come to realize that I'm trying to use the wrong component for > this exercise. Right, Derek calls for an LDR aka Light-Dependent Resistor, aka photoresistor

Re: [beagleboard] correct connection of an opto-coupler

2016-11-08 Thread mzimmers
I apologize for the confusion...after reading the instructions for the nth time, I have come to realize that I'm trying to use the wrong component for this exercise. Thanks to everyone who tried to help me on this. -- For more options, visit http://beagleboard.org/discuss --- You received th

Re: [beagleboard] correct connection of an opto-coupler

2016-11-08 Thread mzimmers
Thanks for the replies. I should have included this picture of the diagram: It's the opto-coupler (labelled LDR) that I'm having trouble understanding how to connect.

Re: [beagleboard] correct connection of an opto-coupler

2016-11-08 Thread Przemek Klosowski
On Tue, Nov 8, 2016 at 9:39 AM, mzimmers wrote: > Hi, all - I thought I posted something about this last week, but a search > doesn't turn it up, so here goes again. > > I'm working through Molloy's book, and trying to build the opto-coupler > circuit in chapter 6. I'm not a hardware guy, so I'm f

Re: [beagleboard] correct connection of an opto-coupler

2016-11-08 Thread evilwulfie
You cannot use that optocoupler and directly drive it with the beaglebone. the LED in that part needs 60ma to function correctly. you would need to add a LED driver like what gerald has used to drive the LEDs on the beaglebone. you also need to calculate the correct current limiting resistor for 6

[beagleboard] correct connection of an opto-coupler

2016-11-08 Thread mzimmers
Hi, all - I thought I posted something about this last week, but a search doesn't turn it up, so here goes again. I'm working through Molloy's book, and trying to build the opto-coupler circuit in chapter 6. I'm not a hardware guy, so I'm feeling my way along here. The diagram doesn't show spec

[beagleboard] Ubuntu Core on Beaglebone Black

2016-11-08 Thread 'Luther Goh Lu Feng' via BeagleBoard
Hi there, I am trying to install Ubuntu Core 16 on the Beaglebone black. Is this the right place to seek help? I cant seem to find the documentation on how to utilise the beagleblack gadget snap. Will be grateful if someone can point me to the relevant documentation. Am aware of http://releas

[beagleboard] Re: Unable to boot or debug Ubuntu linux on beagle board rev. C3

2016-11-08 Thread mkstart
I try that unsuccessfully again. It surprised me that bootargs haven't got updated from uEnv.txt file. uEnv.txt uname_r=4.7.8-armv7-x3 bootargs=earlyprintk console=ttyS2,115200 However, I did change tty from the u-boot command line directly, resuming boot process with "=> boot" and "=> run boo

[beagleboard] Re: Beaglebone 4.4.27-ti-r63 and uio_pruss; program ran in 3.8 not running in 4.4 pru, help appreciated

2016-11-08 Thread terra ÜÝÜ
The issue was eclipse; during the upgrade to windows 10 all the paths got lost and ... big head ache; got to work on "old" 3.8 bone 70 version example is running fine; will try 4.4 next couple of days part of solution was to compile on the BB, hope helps someone in future On Saturday, 5 Novembe