forked from len0rd/rockbox
The sansa build now uses this new mi4 creation script, working as a frontend
to the mi4code tool to do all steps from raw binary to complete mi4 file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10429 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bb5330cb88
commit
ca4bd6f599
3 changed files with 100 additions and 3 deletions
5
tools/configure
vendored
5
tools/configure
vendored
|
|
@ -921,11 +921,10 @@ toolsdir='\$(ROOTDIR)/tools'
|
|||
target="-DSANSA_E200"
|
||||
memory=32 # supposedly
|
||||
arm7tdmicc
|
||||
#tool="$rootdir/tools/ -add=iax5"
|
||||
tool="$rootdir/tools/mi4code build"
|
||||
tool="$rootdir/tools/mkmi4.sh e200"
|
||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 5"
|
||||
output="rockbox.sansa"
|
||||
output="PP5022.mi4"
|
||||
appextra="recorder:gui"
|
||||
archosrom=""
|
||||
flash=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue