Offline
Unsubscribe

This thread gave me the idea:
http://chipmusic.org/forums/post/155643/#p155643
Is there a easy to to autoboot to pig on caanoo? On the dingoo you can also issue a shutdown at exit, is that possible on the caanoo too?

Offline
Edinburgh

You can autoboot on Caanoo by making a file called autorun.gpu in the root directory with the following contents:

#!/bin/sh
cd /mnt/sd/apps/lgpt
exec ./lgpt.gpe

...but with line 2 changed to show the correct path. Don't know about shutting down at exit though.

Last edited by Comptroller (Feb 11, 2013 7:32 am)

Offline
Unsubscribe

that is what I was trying, and I have the same path but it is always stuck at a black screen. Is there a certain firmware i need to have?

Offline
Edinburgh
herr_prof wrote:

that is what I was trying, and I have the same path but it is always stuck at a black screen. Is there a certain firmware i need to have?

Not sure, but here's what I'm using if it's any help:

Version: 1.6.0
Firmware: Linux 2.6.24 Revision: 162

Offline
Unsubscribe

Same.. weird...

Offline
Edinburgh

Would the Piggy build have anything to do with it? I'm using the latest ghetto (1.3c_47).

Offline
Unsubscribe

Me too.

Offline
Unsubscribe

I figured out the problem, you need to run the shell script, not the gpe

#!/bin/sh
cd /mnt/sd/game/lgpt/
exec ./lgpt.sh

Works now!