Hai, Thanks. Kindly give me details regarding the available sample/example programs for EDMA usage in DM6467. Regards Kavitha M.
On Fri, Oct 30, 2009 at 11:30 PM, < [email protected]> wrote: > Send Davinci-linux-open-source mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source > > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Davinci-linux-open-source digest..." > > > Today's Topics: > > 1. Re: Does DM6467 have EDMA support in ARM side (Steve Chen) > 2. DM6446:How to execute DSP code from ARM (rohan tabish) > 3. Re: DM6446:How to execute DSP code from ARM (Andrew Elder) > 4. DM6446:open source DSP link source (rohan tabish) > 5. Wiki changing for more understable setup for DM365 > (Raffaele Recalcati) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 30 Oct 2009 06:51:40 -0500 > From: Steve Chen <[email protected]> > Subject: Re: Does DM6467 have EDMA support in ARM side > To: kavitha vinayagam <[email protected]> > Cc: [email protected] > Message-ID: <1256903501.3153.537.ca...@linux-1lbu> > Content-Type: text/plain > > On Fri, 2009-10-30 at 15:53 +0530, kavitha vinayagam wrote: > > Hai, > > > > We are inneed of using DM6467 EDMA feature for out application > > development. DM6467 EDMA is featured for DSP or ARM. If DM6467 EDMA is > > for the ARM, where can we get the EDMA code for installation. Let us > > know the Installation procedure. > > > > EDMA code is already in the kernel. The code is at > arch/arm/mach-davinci/dma. > EDMA can be used for both DSP and ARM. > > Regards, > > Steve > > > > > > ------------------------------ > > Message: 2 > Date: Fri, 30 Oct 2009 12:24:40 +0000 > From: rohan tabish <[email protected]> > Subject: DM6446:How to execute DSP code from ARM > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="utf-8" > > Hello everyone > > We have made our own custom board i am done with the linux using open > source from git.now i want enable the dsp and execute its code bay placing > the code in the RAM.I have created the code of dsp using the CCS which is > .out file I want to know that do i need to trasnfer the file to RAM in .out > format or hex format.Any one having any idea > > Regard's > Rohan Tabish > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20091030/5702d277/attachment-0001.htm > > ------------------------------ > > Message: 3 > Date: Fri, 30 Oct 2009 08:37:29 -0400 > From: Andrew Elder <[email protected]> > Subject: Re: DM6446:How to execute DSP code from ARM > To: rohan tabish <[email protected]> > Cc: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="utf-8" > > > Have a look here > > http://wiki.davincidsp.com/index.php/Example_DSPLIB/DSPLink_Application_on_OMAP-L1x > or at other DSPLink reference material. > > rohan tabish wrote: > > Hello everyone > > > > We have made our own custom board i am done with the linux using open > > source from git.now i want enable the dsp and execute its code bay > > placing the code in the RAM.I have created the code of dsp using the > > CCS which is .out file I want to know that do i need to trasnfer the > > file to RAM in .out format or hex format.Any one having any idea > > > > Regard's > > Rohan Tabish > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Davinci-linux-open-source mailing list > > [email protected] > > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20091030/22cff014/attachment-0001.htm > > ------------------------------ > > Message: 4 > Date: Fri, 30 Oct 2009 05:37:00 -0700 > From: rohan tabish <[email protected]> > Subject: DM6446:open source DSP link source > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="utf-8" > > hi > > I have ported the open source linux on our custom board DM6446.Now i want > to enable DSP from it under arm and want to run my applications using DSP > anyone having any idea > > > > Regard's > RT > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20091030/37601e6c/attachment-0001.htm > > ------------------------------ > > Message: 5 > Date: Fri, 30 Oct 2009 14:26:27 +0100 > From: Raffaele Recalcati <[email protected]> > Subject: Wiki changing for more understable setup for DM365 > To: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="ISO-8859-1" > > In > > http://wiki.davincidsp.com/index.php/DaVinci_PSP_03.01_Phase_2_Release_Notes > > I'd like to make this change. > First of all arago is more easy to use and can also be used to compile > u-boot and the kernel, so I have put arago before > DaVinci PSP 03.01 Build in the Arago OE environment > and after > Download DaVinci PSP 03.01 Components > > then I have delete -n from git clone because I had git checkout problems. > > > Can I modify the wiki? > > > ----- > In the future I'll need to ask before modifying thew wiki? > ----- > > Here a like-patch view of the change: > --- r26_setup 2009-10-30 14:20:46.000000000 +0100 > +++ r26_setup1 2009-10-30 14:22:06.000000000 +0100 > @@ -1,8 +1,30 @@ > +[edit] DaVinci PSP 03.01 Build in the Arago OE environment > + > + * Download Arago, Arago OE and Arago bitbake tool based on the > <release-tag> > + > + $ mkdir $HOME/oe > + > + $ cd $HOME/oe > + $ git clone git://arago-project.org/git/arago.git > + $ cd arago > + $ git checkout <release-tag or commit-id> > + > + $ cd $HOME/oe > + $ git clone git://arago-project.org/git/arago-oe-dev.git > + $ cd arago-oe-dev > + $ git checkout <release-tag or commit-id> > + > + $ cd $HOME/oe > + $ git clone git://arago-project.org/git/arago-bitbake.git > + $ cd arago-bitbake > + $ git checkout <release-tag or commit-id> > + > + > Download DaVinci PSP 03.01 Components > > * Download DaVinci Kernel component from linux-davinci-staging > tree using the <release-tag or commit-id> > > - $ git clone -n git://arago-project.org/git/projects/linux-davinci.git > + $ git clone git://arago-project.org/git/projects/linux-davinci.git > $ cd linux-davinci-staging > $ git checkout <release-tag or commit-id> > > @@ -14,28 +36,8 @@ > > * Download DaVinci examples component from linux-davinci-examples > tree using the <release-tag or commit-id> > > - $ git clone -n git:// > arago-project.org/git/projects/examples-davinci.git > + $ git clone git://arago-project.org/git/projects/examples-davinci.git > $ cd linux-davinci-examples > $ git checkout <release-tag or commit-id> > > -[edit] DaVinci PSP 03.01 Build in the Arago OE environment > - > - * Download Arago, Arago OE and Arago bitbake tool based on the > <release-tag> > - > - $ mkdir $HOME/oe > - > - $ cd $HOME/oe > - $ git clone -n git://arago-project.org/git/arago.git > - $ cd arago > - $ git checkout <release-tag or commit-id> > - > - $ cd $HOME/oe > - $ git clone -n git://arago-project.org/git/arago-oe-dev.git > - $ cd arago-oe-dev > - $ git checkout <release-tag or commit-id> > - > - $ cd $HOME/oe > - $ git clone -n git://arago-project.org/git/arago-bitbake.git > - $ cd arago-bitbake > - $ git checkout <release-tag or commit-id> > > recalc...@recalcati-laptop:~$ > > > > ------------------------------ > > _______________________________________________ > Davinci-linux-open-source mailing list > [email protected] > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source > > > End of Davinci-linux-open-source Digest, Vol 46, Issue 108 > ********************************************************** >
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
