Maurus Cuelenaere | 6fd40a5 | 2008-07-03 12:17:56 +0000 | [diff] [blame] | 1 | ******************************************************************************* |
| 2 | Jz4740 USB tools |
| 3 | |
| 4 | Made by Maurus Cuelenaere for Rockbox |
| 5 | Copyright (C) 2008 |
| 6 | ******************************************************************************* |
| 7 | |
Maurus Cuelenaere | c7b6ad5 | 2009-03-20 22:50:08 +0000 | [diff] [blame] | 8 | To compile usbtools, you'll need jz_xloader (which can be get at |
Maurus Cuelenaere | 034547c | 2009-04-21 15:41:21 +0000 | [diff] [blame] | 9 | http://repo.or.cz/w/jz_xloader.git, do |
| 10 | "git clone git://repo.or.cz/jz_xloader.git ." for a clone in the current dir). |
Maurus Cuelenaere | c7b6ad5 | 2009-03-20 22:50:08 +0000 | [diff] [blame] | 11 | |
Maurus Cuelenaere | 6fd40a5 | 2008-07-03 12:17:56 +0000 | [diff] [blame] | 12 | When you're on Linux, just type "make linux" to compile all the utilities (make |
| 13 | sure you have libusb-dev installed). |
| 14 | For cleaning: "make clean-linux" |
| 15 | |
| 16 | When you're on Windows, install MingW32 and LibUSB-Win32 and edit "Makefile" to |
| 17 | make sure "WIN_DRIVERS_LIBUSB_DIR" is set correctly. |
| 18 | For cleaning: "make clean-win" |
| 19 | |
Maurus Cuelenaere | f3c26a5 | 2008-07-17 10:40:20 +0000 | [diff] [blame] | 20 | When Windows pops up the window when it needs drivers for a "Jz4740 USB Boot |
| 21 | Device" (VID=601A, PID=4740), point it to the windows_driver/ directory. |
| 22 | |
| 23 | On Linux there's no driver installation, everything is handled through LibUSB. |
| 24 | |
Maurus Cuelenaere | 6fd40a5 | 2008-07-03 12:17:56 +0000 | [diff] [blame] | 25 | That's all! |
| 26 | |
Maurus Cuelenaere | 3b45b8c | 2008-10-27 18:45:01 +0000 | [diff] [blame] | 27 | More info/tools: |
| 28 | * http://www.rockbox.org/wiki/ChinaChip |
Maurus Cuelenaere | 6fd40a5 | 2008-07-03 12:17:56 +0000 | [diff] [blame] | 29 | |
| 30 | *************************************************************************** |
| 31 | * __________ __ ___. |
| 32 | * Open \______ \ ____ ____ | | _\_ |__ _______ ___ |
| 33 | * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / |
| 34 | * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < |
| 35 | * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ |
| 36 | * \/ \/ \/ \/ \/ |
| 37 | * $Id$ |
| 38 | * |
| 39 | * This program is free software; you can redistribute it and/or |
| 40 | * modify it under the terms of the GNU General Public License |
| 41 | * as published by the Free Software Foundation; either version 2 |
| 42 | * of the License, or (at your option) any later version. |
| 43 | * |
| 44 | * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY |
| 45 | * KIND, either express or implied. |
| 46 | * |
| 47 | **************************************************************************** |