Hello,
I am a new user who is trying to get PowerVR working on my BeagleBoard-xM.
I populated my microSD card with the proper files from Narcissus; I used the Narcissus choices found on the page http://qt-project.org/wiki/TIBeagleBoard. All PowerVR files seem to be in the correct place in the rootfs.
Given only this populated microSD card, what are the other things I need to do to get PowerVR to function so that its test program will run successfully? Is there administration steps needed at the command line in Angstrom?
When I run the pvr2d_test program on the BB-xM, I get the error "PowerVR device not found".
Thanks for any ideas. I am a fairly experienced programmer, but somewhat new to cross-compiling, BeagleBoard-xM, and setting up this sort of gpu support feature on an embedded Linux system.
(BTW - I did see some of Prabindh Sundaaerson's pages and slides. I read I might need to set omapfb.video_mode=1024x600MR-16@60, but I'm not sure about whether that's still really needed. I also read that to use Qt (once PowerVr is functioning) I need to export QT_QPA_EGLFS_DEPTH=16)