diff options
| author | Dave Chapman <dave@dchapman.com> | 2009-10-11 01:37:12 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2009-10-11 01:37:12 +0000 |
| commit | b04a7a86e1d903a37091486764d0dfe09372d663 (patch) | |
| tree | 35c74cc921eb641858269c30c2add4e436d97ec8 /tools | |
| parent | a27f2b8683204e337b142124979592ee1cd0d6f9 (diff) | |
| download | rockbox-b04a7a86e1d903a37091486764d0dfe09372d663.zip rockbox-b04a7a86e1d903a37091486764d0dfe09372d663.tar.gz rockbox-b04a7a86e1d903a37091486764d0dfe09372d663.tar.bz2 rockbox-b04a7a86e1d903a37091486764d0dfe09372d663.tar.xz | |
Make the Nano2G bootloader actually function as a bootloader. The resulting bootloader-ipodnano2g.ipod file needs to be encrypted on a target using the crypt_firmware plugin to create bootloader-ipodnano2g.ipodx, which can then be written to the firmware partition using the ipodpatcher patch at FS#10609. Dual-booting doesn't work yet - only Rockbox can be run.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23084 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index acbfba4..790be27 100755 --- a/tools/configure +++ b/tools/configure @@ -1441,8 +1441,7 @@ fi appextra="recorder:gui" plugins="yes" swcodec="yes" - boottool="cp" - bootoutput="bootloader-$modelname.bin" + bootoutput="bootloader-$modelname.ipod" # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools |