PBell vibe 500: ROLO fix

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24385 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Szymon Dziok 2010-01-30 21:11:18 +00:00
parent f6b46caa40
commit c2bd57a9b0
3 changed files with 5 additions and 2 deletions

View File

@ -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"

4
tools/configure vendored
View File

@ -2462,14 +2462,14 @@ fi
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.

View File

@ -322,6 +322,8 @@ int main (int argc, char** argv)
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 {