forked from len0rd/rockbox
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
This commit is contained in:
parent
7b015f8681
commit
0eae33c60a
2 changed files with 67 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue