From 0eae33c60a6fb8bea24ec7bb867da8aba33ea04b Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Thu, 27 Mar 2014 23:31:04 +0000 Subject: Sansa View: replace real bootloader with a simple test code. After placing the firmware.mi4 file in the root dir of the player in UMS mode of the OF, Sansa should do stupid blinking with the backlight and buttonlight alternately. Recovering from this state is possible through the recovery mode (see Wiki), by putting an original copy of the firmware.mi4. Change-Id: Ia913442b97e8c405f55c4676b9a2bf0b1b1d05d6 --- bootloader/SOURCES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootloader/SOURCES') diff --git a/bootloader/SOURCES b/bootloader/SOURCES index 4f3cd38..12347c5 100644 --- a/bootloader/SOURCES +++ b/bootloader/SOURCES @@ -21,6 +21,8 @@ main-e200r-installer.c #elif defined(SANSA_PP_ERASE) main-ppsansawipe.c fat32format.c +#elif defined(SANSA_VIEW) +sansaview.c #else show_logo.c main-pp.c -- cgit v1.1