Re: New UNIX/Linux DaVinci serial loader/flasher -- dvnixload

2008-12-04 Thread Andrea Gasparini
Hi Everyone, After some frustration using DVFlasher and MONO to program my DaVinci board, I have decided to write a pure UNIX/Linux serial loader/flasher application called dvnixload Yooo!! :D You rock, Hugo... thank you very much! JFY, have you planned a port for dm35x family? I

RE: Using /dev/dsp to record and playback simultaneously

2008-12-04 Thread Venkatachala Upadhya
Hello Phil, Thanks for your input. I will let you know if I can not find your earlier posting. I have wrote a sample application to open the /dev/dsp in a non blocking operation and wrote the data and read the data sample of about 128 bytes alternatively in a loop to test this scenario. So

RE: DM355 git USB status

2008-12-04 Thread Subbrathnam, Swaminathan
Chris, Current DaVinci GIT does not have support for DM355 USB. Updates are in progress over the next few weeks. Regards Swami -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Sykes Sent: Thursday, December 04, 2008 3:58 PM To:

Re: DM355 git USB status

2008-12-04 Thread Chris Sykes
Subbrathnam, Swaminathan wrote: Chris, Current DaVinci GIT does not have support for DM355 USB. Updates are in progress over the next few weeks. Excellent, thanks. From reading the comments in the musb code, it sounds like the hardware is a bit limited when it comes to supporting hubs

Re: New UNIX/Linux DaVinci serial loader/flasher -- dvnixload

2008-12-04 Thread Hugo Villeneuve
On Thu, 4 Dec 2008 09:16:29 +0100 Andrea Gasparini [EMAIL PROTECTED] wrote: Hi Everyone, After some frustration using DVFlasher and MONO to program my DaVinci board, I have decided to write a pure UNIX/Linux serial loader/flasher application called dvnixload Yooo!! :D You

Davinci DMS355 - I2C communication issue

2008-12-04 Thread Prabhaharan R-TLS,Chennai
Hello All, I am facing an issue in the I2C communication in the Davinci Dm355 processor. We have taken the Montavista TI Davinci code as the base. In that, we have MSP430 device. But, in our case, we have made a custom based board that don't have MSP430 device. Processor will always acts

Re: [PATCH 3/3] MUSB : Fix for STALL handling in musb gadget code

2008-12-04 Thread Sergei Shtylyov
Subbrathnam, Swaminathan wrote: Sergei, If EP is busy, we have even less reason to do a giveback. This is not a real fix, just pallialtive. Actually, whether a STALL token has been sent or not shouldn't play any role in giving back URB, so the fragment being pacthed is just totally

[PATCH 14/14] ARM: DaVinci: dma: use __raw_writel, __raw_readl

2008-12-04 Thread Troy Kisky
Replace the volatile structure references with __raw_writel and __raw_readl functions. Signed-off-by: Troy Kisky [EMAIL PROTECTED] diff --git a/arch/arm/mach-davinci/dma.c b/arch/arm/mach-davinci/dma.c index fb5bc55..368eb4d 100644 --- a/arch/arm/mach-davinci/dma.c +++

[PATCH 10/14] ARM: DaVinci: dma: add pause and resume

2008-12-04 Thread Troy Kisky
Add davinci_pause_dma, and davinci_resume_dma functions. Used in pausing audio without stopping the dma channel. Signed-off-by: Troy Kisky [EMAIL PROTECTED] diff --git a/arch/arm/mach-davinci/dma.c b/arch/arm/mach-davinci/dma.c index a6c1e8d..8322743 100644 --- a/arch/arm/mach-davinci/dma.c +++

Requesting for help:

2008-12-04 Thread chandrashekar reddy
Hi all, I am trying to compile the kernel but make xconfig is not working.I installed suse 11 in my system and linux kernel version is 2.6.25.1 [EMAIL PROTECTED]:~/workdir/Stax_lsp/lsp/ti-davinci_evm-arm_v5t_le/linux-2.6.10_mvl401 make xconfig HOSTCXX scripts/kconfig/qconf.o

RE: Requesting for help:

2008-12-04 Thread Sander Huijsen
Hi chandra, It seems to me as though you don't have Qt installed on your system. Try using 'make menuconfig', then you won't need it, or install Qt (obviously). Regards, Sander From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of