Nand Files Removed And Restarted Clock


dftruf

Still Fresh
Joined
Aug 9, 2006
Messages
61
Hi,

Accidentaly I've launched mame_vm.gpe file (from mame4all emulator, from NAND), my wiz have been freezed on loading screen, so I turn it off. When I turned it on the NAND memory have been cleared and clock restarted. Now usb transfer to NAND doesn't work and clock is restarted every time when I turn wiz on. Does anybody know what's happening?


mame_vm.gpe is a sh script:
###################################
if [ ! -e /mnt/sd/swapfile ]; then
dd if=/dev/zero of=/mnt/sd/swapfile bs=1024 count=65536
fi
mkswap /mnt/sd/swapfile
swapon /mnt/sd/swapfile
exec ./mame.gpe
###################################
 
Orion4874 said:
Try reflashing the firmware. Looks like you corrupted something.

Thanks. I've reflashed firmware and it works again. :)
Small scripts or playing with some emulators' files can make big mess on card or NAND. So I'll watch more carefully what I push on launcher.

It is good to have separate sd card for researching scripts or new stuff which can hurt the filesystem's structure.
 
Last edited by a moderator:
Back
Top