Hi, i've build up my own bootloader, so that the default firmware is the original firmware, i only changed line 334 of main-pp.c
from:
if(btn & BOOTLOADER_BOOT_OF)
to:
if(!(btn & BOOTLOADER_BOOT_OF))
compiled:
mkdir bootl
cd bootl
../tools/configure
choose bootloader
and ive copied to my sansa, the problem is that when i choose to load rockbox it gives an error:
"can't load rockbox.e200 : invalid format"
and i have rockbox.e200 on the root of the mp3 filesystem... :s
what am i missing?