Re: [beagleboard] Re: How to Autorun application at the start up in BeagleBone

2018-04-14 Thread Yiling Cao
crontab log can be specified if your /etc/rc.local is not existent or executed. https://stackoverflow.com/questions/4883069/debugging-crontab-jobs depend on you linux distro also have a look like /etc/init.d/ On Sat, Apr 14, 2018 at 1:18 AM, Przemek Klosowski < przemek.klosow...@gmail.com>

Re: [beagleboard] Latest 4.4 kernel version in BBB repos seems quite far behind kernel.org

2018-04-14 Thread 'Luther Goh Lu Feng' via BeagleBoard
What are the major differences between TI's kernel and v4.4.x-bone kernel? --Luther On Friday, April 13, 2018 at 9:30:01 PM UTC+8, RobertCNelson wrote: > > On Thu, Apr 12, 2018 at 11:40 PM, 'Luther Goh Lu Feng' via BeagleBoard > wrote: > > If i am not mistaken,

[beagleboard] Looking for guidance on using ROS with a Spektrum 6650 DX6e 6CH Transmitter and a DSM Receiver

2018-04-14 Thread webjim
I am looking for guidance on using ROS with a Spektrum 6650 DX6e 6CH Transmitter and a DSM Quad Race Receiver connected to a BeagleBone Blue (BBBL) via its JST interface for DSM2 radios to control various servos and/or motors attached to appropriate BBBL ports. The BBBL is running Ubuntu

[beagleboard] broke something with wlan when trying to reduce connection drops

2018-04-14 Thread ags
I updated wl18xx firmware/packages in an attempt to reduce the high frequency of dropped WiFi connections. That didn't go smoothly and I had to take a few passes at it. I now have no (WiFi) connectivity at all. I rebooted after the troublesome package upgrade and the wlan0 interface worked -

Re: [beagleboard] Getting EQEP2 to work on the PocketBeagle

2018-04-14 Thread mplanoclark
This has been very helpful but I have a problem - the position counter only decrements in my python code. The signals from my AMT103-V capacitive encoder from CUI, Inc, look good on my oscilloscope but unplugging P2_33 doesn't change a thing (position continues to decrement) while unplugging

[beagleboard] Re: Flir Lepton 3 and I2C

2018-04-14 Thread jesse . craig
Did you find the config-pin statements in the uEnv.txt to be necessary, or just changing the I2C bus in the bbb_I2C.c file? On Monday, December 18, 2017 at 2:46:35 AM UTC-5, Davide Aguiari wrote: > > I solved this problem by editing > Lepton3_BBB/grabber_lib/Lepton_SDK/src/bbb_I2C.c > (or