summaryrefslogtreecommitdiff
path: root/utils/tcctool/README
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-10-20 09:11:34 +0000
committerDave Chapman <dave@dchapman.com>2007-10-20 09:11:34 +0000
commit71cdf0043740361416df97a432dc4f0da225a099 (patch)
tree0543240d83edf25dfdb59c269c2f49223af27c67 /utils/tcctool/README
parent87f5359d604a3d51526965a97c74896f392ed444 (diff)
downloadrockbox-71cdf0043740361416df97a432dc4f0da225a099.tar.gz
rockbox-71cdf0043740361416df97a432dc4f0da225a099.zip
Initial version of tcctool - a utility for talking to Telechips TCC77x-based devices in USB boot mode, allowing code to be uploaded to RAM and run via USB, without any danger of bricking. When your uploaded code crashes, just power-cycle the device and it is back to normal. Requires libusb.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15217 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/tcctool/README')
-rw-r--r--utils/tcctool/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/utils/tcctool/README b/utils/tcctool/README
new file mode 100644
index 0000000000..c2fa8a0fb9
--- /dev/null
+++ b/utils/tcctool/README
@@ -0,0 +1,29 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 ****************************************************************************/
11
12tcctool
13-------
14
15tcctool is a utility for uploading code to Telechips TCC77x based
16devices in USB boot mode.
17
18It has been tested on the iaudio 7 and Logik DAX DAB/MP3 Player, but
19should work on other devices if the appropriate magic value is
20identified from existing "firmware recovery" programs - see the
21"devices" array in tcctool.c
22
23It can be used for safely testing firmware images before performing a
24firmware upgade.
25
26A first test when using tcctool on a new device can be to upload the
27original firmware. If you do this, make sure you upload the same
28version that is installed on your player - otherwise you may find
29yourself with corrupted config files and music database.