Re: [beagleboard] ULCD7 Not working on Ubuntu

2014-07-11 Thread ozkannn01
Hi again, Just let you know about a quick solution on this issue. Try to use request_irq() instead of request_threaded_irq(), this solves the issue and you will get the irq function called when press the screen. However, you need to modify the remaining part of driver file to handle press

Re: [beagleboard] ULCD7 Not working on Ubuntu

2014-07-11 Thread ozkannn01
Hi again, Just let you know about a quick solution on this issue. Try to use request_irq() instead of request_threaded_irq(), this solves the issue and you will get the irq function called when press the screen. However, you need to modify the remaining part of driver file to handle press

Re: [beagleboard] ULCD7 Not working on Ubuntu

2014-07-10 Thread ozkannn01
Hi, I have been trying to enable TSC2007 (ULCD) in Kernel 3.7.10-x13 (Robert Nelson) but having an error in tsc2007.c as follows: tsc2007: probe of 2-0049 failed with error -22 After investigated further discovered that the root of error message seems in /kernel/irq/manage.c in

[beagleboard] Re: Sound output - Ubuntu on BBxm

2014-05-22 Thread ozkannn01
Just try to play with parameters available in alsamixer. # alsamixer Regards, Ozkan. On Friday, February 28, 2014 5:18:20 PM UTC, gmsmith...@gmail.com wrote: Hi all, I am running a Ubuntu 12.04LTS on BBxm for some time now and am very pleased with it. It does, however, lacked the sound

Re: [beagleboard] Re: QT for Beagleboard xM

2014-02-04 Thread ozkannn01
Just a quick note for the one running Ubuntu on target: - Install libqt4-core, libqt4-dev, libqt4-gui and qt4-dev-tools by using synaptic package manager on BB-xM - qmake - generates Makefile automatically - Qt Designer - GUI layout and design - Qt Creator - a cross-platform

Re: [beagleboard] ITU-R BT 656 compatible camera interface

2013-12-18 Thread ozkannn01
Hi there, I just would like to share my experience on enabling BT.656 support in BBxM where Kernel 3.7.13 (stable-kernel) is in use. The changes made were inside of omap3isp and board-omap3beagle. Basically bridge and bt656 parameters were missing. The parallel bridge needs to be disable to

Re: [beagleboard] Ubuntu SGX Install issue

2013-11-27 Thread ozkannn01
Hi, I have BB-xM and just want to check SGX acceleration. Environment: BBxM - Ubuntu 12-10 LXDE - Kernel 3.7.10-x13 To do that I have followed the steps written in http://elinux.org/BeagleBoardUbuntu#SGX_Video_Acceleration. Since there is no install-image.sh I have copied the tar files into

Re: [beagleboard] Using gst-dsp Video Encoding/Decoding

2013-11-20 Thread ozkannn01
Hi again, Just a quick update regarding to my experience so far, it is better to implement a program rather than trying to use the scripts if you would like to know the details of how gstreamer is working. One of the good document/reference on this subject is available in

[beagleboard] Re: BeagleBone running ubuntu and connected to internet using 3G usb

2013-10-29 Thread ozkannn01
If needed the followings work fine for Three Mobile (Huawei) USB Dongle. $ cat /etc/wvdial.conf [Dialer Defaults] Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0 Stupid Mode = 1 Modem Type = Analog Modem ISDN = 0 New PPPD = yes Phone = *99# Modem = /dev/ttyUSB0 Username = three Password =

[beagleboard] H264 Encoding in BB-xM...

2013-10-28 Thread ozkannn01
Hi, I am currently using Ubuntu 12.10, Kernel 3.7.10-x13 where gst-dsp is enabled. I'm tasked to encode the video camera output (UYVY) to H264 in BB-xM. I see that there is no related dll64P (h264venc_sn.dll64P) available in /lib/dsp. Also, no H264 encoding supported in ffmpeg or avconv

[beagleboard] Re: leopard lbcm5m1 not working

2013-10-23 Thread ozkannn01
I don't know which kernel you are currently using but it is worth to try to set camera=li5m03. Also, please check if the probe of mt9p031 driver is called. If it is not, you need to also check its I2C address settings. Hope this helps! Regards, Ozkan. On Tuesday, October 22, 2013 5:01:32 AM