RE: Booting Via TFTP and NFS

2010-06-10 Thread amr ali
Thanks Povey, Now, How can I add DNS to my board? -- Amr Ali Abdel-Naby Embedded Systems Developer www.embedded-tips.blogspot.com From: jon.po...@racelogic.co.uk To: amra...@hotmail.com; davinci-linux-open-source@linux.davincidsp.com Date: Thu, 10 Jun 2010 03:45:08 +0100 Subject: RE:

dm365: problem when aacenc update from version 2.8.0 to 3.5.0

2010-06-10 Thread johnny
Hi all, I'm use dvsdk_2_10_01_18 and update framework_component to 2_25_00_04 and linuxutils to 2_24_03, when I use aac audio codec v2.8.0, everything is ok, but when I update it to v3.5.0, with same paramters to open audio codec, it does not work. that's, Aenc1_create() return NULL,. If

RE: [PATCH 0/3] davinci: spi: replace existing SPI driver

2010-06-10 Thread Sudhakar Rajashekhara
Hi, On Mon, Jun 07, 2010 at 20:39:05, Brian Niebuhr wrote: NOTE This patch requires the EDMA patch at: http://linux.davincidsp.com/pipermail/davinci-linux-open-source/2010-March/018022.html which has since been reverted out of the davinci kernel. INTRODUCTION I have been working

RE: [PATCH 2/3] davinci: spi: add replacement SPI driver

2010-06-10 Thread Sudhakar Rajashekhara
Hi, On Mon, Jun 07, 2010 at 20:39:07, Brian Niebuhr wrote: Signed-off-by: Brian Niebuhr bnieb...@efjohnson.com --- arch/arm/mach-davinci/include/mach/spi.h | 41 +- drivers/spi/davinci_spi.c| 936 ++ drivers/spi/davinci_spi.h

RE: [PATCH 3/3] davinci: spi: modify platform data for updated SPI driver

2010-06-10 Thread Sudhakar Rajashekhara
Hi, On Mon, Jun 07, 2010 at 20:39:08, Brian Niebuhr wrote: Signed-off-by: Brian Niebuhr bnieb...@efjohnson.com --- arch/arm/mach-davinci/board-dm355-evm.c | 10 ++ arch/arm/mach-davinci/board-dm355-leopard.c | 10 ++ arch/arm/mach-davinci/board-dm365-evm.c |

RE: dm365: problem when aacenc update from version 2.8.0 to 3.5.0

2010-06-10 Thread Ring, Chris
Just as an example of what this might be - the newer codec _may_ require more resources than before (e.g. DMA channels), and if those extra resources aren't made available (typically done in the .cfg script), the creation may fail. You may be able to learn more about the exact cause of the

Re: RE: dm365: problem when aacenc update from version 2.8.0 to 3.5.0, Unable to locate alg aacenc.

2010-06-10 Thread johnny
Thanks Ring,Chris for help. The CE debug info is as below: @6,607,041us: [+0 T:0x42973490] ti.sdo.ce.audio1.AUDENC1 - AUDENC1_create Enter (engine=0x183be0, name='aacenc', params=0x42972c30) @6,607,292us: [+0 T:0x42973490] CV - VISA_create(0x183be0, 'aacenc', 0x42972ac8, 0x716,

Fw: Re: RE: dm365: problem when aacenc update from version 2.8.0 to 3.5.0, Unable to locate alg aacenc.

2010-06-10 Thread johnny
Hi all, I have solved this problem by modifing dvsdk_2_10_01_18/dmai_1_21_00_10/packages/package.xs, change: var codecInterfaces = [ ti.sdo.ce.speech, ti.sdo.ce.speech1, ti.sdo.ce.audio, ti.sdo.ce.audio1, ittiam.extensions.audio1, /*For AAC,MP3 and WMA */