Rockbox Development > Starting Development and Compiling
own bootloader can't load rockbox.e200
bodymind:
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?
???
linuxstb:
I think the Sansa bootloader was temporarily broken in SVN - update your source to the latest version.
bodymind:
it's working now ;D
bodymind:
btw.. nice work on this player :) i've never been able to change open source code, cause they are so complicate and don't seem to have so much documentation as u do :)
bodymind:
new sansa patcher...
i can't build my own bootloader anymore... :(
i've searched the code of the new sansa patcher but i can't find a way to make original firmware to boot as default.. any idea how can i do it?
Navigation
[0] Message Index
[#] Next page
Go to full version