Re: [beagleboard] cameras supported by BeagleBone AI TIDL demo

2019-10-03 Thread Dobrin Alexiev
Thanks you for the "classification.tidl" demo. Very nice one. The only problem is it kept crashing with segmentation fault. I had it running only 2 out of 10 runs. About to start ProcessFrame loop!! http://localhost:8080/?action=stream o: www-folder-path..:

Re: [beagleboard] Re: TinyDRM ST7735 with BeagleBone?

2019-10-03 Thread David Lechner
From the (not so clear) device tree binding docs. The ehrpwm docs say the last number is flags and only PWM_POLARITY_INVERTED is supported. The generic PWM bindings doc says "pwm-specifier typically encodes the chip-relative PWM number and the PWM period in nanoseconds." So since the EHRPWMs

Re: [beagleboard] Re: TinyDRM ST7735 with BeagleBone?

2019-10-03 Thread David Lechner
Super! On 10/3/19 2:05 PM, Mark A. Yoder wrote: David:   I just tested it and it works!  Thanks. --Mark On Saturday, February 17, 2018 at 7:38:51 PM UTC-5, Drew Fustini wrote: Hi David, I was excited to see you've written a TinyDRM driver for the 1.8" Adafruit TFT.  Have you tried it

[beagleboard] Re: TinyDRM ST7735 with BeagleBone?

2019-10-03 Thread Mark A. Yoder
David: I just tested it and it works! Thanks. --Mark On Saturday, February 17, 2018 at 7:38:51 PM UTC-5, Drew Fustini wrote: > > Hi David, I was excited to see you've written a TinyDRM driver for the > 1.8" Adafruit TFT. Have you tried it out with a BeagleBone? > > I'd like to use with the

Re: [beagleboard] Re: TinyDRM ST7735 with BeagleBone?

2019-10-03 Thread Mark A. Yoder
David: Thanks. I did not. How do I discover what those values ( 1 50 0) are? --Mark On Thursday, October 3, 2019 at 2:57:38 PM UTC-4, David Lechner wrote: > > Did you also change pwms = < *0* 50 0>; to pwms = < > *1* 50 0>; ? > > > > > On 10/3/19 9:44 AM, Mark A. Yoder wrote:

Re: [beagleboard] Re: TinyDRM ST7735 with BeagleBone?

2019-10-03 Thread David Lechner
Did you also change pwms = < *0* 50 0>; to pwms = < *1* 50 0>; ? On 10/3/19 9:44 AM, Mark A. Yoder wrote: Drew, David:   I've adapted the tinyDRM dtc to work with the Adafruit 2.4" TFT LCD display.  It's working fine with SPI 1. Currently it uses P9_14 for the backlight. How do I

[beagleboard] Re: TinyDRM ST7735 with BeagleBone?

2019-10-03 Thread Mark A. Yoder
Drew, David: I've adapted the tinyDRM dtc to work with the Adafruit 2.4" TFT LCD display. It's working fine with SPI 1. Currently it uses P9_14 for the backlight. How do I switch it to use P9_16 for the backlight? I've tried changing all the P9_14's to P9_16s, but that doesn't work.

[beagleboard] BeagleBoard.org - Bad Gateway

2019-10-03 Thread Jon Morss
When attempting to access anything at BeagleBoard.org I am getting a "502 Bad Gateway nginx/1.12.2" error. Is this site down? Cheers, Jon -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard"

[beagleboard] Compiling .dts files out of tree

2019-10-03 Thread Mark A. Yoder
I'm making up an example where I need to compile a .dts file and want to do it out-of-tree so I don't have to clone bb-overlays. I've pulled together a Makefile[1] that seems to work, but is there a cleaner way to do this? --Mark [1]