Regards DM355 EVM Board

2008-06-09 Thread Nadeem Mulla
Hi all Currently, I am working on TMS320DM355 EVM board. I want to boot the file system via TFTP. Please send me the static environment for booting the NAND Flash filesystem as well as for NFS filesystem via TFTP Thanks Regards Nadeem

RE: problem with memory map in dsplink_1_50

2008-06-09 Thread SergA
Hi Cris. I build codec_engine_2_10 example video_copy. I add only dsp power controll in dualcpu app (in file examples/ti/sdo/ce/examples/apps/video_copy/dualcpu/evmDM6446/ceapp.cfg): myEngine.armDspLinkConfig.doPowerControl = true; It`s work fine. But I have other memory map, so I change it in

RE: problem with memory map in dsplink_1_50

2008-06-09 Thread Kamoolkar, Mugdha
Can you check your DSP map file and see if anything in that map file falls outside the range: 0x87A0 to 0x87E0? Regards, Mugdha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SergA Sent: Monday, June 09, 2008 1:32 PM To: Ring, Chris Cc:

Re: Free TI DSP C64x compiler for Linux - Linux hosted C6x Code Generation Tools v6.1.2

2008-06-09 Thread Vladimir Pantelic
Dirk Behme wrote: FYI: If interested in a free TI DSP C64x compiler for Linux: Under https://www-a.ti.com/downloads/sds_support/targetcontent/LinuxDspTools/download.html there is a Linux hosted C6x Code Generation Tools v6.1.2 release available. Note: Login required. Note: this is only

RE: USB CPPI DMA patch for DaVinci

2008-06-09 Thread Subbrathnam, Swaminathan
Frank, I normally do my development with mem parameter set to 120M. I do not see any crashes in my system. I tested USB transfers by setting the mem parameter to 112M and it worked fine for me. Regards Swami (Type pspproducts in you web browser for PSP info)

[Patch 0/2] ARM: DaVinci : EMAC driver revamp - cleaned up unused code, followed linux guidelines

2008-06-09 Thread Gole, Anant
The following changes have been done in the EMAC driver in this patch series: Patch1: modified devices.c to add platform information for EMAC driver Patch2: EMAC driver patch 1. Follow Linux coding guidelines - ran checkpatch.pl and cleaned up almost all warnings/errors - there are a couple of

[Patch 1/2] ARM:DaVinci: Added platform information for EMAC driver in devices.c

2008-06-09 Thread Gole, Anant
This patch does the following: - Added platform information for EMAC driver in devices.c - made some minor checkpatch.pl fixes Signed-off-by: Anant Gole [EMAIL PROTECTED] --- Index: linux-davinci-2.6/arch/arm/mach-davinci/devices.c

What's on the target board?

2008-06-09 Thread 黄敏
Hi, Everyone ,Thank u for the help ! I have just get a new DVEVM board, and I'm a newbie in this area. Now I connect the board with my laptop, I use the Getting started guide,and go to 4.4.1now. it comes [EMAIL PROTECTED] IP addr:# but it's nothing under the root , when I use the command 'ls',

RE: DVEVM 6446 NFS Mount issue

2008-06-09 Thread Phil Quiney
Hi You need to check the initial output from the kernel to check the bootargs are getting passed in correctly. It appears on the screen very soon after the 'uncompressing Linux...' message. At one point you have incorrectly typed 'bootrags' instead of 'bootargs'. I am also wondering what the

Re: [Patch 1/2] ARM:DaVinci: Added platform information for EMAC driver in devices.c

2008-06-09 Thread Kevin Hilman
Gole, Anant wrote: This patch does the following: - Added platform information for EMAC driver in devices.c - made some minor checkpatch.pl fixes Signed-off-by: Anant Gole [EMAIL PROTECTED] Anant, this patch seems to be send in rich-text format, which means when saving, the tabs/spaces get

Want to Sale my home built wifi IP Executor

2008-06-09 Thread Tonald DL
Want to sell my home build sfipexe. whole package set available. Price at USD $2000 include: 1. TI DM6437 EVM x 1 2. Wireless AP x 1 3. 32 channel servo controller x 1 4. futaba S3003 servo x 14 5. GP recharge batteries x 24 6. CCD mini camera with mic x 1 7. Mini ball speaker x 1 Metal frame

vpfe support in davinci open source Git kernel

2008-06-09 Thread Arun George
Hi, Currently I am using open source git kernel(2.6.25) and found that drivers/media/video/davinci_vpfe.c is not ported to it. Anybody have ported this driver? Or where can I get information on this? ___ Davinci-linux-open-source mailing list

Failed while insert dsplinkk on EVM 1.30 release

2008-06-09 Thread steven.zhang
Hi, all. After update evm_1_20 to evm_1_30, when I try to insmod dsplinkk.ko, it will give the following error message: [EMAIL PROTECTED]:/opt/dvevm# insmod dsplinkk.ko dsplinkk: no version for struct_module found: kernel tainted. dsplinkk: no version for struct_module found: kernel tainted.

RE: Failed while insert dsplinkk on EVM 1.30 release

2008-06-09 Thread Kamoolkar, Mugdha
Looks like the kernel version with which DSPLink was built in the evm_1_30 release does not match the version that you have on your target board. Can you check the documentation to ensure that you have the required matching kernel version? Regards, Mugdha -Original Message- From:

RE: Failed while insert dsplinkk on EVM 1.30 release

2008-06-09 Thread Kamoolkar, Mugdha
I don't think the pre-built binaries in evm_1_30 support kernel 2.6.23. I think they just support MVL Pro 4 (i.e. 2.6.10 kernel). You will need to rebulid DSPLink on your kernel if you want to use it with 2.6.23. Regards, Mugdha -Original Message- From: steven.zhang [mailto:[EMAIL

RE: Failed while insert dsplinkk on EVM 1.30 release

2008-06-09 Thread steven.zhang
Yeah, it seems that new version of EVM does not recompile DSPLINK when try to compile whole EVM packages. Why not?Thanks. On Tue, 2008-06-10 at 10:44 +0530, Kamoolkar, Mugdha wrote: I don't think the pre-built binaries in evm_1_30 support kernel 2.6.23. I think they just support MVL Pro 4

RE: Failed while insert dsplinkk on EVM 1.30 release

2008-06-09 Thread Kamoolkar, Mugdha
Chris can probably correct me if I'm wrong, but I suspect that's because dynamic memory configuration got added in DSPLink, which allowed Codec Engine to release DSPLink binaries instead of forcing re-build. You will still need to rebuild DSPLink if you have a different kernel version. The