Index: tools/configure =================================================================== --- tools/configure (wersja 24332) +++ tools/configure (kopia robocza) @@ -2462,14 +2462,14 @@ target="-DPBELL_VIBE500" memory=32 # always arm7tdmicc - tool="$rootdir/tools/scramble -mi4v3 -model=vibe500 -type=RBOS" + tool="$rootdir/tools/scramble -mi4v3 -model=v500 -type=RBOS" bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_native="$rootdir/tools/bmp2rb -f 5" output="jukebox.mi4" appextra="recorder:gui" plugins="no" swcodec="yes" - boottool="$rootdir/tools/scramble -mi4v3 -model=vibe500 -type=RBBL" + boottool="$rootdir/tools/scramble -mi4v3 -model=v500 -type=RBBL" bootoutput="rockbox.mi4" # toolset is the tools within the tools directory that we build for # this particular target. Index: tools/scramble.c =================================================================== --- tools/scramble.c (wersja 24332) +++ tools/scramble.c (kopia robocza) @@ -322,6 +322,8 @@ modelnum = 65; else if (!strcmp(&argv[1][5], "cli+")) /* Sansa Clip+ */ modelnum = 66; + else if (!strcmp(&argv[1][5], "v500")) /* Packard Bell Vibe 500 */ + modelnum = 67; else if (!strcmp(&argv[1][5], "m244")) modelnum = 131; else { Index: firmware/export/config/vibe500.h =================================================================== --- firmware/export/config/vibe500.h (wersja 24332) +++ firmware/export/config/vibe500.h (kopia robocza) @@ -186,6 +186,7 @@ /* and doesn't handle them in the drive firmware */ /* #define MAX_PHYS_SECTOR_SIZE 1024 */ +#define MI4_FORMAT #define BOOTFILE_EXT "mi4" #define BOOTFILE "rockbox." BOOTFILE_EXT #define BOOTDIR "/.system"