This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Apr 11 08:37:02 -0700 2009 | |
| |
Makefile | Sat Nov 14 07:33:32 -0800 2009 | |
| |
README | Sat Nov 14 07:38:29 -0800 2009 | |
| |
dmm_buffer.h | Wed May 13 07:45:37 -0700 2009 | |
| |
dsp_bridge.c | Sat Sep 12 01:48:53 -0700 2009 | |
| |
dsp_bridge.h | Sat Sep 12 01:48:53 -0700 2009 | |
| |
dummy_arm.c | Sat Nov 14 07:36:51 -0800 2009 | |
| |
dummy_bridge.s | Mon Oct 20 10:50:39 -0700 2008 | |
| |
dummy_dsp.c | Wed May 13 07:43:50 -0700 2009 | |
| |
log.c | Sat Apr 11 09:38:25 -0700 2009 | |
| |
log.h | Sat Apr 11 09:38:25 -0700 2009 | |
| |
node.h | Wed May 13 07:43:50 -0700 2009 |
README
This is an example DSP node that is simply passing buffers back and forth. = Preparation = In order to develop dynamic dsp nodes you'll need a C6x compiler and doffbuild tools. == C6x compiler == Download from: https://www-a.ti.com/downloads/sds_support/targetcontent/LinuxDspTools/download.html Install to '/opt/dsptools' == doffbuild == The only relevant tool is DLLcreate, which can be found in TI's omapzoom site, on the dspbridge_dsp package. mkdir -p tmp tar -xf dspbridge_dsp.tar.gz -C tmp mv tmp/dsp/bdsptools/packages/ti/dspbridge/dsp/doffbuild /opt/doffbuild rm -rf tmp = Build = make DSP_TOOLS=/opt/dsptools DSP_DOFFBUILD=/opt/doffbuild As a result you'll have two binaries; 'dummy.dll64P' for dsp-side, and 'dummy' for arm-side. Simply copy 'dummy.dll64P' to '/lib/dsp' and then run the 'dummy' app.







