Is it possible to write a script to do this without setting up USB networking and dropbear?Pickle said:Just so everyone knows a work around the reload problem is to replace gp2xmenu with a script of the same name that loads gmenu2x. You can rename/move the gp2xmenu if you want to save it.
Reo said:Is it possible to write a script to do this without setting up USB networking and dropbear?Pickle said:Just so everyone knows a work around the reload problem is to replace gp2xmenu with a script of the same name that loads gmenu2x. You can rename/move the gp2xmenu if you want to save it.
alisk222 said:Hmmm, I don't know if this is a bug or user error (most likely the latter, lol) but when I try to launch a ROM using the Gmenu2X browser, it just loads into the emulator front-end rather than launching the selected ROM.
Any thoughts?
Cheers
Alex
joyrider said:no bug and this is probably intended, the emulator either wasn't programmed to get command line arguments or your giving the wrong ones, read readme's and if it's not developped that way you'd just have to use the emulator frontend
u9i said:Joyrider, as far as i could figure out, no part of the NAND is writable. I tried replacing the samba daemon but couldn't. There are a few config folders mounted on the ramfs (or what ever it is called), but these directories are wiped after a reboot. Probably any saved options are stored on sd card? I'm not sure about that though. The screen on my Caanoo is now defective, so i cannot check more details right now
But I have tried to remount the root filesystem as read/write, but i didn't manage. Mind you, i am no linux expert, so it could be just me. I really don't understand why it shouldn't be a snap to remount it. I don't think firmware updates require write access to the root filesystem. I don't think firmware updates are run from linux. I believe it is uboot or something? If so, then linux hasn't even started. Maybe some expert can shed some light on that.
So unless gp2xmenu can be set to autorun some application on boot, or we can figure out how to remount the filesystem, we are pretty much completely stuck.
/Uni
Popcorn Dave said:This thing is great! Only problem is it fairly often goes to a black screen when you close an emulator (especially the SNES and Neo Geo emulators) and you have to turn the machine off. But it's definitely a lot cooler looking and nicer to use than the original!
Is there any way to move the top bar down a bit, though? At the moment the top of the screen is cut off by the Caanoo's screen border.
Popcorn Dave said:Well I tested all the emulators I've got and Snes9X4C crashes on closing every time. GnGeo and Gpsp seem to be okay now, they just send you back to the default menu. Picodrive actually sends you back to Gmenu2x, which is neat. If they can do it, maybe other programs can as well?
cd /usr/gp2x
exec ./gp2xmenu
#!/bin/sh
export LD_PRELOAD=
if ! [ -e /dev/accel ]; then
# Wiz
export POLLUX_RAM_TIMINGS='ram_timings=2,9,4,1,1,1,1'
export POLLUX_LCD_TIMINGS_NTSC='lcd_timings=397,1,37,277,341,0,17,337;clkdiv0=9'
export POLLUX_LCD_TIMINGS_PAL='lcd_timings=428,1,37,277,341,0,17,337;clkdiv0=10'
fi
./PicoDrive "$@"
cd /usr/gp2x
exec ./gp2xmenu
cd /usr/gp2x
exec ./gp2xmenu
iirc overclocking was fixed in one of the later firmwares, so that it works the same way as it does on the wiz.jb0yx said:not a peep huh?
this was supposedly a port from the wiz, but OC'ing doesn't appear to be working on this...crow_riot said:iirc overclocking was fixed in one of the later firmwares, so that it works the same way as it does on the wiz.