[beagleboard] Re: What is the recommended method to enable UARTS

2018-11-03 Thread garethewatson
Thanks MG, I ended up doing the following - *Updating Uboot to latest version* - cd /opt/scripts/tools/developers/ sudo ./update_bootloader.sh sudo reboot - *Updating kernel to latest version* - cd /opt/scripts/tools/ git pull s

[beagleboard] how can i rotate screen -90 degrees using debian 9 ,beaglebone black ?

2018-11-03 Thread gorityalapramod
hi please any one tell me how to rotate -90 degrees screen in debian beaglebone black please any can send solution as soon as possible, its very urgent for me -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Gro

[beagleboard] Re: LCD7 Portrait mode in GDM

2018-11-03 Thread gorityalapramod
hi please any one tell me how to rotate -90 degrees screen in debian beaglebone black please any can send solution as soon as possible, its very urgent for me -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Gro

[beagleboard] Bad playback using MPlayer in Python program

2018-11-03 Thread Trey Lewis
Hi everyone, I am currently trying to play an mp3 file using subprocess and mplayer from a python program running on my BeagleBone, however the audio playback is very choppy, and jumps around. I have tried altering the cache and using lib mad but haven't had success so far correcting the issue.

Re: [beagleboard] GPIO failed: No such file or directory

2018-11-03 Thread Yiling Cao
Have you turned off GPIO options in kernel settings? This is the TI official guide (assuming you are running Linux): http://processors.wiki.ti.com/index.php/Linux_PSP_GPIO_Driver_Guide On Sat, Nov 3, 2018 at 6:48 PM not you wrote: > I keep running into this error when running a code after booti

[beagleboard] GPIO failed: No such file or directory

2018-11-03 Thread not you
I keep running into this error when running a code after booting up. The code write to certain GPIO under /sys/class/gpio. It complains: No such file or directory I reset the BBB and run `ls` inside /sys/class/gpio. Apparently, the selected GPIO's are not there. After the aforementioned cod