I was building some basic Silverlight OSDesigns and noticed the following:
I am using the Silverlight OSDESIGN template with the Sample Home Screen enabled, 800x480. No Compositor, No VRFB. Using WEC7 Update 3 with the 2.0.x BSP.
1. Built OSDESIGN and deployed to a 3530 platform with ES 3.1 silicon.
-it ran fine but was slow as expected as it was just using GDI.
Enabled PowerVR with SGX Core Revision 121. Set BSP_XRPLUGIN_OPENGL.and rebuilt.
-It ran and showed much faster response as expected.
2. I then tried doing the exact same on a 3730 platform with ES1.1 silicon.
-it also ran fine but was slow with just GDI. (but was faster than 3530 GDI only as cpu is faster).
Enabled PowerVR with SGX Core Revision 125. Set BSP_XRPLUGIN_OPENGL and rebuilt.
-When I deployed all I get is a black screen. Everything else seems to load fine and the rest appears to be running.
Just as a test I tried to select Core Rev 121 instead of 125 but I get a load error right away on startup.
any ideas?