Re: Real-time video processing on DM6467 EVM

2009-04-25 Thread Abhishek Botadra
[mailto: davinci-linux-open-source-boun...@linux.davincidsp.com] *On Behalf Of *Jaya krishnan *Sent:* Friday, April 24, 2009 6:34 AM *To:* Abhishek Botadra; davinci-linux-open-source@linux.davincidsp.com *Subject:* Re: Real-time video processing on DM6467 EVM Abhishek, You don't need

Real-time video processing on DM6467 EVM

2009-04-23 Thread Abhishek Botadra
Hi, I need some help in figuring out how to implement a video-processing algorithm on ARM+DSP system. From various sources, I am able to understand that first I need to develop the code on DSP because real-time execution can be achieved only on DSP (using code composer studio). I need to work on

Re: Matlab code with DM 6467

2009-04-07 Thread Abhishek Botadra
, Bjørn Forsman 2009/4/1 Abhishek Botadra abhibota...@gmail.com Thanks for the link. I used Matlab to generate C code but its giving me lot many header file conflicts when I try to compile it using GCC. Also, the C code generated is quite difficult to understand which would make debugging

Re: Matlab code with DM 6467

2009-03-31 Thread Abhishek Botadra
...@gmail.comwrote: assuming it is ANSI-C, i have seen colleagues use matlab plugins ( or matlab itself ) to generate C code for their algorithms. a google search shows this article referencing such a plugin http://www.dspdesignline.com/howto/204802244 2009/3/30 Abhishek Botadra abhibota

Matlab code with DM 6467

2009-03-30 Thread Abhishek Botadra
Hi, I have a large piece of Matlab code for video processing which I need to implement on DM6467. I suppose I need to convert the Matlab code to C/C++ in order for ARM GCC compilers to compile it. I was wondering if there is any tool provided by TI which can get me the equivalent C code for my

Re: Problem in booting via TFTP using NFS File System in DM 6467

2009-03-19 Thread Abhishek Botadra
| Extn: 65395| -- *From:* davinci-linux-open-source-boun...@linux.davincidsp.com [mailto: davinci-linux-open-source-boun...@linux.davincidsp.com] *On Behalf Of *Abhishek Botadra *Sent:* 18 March, 2009 5:20 AM *To:* davinci-linux-open-source@linux.davincidsp.com *Subject:* Problem in booting via

Problem in booting via TFTP using NFS File System in DM 6467

2009-03-17 Thread Abhishek Botadra
I am using TMS320DM6467 DVEVM v1.40. I have problem in booting via TFTP using NFS File System. Here are my environment variables: bootdelay=3 baudrate=115200 stdin=serial stdout=serial stderr=serial ethaddr=00:0e:99:02:b3:a9 bootcmd=dhcp;bootm serverip=10.206.153.230