blob: ceb67dfab3ae93dc2d7ab7f8ccdb2a8713418f2a [file] [log] [blame]
Maurus Cuelenaere6fd40a52008-07-03 12:17:56 +00001*******************************************************************************
2 Jz4740 USB tools
3
4 Made by Maurus Cuelenaere for Rockbox
5 Copyright (C) 2008
6*******************************************************************************
7
8When you're on Linux, just type "make linux" to compile all the utilities (make
9sure you have libusb-dev installed).
10For cleaning: "make clean-linux"
11
12When you're on Windows, install MingW32 and LibUSB-Win32 and edit "Makefile" to
13make sure "WIN_DRIVERS_LIBUSB_DIR" is set correctly.
14For cleaning: "make clean-win"
15
Maurus Cuelenaeref3c26a52008-07-17 10:40:20 +000016When Windows pops up the window when it needs drivers for a "Jz4740 USB Boot
17Device" (VID=601A, PID=4740), point it to the windows_driver/ directory.
18
19On Linux there's no driver installation, everything is handled through LibUSB.
20
Maurus Cuelenaere6fd40a52008-07-03 12:17:56 +000021That's all!
22
23
24 ***************************************************************************
25 * __________ __ ___.
26 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
27 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
28 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
29 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
30 * \/ \/ \/ \/ \/
31 * $Id$
32 *
33 * This program is free software; you can redistribute it and/or
34 * modify it under the terms of the GNU General Public License
35 * as published by the Free Software Foundation; either version 2
36 * of the License, or (at your option) any later version.
37 *
38 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
39 * KIND, either express or implied.
40 *
41 ****************************************************************************