diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-07-17 10:40:20 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-07-17 10:40:20 +0000 |
| commit | f3c26a537e534818db83bf7c0b0a7bd621e4968a (patch) | |
| tree | 51cb48ca4cb9ee1525b8da4239233527e5934240 | |
| parent | 05a756db8684dfc788b8b7d8f7ebafd70c2da8da (diff) | |
| download | rockbox-f3c26a537e534818db83bf7c0b0a7bd621e4968a.zip rockbox-f3c26a537e534818db83bf7c0b0a7bd621e4968a.tar.gz rockbox-f3c26a537e534818db83bf7c0b0a7bd621e4968a.tar.bz2 rockbox-f3c26a537e534818db83bf7c0b0a7bd621e4968a.tar.xz | |
Make the usbtool README more clear
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18082 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | utils/jz4740_tools/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/jz4740_tools/README b/utils/jz4740_tools/README index b75f36a..ceb67df 100644 --- a/utils/jz4740_tools/README +++ b/utils/jz4740_tools/README @@ -13,6 +13,11 @@ When you're on Windows, install MingW32 and LibUSB-Win32 and edit "Makefile" to make sure "WIN_DRIVERS_LIBUSB_DIR" is set correctly. For cleaning: "make clean-win" +When Windows pops up the window when it needs drivers for a "Jz4740 USB Boot +Device" (VID=601A, PID=4740), point it to the windows_driver/ directory. + +On Linux there's no driver installation, everything is handled through LibUSB. + That's all! |