A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 36 lines 1.2 kB view raw
1sansapatcher 2------------ 3 4To compile sansapatcher, you need both the C200 and E200 Rockbox 5bootloaders. The latest bootloaders can always be found here: 6 7http://download.rockbox.org/bootloader/sandisk-sansa/e200/PP5022.mi4 8http://download.rockbox.org/bootloader/sandisk-sansa/c200/firmware.mi4 9 10Place both these files in the sansapatcher source directory, and type "make". 11 12 13Building your own bootloaders 14----------------------------- 15 16If you would like to compile the bootloaders yourself, they are the output of 17running the "Bootloader" build for the E200 and C200 targets. 18 19NOTE: Unless you know what you are doing, it is recommended that you 20 use the official pre-built binary bootloaders linked to above. 21 Bootloaders compiled from current Rockbox SVN are untested and 22 may contain bugs preventing you from starting the device (or 23 worse...). 24 25In the Rockbox source directory, do: 26 27mkdir build-e200-bootloader 28cd build-e200-bootloader 29../tools/configure 30[Select E200, then B for bootloader] 31make 32 33This will create PP5022.mi4 which you should copy to the sansapatcher 34build directory. 35 36A similar process for the C200 will create firmware.mi4.