[beagleboard] Find charge status or percentage of LiPo battery in BBBL

2017-03-28 Thread Jeshwanth Kumar N K
Hello, How to find the battery charge percent in BBBL ? Thanks -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send

[beagleboard] Re: no data from /dev/input/event1

2017-03-28 Thread John Franey
I tried a clean reboot. Now event writes events from /dev/input/event1 to stdout. Too many actually. In any case, my original issue seems resolved by a reboot. On Tuesday, March 28, 2017 at 11:53:34 AM UTC-4, John Franey wrote: > > Hi, > > I am experimenting with gpio_keys driver, to see if

[beagleboard] Re: Robots. Fast. BeagleBone Blue is here!

2017-03-28 Thread Niels Jakob Buch
Hi, is there any news on availability in Europe, asked Mouser and they claim export restrictions for the Blue board. Please update asap. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group.

[beagleboard] Detecting state of GPIO pins during boot up

2017-03-28 Thread Rao Gobburu
Hi folks I hope that I am posting to the correct group apologies if this is the wrong place. We are creating a system based on the beagleboard black. We would like to implement a "Factory Reset". i.e. if I hold down a switch for a long period of time, say around 10 seconds, then we want to

[beagleboard] Re: Can't enable service using systemctl: Bad message

2017-03-28 Thread jedstainthorp
I believe "Bad message" means there is a syntax error I had this problem with a service I created and it was because of a typo. The following command might give you sone useful information: systemctl status wd.service On Sunday, 4 September 2016 20:00:37 UTC+1, Duncan8410 wrote: > > Folks > >

Re: [beagleboard] BBGW Kernel Panic

2017-03-28 Thread jalexmullins91
On Tuesday, March 28, 2017 at 9:06:49 AM UTC-5, RobertCNelson wrote: > On Mon, Mar 27, 2017 at 10:58 PM, > wrote: > > > > I'm encountering a kernel panic when I try to unload the "univ-bbgw" > cape > > from my $SLOTS file. > > > > My setup is: > > Seeed

[beagleboard] Re: UART4 RS485 (RTS) not working

2017-03-28 Thread rndmpt
Hi Mat, I have the same issue: any response yet? On Tuesday, March 28, 2017 at 2:52:07 PM UTC+2, Matthew Bezuidenhout wrote: > > Hi all, > > For days now, I've been attempting to get the Waveshare RS485/CAN Cape to > work on Beaglebone black. > > I've used kernels 4.4.x and 4.9.x-ti mainline,

[beagleboard] Custom device overlay or cape-universal - decisions...

2017-03-28 Thread Hugh Frater
Hi everyone, I'm building a custom piece of mechatronics as part of my day job. We have a custom interface cape laid out (it doesn't have an eeprom) and I've mapped out the 16 lines we need to go back to the BBB. I've written a custom device tree for these lines which compiles with dtc fine,

[beagleboard] no data from /dev/input/event1

2017-03-28 Thread John Franey
Hi, I am experimenting with gpio_keys driver, to see if I can get it to work. I fail. Any suggestions? I can read the value of the gpio through /sys/class/gpio/cpio48/value, and the value in fact changes depending on the button pressed/released. The trouble: NOTHING comes up through

Re: [beagleboard] Disabling PowerOff and Reset button

2017-03-28 Thread PM
Okay I found the dtsi file in /opt/source/dtb-4.9-ti/src/arm/ :) Do I have to recompile it after editing the file ? If Yes, what command should i type ? Thanks :) Le lundi 27 mars 2017 18:04:04 UTC+2, PM a écrit : > > Thanks for the info. > > I tried to find the corresponding dtb to modify

[beagleboard] Re: Checking battery status or charge available in the battery in BBBL

2017-03-28 Thread Adam Bennett
Jeshwanth, You can approximate battery SOC from resting voltage, see the following links for the extended discussion: https://www.rcgroups.com/forums/showthread.php?956764-LiPoly-Capacity-versus-open-voltage http://www.helifreak.com/showthread.php?t=333661 The BBBL battery per-cell voltage is

Re: [beagleboard] bb.org-overlays: "File Exists" Error when attempting to load device tree for 'BB-UART1'

2017-03-28 Thread Robert Nelson
On Tue, Mar 28, 2017 at 9:16 AM, wrote: > > Hello All, > > I am trying to get CAN working on a Beaglebone Black running the following > kernel: > > Linux beaglebone 4.4.54-ti-r93 #1 SMP Fri Mar 17 13:08:22 UTC 2017 armv7l > GNU/Linux > > I am attempting to use the CAN1

[beagleboard] bb.org-overlays: "File Exists" Error when attempting to load device tree for 'BB-UART1'

2017-03-28 Thread mta . alt03
Hello All, I am trying to get CAN working on a Beaglebone Black running the following kernel: Linux beaglebone 4.4.54-ti-r93 #1 SMP Fri Mar 17 13:08:22 UTC 2017 armv7l GNU/Linux I am attempting to use the CAN1 interface on the BeageBone as I have done previously on other distriubutions,

Re: [beagleboard] BBGW Kernel Panic

2017-03-28 Thread Robert Nelson
On Mon, Mar 27, 2017 at 10:58 PM, wrote: > > I'm encountering a kernel panic when I try to unload the "univ-bbgw" cape > from my $SLOTS file. > > My setup is: > Seeed BeagleBone Green Wireless > Seeed Grove Base Cape for Beaglebone v2.0 >

[beagleboard] Does SPI1 need timer4 pin 8.07?

2017-03-28 Thread Gaurav S
Hello, I am creating a custom cape which uses SPI1 with both cs0 and cs1 and uses multiple GPIO pins including 8.07 mapped as GPIO pin.. My prototype has been working without issues but I recently noticed a curious issue while parsing dmesg: [ 10.775173] pinctrl-single 44e10800.pinmux: pin

[beagleboard] UART4 RS485 (RTS) not working

2017-03-28 Thread Matthew Bezuidenhout
Hi all, For days now, I've been attempting to get the Waveshare RS485/CAN Cape to work on Beaglebone black. I've used kernels 4.4.x and 4.9.x-ti mainline, and encountered the same problem. The cape can use any UART (have been trying with one), and requires the use of pin P9_42 (0x164) as an

[beagleboard] Checking battery status or charge available in the battery in BBBL

2017-03-28 Thread Jeshwanth Kumar N K
Hello, I have connected my LIPO battery to my BBBL. I would like to know the charge lever in my battery. Is that feature available in BBL? I have checked in /sys/class/power_supply noting I found, any driver I need to attach ? And battery_monitor.service is running fine. Thanks in advance.

Re: [beagleboard] seedstudio Grove Cape on BBG

2017-03-28 Thread jalexmullins91
I have this board (V2) and get the same error on boot. I pulled the EEPROM from the board with: cat /sys/devices/platform/ocp/4819c000.i2c/i2c-2/2-0057/eeprom > /var/tmp/eeprom.dump and contains all 0x. On Tuesday, February 14, 2017 at 1:10:28 PM UTC-6, RobertCNelson wrote: > > On

[beagleboard] BBGW Kernel Panic

2017-03-28 Thread jalexmullins91
I'm encountering a kernel panic when I try to unload the "univ-bbgw" cape from my $SLOTS file. My setup is: Seeed BeagleBone Green Wireless Seeed Grove Base Cape for Beaglebone v2.0 bone-debian-8.7-seeed-iot-armhf-2017-03-26-4gb Here's my terminal output and dmesg of the error: