diff --git a/openhantek-extractfw/ChangeLog b/openhantek-extractfw/ChangeLog index 3def593..b7070d5 100644 --- a/openhantek-extractfw/ChangeLog +++ b/openhantek-extractfw/ChangeLog @@ -41,3 +41,6 @@ 2013-03-13 Oliver Haag * Link libbfd dependencies explicitly (Required by recent gcc/libbfd) + +2013-03-13 Oliver Haag +* INSTALL documentation fix (Wrong path) \ No newline at end of file diff --git a/openhantek-extractfw/INSTALL b/openhantek-extractfw/INSTALL index af4995b..c69d0a4 100644 --- a/openhantek-extractfw/INSTALL +++ b/openhantek-extractfw/INSTALL @@ -7,7 +7,7 @@ $ make Now place the DSO*1.SYS file that came with the windows driver for your oscilloscope into the same directory and run: $ ./dsoextractfw -This should create two .hex files. Copy them to /usr/local/share/hantekdso/ and copy the 90-hantek-dso.rules file to /etc/udev/rules.d/. To load the firmware you have to install fxload. +This should create two .hex files. Copy them to /usr/local/share/hantek/ and copy the 90-hantek-dso.rules file to /etc/udev/rules.d/. To load the firmware you have to install fxload. After restarting udev your oscilloscope should be initialized automatically after connecting it to the computer (You have to reconnect it after installing this package). If you can't run OpenHantek as normal user, you have too add your user to the plugdev group. \ No newline at end of file