RE: DSPLINK: MSGQ_get() with WAIT_NONE arg causes freeze

2009-04-27 Thread Kamoolkar, Mugdha
Kelby, We found this issue recently, and it needs a fix in sync.c file. I will send it separately to you. Regards, Mugdha -Original Message- From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of

RE: when port a software , bus error

2009-04-27 Thread Heroor, Siddharth
Hi, On Arm, you can access only word aligned data. To access a 32 bit value, the address needs to be 32 bit aligned etc.. If the data is not aligned, then a bus error is thrown. I'm guessing that its because of the char m, data[] will not be aligned in _test_c. Thanks and Regards, Sid

Re: Changing Machine ID

2009-04-27 Thread David Brownell
On Sunday 26 April 2009, Manjunatha AM wrote: Hi I downloaded latest OS (linux-davinci-2.6-historic )from source.mvsta.com and compiled it for Davinci DM6446 EVM with low level debug option selected. You have a pretty old version of U-Boot there ... When I boot the board it gives below

RE: when port a software , bus error

2009-04-27 Thread Balagopalakrishnan, Anand
Zhenfeng, As Sid pointed out, the bus error is due to access of int32 data at non word aligned address. You have turned on structure packing with the #pragma directive. If this was not done, the compiler would have padded 3 bytes between the char 'm' and int 'data'. In that case, the int

Re: Re: Changing Machine ID

2009-04-27 Thread Jaya krishnan
Title: Samsung Enterprise Portal mySingle Manjunatha, Both the boot loader and the Kernel should have the same machine ID. Otherwise the kernel won't boot. --Jayakrishnan --- Original Message ---Sender : David Brownelldavi...@pacbell.netDate : Apr 27, 2009 15:10 (GMT+09:00)Title

About the NFS file system

2009-04-27 Thread shaofeng zhang
Hi John, My board use the kernel Linux version 2.6.18_pro500-davinci_evm(MVL Pro 5.0), but it cannot mount the NFS file system, that is the ERROR message: *IP-Config: Complete: device=eth0, addr=192.168.0.125, mask=255.255.255.0, gw=192.168.0.1, host=XJTUIPCEVM, domain=,

McBSP DMA Event [DM355]

2009-04-27 Thread Azam Ansari
Hi, I have enabled McBSP0 in the board-dm355-evm.c file. I have configure McBSP0 for audio but it is not working( Currently I am using McBSP0 for only recording purpose...). I found that McBSP1 EDMA event is enable in mcbsp.c file by following code: if (cpu_is_davinci_dm355()) {

Re: Changing Machine ID

2009-04-27 Thread Steve Chen
On Mon, 2009-04-27 at 05:59 -0500, Steve Chen wrote: On Mon, 2009-04-27 at 11:06 +0530, Manjunatha AM wrote: Hi I downloaded latest OS (linux-davinci-2.6-historic )from source.mvsta.com On a separate note, you probably don't want to use linux-davinci-2.6 I mean

Re: Changing Machine ID

2009-04-27 Thread Steve Chen
On Mon, 2009-04-27 at 11:06 +0530, Manjunatha AM wrote: Hi I downloaded latest OS (linux-davinci-2.6-historic )from source.mvsta.com On a separate note, you probably don't want to use linux-davinci-2.6 since it is obsolete. Instead take a look at the git repository from kernel.org at

Re: McBSP DMA Event [DM355]

2009-04-27 Thread Steve Chen
On Mon, 2009-04-27 at 14:20 +0530, Azam Ansari wrote: Hi, I have enabled McBSP0 in the board-dm355-evm.c file. I have configure McBSP0 for audio but it is not working( Currently I am using McBSP0 for only recording purpose...). May want to check the pinmux settings.. just a thought.

Re: McBSP DMA Event [DM355]

2009-04-27 Thread Azam Ansari
Hi Steve, When I check /proc/pinmux it shows that Pinmux is configured for McBSP 29:34 but when I see the schematics it shows that McBSP pins are on 25:30. Can you please tell me how do i enable event mux for McBSP0 pin 25:30? On Mon, Apr 27, 2009 at 5:18 PM, Steve Chen sc...@mvista.com wrote:

Re: McBSP DMA Event [DM355]

2009-04-27 Thread Steve Chen
On Mon, 2009-04-27 at 18:22 +0530, Azam Ansari wrote: Hi Steve, When I check /proc/pinmux it shows that Pinmux is configured for McBSP 29:34 but when I see the schematics it shows that McBSP pins are on 25:30. Can you please tell me how do i enable event mux for McBSP0 pin 25:30? There

Problem about DSP server config of DM6446

2009-04-27 Thread chensu.main
Hi all , In my application , I have to create one algorithm many times . Fistly I config DSP server's CFG file and set stack size to 16384 in Server.algs {} , but app can only create 7 instances of my algorithm . Then I fix stack to 4096 and I can create more . My question is How many

DaVinci pull request

2009-04-27 Thread Kevin Hilman
Minor update since v3 of posted series: - dropped the clk_put() of clocks that are always enabled. The following changes since commit 091069740304c979f957ceacec39c461d0192158: Linus Torvalds (1): Linux 2.6.30-rc3 are available in the git repository at:

Re: [PATCH 3/3 v4] ARM: da830 - Add support for DA830/OMAP-L137 EVM

2009-04-27 Thread Mark A. Greer
On Fri, Apr 24, 2009 at 07:35:03PM -0700, Mark A. Greer wrote: From: Mark A. Greer mgr...@mvista.com diff --git a/arch/arm/mach-davinci/include/mach/debug-macro.S b/arch/arm/mach-davinci/include/mach/debug-macro.S index de3fc21..1a4a1e3 100644 ---

Re: [PATCH 2/3 v4] ARM: da830 - Add base DA830/OMAP-L137 SoC support

2009-04-27 Thread Mark A. Greer
On Fri, Apr 24, 2009 at 07:34:07PM -0700, Mark A. Greer wrote: diff --git a/arch/arm/mach-davinci/devices-da830.c b/arch/arm/mach-davinci/devices-da830.c +int da830_register_spi(int instance, struct davinci_i2c_platform_data *pdata) ^^^

Re: [U-Boot] U-Boot and CONFIG_SYS_DAVINCI_BROKEN_ECC

2009-04-27 Thread David Brownell
On Monday 27 April 2009, Scott Wood wrote: It is for compatibility with a widely-deployed legacy ECC layout -- more details can be found in the list archives. See my original query, which IMO disproves that assertion. What this option enables differs in two ways from what the MontaVista code

Re: [PATCH 3/3 v4] ARM: da830 - Add support for DA830/OMAP-L137 EVM

2009-04-27 Thread David Brownell
On Monday 27 April 2009, Mark A. Greer wrote: --- a/arch/arm/mach-davinci/include/mach/debug-macro.S +++ b/arch/arm/mach-davinci/include/mach/debug-macro.S @@ -24,7 +24,14 @@   tst \rx, #1 @ MMU enabled?   moveq   \rx, #0x0100@

Re: [U-Boot] U-Boot and CONFIG_SYS_DAVINCI_BROKEN_ECC

2009-04-27 Thread David Brownell
On Monday 27 April 2009, Scott Wood wrote: David Brownell wrote: On Monday 27 April 2009, Scott Wood wrote: It is for compatibility with a widely-deployed legacy ECC layout -- more details can be found in the list archives. See my original query, which IMO disproves that assertion.

Re: [PATCH 3/3 v4] ARM: da830 - Add support for DA830/OMAP-L137 EVM

2009-04-27 Thread Mark A. Greer
On Mon, Apr 27, 2009 at 12:49:54PM -0700, David Brownell wrote: On Monday 27 April 2009, Mark A. Greer wrote: --- a/arch/arm/mach-davinci/include/mach/debug-macro.S +++ b/arch/arm/mach-davinci/include/mach/debug-macro.S @@ -24,7 +24,14 @@   tst \rx, #1 

RE: Problem about DSP server config of DM6446

2009-04-27 Thread Tivy, Robert
I'm not sure about a document, but the number of algorithm objects that you can create depends on the size of the memory block from which the stacks are allocated. As you've seen, cutting the stack size down allows you to create more. You might be able to find a formula, but the real answer

Re: when port a software , bus error

2009-04-27 Thread zhenfeng ren
hi, Thanks for your answers. Now, I have changed the member variable in struct to make sure that the alignment is correct. -- Thanks, Zhenfeng Ren ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

Re: THS8200 Module and DM6446EVM Initial Setup

2009-04-27 Thread Carl Renaud
Hmmm... Just to let you know that the EVMDM6446 and the THS8200 daughter card CAN work together to output VESA compliant signals (in VESA slave mode). I modified the THS8200 drivers (CDC949 pixel clock, VPBE and THS8200 registers) to support RGB output of 1024x768 at 60 fps, with refresh rate of

Re: is there any LCD Kits for DM355 DVEVM board

2009-04-27 Thread Carl Renaud
You can use the THS8200 daughter card (sold by Spectrum), but will need to modify the drivers to support RGB output to an LCD monitor (not a trivial task). On Fri, Apr 24, 2009 at 10:02 PM, weixin Li weixinl...@yahoo.com wrote: Hello I have a DM355 EVM board and want to connect an LCD. Is

RE: Changing Machine ID

2009-04-27 Thread Manjunatha AM
Hi David, Thanks for your reply, I have changed /arch/arm/tools/mach-types as per suggestion and kernel started booting...I have some problem in mounting filesystem.. Thanks Manjuntah.AM -Original Message- From: David Brownell [mailto:davi...@pacbell.net] Sent: Monday, April 27, 2009