How can I link the *.l64p library ?

2007-03-13 Thread mafaqing
hi all, I'm so sorry to trouble you.But I need some help. Attached is my example what i did. I want to integrate the algorithm G711DEC and G711ENC and build for a CE Server for the DSP. The files g711dec and g711enc are come from the direcrtory \codec_servers_1_00\packages\ti\sdo\codecs\ ,and

How can I link the *.l64p library ?

2007-03-13 Thread mafaqing
hi all, I'm so sorry to trouble you.But I need some help. Attached is my example what i did. I want to integrate the algorithm G711DEC and G711ENC and build for a CE Server for the DSP. The files g711dec and g711enc are come from the direcrtory \codec_servers_1_00\packages\ti\sdo\codecs\ ,and

Sementation fault

2007-03-13 Thread Subhash
Hi All, I am developing application on Davinci. I try to use codec engine APIs, and I face few problems after integrating Codec engine in my application. I have listed down the problems below 1. In my application first i called CERuntime_init function. When I call Engine_open API it gives errors

RE: Problem compiling cmemk with GIT kernel

2007-03-13 Thread Peter Wippich
Hi, the solution is much simpler because there is already a version which does not use GPL_EXPORT functions : Add: /* this avoids the linking of GPL export symbols from the kernel ! */ #ifndef DM642_PCI # define DM642_PCI #endif to kfile.c (in gpp/src/osal/linux/ ) Ciao, Peter On Mon,

git sources - davinci evm doesn't boot

2007-03-13 Thread Nachum Kanovsky
I downloaded the git sources by using git-clone git://source.mvista.com/git/linux-davinci-2.6.git i ran ARCH=arm CROSS_COMPILE=arm_v5t_le- make distclean then ARCH=arm CROSS_COMPILE=arm_v5t_le- make davinci_evm_dm644x_defconfig then ARCH=arm CROSS_COMPILE=arm_v5t_le- make uImage I am using the

Re: git sources - davinci evm doesn't boot

2007-03-13 Thread Peter Wippich
Hi, a) make sure you have a new boot loader installed b) check the serial driver patch posted here from time to time Good luck, Peter On Tue, 13 Mar 2007, Nachum Kanovsky wrote: I downloaded the git sources by using git-clone git://source.mvista.com/git/linux-davinci-2.6.git i ran

Re: GIT kernel boot up stalls at INIT: until I hit Enter several times

2007-03-13 Thread Vitaly Wool
Folks, Kevin Hilman wrote: Andy Ngo wrote: I loaded the new kernel and am getting weird problems with the GIT kernel booting up (as seen on the serial terminal). It would boot up fine until it stalls at INIT: Andy, This is a known issue which the attached patch to the 8250 serial

Application development on davinci(video streaming using video codec libraries)

2007-03-13 Thread Subhash
Hi All, I am developing video streaming kind of application on davinci processor. I am new to this processor. I need help on how to use codec engine and Video codec APIs. I tried to integrate APIs, but faced lot problems.So I want to know what are the dependencies to make use of Engine

Codec Engine - Compiling Server Error

2007-03-13 Thread Aysun Tasyapi
Hi all, I have some problems with compiling codec engine demo as shown that build_instructions.html(full path : /home/hlmcmkfl/dvevm_1_00_00_32/codec_engine_1_00/examples) This demo inludes three steps as you know.Firstly i've compiled viddec_copy demo under the codec. I've succeded them. But at

RE: Codec Engine - Compiling Server Error

2007-03-13 Thread Hunter, Jon
I have some problems with compiling codec engine demo as shown that build_instructions.html(full path : /home/hlmcmkfl/dvevm_1_00_00_32/codec_engine_1_00/examples) This demo inludes three steps as you know.Firstly i've compiled viddec_copy demo under the codec. I've succeded them. But at

RE: Problem compiling cmemk with GIT kernel

2007-03-13 Thread Kevin Hilman
Peter, Thanks for the tip, I've updated my patchset accordingly. Kevin -Original Message- From: Peter Wippich [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 3:21 AM To: Kevin Hilman Cc: Andy Ngo; Bobby Buck; davinci-linux-open-source@linux.davincidsp.com Subject: RE:

RE: git sources - davinci evm doesn't boot

2007-03-13 Thread Kevin Hilman
You seem to have an old u-boot, so the solution is to upgrade your u-boot. If for some reason you cannot, Search the archives for my machine-number patch which allows the kernel to boot with the older u-boot. Kevin I downloaded the git sources by using git-clone

Re: Sementation fault

2007-03-13 Thread Andy Ngo
Make sure you link in the necessary CE libraries with your ARM application. This is what I had to link in with my ARM application: export CE_DIR = /opt/dvevm_1_10/codec_engine_1_02/packages export DSPLINK_DIR= /opt/dvevm_1_10/dsplink_1_30_08_02/packages export CMEM_DIR =

RE: Sementation fault

2007-03-13 Thread Ring, Chris
Hmmm, have to be careful here. The list of libraries to link in will vary with the application config. For example, Andy, if you added a video codec to your application config, you'd need to add video.a470MV. If you enabled debug libraries, you'd have to switch most of the libraries in the

Re: Sementation fault

2007-03-13 Thread Andy Ngo
Thanks for correcting me, Chris; I totally forgot that I had to customize mine since I only use the audio part of the VISA API. For what I had to do, I didn't want to port my application code (very large and lots of files) into the way the XDC tools were doing the compilation. Instead, I

Booting from HD using HD file system

2007-03-13 Thread brady_lo
Hello, In the Getting Start Guide, there are three boot methods. I try them and work well. Now, I will try the booting from Hard Drive (HD) using HD file system. Can anyone tell me how to do this ? Regards, Brady___