Welcome to the Rockbox Technical Forums!
IM saying that buflib commit hasn't affected the others mentioned. And i went thru those bootloaders previously to make them fit and left some wiggle room
been going through your changes I think the YUV stuff is superfluous but otherwise looks sane
try boosting dcdc voltages or force into non HS mode in the sd driver
void usb_storage_disconnect(void){#if !defined(BOOTLOADER) usb_handle = core_free(usb_handle);#endif (void)usb_handle;}
/* Priority in bootloader is wanted */#if !defined(SANSA_E200V2)#define HAVE_PRIORITY_SCHEDULING#endif
Yeah, disabling prio scheduling on top of those two patches is actually all you need to make it fit without --thumb: https://gerrit.rockbox.org/r/c/rockbox/+/5615/2
you have the device. IMO it makes the most sense for you to do a patch
Also we don't make new bootloaders often so could you test some of these patches with your builds?
Also, we can get rid of the codepage handling completely
I'd like to have headroom so we don't have this problem again because of some minor code change somewhere.
I would rather keep backtraces.
we should merge everything and go with disabling backtraces to get things working again.
Page created in 0.045 seconds with 17 queries.