Re: [beagleboard] PRU Development

2017-03-02 Thread Rick Mann
> On Mar 1, 2017, at 23:34 , William Hermans wrote: > > Back on topic. > > I wonder if it wouldn't be simpler, and easier for everyone if someone where > to just write / create a setup script for both options. It's been a while, so > I do not recall the finer details with

Re: [beagleboard] Real time application development for BBB

2017-03-02 Thread avni gupta
Yes, the temperature won't change in milliseconds. But continuous monitoring is required for understanding the trend of failures. The temperatures at busbar and cable joints needs to be monitored. On Friday, February 17, 2017 at 10:11:36 AM UTC+5:30, john3909 wrote: > > Again, switchgear is

Re: [beagleboard] why is pinmux-helper needed?

2017-03-02 Thread Charles Steinkuehler
On 3/1/2017 11:00 PM, ags wrote: > This may be a rudimentary linux/dt question, but doesn't the pinctrl-single > driver already support this? Couldn't one change the pin configuration by > loading a dtc overlay? pinctrl-single provides a way to set pinmux values, but not a way to switch between

Re: [beagleboard] why is pinmux-helper needed?

2017-03-02 Thread Charles Steinkuehler
The pinmux helper driver is required because modifying the pinmux settings must be done in the kernel. The helper exports sysfs entries that can be modified by standard user-mode code. Also, the pinmux helper provides a way to support multiple pinmux options, vs. a typical device tree where pins

[beagleboard] Re: help using uio_pruss with 4.4.30-ti-64

2017-03-02 Thread neil2468
I had similar issues trying to get uio_pruss to work on my BBB... Linux beaglebone 4.4.36-ti-r72 #1 SMP Wed Dec 7 22:29:53 UTC 2016 armv7l GNU/Linux (bone-debian-8.6-iot-armhf-2016-12-09-4gb.img) I found the below steps useful.

[beagleboard] Connect two beaglebone wirelessly

2017-03-02 Thread basso1995
Hello everybody. I'm an engineering student and for my final thesis I will work with the beaglebone black. The project is aimed to allow two beaglebone black to communicate wirelessly in real-time. The data that has to be transmitted will come from an ethernet cable, using Powerlink

Re: [beagleboard] Real time application development for BBB

2017-03-02 Thread John Syne
So that tells me you need to stream the temperature measurements, which is what the AM335x ADC IIO driver does. Currently the driver is sampling at 800 ksps, but you can modify the sampling rate in the ADC overlay. Regards, John > On Mar 2, 2017, at 2:51 AM, avni gupta

Re: [beagleboard] Connect two beaglebone wirelessly

2017-03-02 Thread Dieter Wirz
On Thu, Mar 2, 2017 at 10:32 AM, wrote: > The project is aimed to allow two beaglebone black to communicate > wirelessly in real-time. I guess "real-time" is not possible over wlan. Depending on how critical time is. ns for sure is not possible;( > The data that has to be

[beagleboard] Re: PTP TEST( ethtool -T information)

2017-03-02 Thread paritosh . dixit
Hi Juan, Did you get reply to this question ? How to check if my NIC/PHY supports PPS outout ? Thanks, Paritosh On Tuesday, February 2, 2016 at 5:06:05 AM UTC-5, Juan Jonathan wrote: > > > I am trying PTP and PPS function with LINUXPTP from sourceforge and > testptp from kernel 4.1 document.

Re: [beagleboard] TI Sitara 57XX - Combining Debian FS Image from BeagleBoard-X-15 with Kernel/Boot from TI SDK

2017-03-02 Thread Robert Nelson
On Thu, Mar 2, 2017 at 11:22 AM, Jeff Andich wrote: > Hi, > > I apologize if this has already been posted somewhere else We're making > a custom board based on the TI 5718 chip and currently have TI SDK kernel > and FS net booting on the TI 572X EVM from an Ubuntu VM.

[beagleboard] TI Sitara 57XX - Combining Debian FS Image from BeagleBoard-X-15 with Kernel/Boot from TI SDK

2017-03-02 Thread Jeff Andich
Hi, I apologize if this has already been posted somewhere else We're making a custom board based on the TI 5718 chip and currently have TI SDK kernel and FS net booting on the TI 572X EVM from an Ubuntu VM. We're new to Linux. When discussing whether to whole-heatedly embrace the TI SDK

[beagleboard] Re: Using the SD card as extra storage on the Black

2017-03-02 Thread Larry Nestor
I am running bone-debian-8.7-lxqt-2gb-armhf-2017-02-12-2gb. I plugged my sd card in a USB adapter in linux box. I ran gparted, removed all partitions, and set up the sd card as all fat32. Shut it down and removed usb from linux box, put the sd card in BBB running debian (while it was running).

Re: [beagleboard] help using uio_pruss with 4.4.30-ti-64

2017-03-02 Thread Robert Nelson
On Thu, Mar 2, 2017 at 4:16 PM, A H wrote: > Hi, Robert thanks for your reply. I'm also on the exactly same situation, I > follow the steps here: > https://groups.google.com/forum/#!msg/beagleboard/l59Dx8ygxNg/GvIzOJSzDAAJ > > and dmesg, lsmod show that pruss_uio driver is

Re: [beagleboard] help using uio_pruss with 4.4.30-ti-64

2017-03-02 Thread A H
Hi, Robert thanks for your reply. I'm also on the exactly same situation, I follow the steps here: https://groups.google.com/forum/#!msg/beagleboard/l59Dx8ygxNg/GvIzOJSzDAAJ and *dmesg*, *lsmod* show that pruss_uio driver is loaded but */sys/class/uio* directory is still empty and I still get

Re: [beagleboard] TI Sitara 57XX - Combining Debian FS Image from BeagleBoard-X-15 with Kernel/Boot from TI SDK

2017-03-02 Thread Jeff Andich
Thanks Robert!! I take it the various forms of the FS images for the X-15 are under the link at the bottom?? https://rcn-ee.com/rootfs/2016-11-10/ Thanks again! On Thursday, March 2, 2017 at 11:30:13 AM UTC-6, RobertCNelson wrote: > > On Thu, Mar 2, 2017 at 11:22 AM, Jeff Andich

Re: [beagleboard] Connect two beaglebone wirelessly

2017-03-02 Thread basso1995
It is for diagnosis purposes, so I don't know how long should be the cycle. I know that with wlan is not possible to have a cycle time shorter than 15-20ms, but this should be ok. > > The project is aimed to allow two beaglebone black to communicate >> > wirelessly in real-time. >> I guess

[beagleboard] Re: Root login change?

2017-03-02 Thread Jason Kridner
On Thu, Mar 2, 2017 at 6:56 PM Jason Kridner wrote: > On Thu, Mar 2, 2017 at 6:22 PM Kurt Talke wrote: > > Hi, > > I’m wondering why logging in over ssh as root is not longer possible on > the latest BBB image. For installing embedded lab view, I need

[beagleboard] Root login change?

2017-03-02 Thread Kurt Talke
Hi, I’m wondering why logging in over ssh as root is not longer possible on the latest BBB image. For installing embedded lab view, I need to be able to log in as root. I tried changing the root password, which actually shows properly in /etc/shadow, but I’m still unable to ssh in as root

[beagleboard] Re: Root login change?

2017-03-02 Thread Jason Kridner
On Thu, Mar 2, 2017 at 6:22 PM Kurt Talke wrote: > Hi, > > I’m wondering why logging in over ssh as root is not longer possible on > the latest BBB image. For installing embedded lab view, I need to be able > to log in as root. > > I tried changing the root password, which

[beagleboard] Kernel hangs when booting on BeagleBoard xM

2017-03-02 Thread acheesehead
Built the kernel according to https://eewiki.net/display/linuxonarm/BeagleBoard with v4.9.x-rt (Longterm 4.9.x + Real-Time Linux) and Root File System (small flash). It gets to Waiting for root device /dev/mmcblk0p2... and hangs there. Any suggestions? Thanks! . -- For more options, visit

[beagleboard] [faq/wiki] insecure root

2017-03-02 Thread Robert Nelson
As of 2017-02-19, the images are now more secure by default.. If you wish to: blank out root password ssh by root ssh by root with blank password sudo with no password Follow this faq: ;)

Re: [beagleboard] Root login change?

2017-03-02 Thread Robert Nelson
On Thu, Mar 2, 2017 at 11:12 PM, Robert Nelson wrote: > On Thu, Mar 2, 2017 at 6:22 PM, Kurt Talke wrote: >> Hi, >> >> I’m wondering why logging in over ssh as root is not longer possible on the >> latest BBB image. For installing embedded lab

Re: [beagleboard] Root login change?

2017-03-02 Thread William Hermans
lol . . . So I'm left wondering how many people were watching last nights conversation between the three of us, and waiting to pounce . . .lol On Thu, Mar 2, 2017 at 10:12 PM, Robert Nelson wrote: > On Thu, Mar 2, 2017 at 6:22 PM, Kurt Talke wrote:

[beagleboard] Re: How to Formally Invoke a "Background Process" in C on a BBW

2017-03-02 Thread 'woody stanford' via BeagleBoard
ok, here is a good example of how you can run a BBB-specific shell script with the DAEMON1 code examples. It reads back to you the current configurations for pins on the P8/9 headers. Its not just a cat of a config file but saves to a text file AND is entirely available in a C program. You can

Re: [beagleboard] Root login change?

2017-03-02 Thread Robert Nelson
On Thu, Mar 2, 2017 at 11:23 PM, William Hermans wrote: > lol . . . So I'm left wondering how many people were watching last nights > conversation between the three of us, and waiting to pounce . . .lol at elc last week, i did have one person come up to me and ask if i was

Re: [beagleboard] Root login change?

2017-03-02 Thread Peter Lawler
I reckon it's probably more likely that after 25 or so years, most people have either been trained out of the bad habit or just didn't think it was possible because it's such a risky thing to do. iptables, however... P. On 3 Mar. 2017 16:42, "Robert Nelson" wrote: >

Re: [beagleboard] Root login change?

2017-03-02 Thread Robert Nelson
On Thu, Mar 2, 2017 at 6:22 PM, Kurt Talke wrote: > Hi, > > I’m wondering why logging in over ssh as root is not longer possible on the > latest BBB image. For installing embedded lab view, I need to be able to log > in as root. Huh? Really "I need to be able to log in as

[beagleboard] Re: How to Formally Invoke a "Background Process" in C on a BBW

2017-03-02 Thread 'woody stanford' via BeagleBoard
Here is another powerful example of how a correctly set up background process can fetch a web page for you. Using URL_encode() you can even invoke specific scripts on a remote host via HTTP and HTTPS protocol using CURL (available on stock Angstrom but remember to connect it to the inet).