[beagleboard] Re: TinyDRM ST7735 with BeagleBone?

2018-02-17 Thread David Lechner
Hi Drew, I haven't used it with a BeagleBone. Creating a device tree overlay should be easy though. If you want to use the backlight, you need to create a node at the root level like this:     backlight: backlight {         compatible = "gpio-backlight";         gpios = <&gpio 44 GPIO_ACTIVE

Re: [beagleboard] Enabling SPI0 on P9 header

2018-02-17 Thread ferdster
Doh, thank you! On Friday, February 16, 2018 at 5:45:28 PM UTC-7, RobertCNelson wrote: > > On Fri, Feb 16, 2018 at 5:57 PM, ferdster > > wrote: > > Hi, > > > > Using "Debian 9.3 2018-01-28 4GB SD IoT" on a Seeed Studio BBGW, how do > I > > enable SPI0 on the P9 expansion header? Specifically

Re: [beagleboard] Enabling SPI0 on P9 header

2018-02-17 Thread ferdster
Doh, thanks you! On Friday, February 16, 2018 at 5:45:28 PM UTC-7, RobertCNelson wrote: > > On Fri, Feb 16, 2018 at 5:57 PM, ferdster > > wrote: > > Hi, > > > > Using "Debian 9.3 2018-01-28 4GB SD IoT" on a Seeed Studio BBGW, how do > I > > enable SPI0 on the P9 expansion header? Specificall

[beagleboard] TinyDRM ST7735 with BeagleBone?

2018-02-17 Thread Drew Fustini
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 BeagleBone Black and am thinking about how go about it. I imagine I would need to create a device tree overlay to initialize your driver wit

[beagleboard] Re: BBB moving to new OS, flashing EMMC, I'm confused

2018-02-17 Thread Chris Green
evilwulfie wrote: > > > wait till you play with overlay files  :) > I've avoided anything like that so far, I simply have five or six analogue inputs with Python code reading them and that's it. ... oh, there is a serial RS232 output as well and some 1-wire inputs. However there's nothing that

Re: [beagleboard] Re: BBB moving to new OS, flashing EMMC, I'm confused

2018-02-17 Thread evilwulfie
wait till you play with overlay files  :) On 2/17/2018 1:05 PM, Chris Green wrote: > Dennis Lee Bieber wrote: >> On Sat, 17 Feb 2018 15:45:03 +, Chris Green >> declaimed the following: >> >>> I have a BBB (well, I have three actually) all running old versions of >>> Debian (Debian 7 to be

[beagleboard] Re: BBB moving to new OS, flashing EMMC, I'm confused

2018-02-17 Thread Chris Green
Dennis Lee Bieber wrote: > On Sat, 17 Feb 2018 15:45:03 +, Chris Green > declaimed the following: > > >I have a BBB (well, I have three actually) all running old versions of > >Debian (Debian 7 to be specific). I need to update to the latest Debian. > > > One could ask "which 'Deb

Re: [beagleboard] Sliding menu on "getting started" page drives me *crazy*!

2018-02-17 Thread Andrew Kirch
It's... following me. Make it stop following me. Thank you for pointing out something that wasn't annoying me until someone pointed it out! On Sat, Feb 17, 2018 at 11:00 AM, Chris Green wrote: > I know it's hardly a major issue but does *anyone* like that sliding > menu on:- > > https://bea

[beagleboard] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2018-02-17 Thread mike a
*موقع اليوتيوب الذي عرض فيديوهات جلسة استماع الكونجرس الأمريكي * * لمتابعة نشاطات غسل الأموال ونشاطات* *السعودي معن عبدالواحد الصانع* *مالك مستشفى وشركة سعد ومدارس سعد بالمنطقة الشرقية** بالسعودية * * ورئيس مجلس ادارة بنك اوال البحريني* *وتعليق محطة سي ان بي سي التلفزيونية* *مترجم بال

Re: [beagleboard] Can one check for Rev B or Rev C in software?

2018-02-17 Thread Robert Nelson
On Sat, Feb 17, 2018 at 10:49 AM, Chris Green wrote: > I have a remote BBB and I want to check whether it is Rev B or Rev C, > how can I do this using just command line software (I only have ssh > access to it). debian@test-bbb-2:~$ sudo /opt/scripts/tools/version.sh | grep eeprom Regards, --

[beagleboard] Can one check for Rev B or Rev C in software?

2018-02-17 Thread Chris Green
I have a remote BBB and I want to check whether it is Rev B or Rev C, how can I do this using just command line software (I only have ssh access to it). -- Chris Green · -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Go

Re: [beagleboard] Why isn't my BBB booting from microSD card?

2018-02-17 Thread Robert Nelson
On Sat, Feb 17, 2018 at 10:10 AM, Chris Green wrote: > I have written a new Debian 9.3 image to a microSD card and have > plugged it into my BBB. However the BBB is still booting from the > EMMC. How do I make it boot from the microSD card? > > Is there maybe something wrong with the microSD card

[beagleboard] Why isn't my BBB booting from microSD card?

2018-02-17 Thread Chris Green
I have written a new Debian 9.3 image to a microSD card and have plugged it into my BBB. However the BBB is still booting from the EMMC. How do I make it boot from the microSD card? Is there maybe something wrong with the microSD card image? It automounts on the BBB OK and appears at /media/root

[beagleboard] Sliding menu on "getting started" page drives me *crazy*!

2018-02-17 Thread Chris Green
I know it's hardly a major issue but does *anyone* like that sliding menu on:- https://beagleboard.org/getting-started It drives me absolutely *crazy* and I find I really avoid going to that page if at all possible. It's the delay in the sliding that is most annoying I think, you move down t

[beagleboard] BBB moving to new OS, flashing EMMC, I'm confused

2018-02-17 Thread Chris Green
I have a BBB (well, I have three actually) all running old versions of Debian (Debian 7 to be specific). I need to update to the latest Debian. So, I have written the latest Debian 9.3 image to a micro-SD card, that was easy enough (though it would be nice if there were Linux how to do it instr

Re: [beagleboard] Does ethernet work on x15 console images by default?

2018-02-17 Thread Rick Mann
I just tried the IoT image, and Ethernet comes up just fine. I clearly don't understand the differences in the images. > On Feb 17, 2018, at 01:11 , Rick Mann wrote: > > I finally got a console image flashed onto my x15, and it seems Ethernet > doesn't work. I get no link lights on either port

[beagleboard] Does ethernet work on x15 console images by default?

2018-02-17 Thread Rick Mann
I finally got a console image flashed onto my x15, and it seems Ethernet doesn't work. I get no link lights on either port, and eth0 and eth1 are both DOWN. If I issue /sbin/ifconfig eth0 up, I don't get any errors, and the state changes to UP, but I still get no link light nor IP address. /etc

Re: [beagleboard] Unable to boot microSD/Standalone: (stretch-console) (BeagleBoard-X15)

2018-02-17 Thread Rick Mann
Well, I tried again with the latest image (bbx15-debian-9.3-console-armhf-2018-02-11-1gb.img) and a different SD card, and it was able to boot and is now flashing. > On Feb 16, 2018, at 17:32 , Rick Mann wrote: > > Thanks, Joerg. I tried to flash it, too, but ran into the same error (after a