From f3c26a537e534818db83bf7c0b0a7bd621e4968a Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 17 Jul 2008 10:40:20 +0000 Subject: [PATCH] Make the usbtool README more clear git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18082 a1c6a512-1295-4272-9138-f99709370657 --- utils/jz4740_tools/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/jz4740_tools/README b/utils/jz4740_tools/README index b75f36aa51..ceb67dfab3 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!