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:

  1. Install libtk-dev and libtcl-dev packages using opkg. I had to use the -force-depends option because opkg complained about some missing dependencies. Hope it doesn’t come back to bite me later.
  2. Install the compiler packages gcc and gcc-symlinks
  3. Download the source code from here.
  4. Unpack the source into a directory of your choosing
  5. Edit the makefile in the src subdirectory and change libtk8.4.a to libtk8.4.so and libtcl8.4.a to libtcl8.4.so
  6. type “make”
  7. You should now have a pd executable in the bin subdirectory.

3 Comments

  • 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.

Other Links to this Post

RSS feed for comments on this post. TrackBack URI

Leave a comment