Commit b2a43a67e00cc10284d7e4fdc6eb260a9da4d9d8

Authored by David Gräff
1 parent 890492f1

Update readme.md

Showing 1 changed file with 3 additions and 0 deletions
readme.md
... ... @@ -40,6 +40,8 @@ Before using OpenHantek you have to extract the firmware from the official Windo
40 40  
41 41 ### The firmware extraction tool
42 42 Install libbfd (Ubuntu) / binutils (Fedora) and build the tool by typing:
  43 +> automake --add-missing
  44 +> ./configure
43 45 > make
44 46  
45 47 After building it, you can just run the fwget.sh script inside the openhantek-extractfw directory:
... ... @@ -49,6 +51,7 @@ You can also do it manually by placing the DSO*1.SYS file into the same director
49 51 > ./openhantek-extractfw <driver file>
50 52  
51 53 This should create two .hex files that should be placed into /usr/local/share/hantek/.
  54 +Please provide us with your extracted firmware if it works, we will upload it to the repository.
52 55  
53 56 ### Installing the firmware
54 57 * Copy the 90-hantek.rules file to /etc/udev/rules.d/.
... ...