How to run SGX demos underAngstrom

hi,

I have a OMAP 3530 evm running Angstrom console image on it.In order to run the sgx demos i followed the beagleboard’s link below

http://code.google.com/p/beagleboard/wiki/HowtoUseSGXunderAngstrom

when i tried to run sgx demo

root@omap3evm:/usr/bin# ./gles1test1 -t

the demo is not displaying on touch screen.

FYI…

I am booting image through SD card.

The environment variables are …

omap3con=console=ttyS0,115200n8 rw rootwait initrd=0x81600000,4000
bootargs=console=ttyS0,115200n8 rw rootwait initrd=0x81600000,4000 root=/dev/mmcblk0p3 omapfb.video_mode=1024x768MR-16@60
mmcboot=mmcinit;fatload mmc 0 0x80000000 uImage;fatload mmc 0 0x81600000 ramdisk.gz;bootm 0x80000000
Environment size: 1794/131068 bytes
OMAP3EVM #

Can Anyone help me how to view the demos on touch screen of OMAP3530 evm.

Thanks
JK

Can you confirm the version of the sgx kernel modules that you are using?

Also, can you give us send the output of dmesg related to sgx driver initialization?

Regards,
Varun

The parameter after gles1test1 is a number. Try something like ./
gles1test1 200

Steve K.