RE: Unable to initialize VPFE

2008-07-03 Thread Deepak Kumar GB
Hi Brijesh, Camera is connected to J13 Video Inport on DM6467 and Camera is in ON state I have also checked connected DVD player with Play state. In both the conditions VIDIOC_G_INPUT is failing. Is there anything else that I can check. Thanks, Deepak _ From: Jadav,

Gstreamer issue : Not able to play AVI file

2008-07-03 Thread Robin Gujjar
Hi All, I am trying to play some audio/video file using Gstreamer port from the Ti. I have cross compiled the port for my Davinci borad (DM6446). I am able to play a MP3 file also using (./test_MP3.sh /media/DIL_CHAHTA_HAI.mp3). But when i am trying to play any video file, like AVI filei am

RE: Gstreamer issue : Not able to play AVI file

2008-07-03 Thread JitendraJain
Robin, what format of video and audio you are having for AVI container file. -Jitendra -Original Message- From: [EMAIL PROTECTED] on behalf of Robin Gujjar Sent: Thu 7/3/2008 2:53 PM To: davinci-linux-open-source@linux.davincidsp.com Subject: Gstreamer issue : Not able to play AVI file

Re: Gstreamer issue : Not able to play AVI file

2008-07-03 Thread Robin Gujjar
Jitendra I dont have more understanding in audio/video codec domain, it seems to be RIFF file format.. -Robin singh On Thu, Jul 3, 2008 at 12:27 PM, [EMAIL PROTECTED] wrote: Robin, what format of video and audio you are having for AVI container file. -Jitendra -Original

RE: Problem with opening /dev/video0 device

2008-07-03 Thread Jon Povey
Hi Dilip, My previous response still stands: I had this when moving from DM355 EVM to our custom board. I don't know if it would be the same kind of issue on DM6446.. On ours, the problem was that the VPFE driver has support for the TVP5146 deoder written into it, it failed to communicate with

RE: Bad kernel bootargs, or bad whole kernel

2008-07-03 Thread Phil Quiney
Hi, Please go through chapter 4 of sprue66 (DM6446) or sprue73 (DM355) as these contains the instructions for setting up your build machine building the kernel in more detail than I am prepared to write. Also, if you want help from the list you need to be more specific than saying 'it do

Re:Problem with opening /dev/video0 device

2008-07-03 Thread wyudj
-- An HTML attachment was scrubbed... URL: http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20080703/63d3d577/attachment-0001.htm -- Message: 3 Date: Thu, 3 Jul 2008 10:10:09 +0530 From: dilip___ Davinci-linux

Re: Gstreamer issue : Not able to play AVI file

2008-07-03 Thread Albert Burbea
Just a guess but... Gstreamer (especially cmem) is complaining about 691200 bytes it can not find, and your pools and you configured the pools as 18x614400. It seems you are trying to decode an NTSC size video with VGA size buffers! I do not know why gstreamer needs to work with cmem, but as I

Re: dm355: SDIO Card Access 802.11b/g WLAN card

2008-07-03 Thread Stephen Berry
We use the SDIO modules and they are very easy to integrate. We have found one issue with them (which Card Access can't duplicate) where they disconnect after some amount of traffic. Bringing it back up was a matter of running 'iwconfig' on the interface... Anthony Gutierrez wrote: Has

davinci audio driver update

2008-07-03 Thread David . Kondrad
Greetings: Well, it took quite a bit longer than I anticipated, but I've completely re-written the audio driver for the McASP, DSP-side/user-space EDMA driver, user-space AIC33 driver. Unfortunately, since most of the code is on the DSP side and the ARM side code only draws on POSIX user-space

Re: EMIF

2008-07-03 Thread Nicholas Fearnley
Yes, sharp tuner to the DMM6446, we have the EVM. Howard, it would be great if you could make that available to us. Regards Nick On 2 Jul 2008, at 10:34, Mitchell, Howard wrote: Nicolas, Just curious which device you're trying to hook up to? If it's a DM6446 I have a proven scheme for

Opening several CE servers

2008-07-03 Thread Asa
I was wondering if it is possible to open several different Codec servers from the same thread? Thanks, Asa___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

PRD task

2008-07-03 Thread Oscar Garcia Abad
Hello, I wanto to configure a periodic task in DSP/BIOS with The configuration tool provided with CCS 3.3. I create a new PRD objet and open the pop-up menu properties for this object. I define in function a function named cargar_datos. This function is defined ina c file included in my

Re: dm355: SDIO Card Access 802.11b/g WLAN card

2008-07-03 Thread Anthony Gutierrez
Have you done wireless video streaming with this card? Stephen Berry wrote: We use the SDIO modules and they are very easy to integrate. We have found one issue with them (which Card Access can't duplicate) where they disconnect after some amount of traffic. Bringing it back up was a matter

AW: PRD task

2008-07-03 Thread Schoenemann, Nikolaus
Hi Oscar, If I remember correctly, the function name you enter in the DSP/BIOS funtion call has to start with and underscore (_), e.g. _cragar_datos. The function in your C code must then be named accordingly to cargar_datos without underscore in the beginning. This was just a first thought,

Re: PRD task

2008-07-03 Thread Oscar Garcia Abad
Hi Niko, Yes, it resolves the problem, link error is removed, but I think that the task isn't running because this function only prints a LOG message and this message doesn't appear in message LOG. Have i to do anything else for configure a PRD task? regards, Óscar. 2008/7/3 Schoenemann,

RE: Opening several CE servers

2008-07-03 Thread Ring, Chris
If by open several different Codec servers you mean create multiple codec instances... Yes, it's possible create multiple codec instances (e.g. by calling AUDDEC1_create() multiple times) from the same thread. Chris From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Opening several CE servers

2008-07-03 Thread Asa
Thanks for the reply. Actually what I meant is the following: I have two separate Codec servers (.x64P) files each containing one codec. I would like to test something quickly, so I don't want to spend the time integrating the two codecs into one codec server. I was wondering if there is a way

RE: Opening several CE servers

2008-07-03 Thread Ring, Chris
No, there's only one DSP, and only one Server image can be loaded on it at a time. Chris From: Asa [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2008 10:58 AM To: Ring, Chris; dv_mail Subject: Re: Opening several CE servers Thanks for the reply. Actually

RE: PRD task

2008-07-03 Thread Griffis, Brad
Are you returning from main? Did you setup the CLK manager to define how often your ticks should occur? Did you define how many ticks between PRDs? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oscar Garcia Abad Sent: Thursday, July 03, 2008

RE: Opening several CE servers

2008-07-03 Thread Wan, Vincent
Hi Asa, You cannot open/load multiple servers at the same time. However (not sure if this helps in your case), you can try the following: ceHandle_1 = Engine_open(engineName_1, NULL, NULL); codecHandle_1 = xxx_create(ceHandle_1,...); xxx_delete(ceHandle_1); Engine_close(engineName_1);

MVL patch pro-1687

2008-07-03 Thread Andy Ngo
Hi, I just went to the Montavista support site and noticed that it has the following patch, which I want to use to apply to the GIT 2.6.25-davinci1 kernel: (pro-1687) ti_davinci_mv_1_0_audio_mcbsp_init_fix_and_null_buf_implementation_034: This patch implements the null buffer playback

RE: Opening several CE servers

2008-07-03 Thread steven.zhang
In fact that, you can merge the two servers into one using BIOS component. On Thu, 2008-07-03 at 17:37 -0500, Wan, Vincent wrote: Hi Asa, You cannot open/load multiple servers at the same time. However (not sure if this helps in your case), you can try the following: ceHandle_1 =

RE: Unable to initialize VPFE

2008-07-03 Thread Jadav, Brijesh R
Hi, Can you check that TVP5147 driver is inserted in the kernel? Brijesh Jadav -- Platform Support Productshttp://dbdwss01.india.ti.com/pspproducts/default.aspx Texas Instruments Inc Ph: +91-80-2504-8680 TI IP

Problem with opening /dev/video0 device

2008-07-03 Thread dilip
Hi all, i tried as per your suggestions but problem is still there. what i tried is 1. ln -s /dev/v4l/video0 /dev/video0 response : it is creating /dev/video0 but it is unable to open the device and also displaying same message. 2. I cutted all TVP5146 stuff and i compiled and uImage is

Problem with opening /dev/video0 device

2008-07-03 Thread dilip
Hi david, i seen in this mail that you worked with MV 4.0.1 kernel. Do you aware of my problem? if not, plz see previous mails with same subject or i can explain all from first. These are mails i discussed with others Davinci-linux-open-source Digest, Vol 30, Issue 114

No access after login prompt on DVEVM

2008-07-03 Thread gossips J
Hi, My target (TI DVEVM) is not coming up to linux shell. It just boots up with login prompt and it doesnt accept any username/pass too. I following following steps: 1. build a toolchain with 'buildroot' 2. comipled a TI davinci kernel with minimal configurations 3. setup a .ext2 filesystem 4.

Re: Davinci-linux-open-source Digest, Vol 31, Issue 18

2008-07-03 Thread Veeranna
HI All, We are integrating two codecs by using CE framework. We Have two codecs in my server,codec1 uses some mathamatical library( say math.lib) and Codec2 not. So we have to link math.lib in such way that it should accessable for codec1 only, NOT for codec2. for codecs we have algorithms as