Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

iPod S5L87xx dev bootloader: show error code if OF fails to boot

Change-Id: Ie00bcdd81b9385b89389ea90b6b0581f6142c37e

authored by

Vencislav Atanasov and committed by
Solomon Peachy
f566f63b 02c25656

+4 -1
+4 -1
bootloader/ipod-s5l87xx.c
··· 475 475 printf("Booting OF in %d...", tmo); 476 476 sleep(HZ*1); 477 477 } 478 - kernel_launch_onb(); 478 + 479 + int rc = kernel_launch_onb(); 480 + printf("Load OF error: %d", rc); 481 + sleep(HZ*10); 479 482 } 480 483 481 484 static void print_syscfg(void)