I followed the instructions in http://processors.wiki.ti.com/index.php?title=Graphics_SDK_Quick_installation_and_user_guide
With Graphics SDK v 4.08.00.02, I compile it with: make BUILD=release OMAPES=8.x SUPPORT_XORG=1 all
On the evm, I run the command /etc/init.d/335x-demo. ps doesn't show that X is running, so I try to start X manually, and get the error:
error while loading shared libraries: libpciaccess.so.0: cannot open shared object file: No such file or directory
That seems to be part of a package, so I try to install it on the Evm with opkg and get:
opkg install libpciaccess
Unknown package 'libpciaccess'.
Collected errors:
* opkg_install_cmd: Cannot install package libpciaccess.
My kernel is linux-3.2-psp04.06.00.07.sdk and I boot using NFS.
Any suggestions are welcome.