RE: Integration between DSP/BIOS Link and Codec Engine..

2009-05-19 Thread Uppal, Deepali
Hello, Are you seeing type clash errors? You need to include xdc/std.h before DSPLink headers to avoid type clash. Also, you can edit file $dsplink\gpp\src\samples\readwrite\Linux\COMPONENT to add your specific compiler flags, defines etc. Thanks and Regards, Deepali Uppal DSP/BIOS Link

Re: SD root filsystem support on OMAP-L137 EVM

2009-05-19 Thread Erik Svensson
Hello, Sorry for the confusion. I am able to boot using SPI and SD with the MV-kernel and I am content with that. But I wanted to see what linux-davinci had to offer. Even if I was able to boot from NFS this would soon be insufficient, I will need to be able to boot linux without external

V4L2display no image

2009-05-19 Thread Ondrej Pindroch
Hi I have made som looptrought with MT9P031 sensor. Previously I have been useing FB for output. To avoid memcpy I have switched to V4L2. After some time fighting pointers and so on. Previewer is useing buffers from V4L2 for output. All seems OK but I can not see any image on screen. I have

Danvinci watchdog + Intel flash problem

2009-05-19 Thread Alberto Navatta
Hello, We're trying to use the Davinci (dm6446) hardware watchdog in a custom board configured to boot from flash (u-boot 1.1.3 on an Intel PC28F128P30). We have seen that during soft reboot (e.g. reboot -f command issued from the shell) the function cfi_intelext_reset is called before

RE: V4L2display no image

2009-05-19 Thread Venkatachala Upadhya
Hello, As I understand, one need to set the OSD transparency to see the video ( displayed on /dev/fb/3). Even the demo program on DVEVM board from TI does sets the OSD transparency. Could this be the issue? With best regards, Venkatachala Upadhya| Extn: 65395| -- From:

Re:Re:Re: Can JPEG and MPEG4 run on DM355 simultaneity

2009-05-19 Thread Jammy Dane
Hi liu, I have tried your codes, but there are some question about it either: 1. Can you give me the function prototype of writeJpegData(image_encodedBuf, image_BufSize, nTime); if there is no battery on my DM355 EVM, what should I do to change the writeJpegData function? 2. What does the

about usb unstable issue.

2009-05-19 Thread Jeff
All, I used the newest kernel downloaded from GIT. I connected a hub with two USB disks on DM355. When I tried to copy a large file with size ~500MB from USB disk 1 to USB disk 2, I found some errors during copying process as below: musb_host.c : musb_h_tx_flush_fifo : Could not flush

RE: [alsa-devel] [PATCH 1/1] Add AIC3106 support.

2009-05-19 Thread Ambrose, Martin
On Wed, May 13, 2009 at 11:18:30, Mark Brown wrote: Thanks for the review comments -- sorry for the delay in responding. Signed-off-by: Steve Chen sc...@mvista.com Signed-off-by: Martin Ambrose mar...@ti.com You should really provide a changelog explaining what's going on with the chip

Re: JFFS2 on NAND

2009-05-19 Thread David Brownell
On Tuesday 19 May 2009, John Tobias wrote: I have tested two scenarios for writing/reading a data on my nand flash and it act's differently the nand driver on DM6446. You say which OS version you're using, since there are many versions of the nand driver and many versions of JFFS2. Are you

[PATCH] RFC: ARM: DaVinci: ASoc use iram to buffer sound

2009-05-19 Thread Troy Kisky
Use the sram(iram) to avoid underrun on audio. I will clean this up after someone says it works for them. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- include/sound/soc-dai.h |2 + sound/soc/davinci/davinci-i2s.c | 336 -

Re: Re:Re:Re: Can JPEG and MPEG4 run on DM355 simultaneity

2009-05-19 Thread Liu Yebo
- Original Message - From: Jammy Dane To: liuyebo Cc: davinci-linux-open-sou...@linux. Sent: Tuesday, May 19, 2009 11:03 PM Subject: Re:Re:Re: Can JPEG and MPEG4 run on DM355 simultaneity Hi liu, I have tried your codes, but there are some question about it either:

Re: JFFS2 on NAND

2009-05-19 Thread John Tobias
I am using Montavista kernel 2.6.10. -john On Tue, May 19, 2009 at 3:52 PM, David Brownell davi...@pacbell.net wrote: On Tuesday 19 May 2009, John Tobias wrote: I have tested two scenarios for writing/reading a data on my nand flash and it act's differently the nand driver on DM6446. You

Re: JFFS2 on NAND

2009-05-19 Thread David Brownell
On Tuesday 19 May 2009, John Tobias wrote: I am using Montavista kernel 2.6.10. And I've certainly seen JFFS2 issues with older code. Often enough that I stopped using it ... until I was quite pleased to be able to start relying on it with some NOR and DataFlash chips starting in 2.6.20-ish