installing PDa to the beagle board
Well, today I got Günter Geiger’s PDa version of Pure Data compiled on the Beagle Board. I haven’t gotten HDMI output to work properly to my TV so I’m relying on X-forwarding for the GUI, which is pretty painfully slow at the moment, but I did get some sound out. Here are the steps I took:
- Install
libtk-devandlibtcl-devpackages using opkg. I had to use the-force-dependsoption because opkg complained about some missing dependencies. Hope it doesn’t come back to bite me later. - Install the compiler packages
gccandgcc-symlinks - Download the source code from here.
- Unpack the source into a directory of your choosing
- Edit the makefile in the
srcsubdirectory and changelibtk8.4.atolibtk8.4.soandlibtcl8.4.atolibtcl8.4.so - type “make”
You should now have a pd executable in the bin subdirectory.
3 Comments
Other Links to this Post
RSS feed for comments on this post. TrackBack URI

By Colin, October 13, 2008 @ 7:40 pm
The connector is HDMI but that interface is not supported. You need to get a HDMI->DVI connector.
By andy d, May 21, 2009 @ 3:26 pm
Did this ever work?
I want to do this.
By Spencer, May 22, 2009 @ 9:21 am
I’ve been on tour in Europe for the past couple months, so current status is a bit out of date. I got sound to come out, but there were lots of dropouts. I wouldn’t be surprised if it’s working much better now, and when I’m back in the states in July I’ll be hopefully resuming work.