AMS Sansa: add fmradio i2c support for e200v2 and the fuze, by Thomas Martitz and...
[kugel-rb.git] / utils / jz4740_tools / README
blobd6a64d81e525138688dd65806785e7e3d6ca9c9a
1 *******************************************************************************
2    Jz4740 USB tools
4   Made by Maurus Cuelenaere for Rockbox
5   Copyright (C) 2008
6 *******************************************************************************
8 When you're on Linux, just type "make linux" to compile all the utilities (make
9 sure you have libusb-dev installed).
10 For cleaning: "make clean-linux"
12 When you're on Windows, install MingW32 and LibUSB-Win32 and edit "Makefile" to
13 make sure "WIN_DRIVERS_LIBUSB_DIR" is set correctly.
14 For cleaning: "make clean-win"
16 When Windows pops up the window when it needs drivers for a "Jz4740 USB Boot
17 Device" (VID=601A, PID=4740), point it to the windows_driver/ directory.
19 On Linux there's no driver installation, everything is handled through LibUSB.
21 That's all!
23 More info/tools:
24   * http://www.rockbox.org/wiki/ChinaChip
26  ***************************************************************************
27  *             __________               __   ___.
28  *   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
29  *   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
30  *   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
31  *   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
32  *                     \/            \/     \/    \/            \/
33  * $Id$
34  *
35  * This program is free software; you can redistribute it and/or
36  * modify it under the terms of the GNU General Public License
37  * as published by the Free Software Foundation; either version 2
38  * of the License, or (at your option) any later version.
39  *
40  * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
41  * KIND, either express or implied.
42  *
43  ****************************************************************************