[beagleboard] Set pinmux to PRU Industrial Ethernet Peripheral (IEP) from Linux

2020-01-17 Thread Andrew P. Lentvorski
Is there a way to set the pinmux for a pin to the PRU Industrial Ethernet Peripheral from Linux (for example: set pin P9_17 to pr1_edio_data_out0)? If not, what would be the recommended way to do so? Thanks. -- For more options, visit http://beagleboard.org/discuss --- You received this

[beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2020-01-17 Thread meavschedule2
Reviving an old beast, is it possible to get this uploaded again? I have a project in mind. Thanks! On Thursday, July 21, 2016 at 3:06:47 PM UTC-4, xris@gmail.com wrote: > > Hi guys, > > Had a few people now ask me for the image I uploaded years ago, ie. > bbb-ubuntu-12.04-for-community.xz

[beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2020-01-17 Thread meavschedule2
Anyone still got a copy of this floating around? I have a project in mind for a BBB I had laying around. Thanks! On Tuesday, May 22, 2012 at 1:27:07 AM UTC-4, tripzero wrote: > > Anyone gotten the chipsee lcd cape working with ubuntu or debian? > > > cape found here: >

[beagleboard] Accessing USB3 superspeed host on BeagleBone AI

2020-01-17 Thread Jason Kridner
I'm surprised I've not noticed anyone ask yet, but the USB3 on BeagleBone AI isn't just for acting as a client (gadget) device as it works by default. You can also turn it around and use it in host mode! echo "host" | sudo tee /sys/kernel/debug/4889.usb/mode You'll want to use a multiport

[beagleboard] Re: Make PRU-controlled pin change direction or go tri-state?

2020-01-17 Thread Andrew P. Lentvorski
On Thursday, January 16, 2020 at 8:39:20 AM UTC-8, TJF wrote: > > > In order to change direction for a pin on a GPIO-SS, it needs a write > access to its OE register. The PRU can do that. > Let me see if I have this straight, I need access to an output enable from the PRU. The only output