[beagleboard] Re: Is BeagleBoard X15 a good choice for industrial project?

2018-02-23 Thread tom . allen
How real-time does its control need to be, what sampling rates will you be using in the analog domain, What else will you be doing besides a data base write? If its not real-time response you need, then a BBB would seem to be capable. If you want real-time performance then you will have to

[beagleboard] Using the Real Time Clock overlay

2018-02-23 Thread zacharypina
I am trying to use the RTC overlay and install the file in uEnv.txt. Is there commands or some way I can set the RTC time and use that time for the hardware time so every time the pocketbeagle boots up it uses the RTC time? -- For more options, visit http://beagleboard.org/discuss --- You

[beagleboard] Re: BBBW WiFi does not work after eprom flash

2018-02-23 Thread sbsaylors
Hello James - After looking it seems the new rom needs to know it's the "BBBW" and not a "BBB". :) How do I get the wireless to work!? * Add these 2 lines to your /boot/uEnv.txt dtb=am335x-boneblack-wireless.dtb enable_uboot_overlays=1

[beagleboard] Using Real Time clock overlay

2018-02-23 Thread zacharypina
I am trying to use a RTC click overlay. I installed the file in uEnv.txt, however I don't know how to utilize the RTC. Is there some way to set the time and use it as the hardware time so that every time the pocketbeagle boots it uses the RTC time? -- For more options, visit

[beagleboard] Re: gpio configuration

2018-02-23 Thread tom . allen
Hi I am new to the BBB but I will try to help you, I am running Debian Version 8.7 so perhaps something has changed... Are you sure you have HDMI disabled as these pins are used by the HDMI? I found the show-pins pearl script very useful in tracking down pin-mux issues.

Re: [beagleboard] Re: Is BeagleBoard X15 a good choice for industrial project?

2018-02-23 Thread John Syne
The BeagleBoard X15 has two powerful DSPs and 4 PRUs which are all suitable for real-time control. With suitable interface circuitry, the BeagleBoard X15 can easily do everything the OP outlined. Regards, John > On Feb 23, 2018, at 7:03 AM, tom.al...@resourcekraft.com wrote: > > How

Re: [beagleboard] touchscreen

2018-02-23 Thread Robert Nelson
Its built-in On Feb 23, 2018 5:28 PM, "evilwulfie" wrote: > I cant seem to find the cap touch screen module *edt*-*ft5x06*.ko.xz > in 4.14 as well as its missing in 4.9 > > was there a reason it was removed ? > > is there some other module to use instead ? > > uname -r >

Re: [beagleboard] touchscreen

2018-02-23 Thread evilwulfie
interesting cant see it in lsmod then have a dts file including it but cant figure how to see if its loading On 2/23/2018 4:43 PM, Robert Nelson wrote: > Its built-in > > On Feb 23, 2018 5:28 PM, "evilwulfie" > wrote: > > I cant seem to

Re: [beagleboard] Debian 9.3 - BBB ver 5AC repeatedly doesn't boot on µSD card unless boot button is pushed each time.

2018-02-23 Thread Michel Gerin
Ok thank you again Michel Le 23 févr. 2018 21:12, "Robert Nelson" a écrit : > On Fri, Feb 23, 2018 at 2:05 PM, Michel Gerin > wrote: > > Robert > > > > You are right, it solved the problem. Why does it happen now ? I forgot > to > > depress the

[beagleboard] touchscreen

2018-02-23 Thread evilwulfie
I cant seem to find the cap touch screen module /edt/-/ft5x06/.ko.xz in 4.14 as well as its missing in 4.9 was there a reason it was removed ? is there some other module to use instead ? uname -r 4.14.20-ti-r36 -- For more options, visit http://beagleboard.org/discuss --- You received this

Re: [beagleboard] Using Real Time clock overlay

2018-02-23 Thread John Syne
There is a very good book that explains everything you will need in embedded systems using Linux. I has a complete chapter on RTC. Linux Device Drivers Development by John Madieu, published by Packt Publishing 2017. This book doesn’t cover BBB directly, but it covers all Linux subsystems, such

[beagleboard] How to enable and use pru-rproc/remoteproc interface for 4.14 kernel on debian?

2018-02-23 Thread mallets
There are a lot of useful guides and manuals all over the net for using the PRUs on the BBB. Ex: http://processors.wiki.ti.com/index.php/PRU_Training:_Hands-on_Labs#LAB_4:_Introduction_to_Linux_driver But none of them seem to be applicable to the newer images/kernel. Either the sysfs setup is

Re: [beagleboard] touchscreen

2018-02-23 Thread Robert Nelson
On Fri, Feb 23, 2018 at 6:24 PM, evilwulfie wrote: > interesting > > cant see it in lsmod then correct, built-in... > have a dts file including it but cant figure how to see if its loading You should see something with: dmesg | grep i2c dmesg | grep input Regards, --

Re: [beagleboard] Using Real Time clock overlay

2018-02-23 Thread Robert Nelson
On Fri, Feb 23, 2018 at 4:35 PM, wrote: > I am trying to use a RTC click overlay. I installed the file in uEnv.txt, > however I don't know how to utilize the RTC. Is there some way to set the > time and use it as the hardware time so that every time the pocketbeagle >

Re: [beagleboard] How to enable and use pru-rproc/remoteproc interface for 4.14 kernel on debian?

2018-02-23 Thread Robert Nelson
On Fri, Feb 23, 2018 at 9:52 PM, mallets wrote: > There are a lot of useful guides and manuals all over the net for using the > PRUs on the BBB. Ex: > http://processors.wiki.ti.com/index.php/PRU_Training:_Hands-on_Labs#LAB_4:_Introduction_to_Linux_driver > But none of

Re: [beagleboard] Loading staging modules at boot

2018-02-23 Thread Robert Nelson
On Fri, Feb 23, 2018 at 11:40 AM, evilwulfie wrote: > So far everything is working perfectly I can even get xwindows running > on this SPI display > So since it seems to be stable I would like to load the relevant modules > at boot > Searching the web everything is so old or

[beagleboard] Loading staging modules at boot

2018-02-23 Thread evilwulfie
So far everything is working perfectly I can even get xwindows running on this SPI display So since it seems to be stable I would like to load the relevant modules at boot Searching the web everything is so old or targeted to the PI My command line to insert this module is  modprobe -v

Re: [beagleboard] Debian 9.3 - BBB ver 5AC repeatedly doesn't boot on µSD card unless boot button is pushed each time.

2018-02-23 Thread evilwulfie
Robert covered this last month  search list On 2/23/2018 8:14 AM, Dennis Lee Bieber wrote: > On Fri, 23 Feb 2018 03:27:35 -0800 (PST), > mich.ge...@gmail.com declaimed the following: > >> Hello, >> >> I installed the following image on a BBB version 5AC: >> *microSD/Standalone: (stretch-iot)

Re: [beagleboard] Debian 9.3 - BBB ver 5AC repeatedly doesn't boot on µSD card unless boot button is pushed each time.

2018-02-23 Thread Robert Nelson
On Fri, Feb 23, 2018 at 5:27 AM, wrote: > Hello, > > I installed the following image on a BBB version 5AC: > > microSD/Standalone: (stretch-iot) (All BeagleBone Variants & PocketBeagle) > > bone-debian-9.3-iot-armhf-2018-02-18-4gb > > Everyting is running fine (at least

Re: [beagleboard] Configuring GPIO pins as active high

2018-02-23 Thread Robert Nelson
On Thu, Feb 22, 2018 at 9:56 PM, wrote: > Hi, > > I want to configure some of my gpio pins (P8_07 to P8_10) of my beagle bone > black revC board as inputs with active high state. > > OS running in my board is Debian 9.3, with Kernel 4.1. 4.1.x? we dropped that over a year

Re: [beagleboard] Re: Query regarding uboot and uEnv.txt

2018-02-23 Thread Hemant Kapoor
I can confirm that the latest image didn't have any issues installing kernel headers... hemant@beaglebone:~$ sudo apt-get install linux-headers-`uname -r` Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be

Re: [beagleboard] Debian 9.3 - BBB ver 5AC repeatedly doesn't boot on µSD card unless boot button is pushed each time.

2018-02-23 Thread William Hermans
Probably an Old MLO / uboot.img on the eMMC. If the newer is flashed to the eMMC, this problem would probably go away. I've experienced this on many boards myself as / when I forget to update the eMMC. On Fri, Feb 23, 2018 at 8:15 AM, Robert Nelson wrote: > On Fri,

Re: [beagleboard] Debian 9.3 - BBB ver 5AC repeatedly doesn't boot on µSD card unless boot button is pushed each time.

2018-02-23 Thread Robert Nelson
On Fri, Feb 23, 2018 at 12:12 PM, Michel Gerin wrote: > Hello Robert, > Thank you for your help. > Here is the result: > > ~$ sudo /opt/scripts/tools/version.sh > git:/opt/scripts/:[89f2e9309c2322c15e2bb6b55afd214313d94842] > eeprom:[A335BNLT0A5C2713BBBK4830] >

Re: [beagleboard] Debian 9.3 - BBB ver 5AC repeatedly doesn't boot on µSD card unless boot button is pushed each time.

2018-02-23 Thread Robert Nelson
On Fri, Feb 23, 2018 at 2:05 PM, Michel Gerin wrote: > Robert > > You are right, it solved the problem. Why does it happen now ? I forgot to > depress the button on the boot sequence during the first installation of the > new Debian 9.3if I remember. > Is it the reason, why

Re: [beagleboard] tft driver

2018-02-23 Thread Jason Kridner
> On Feb 22, 2018, at 1:41 PM, Drew Fustini wrote: > > Hi, it looks like the ra8875 driver is included, at least for the > kernel I'm running: > > debian@beaglebone:~$ modinfo > /lib/modules/4.16.0-rc2-bone3/kernel/drivers/staging/fbtft/fb_ra8875.ko.xz > filename: >

[beagleboard] Can BeagleBone Blue use 2S2P LiPo battery ?

2018-02-23 Thread Konrad Russa
Hi, I'm checking currently this option and I'm not really sure if BeagleBone Blue can use 2S2P LiPo battery like 7,4V 2S 5000MAH 20C (100A) 30C (150A) ? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[beagleboard] Configuring GPIO pins as active high

2018-02-23 Thread salahgafoor
Hi, I want to configure some of my gpio pins (P8_07 to P8_10) of my beagle bone black revC board as inputs with active high state. OS running in my board is Debian 9.3, with Kernel 4.1. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

[beagleboard] Debian 9.3 - BBB ver 5AC repeatedly doesn't boot on µSD card unless boot button is pushed each time.

2018-02-23 Thread mich . gerin
Hello, I installed the following image on a BBB version 5AC: *microSD/Standalone: (stretch-iot) (All BeagleBone Variants & PocketBeagle) **bone-debian-9.3-iot-armhf-2018-02-18-4gb* Everyting is running fine (at least what I tested: node-red). The BBB boot button was pushed at startup right