Commit a2b77fea52ef1833dfb80aee0536b8ceedd888c0

Authored by oliverhaag
1 parent b6cbbae3

Documentation fix

openhantek-extractfw/ChangeLog
@@ -41,3 +41,6 @@ @@ -41,3 +41,6 @@
41 41
42 2013-03-13 Oliver Haag <oliver.haag@gmail.com> 42 2013-03-13 Oliver Haag <oliver.haag@gmail.com>
43 * Link libbfd dependencies explicitly (Required by recent gcc/libbfd) 43 * Link libbfd dependencies explicitly (Required by recent gcc/libbfd)
  44 +
  45 +2013-03-13 Oliver Haag <oliver.haag@gmail.com>
  46 +* INSTALL documentation fix (Wrong path)
44 \ No newline at end of file 47 \ No newline at end of file
openhantek-extractfw/INSTALL
@@ -7,7 +7,7 @@ $ make @@ -7,7 +7,7 @@ $ make
7 Now place the DSO*1.SYS file that came with the windows driver for your oscilloscope into the same directory and run: 7 Now place the DSO*1.SYS file that came with the windows driver for your oscilloscope into the same directory and run:
8 $ ./dsoextractfw <driver file> 8 $ ./dsoextractfw <driver file>
9 9
10 -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. 10 +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.
11 After restarting udev your oscilloscope should be initialized automatically after connecting it to the computer (You have to reconnect it after installing this package). 11 After restarting udev your oscilloscope should be initialized automatically after connecting it to the computer (You have to reconnect it after installing this package).
12 12
13 If you can't run OpenHantek as normal user, you have too add your user to the plugdev group. 13 If you can't run OpenHantek as normal user, you have too add your user to the plugdev group.
14 \ No newline at end of file 14 \ No newline at end of file