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.

ErosQNative: Re-enable OF recovery

This is needed to be able to do updates to the OF due to the fact
that the OF reboots when you select "update firmware".

By default, most OF update images do not update the bootloader,
but it is easy to modify them to do so, and they already contain
a uboot.bin binary.

I tested using the Aigo Recovery from our native bootloader and it
sure seems to work fine.

If we patch the OF update images to load our own native bootloader,
this will be doubly necessary for uninstallation.

Change-Id: Id69b0321e293331b3936c3f3e7e012d5f00b479a

authored by

Dana Conrad and committed by
Solomon Peachy
f6b9e923 56dd7ead

+3 -4
+3 -4
bootloader/x1000/x1000bootloader.h
··· 107 107 " init=/linuxrc ubi.mtd=4 root=ubi0:rootfs ubi.mtd=5 rootfstype=ubifs \ 108 108 sn_no=00000000000000000000000000000000 bt_mac=xxxxxxxxxxxx wifi_mac=xxxxxxxxxxxx rw" 109 109 # define OF_PLAYER_BTN BUTTON_PLAY 110 - /* Note: OF Recovery boots, but is otherwise untested. */ 111 - //# define OF_RECOVERY_NAME "Aigo Recovery" 112 - //# define OF_RECOVERY_ADDR 0x900000 113 - //# define OF_RECOVERY_LENGTH (7 * 1024 * 1024) 110 + # define OF_RECOVERY_NAME "Aigo Recovery" 111 + # define OF_RECOVERY_ADDR 0x900000 112 + # define OF_RECOVERY_LENGTH (7 * 1024 * 1024) 114 113 # define OF_RECOVERY_ARGS \ 115 114 "console=ttyS2,115200n8 mem=32M@0x0 no_console_suspend lpj=5009408 ip=off" 116 115 #else