summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-10-28 20:51:41 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-10-28 20:51:41 +0000
commit1992c389ae9f7b351b32d717c07606c8662519e9 (patch)
treebc67baf56bfe9f1b53e0de2aad55e4bf76e646ad
parentff197a4706ffaf836e84ef761b82c22513b95a0c (diff)
downloadrockbox-1992c389ae9f7b351b32d717c07606c8662519e9.tar.gz
rockbox-1992c389ae9f7b351b32d717c07606c8662519e9.zip
Update bootloader download location and add a note about building with VS2005.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23381 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--utils/MTP/beastpatcher/README8
1 files changed, 7 insertions, 1 deletions
diff --git a/utils/MTP/beastpatcher/README b/utils/MTP/beastpatcher/README
index 42968b0022..a7ddc753d0 100644
--- a/utils/MTP/beastpatcher/README
+++ b/utils/MTP/beastpatcher/README
@@ -20,7 +20,7 @@ this can be downloaded and built with the tools/rockboxdev.sh script.
20 20
21The latest officially released bootloader can always be downloaded from: 21The latest officially released bootloader can always be downloaded from:
22 22
23http://download.rockbox.org/bootloader/gigabeat-s/ 23http://download.rockbox.org/toshiba/bootloader/gigabeat-s/
24 24
25 25
26 26
@@ -59,3 +59,9 @@ Linux using the mingw32 package, or compile in Cygwin. Just type
59 59
60To run beastpatcher.exe, you need MTP_DLL.dll in the same directory 60To run beastpatcher.exe, you need MTP_DLL.dll in the same directory
61(or the Windows DLL path). 61(or the Windows DLL path).
62
63Alternatively, beastpatcher can be built as binary that includes the
64MTP functionality and thus doesn't require the MTP_DLL. Building has
65the additional requirements as building the MTP_DLL. A VS2005 project
66file is available.
67