Re: BRIDGE: DSP-DMA copy failure

2008-11-08 Thread Ramesh Gupta Guntha
Hi Hiroshi, On 11/9/08, Hiroshi DOYU <[EMAIL PROTECTED]> wrote: > Hi Viktor, > > According to the error code#, "0x8000803a", it implies "Invalid stream > mode" and it seems that currently only "STRMMODE_PROCCOPY" is > supported as below? > > linux/drivers/dsp/bridge/rmgr/node.c:NODE_Connect(): > .

Re: OMAP3EVM LCD red tint

2008-11-08 Thread dfoley
arun c wrote: Try the patch below(Remember that you may have to manually edit because this patch is against current HEAD) The patch works for me after I replace "system_rev" with "omap_rev()" in the patch. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of

Re: [FYI] TI dspbridge rebase against latest l-o

2008-11-08 Thread Hiroshi DOYU
00 Msg 0.00 Mem 15408.00 Ping: Id 1.00 Msg 1.00 Mem 15408.00 Ping: Id 1.00 Msg 2.00 Mem 15408.00 Also, I put the whole log on: http://4869037.web.fc2.com/minicom-ping-20081108.cap Hiroshi DOYU From: "ext Rick Bronson" <[EMAIL PROTECTED]

Re: BRIDGE: DSP-DMA copy failure

2008-11-08 Thread Hiroshi DOYU
Hi Viktor, According to the error code#, "0x8000803a", it implies "Invalid stream mode" and it seems that currently only "STRMMODE_PROCCOPY" is supported as below? linux/drivers/dsp/bridge/rmgr/node.c:NODE_Connect(): . /* * Check stream mode. Default is STRMMODE_PROCCOPY.

BRIDGE: DSP-DMA copy failure

2008-11-08 Thread Viktor Gal
Hi, ::: i'm trying to use the strmcpy example with option 1, aka 'dsp- copy', but i get the following error: ./strmcopy.out 1 a b Data streaming using DSP-DMA transport. DSP device detected !! DSPProcessor_Attach succeeded. DSPNode_Allocate succeeded. DSPNode_Connect failed. Status = 0x8000803

Re: [FYI] TI dspbridge rebase against latest l-o

2008-11-08 Thread Rick Bronson
Hi Hiroshi, Thanks very much for the help. I'm getting farther. It would help to have the right path ;-) Now I"m doing: sudo modprobe bridgedriver base_img=/home/rick/dspbridge_binaries/ddspbase_tiomap3430.dof64P GT_str="**=01234567" But I still get the same results as far as interr