[beagleboard] Seeed Studio's 5" touch screen LCD for BeagleBone

2016-07-10 Thread Stephane Charette
Anyone else try Seeed's 5" or 7" LCDs? http://www.seeedstudio.com/item_detail.html?p_id=2642 I have the 5" model hooked up to my BBGW­. I have the screen working. I have touch working. But when it comes to the 5 buttons below the screen (LEFT, RIGHT, UP, DOWN, ENTER) I can only get RIGHT an

Re: [beagleboard] BBGW console packages?

2016-07-10 Thread drhunter95
I suspect this is due to concurrent Wi-Fi activity. On the BBGW the antenna is shared by Wi-Fi and Bluetooth. So if it is doing Wi-Fi it can't be scanning Bluetooth. If you can, can you disable Wi-Fi and see if it improves behaviour. Iain -- For more options, visit http://beagleboard.org/discus

[beagleboard] Re: Not working properly

2016-07-10 Thread Wally Bkg
The "USB Gadget" Ethernet address should be 192.168.7.2 on. If your host OS won't mount the SD card, might be difficult (impossible) to install the drivers that your OS might need for the gadget interface. Check the beagleboard.org site to try and find a link to downloading the drivers separ

Re: [beagleboard] Re: Octoprint

2016-07-10 Thread Jacob Fish
On Saturday, July 9, 2016 at 12:29:07 PM UTC-4, WZ9V wrote: > > Feel free to update the wiki article. I wrote it originally but I switched > my OctoPrint server to the RPi eventually because it's more common. I > moved my BBB back to more experimentation. Yeah, a RPi does seem a little easier

Re: [beagleboard] Re: Octoprint

2016-07-10 Thread Charles Steinkuehler
On 7/10/2016 11:36 AM, Jacob Fish wrote: > On a side note, why is there a ttyS* tied with the ttyO*? I'd always assumed > that those where devices indicating that there is a shell console tied with > the > UART port. After this quick test, it would seem like this is incorrect to > assume. I was

[beagleboard] Kernel versions supporting QEP on BBB ?

2016-07-10 Thread Boris Boutillier
I am trying to get the eqep to work on my BBB. I know that the tieqep driver is not yet working with kernels 4.4 I have updated my kernel to 4.1.27-ti-rt-r64 , but I still can't load the bone_eqep2 overlay, after recompiling it from bb.org-overlays. It loads in .../slots, but nothing appear in /

[beagleboard] Re: where to find config-pin?

2016-07-10 Thread Greg
It's actually a shell script. You can find it in this repository: https://github.com/cdsteinkuehler/beaglebone-universal-io I'm not using Ubuntu, but on a Debian distro I copied the script to /usr/bin Greg -- For more options, visit http://beagleboard.org/discuss --- You received this messag

Re: [beagleboard] Re: where to find config-pin?

2016-07-10 Thread William Hermans
> > It's actually a shell script. > You can find it in this repository: > > https://github.com/cdsteinkuehler/beaglebone-universal-io > > I'm not using Ubuntu, but on a Debian distro I copied the script to > /usr/bin > > Greg > If you read the Makefile, the install path is right up at the top. Whi

Re: [beagleboard] Re: where to find config-pin?

2016-07-10 Thread Charles Steinkuehler
On 7/10/2016 5:17 PM, William Hermans wrote: > > Anyway, what I did was this on the Beaglebone: > > wget > https://raw.githubusercontent.com/cdsteinkuehler/beaglebone-universal-io/master/config-pin > chmod +x config-pin > sudo cp ./config-pin /usr/bin/ On most of RCN's recent images, the univer

Re: [beagleboard] Re: where to find config-pin?

2016-07-10 Thread William Hermans
Yes, I do start off with minimal console images. But if I recall correctly Robert has all the stuff till there you need to git pull, in /opt/scripts/ On Sun, Jul 10, 2016 at 5:13 PM, Charles Steinkuehler < char...@steinkuehler.net> wrote: > On 7/10/2016 5:17 PM, William Hermans wrote: > > > > Any

Re: [beagleboard] Re: where to find config-pin?

2016-07-10 Thread William Hermans
Also, default paths for debian seems a bit wonky compared to what I'm used to, but easily change-able. william@beaglebone:~/dev$ echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games On Sun, Jul 10, 2016 at 7:09 PM, William Hermans wrote: > Yes, I do start off with minimal conso