mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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:
parent
f6b46caa40
commit
c2bd57a9b0
3 changed files with 5 additions and 2 deletions
|
@ -186,6 +186,7 @@
|
||||||
/* and doesn't handle them in the drive firmware */
|
/* and doesn't handle them in the drive firmware */
|
||||||
/* #define MAX_PHYS_SECTOR_SIZE 1024 */
|
/* #define MAX_PHYS_SECTOR_SIZE 1024 */
|
||||||
|
|
||||||
|
#define MI4_FORMAT
|
||||||
#define BOOTFILE_EXT "mi4"
|
#define BOOTFILE_EXT "mi4"
|
||||||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||||
#define BOOTDIR "/.system"
|
#define BOOTDIR "/.system"
|
||||||
|
|
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -2462,14 +2462,14 @@ fi
|
||||||
target="-DPBELL_VIBE500"
|
target="-DPBELL_VIBE500"
|
||||||
memory=32 # always
|
memory=32 # always
|
||||||
arm7tdmicc
|
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_mono="$rootdir/tools/bmp2rb -f 0"
|
||||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 5"
|
bmp2rb_native="$rootdir/tools/bmp2rb -f 5"
|
||||||
output="jukebox.mi4"
|
output="jukebox.mi4"
|
||||||
appextra="recorder:gui"
|
appextra="recorder:gui"
|
||||||
plugins="no"
|
plugins="no"
|
||||||
swcodec="yes"
|
swcodec="yes"
|
||||||
boottool="$rootdir/tools/scramble -mi4v3 -model=vibe500 -type=RBBL"
|
boottool="$rootdir/tools/scramble -mi4v3 -model=v500 -type=RBBL"
|
||||||
bootoutput="rockbox.mi4"
|
bootoutput="rockbox.mi4"
|
||||||
# toolset is the tools within the tools directory that we build for
|
# toolset is the tools within the tools directory that we build for
|
||||||
# this particular target.
|
# this particular target.
|
||||||
|
|
|
@ -322,6 +322,8 @@ int main (int argc, char** argv)
|
||||||
modelnum = 65;
|
modelnum = 65;
|
||||||
else if (!strcmp(&argv[1][5], "cli+")) /* Sansa Clip+ */
|
else if (!strcmp(&argv[1][5], "cli+")) /* Sansa Clip+ */
|
||||||
modelnum = 66;
|
modelnum = 66;
|
||||||
|
else if (!strcmp(&argv[1][5], "v500")) /* Packard Bell Vibe 500 */
|
||||||
|
modelnum = 67;
|
||||||
else if (!strcmp(&argv[1][5], "m244"))
|
else if (!strcmp(&argv[1][5], "m244"))
|
||||||
modelnum = 131;
|
modelnum = 131;
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue