I have one Angstrom based SD card that I am trying with two different Beagle xM rev C boards. Everything is the same except for the board (monitor, keyboard....) This is the same OS image used on several other people boards in my group.
Only on this one board is the powervr init failing.
I have checked several things out already, and so far none has helped (checked uboot environment, system memory and so forth).
On the failing board, here is my first clue that something in wrong:
root@beagleboard:~# /etc/init.d/pvr-init restart
Stopping PVR
ERROR: Module bufferclass_ti does not exist in /proc/modules
No SGX hardware, not starting PVR
The only issue I have found so far is related to this, but I get that on both devices.
CMEMK Error: Failed to request_mem_region(0x86300000, 16777216)
The GPU would appear to be there:
root@beagleboard:~# cat sgxrevision.txt
/dev/mem opened.
Memory mapped at address 0x40020000.
Read at address 0x50000014 (0x40020014): 0x00010205
Attaching the result of sgxperf_check.sh on the bad board, and if the forum will let me, from the good board.
suggestions on what to try next ?