HELP with BENNU e ConText

Started by equinox, February 25, 2010, 04:16:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

equinox

#30
Disco rimovibile(j) == SD my GP2XF200

In summary:
I created the directory bgd-runtime. Inside there are only libraries. SO



after...I created the directory my_game. Inside there are only my_game.prg and my_game.gpe



my_game_gpe-->

#!/bin/sh
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../bgd-runtime
PATH=$PATH:../bgd-runtime

export LD_LIBRARY_PATH
export PATH

echo 2 > /proc/cpu/alignment

bgdc my_game.prg
bgdi my_game.dcb

cd /usr/gp2x
exec /usr/gp2x/gp2xmenu



....but i dont see nothing in display gp2x....
and not see .DCB in dir my_game on GP2....  :o(

DCelso

yeah, it seems right.
we need know the information of bgdc throws.
Can you put the next gpe and put the information on stdout.txt and stderr.txt files?

#!/bin/sh
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../bgd-runtime
PATH=$PATH:../bgd-runtime

export LD_LIBRARY_PATH
export PATH

echo 2 > /proc/cpu/alignment

bgdc my_game.prg >stdout_bgdc.txt 2>stderr_bgdc.txt
bgdi my_game.dcb >stdout_bgdi.txt 2>stderr_bgdi.txt

cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
Monstruos Diabólicos

"A PAck of classic GAMEs For BennuGD" en desarrollo
http://code.google.com/p/apagame4be/

equinox

Yes.

stderr_bgdi.txt

bgdi: /lib/libc.so.6: version `GLIBC_2.3' not found (required by ../bgd-runtime/libbgdrtm.so)

the other 3 files are all empty - no written

DCelso

ah,oh,eh.
Your problem is that you don't have in your gp2x the open2x firmware.
This problem was said for Drumpi.
Monstruos Diabólicos

"A PAck of classic GAMEs For BennuGD" en desarrollo
http://code.google.com/p/apagame4be/

equinox

so I can not compile anything. There is no solution?

DCelso

Yes, update your gp2x to open2xfirmware.
But I don't help you with this task, sure that Drumpi can.
Monstruos Diabólicos

"A PAck of classic GAMEs For BennuGD" en desarrollo
http://code.google.com/p/apagame4be/

Drumpi

So, the PM was about installing Open2X? I think you was talking about installing Bennu for GP2X.

To install Open2X you must first download it from GP2x scene webs (http://www.gp32x.com or http://www.gp32spain.com, the lastest betas are on:
http://www.gp32x.com/board/index.php?/topic/47311-open2x-dr7-for-f100-and-f200/
Or just look for on his download section for the previous release, who it's i'm using.

His instalation is easy to do: you only need a small SD (about 256MB, 512MB or 1GB SD, not SDHC) recently formatted to FAT32, fully charged batteries (or 220v adapter) and follow STEP BY STEP the readme file. If you do it, it will works fine.

You can install then the official firm again if you don't like. But be carefull to don't mistake versions (F100 or F200).
For more information, you can go to gp32x.com and ask him.

I hope we can get a new version with official firm compatibility soon :(
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

equinox

#37
Tnk1000 for help.

Where can I find the original FW?

my: gp2x f200 (B)

Drumpi

Same sites ;)
But be carefull, GP2X F200 needs an especific official firm, otherwise... :S
So, read CAREFULLY all posts and instructions if you want to install an official firm.

GP2X firms aren't the same as PSP or NDS firms: lastest aren't bests, and not necesary works betters.
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

DCelso

But why do you want the official firmware?
Does your gp2x go without firmware actually?
Monstruos Diabólicos

"A PAck of classic GAMEs For BennuGD" en desarrollo
http://code.google.com/p/apagame4be/

equinox

work well

But if I'm wrong ,I wish go back to the original FW.

Tnk1000.

DCelso

and dont you want do a backup of your current firmware¿
Monstruos Diabólicos

"A PAck of classic GAMEs For BennuGD" en desarrollo
http://code.google.com/p/apagame4be/

equinox

Oh...is possible do a backup of MY current firmware ?

I did not know you could do?

you know how?