summaryrefslogtreecommitdiffstats
path: root/utils/tcctool/README
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-11-10 20:26:54 +0000
committerDave Chapman <dave@dchapman.com>2007-11-10 20:26:54 +0000
commita5e4cc9e68640ed9ee82c02e7b9796c8511cfccf (patch)
tree8fa11c86514cafdfe8259f265f14c0d578abb936 /utils/tcctool/README
parent0d8111cb399cf9db7a25d4a5ddc867a22de1a5bc (diff)
downloadrockbox-a5e4cc9e68640ed9ee82c02e7b9796c8511cfccf.tar.gz
rockbox-a5e4cc9e68640ed9ee82c02e7b9796c8511cfccf.zip
Document how to use tcctool in Windows, and include the appropriate .inf file for use with the libusb-win32 device driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15559 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/tcctool/README')
-rw-r--r--utils/tcctool/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/utils/tcctool/README b/utils/tcctool/README
index c2fa8a0fb9..2031f6fdb9 100644
--- a/utils/tcctool/README
+++ b/utils/tcctool/README
@@ -27,3 +27,30 @@ A first test when using tcctool on a new device can be to upload the
original firmware. If you do this, make sure you upload the same
version that is installed on your player - otherwise you may find
yourself with corrupted config files and music database.
+
+
+Building for Windows
+--------------------
+
+1) Download libusb-win32-device-bin-0.1.12.1.tar.gz from:
+
+http://sourceforge.net/project/showfiles.php?group_id=78138
+
+2) Extract libusb-win32-device-bin-0.1.12.1.tar.gz in the tcctool
+source directory.
+
+3) Type "make tcctool.exe" to compile.
+
+4) Copy the following four files from libusb-win32-device-bin-0.1.12.1/bin
+to tcctool-driver-win32/
+
+libusb0.dll
+libusb0.sys
+libusb0_x64.dll
+libusb0_x64.sys
+
+5) Create the tcctool-win32.zip file from the directory above tcctool as follows:
+
+zip tcctool-win32.zip tcctool/tcctool.exe tcctool/tcctool-windows.txt tcctool/tcctool-driver/win32/*
+
+6) See tcctool/tcctool-windows.txt for Windows usage instructions.