different compiler options for different source files

2007-06-21 Thread Paco
hi,allwhen use cgtools of c64 for linux,how can i set difference compiler options for different source files? Thanks! -- Regards Paco Wong___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

Re: MMC/SD driver problem from git tree!

2007-06-21 Thread Ivan Tonchev
Hi Yogesh, I haven't tested this on GIT tree, but on 2.6.10 it works. At least for SD :) BR, Ivan Yogesh Kumar M wrote: Hi all, I use Git kernel 2.6.20 version,when compile the mmc/sd driver, error likes: error: 'struct mmc_data' has no member named 'req' error: 'struct mmc_data' has no

DaVinci MMC/SD driver -- no MMC support?

2007-06-21 Thread Ivan Tonchev
Hi all, Do you know whether DaVinci MMC/SD supports MMC? I have tested with with SD and MMC cards and it works fine with the SDs, but doesn't detect the MMCs. Do I have to change something to make it work with MMC? BR, Ivan ___

Re: DaVinci 2.6.20 Development Forum = What about a Wiki/FAQ ?

2007-06-21 Thread Ivan Tonchev
Hi Huy, What's the status of the Wiki/FAQ proposal. Over the past few days I collected valuable information about DaVinci RBL ECC/Bad block (non)handling and I'd like to share it. Is there an official place for such content already? BR, Ivan Pham, Huy wrote: Jean, We're looking at the

RE: MMC/SD driver problem from git tree!

2007-06-21 Thread Yogesh Kumar M
Hi Ivan, Thanks Ivan for the replay but can you please confirm what ahs to be done for the below mentioned error. should i need to do some modificetion with kernel code. thanks regards yogesh -Original Message- From: Ivan Tonchev [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007

(no subject)

2007-06-21 Thread Manjunath A M
Hi, I could able to make my web cam work with TI-DAVINCI EMV using gspcav1-20070508 and spcaview-20061208. I use 2.6.20-omap1 kernel. I connect TV to display video output, the problem now is, it video window size is very narrow not able to see full video. I tried different size by passing the

Re: DaVinci 2.6.20 Development Forum = What about a Wiki/FAQ ?

2007-06-21 Thread Andrew Armstrong
Ivan, I only wish I could take all the credit, but I cannot ;) A lot of the guys involved hang around on the IRC, so pop by #davinci sometime. The elinux wiki in general also has loads of stuff that us embedded arm developers will find useful. Those #edev guys (on freenode) really know their

Re: MMC/SD driver problem from git tree!

2007-06-21 Thread Trilok Soni
On 6/21/07, Trilok Soni [EMAIL PROTECTED] wrote: On 6/21/07, Ivan Tonchev [EMAIL PROTECTED] wrote: Hi Yogesh, I took a look at GIT tree and I think that it has a different SD/MMC interface than the 2.6.10. For example struct mmc_data has 'blksz' and 'mrq' instead of 'blksz_bits' and

Davinci 2.6.18 kernel from GIT

2007-06-21 Thread Amol Lad
Hi, I git cloned kevins tree and executed below command to get the 2.6.18 version $ git -b checkout br18 v2.6.18 However, the new branch does _not_ have any davinci changes and it looks to be a vanilla kernel Any pointers on what I need to do to get davinci 2.6.18 kernel ? Thanks !

How to use outBufs buffers ???

2007-06-21 Thread Jérémy JAYME
Hi, I work on webcam with ti-davinci and i perform a codec on it. I want to recover the outBufs buffer, which are in the dsp-side (process function), to the arm side. I dont know to alloc it and how to recover it. Please I need your help. ___

RE: How to use outBufs buffers ???

2007-06-21 Thread Ring, Chris
If you're using Codec Engine, the semantics are that the application (on the ARM) provides both inBufs and outBufs to the DSP. If necessary, the app can get a physically contiguous buffer with Memory_allocContig(). The DSP reads from inBufs and writes to outBufs. When *_process() returns to

[Fwd: [U-Boot-Users] Starting a patch for TI Davinci support]

2007-06-21 Thread Philip Balister
I posted this on the u-boot list, and then I realized this list is also a good place to collect comments. Philip Original Message Subject: [U-Boot-Users] Starting a patch for TI Davinci support Date: Thu, 21 Jun 2007 10:23:25 -0400 From: Philip Balister [EMAIL PROTECTED] To:

Re: [Fwd: [U-Boot-Users] Starting a patch for TI Davinci support]

2007-06-21 Thread Ivan Tonchev
Hi Philip, I am trying to get a patch together to add support for the TI Davinci processor into u-boot. I have started with one of the patches floating around the internet and am in the process of modifying to support the Lyrtech SFF SDR board. Currently, this patch will boot on the board and

Re: [Fwd: [U-Boot-Users] Starting a patch for TI Davinci support]

2007-06-21 Thread Philip Balister
Ivan Tonchev wrote: The patch is against git. I am very interested in structural comments, like the best way to support similar, but different boards. My patch is against u-boot 1.2. I'm also interested to have DaVinci support integrated in the u-boot mainline. Have you already spoken with TI

Booting new boards

2007-06-21 Thread Will Tucker
Hi, I'm assuming UART mode is supported by a factory chip DM6446AZWT. We have our new boards in and trying to get BOOTME to show up. This is what I have done so far: 1) Verified Power and Ground to Davinci. 2) Verified the 27Mhz Christal is isolating. 3) Verified the

insmod: error inserting 'dsplinkk.ko': -1 Invalid module format

2007-06-21 Thread Bin Xu
Hi, there,Sorry for posting twice. I tried to make it easy to read.I tried to built the kernel and I got the following error messageStarting portmap daemon: portmap. Cleaning: /tmp /var/lock /var/run done.INIT: Entering runlevel: 3cess permissions...Starting system log daemon: syslogd

Where can I get mvista 2.6.10 kernel

2007-06-21 Thread feiyang yun
I use mvista 2.6.20,but the mmc/sd driver has issue.It seems that in 2.6.10works well(?),now where can I get the 2.6.10kernel, I want to look for how can I modify the driver in 2.6.20kernel. Thanks ___ Davinci-linux-open-source mailing list

RE:

2007-06-21 Thread Manjunath A M
Hi Michel Xhaard, Thank you for your input, I tried by passing the arguments as per your suggestion but only width(horizontal)will vary and height(vertical) will not vary. I checked same thing with X86 it works fine. Don't know where is the problem, did anyone faced this problem?? Please