Hi,
I've uploaded an example of a DSP node for the dsp-bridge:
http://github.com/felipec/dsp-dummy
It's simply sending buffers back and forth.
I've added instructions about how to get all the tools, compile, and
run it to the wiki:
http://elinux.org/BeagleBoard/DSP_Howto#Developing
Also, I moved the GStreamer/OpenMAX IL specific stuff to another page:
http://elinux.org/BeagleBoard/gst-openmax
This is not following TI's documentation, which I find overly
complicated. There are a few tricks to avoid the usage of extra tools,
headers, and messy dependencies, which actually don't seem to work
anyway.
Cheers.
When I'm using the kernel created from this git repositories and angstrom demo image from Koen, the DVI cannot display a thing (using omap3_beagle_defconfig).
git clone http://www.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
Am I missing something here?
1) a proper u-boot
2) The timings patches Måns wrote
3) a proper defconfig
As has been mentioned quite a few times this week on this very list:
the kernel OE builds has the patches and defconfig needed.
So save yourself a load of time and use OE build your kernel or do a
better job at reading the elinux beagle board kernel section
I added another page for setting up the video stuff:
http://elinux.org/BeagleBoard/video
Maybe that would help.