Re: [beagleboard] BBB Battery shutdown

2016-04-16 Thread William Hermans
So I've only found this so far. https://github.com/torvalds/linux/blob/master/drivers/mfd/tps65217.c#L222-#L229 Which I pretty much had already figured out this morning right after I posted. Pretty much, the PMIC sees a condition, that needs attention. It writes some values to registers that

Re: [beagleboard] Re: How to make a python program start on boot? May need to use sudo.

2016-04-16 Thread evilwulfie
I Am saying that if your depending on the GUI for any part of your program it may expect the xwindow system to be active before it starts, then seeing that the GUI is not running just exits. It's hard to second guess what your program is doing here but it "may" be the issue. try checking for the

Re: [beagleboard] Re: How to make a python program start on boot? May need to use sudo.

2016-04-16 Thread evilwulfie
If this is a GUI only program you need to start your program after the GUI is up, I don't see this check in your crontab file Been too long since i have done this but i am sure google is your friend On 4/16/2016 4:53 PM, John Baker wrote: > Hi Dieter, > Still not working. I have a hunch that

Re: [beagleboard] Re: How to make a python program start on boot? May need to use sudo.

2016-04-16 Thread John Baker
Hi Dieter, Still not working. I have a hunch that the problem is with Tkinter but can't tell. I have to run my GUI program SimB.py with the terminal program on the BBB, typing sudo python SimB.py, then it runs happily. *Here's my crontab in /etc:* # /etc/crontab: system-wide crontab # Unlike

Re: [beagleboard] BBB Battery shutdown

2016-04-16 Thread John Syne
I’m not sure, but best place to look would be Documentation/power/regulator/charger-management.txt. I believe the PMIC issues event when AC is removed. Regards, John > On Apr 16, 2016, at 12:59 PM, William Hermans wrote: > > Also from what I've read this behavior is

[beagleboard] BBB SSH issues, Please Help

2016-04-16 Thread brian . searle
Hello, I'm having trouble using SSH to connect to my BBB. I just got it for a school project, and was trying to set it up to connect with my Mac OS X. So I followed the getting started steps and everything worked great. Installed the 2 drivers and used the ssh root@192.168.7.2 and installed

Re: [beagleboard] BBB- Disable power via USB

2016-04-16 Thread David Ashley
Thanks for the update! I'm working with the BBB right now and it's annoying having to unplug both the USB and the 5V power to get it to power down... so your fix might be worth doing. On 4/16/16, TB wrote: > That was over two years ago and I haven't worked with BBB

Re: [beagleboard] Using Connman for WiFi AP/tether...

2016-04-16 Thread Jason Kridner
On Wednesday, March 9, 2016 at 2:05:47 PM UTC-5, Brian Anderson wrote: > > > >>> >> Drop dnsmasq/create_ap, add back udhcpd >> > > Just curious, why udhcpd rather than dnsmasq? Isn't dnsmasq supposed to > be "light weight"? Err, lighter than udhcpd? What is the difference > between the

Re: [beagleboard] BBB Battery shutdown

2016-04-16 Thread William Hermans
Also from what I've read this behavior is different between console and LXDE images. So if this is true I understand that. I do not want the behaviors that each of these images provides, but wish to customize my own. On Sat, Apr 16, 2016 at 12:55 PM, William Hermans wrote: >

[beagleboard] BBB Battery shutdown

2016-04-16 Thread William Hermans
When a battery is connected to a beaglebone black, how does the software know to issue a shutdown when power is no longer coming in ? More specifically I'm interested in which file / script performs this action, and what mechanism triggers this behavior. My intentions are to modify / customize

Re: [beagleboard] Re: How to make a python program start on boot? May need to use sudo.

2016-04-16 Thread William Hermans
> > *In the "old" days, you would create an entry in /etc/inittab and let* > * init start your program at the appropriate time. This also has the* > * benefit that init will restart your program if it crashes for some > reason.* > > * You can do something similar with systemd, but you need to

Re: [beagleboard] Super Advanced audio / media system using Beaglebone Black

2016-04-16 Thread J dog
Hey Robert, I have the alsa-soc / Device Tree source for the maxim 98089 codec on the BBB if you want to add it to the beagle source tree. I'm giving it to the BBB community. This is a I2S only device driver. User must use a userspace I2C routine or our FTDI over usb routine to send it

[beagleboard] beaglebone

2016-04-16 Thread Moez Essid
Hello every one, I have prepared a custom poky distribution for my beagle bone black . also to put it in my SD card ( boot partition MLO+u-boot.img =580 ko, rootfls partitoin 1.5 G with all file ). i used poky ( yacto prject distribition ) but it didn't boot how i can resolved please .

Re: [beagleboard] Re: How to make a python program start on boot? May need to use sudo.

2016-04-16 Thread Charles Steinkuehler
On 4/15/2016 10:57 PM, John Baker wrote: > John Minton, > I gave crontab a try and of course it didn't work. It seems like this should > be > a piece of cake to do. I probably did something wrong. I checked the syslog > and > see an error: "No MTA installed." In the "old" days, you would

[beagleboard] Custom board base on beaglebone black without HDMI ... problems

2016-04-16 Thread masoud hajian
Hello, I have implemented a custom board base on beaglebone black schematic but i did not use HDMI part. I face a problem with kernel boot. i see these line and finally kernel panic happend. How can I solve this problem, is this problem comes because i dont use HDMI chip? Any help and comment

Re: [beagleboard] Re: How to make a python program start on boot? May need to use sudo.

2016-04-16 Thread Dieter Wirz
On Sat, Apr 16, 2016 at 5:57 AM, John Baker wrote: > John Minton, > I gave crontab a try and of course it didn't work. It seems like this > should be a piece of cake to do. I probably did something wrong. I checked > the syslog and see an error: "No MTA installed."