From c876d3bbefe0dc00c27ca0c12d29da5874946962 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 15 Dec 2021 21:04:28 +0100 Subject: rbutil: Merge rbutil with utils folder. rbutil uses several components from the utils folder, and can be considered part of utils too. Having it in a separate folder is an arbitrary split that doesn't help anymore these days, so merge them. This also allows other utils to easily use libtools.make without the need to navigate to a different folder. Change-Id: I3fc2f4de19e3e776553efb5dea5f779dfec0dc21 --- utils/sansapatcher/README | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 utils/sansapatcher/README (limited to 'utils/sansapatcher/README') diff --git a/utils/sansapatcher/README b/utils/sansapatcher/README new file mode 100644 index 0000000000..c62f676110 --- /dev/null +++ b/utils/sansapatcher/README @@ -0,0 +1,36 @@ +sansapatcher +------------ + +To compile sansapatcher, you need both the C200 and E200 Rockbox +bootloaders. The latest bootloaders can always be found here: + +http://download.rockbox.org/bootloader/sandisk-sansa/e200/PP5022.mi4 +http://download.rockbox.org/bootloader/sandisk-sansa/c200/firmware.mi4 + +Place both these files in the sansapatcher source directory, and type "make". + + +Building your own bootloaders +----------------------------- + +If you would like to compile the bootloaders yourself, they are the output of +running the "Bootloader" build for the E200 and C200 targets. + +NOTE: Unless you know what you are doing, it is recommended that you + use the official pre-built binary bootloaders linked to above. + Bootloaders compiled from current Rockbox SVN are untested and + may contain bugs preventing you from starting the device (or + worse...). + +In the Rockbox source directory, do: + +mkdir build-e200-bootloader +cd build-e200-bootloader +../tools/configure +[Select E200, then B for bootloader] +make + +This will create PP5022.mi4 which you should copy to the sansapatcher +build directory. + +A similar process for the C200 will create firmware.mi4. -- cgit v1.2.3