[beagleboard] Ethernet keep disabled after cable unplug and replug

2017-04-25 Thread Fohnbit
Hello, I recognize now, when I unplug the network cable and reconnect, the Ethernet keep disabled? No LED on the Ethernet port are on. When I remove power supply and start again, all is fine. Did someone know where I can start searching? Thank you! -- For more options, visit

Re: [beagleboard] Re: Reboot instead of shutdown

2017-04-25 Thread Graham Haddock
What OS/kernel is ithinu running? "shutdown -P now" works on all my BBB/BBG boards. But, I run from external +5V, without anything on the battery connections. --- Graham == > I usually tell everyone to use: > > sudo systemctl poweroff > > as systemd knows how to tell the external tps65217 to

[beagleboard] Re: PRU and CPU driven by different oscillators?

2017-04-25 Thread Graham
The CPU in a BBB runs from a 24 MHz Oscillator. There is a 25 MHz oscillator on the board, but that is for the Ethernet. --- Graham == On Tuesday, April 25, 2017 at 7:09:50 PM UTC-5, Justin Pearson wrote: > > How can I find out whether the PRU and CPU are driven by the same > oscillator?

Re: [beagleboard] No GPIO access from PRU's - GPIO toggle example - device tree overlay/pinmux problem?

2017-04-25 Thread William Hermans
On Tue, Apr 25, 2017 at 11:34 AM, ThomasL wrote: > Hi, > > We are trying to get the GPIO toggle example running on the beaglebone > black. > > At this point we succeeded in the following: running the RProc echo > example from the TI hands on lab which works. Writing and

Re: [beagleboard] Re: Reboot instead of shutdown

2017-04-25 Thread William Hermans
On Tue, Apr 25, 2017 at 3:13 PM, Robert Nelson wrote: > On Tue, Apr 25, 2017 at 5:00 PM, ithinu wrote: > > shutdown -P now does the same as shutdown -h now: reboots the board. So I > > still do not know a way of shutting it down. > > > > I attach

[beagleboard] PRU and CPU driven by different oscillators?

2017-04-25 Thread Justin Pearson
How can I find out whether the PRU and CPU are driven by the same oscillator? Specifically, a colleague told me that the IEP timer (which I'm reading with the PRU) is driven by a 24 MHz oscillator that's PLL'd so the timer increments at 200 MHz, whereas the CPU is driven by a 25 MHz oscillator

Re: [beagleboard] Re: Reboot instead of shutdown

2017-04-25 Thread Robert Nelson
On Tue, Apr 25, 2017 at 5:00 PM, ithinu wrote: > shutdown -P now does the same as shutdown -h now: reboots the board. So I > still do not know a way of shutting it down. > > I attach the relevant part of syslog. I usually tell everyone to use: sudo systemctl poweroff as

[beagleboard] Re: Reboot instead of shutdown

2017-04-25 Thread ithinu
shutdown -P now does the same as shutdown -h now: reboots the board. So I still do not know a way of shutting it down. I attach the relevant part of syslog. On Sunday, April 23, 2017 at 3:04:21 AM UTC+2, Graham wrote: > > > shutdown -P now > > --- Graham > > == > > On Saturday, April 22, 2017

[beagleboard] Re: No GPIO access from PRU's - GPIO toggle example - device tree overlay/pinmux problem?

2017-04-25 Thread ThomasL
I understand the sentiment of throwing them in a startup script, but I feel like that is giving away some control about the pin use. Although it can temporarly serve as a solution until we are able to fix the configuration in the overlays. Furthermore, I havent found any good documentation

[beagleboard] Re: No GPIO access from PRU's - GPIO toggle example - device tree overlay/pinmux problem?

2017-04-25 Thread Greg
If the config-pin works, why not put the command(s) in a start-up file and be done with it? Just my opinion, don't touch the device tree blobs unless you absolutely have to. And if you have to, use Robert's scripts to rebuild them. Regards, Greg -- For more options, visit

[beagleboard] Re: No GPIO access from PRU's - GPIO toggle example - device tree overlay/pinmux problem?

2017-04-25 Thread ThomasL
Small update: If we load cape-universala and run the following command in terminal the PRU seems to be able to toggle the pins in question: config-pin P9_31 pruout This is only a temporary solution until a final solution for the device tree can be found, It should be possible to use the

[beagleboard] No GPIO access from PRU's - GPIO toggle example - device tree overlay/pinmux problem?

2017-04-25 Thread ThomasL
Hi, We are trying to get the GPIO toggle example running on the beaglebone black. At this point we succeeded in the following: running the RProc echo example from the TI hands on lab which works. Writing and loading a custom device tree overlay to set the pinmux although we are not sure

Re: [beagleboard] 'apt-get update' error

2017-04-25 Thread William Hermans
Actually for x86 Stretch RCx isn't looking too bad. I mean I happened across a few videos on youtube showing off the new XFCE desktop, and it looks pretty good. But thats looks. People are saying it's pretty stable for a testing branch though. On Tue, Apr 25, 2017 at 10:51 AM, Robert Nelson

Re: [beagleboard] 'apt-get update' error

2017-04-25 Thread Robert Nelson
On Tue, Apr 25, 2017 at 12:44 PM, William Hermans wrote: > How much longer with Wheezy support I wonder. My x86 support system for my > beaglebones here has already stopped upgrading. Not a single security update > either. > Which when security updates stop happening thats

Re: [beagleboard] 'apt-get update' error

2017-04-25 Thread William Hermans
How much longer with Wheezy support I wonder. My x86 support system for my beaglebones here has already stopped upgrading. Not a single security update either. Which when security updates stop happening thats really what queue's me to move on . . . On Tue, Apr 25, 2017 at 7:21 AM, Robert Nelson

[beagleboard] Where I can buy beagleboard-X15?

2017-04-25 Thread hantfhan
Where I can buy beagleboard-X15? -- 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] update the beagle kernel with ftp when it's running

2017-04-25 Thread Robert Nelson
On Tue, Apr 25, 2017 at 9:59 AM, Micka wrote: > Hi, > > I would like to know if someone has tried to update the kernel while the > beagle is running ? Is it possible ? > > Robert Nelson, when you compile the kernel, you put files in the > bb-kernel/deploy folder. Can I copy

[beagleboard] update the beagle kernel with ftp when it's running

2017-04-25 Thread Micka
Hi, I would like to know if someone has tried to update the kernel while the beagle is running ? Is it possible ? Robert Nelson, when you compile the kernel, you put files in the bb-kernel/deploy folder. Can I copy those files to the beagle and untar during the boot ? Micka, -- For more

[beagleboard] anybody knows how to install PFsense

2017-04-25 Thread ashleydevanes
/hi..does anybody here knows anything about pfsense?...can you teach me how to install it -- 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

Re: [beagleboard] 'apt-get update' error

2017-04-25 Thread Robert Nelson
On Tue, Apr 25, 2017 at 4:57 AM, Chris Green wrote: > A friend is trying to 'apt-get update' his BBB running wheezy:- > > root@beaglebone:~# apt-get update > Get:1 http://security.debian.org wheezy/updates Release.gpg [1554 B] > Get:2 http://security.debian.org

Re: [beagleboard] Re: 'apt-get update' error

2017-04-25 Thread Yiling Cao
what's the `date` on the board? On Tue, Apr 25, 2017 at 9:20 PM, Graham wrote: > You did not say which version of wheezy (Debian 7) he is running. > The last stable release of Debian 7 was 2015. > Maybe he should consider upgrading to Debian 8. (jessie) > Debian 8.7 is

[beagleboard] Re: 'apt-get update' error

2017-04-25 Thread Graham
You did not say which version of wheezy (Debian 7) he is running. The last stable release of Debian 7 was 2015. Maybe he should consider upgrading to Debian 8. (jessie) Debian 8.7 is the most recent stable release. --- Graham == On Tuesday, April 25, 2017 at 5:03:47 AM UTC-5, Chris Green

[beagleboard] 'apt-get update' error

2017-04-25 Thread Chris Green
A friend is trying to 'apt-get update' his BBB running wheezy:- root@beaglebone:~# apt-get update Get:1 http://security.debian.org wheezy/updates Release.gpg [1554 B] Get:2 http://security.debian.org wheezy/updates Release [39.0 kB] Get:3 http://ftp.us.debian.org wheezy