forked from len0rd/rockbox
Firmware "hacker" code for the e200r install so the full bootloader rom doesnt need to be written.
Requires a custom version of e200tool which isnt available yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14654 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c9f6858de8
commit
9db22efd1f
7 changed files with 142 additions and 3 deletions
10
tools/configure
vendored
10
tools/configure
vendored
|
@ -1424,6 +1424,9 @@ fi
|
|||
ifp7xx)
|
||||
gdbstub="(G)DB stub, "
|
||||
;;
|
||||
e200r|e200)
|
||||
gdbstub="(I)installer, "
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
@ -1434,6 +1437,13 @@ fi
|
|||
option=`input`;
|
||||
|
||||
case $option in
|
||||
[Ii])
|
||||
appsdir='\$(ROOTDIR)/bootloader'
|
||||
apps="bootloader"
|
||||
extradefines="-DBOOTLOADER -DE200R_INSTALLER -ffunction-sections -fdata-sections"
|
||||
bootloader="1"
|
||||
echo "e200R-installer build selected"
|
||||
;;
|
||||
[Bb])
|
||||
if test $t_manufacturer = "archos"; then
|
||||
# Archos SH-based players do this somewhat differently for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue