Re: [beagleboard] Best method to run config-pin after bootup?

2017-02-17 Thread William Hermans
It's been my experience that if you're running 4.x kernel it's best not to use config-pin at all. For simple GPIO it works ok most of the time. But for more complex configurations it may not work all that well. There is at least one GPIO( P9.27 I think ) that won't properly display it's high / low

Re: [beagleboard] Best method to run config-pin after bootup?

2017-02-17 Thread William Hermans
On Fri, Feb 17, 2017 at 2:07 AM, William Hermans wrote: > It's been my experience that if you're running 4.x kernel it's best not > to use config-pin at all. For simple GPIO it works ok most of the time. But > for more complex configurations it may not work all that well. There is at > least one

Re: [beagleboard] Best method to run config-pin after bootup?

2017-02-17 Thread robertsmaria934 via BeagleBoard
On Fri, 2/17/17, William Hermans wrote: Subject: Re: [beagleboard] Best method to run config-pin after bootup? To: beagleboard@googlegroups.com Date: Friday, February 17, 2017, 11:08 AM On Fri, Feb 17, 2017 at 2:07 AM, William Hermans wro

Re: [beagleboard] xrandr Can't open display

2017-02-17 Thread sajeevan k
Hi Przemek, My original question was regarding xrandr command. Now I am able to open a window as per a small qt progam in the LCD display. But still xrandr is not showing the outputs. It is showing no protocol specified. root@localhost:~# xrandr No protocol specified Can't open display :0.0 ro

[beagleboard] SoftAP0 stop working after net.ipv4.ip_forward=1 , any turn-arround ?

2017-02-17 Thread shunlee . ln
Hi all, Willing to use my BBGW as an hotspot , i activate net.ipv4.ip_forward=1 in sysctl.conf and then AP stop working , I see it with my phone and computer , but nothing responding when selection the BeagleBoneXXX SSID. any idea ? thanks in advance. Stéphane -- For more options, vi

Re: [beagleboard] xrandr Can't open display

2017-02-17 Thread walter harms
how do you connect local via console or remote via (whatever) ? you must have you X server running. When you are local You can open a terminal window ? (xterm, ...) (note: Handling is more easy if you have a windowmanager running) now you must be able to try "xrandr -q" inside the terminal windo

[beagleboard] Seeed Grove Base Cape v2, no EEPROM

2017-02-17 Thread Peder Madsen
I recently acquired the Seeed Grove Based Cape v2 which apparently does not have a populated EEPROM when delivered. According to Seed, this seems deliberate although it would be nice with a default configuration. As

Re: [beagleboard] Seeed Grove Base Cape v2, no EEPROM

2017-02-17 Thread Ronald Von Grouikenstroumpf
I hope you’ll have some answers. I have tried to read sensors ( analog, digital, I2C…) on this Cape : grove modules or not. Even the examples ( fan module, led, 3D accelerator) on the Seeedstudio website were not working . Look at the comments there, and the Seeedstudio's team answers : https://ww

[beagleboard] Re: v4.9.x-ti changes

2017-02-17 Thread Robert Nelson
4.9.10-ti-r23/4.9.10-ti-rt-r23: x15: cmem and sgx modules are built again (cmem is needed for OpenCL/DSP) am335x: sgx modules are built again remoteproc_pruss is back, thus uio_pruss currently disabled. Drew fixed eqep Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit

Re: [beagleboard] Real time application development for BBB

2017-02-17 Thread John Syne
> On Feb 17, 2017, at 4:25 AM, Dennis Lee Bieber wrote: > > On Thu, 16 Feb 2017 20:47:23 -0800, John Syne > declaimed the following: > > >> With IEEE802.15.4, you can reserve certain time slots so there is no >> collision. > > The OP stated they are using the dongle in default packet

Re: [beagleboard] Re: using desktop window for BBB console

2017-02-17 Thread mzimmers
> > > So now the real troubleshooting begins. > >- First, is the serial end of the cable correctly connected to the >beaglebone ? > > I'd assume so, as it worked under Windows. > >- Second, Is the beaglebone powered up and running ? > > Yes. > >- Third, if both of the above c

Re: [beagleboard] Re: using desktop window for BBB console

2017-02-17 Thread Robert Nelson
On Thu, Feb 16, 2017 at 7:31 PM, mzimmers wrote: > No, I get this. Perhaps the tail isn't long enough? > > mzimmers@debian:~$ dmesg | tail > [5.141267] sd 5:0:0:1: [sdd] Attached SCSI removable disk > [6.671770] usb 3-3: usbfs: interface 0 claimed by ftdi_sio while > 'brltty' sets config #

Re: [beagleboard] Re: using desktop window for BBB console

2017-02-17 Thread mzimmers
On Friday, February 17, 2017 at 9:50:16 AM UTC-7, RobertCNelson wrote: > > > this looks to be either a kernel, cable or hub problem.. > Well, that's not good news. There is no hub, the cable works fine under Windows, so that leaves the kernel. And, this neophyte isn't ready to start mucking ar

[beagleboard] Re: how to unfreeze my BBB?

2017-02-17 Thread mzimmers
Hi, Dennis - PuTTY was acting a little weird...I deleted my session file and created a new one, so I'm no longer getting the error message with an IP address. So, I think we can disregard that (unless it returns). IIRC, 192.168.0.10 was the address that I assigned to the BBB very early on. I

Re: [beagleboard] Re: using desktop window for BBB console

2017-02-17 Thread William Hermans
You can always retrograde to Wheezy, or use one of the Ubuntu 14.04 variants. Personally I lean towards Lubuntu when I need a Linux desktop. But I do not use a Linux desktop all that often. I like Lubuntu because its LXDE that is highly configurable, and fast due to the desktop being accelerated.

Re: [beagleboard] Re: using desktop window for BBB console

2017-02-17 Thread William Hermans
Just to be clear, I rarely recommend Ubuntu. But in the case of being used as a desktop. Ubuntu in my mind makes more sense than anything else. Debian can run on a desktop system, but that's not really where Debian shines. For the purpose of getting a Linux "newb" familiar with Linux. Ubuntu will p

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-17 Thread 'woody stanford' via BeagleBoard
A word from the leader of our faith. Linus Torvalds believes the technology industry's celebration of innovation is smug, self-congratulatory, and self-serving. From a report on The Register: The term of art he used was more blunt: "The innovation the industry talks about so much is bullshit

Re: [beagleboard] Re: using desktop window for BBB console

2017-02-17 Thread mzimmers
Yeah, I was originally running Ubuntu...changed when I started playing with the BBB, as most of the examples used Debian and I figured there might be some advantage to having the same OS on my desktop. By the way, someone in another forum identified the problem. It turns out that an app brltty

Re: [beagleboard] Re: using desktop window for BBB console

2017-02-17 Thread William Hermans
On Fri, Feb 17, 2017 at 2:21 PM, mzimmers wrote: > Yeah, I was originally running Ubuntu...changed when I started playing > with the BBB, as most of the examples used Debian and I figured there might > be some advantage to having the same OS on my desktop. > So every day usage, they're pretty mu