About failure of 'gpu-sdk1008' example executible binary.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About failure of 'gpu-sdk1008' example executible binary.

893 Views
YongGueBAE
Contributor I

I use freescale' Quick Stard Board mounting i.mx535 processor ( Full P/N = PCIMX535DVV1C)

I boot Quick Stard Board with given pre-built image in SD card.

Next, I excute example program in the next path.

/home/lucid/Desktop/gpu-sdk1008/bin/ es2_lesson02_fbdev

then error message printed at console is next <table1>.

<table 1>

=========================================================================

lucid@lucid-desktop:~/Desktop/gpu-sdk1008/bin$ ./es2_lesson02_fbdev

es2_lesson02_fbdev: lesson02_imx.c:231: int init(): Assertion `eglGetError() == 0x3000' failed.

Aborted

=========================================================================

 

Then. I edit /etc/init/rc-sysinit.conf in root filesystem same as following sentence.

=========================================================================

*. Before change : env DEFAULT_RUNLEVEL=2

*. After change  : env DEFAULT_RUNLEVEL=1

=========================================================================

 

Then, I boot Quick Stard Board.

then, I excute the example program(=es2_lesson02_fbdev) in the same path.

then, error message same as <table1> is printed.

 

Please.

What is the problem ?

Please help me…!!!

Thank you very much.

0 Kudos
3 Replies

676 Views
lipeng1z
Contributor I

anyone can solve this problems ???

0 Kudos

676 Views
PaulShirren
Contributor I

Oh, wait. Found that if I grab the libraries and bins from amd-gpu-mx51 in the patch bundle from the website I get framebuffer support. This is distinct from the amd-gpu-x11-mx51 libs and bins. The libs have the same name so I might put them in a different location and use LD_LIBRARY_PATH depending if I want X11 or fbdev.

0 Kudos

676 Views
PaulShirren
Contributor I

I have the same issue with a imx53 QSB-R and the default image. The es1, es2 and vg demos all fail to initialise using the _fbdev version in gpu-sdk1008. This issue is mentioned elsewhere in the forums but I have not seen any response. Is this a known problem and is there a resolution?

0 Kudos