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

2007-06-22 Thread Ivan Tonchev
OK, I'll check with Roger and answer your thread in the u-boot mailing list. BR, Ivan Philip Balister wrote: 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.

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

2007-06-22 Thread gongfen
Hi, insmod: error inserting 'cmemk.ko': -1 Invalid module format Maybe your module cmemk.ko and dsplinkk is not correct. you can use file command to test it: my result is: # file /opt/nfs/filesys/opt/dvevm/cmemk.ko /opt/nfs/filesys/opt/dvevm/cmemk.ko: ELF 32-bit LSB relocatable, ARM, version 1

Re: Wi-fi support on Davinci board?

2007-06-22 Thread Ivan Tonchev
Hi Lewis, I think that ZD1211 based devices should work. We've used such a USB device with another TI SoC running ARM9 Linux. BR, Ivan Lewis Liu wrote: Hi, Friends, I'm planning to use the USB wireless card on the Davinci board. Does anyone know if there is any special model that works?

DMA Not working

2007-06-22 Thread Shishir K L
Hi, I have been trying to test DMA by making my own workspace, but even simple 1d-1d transfer is NOT WORKING. It always hangs in ACPY3_wait()(in the line StatusReg=*iprRegister). I am using the normal method of initializing the DMA using DMAN3 routines. If I use the TI example

Re: Wi-fi support on Davinci board?

2007-06-22 Thread Constantine Shulyupin
http://wiki.linuxquestions.org/wiki/DaVinci-Linux_FAQ#USB_WiFi On Fri, 2007-06-22 at 12:20 +0300, Ivan Tonchev wrote: Hi Lewis, I think that ZD1211 based devices should work. We've used such a USB device with another TI SoC running ARM9 Linux. BR, Ivan Lewis Liu wrote: Hi,