This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
= dsp-tools = |
| 2 |
|
| 3 |
Miscellaneous utilities for TI's C64x+ DSP. |
| 4 |
|
| 5 |
* dsp-test: runs simple trivial tests |
| 6 |
* dsp-load: prints the DSP CPU load and frequency |
| 7 |
* dsp-probe: checks running tasks |
| 8 |
* dsp-exec: loads base images into the DSP |
| 9 |
|
| 10 |
== building == |
| 11 |
|
| 12 |
There are no dependencies, so just type 'make'. If you are using an old version |
| 13 |
of TI's dspbrdige driver, do 'make DSP_API=0'. |
| 14 |
|
| 15 |
== tidsp == |
| 16 |
|
| 17 |
You'll need a kernel with tidspbridge driver, the DSP firmware in /lib/dsp, and |
| 18 |
the DSP running a proper baseimage (baseimage.dof). |
| 19 |
|
| 20 |
See: |
| 21 |
http://omapzoom.org/wiki/L23.i3.8_Release_Notes |