From 08da7395ca02396c08a188486aeff39597099a58 Mon Sep 17 00:00:00 2001 From: oliverhaag Date: Wed, 9 Feb 2011 19:06:30 +0000 Subject: [PATCH] Final 0.2.0 release, only updated version information and Doxygen pages --- openhantek/ChangeLog | 5 +++++ openhantek/OpenHantek.pro | 2 +- openhantek/mainpage.dox | 18 +++++++++++------- openhantek/roadmap.dox | 5 +++-- 4 files changed, 20 insertions(+), 10 deletions(-) diff --git a/openhantek/ChangeLog b/openhantek/ChangeLog index 9e67237..f393e2d 100644 --- a/openhantek/ChangeLog +++ b/openhantek/ChangeLog @@ -121,3 +121,8 @@ 2011-01-25 Oliver Haag * German translation updated + +2011-02-09 Oliver Haag +* Version 0.2.0: +* Updated version information +* Updated Doxygen mainpage and roadmap diff --git a/openhantek/OpenHantek.pro b/openhantek/OpenHantek.pro index 4aad07d..8b4fbac 100644 --- a/openhantek/OpenHantek.pro +++ b/openhantek/OpenHantek.pro @@ -69,7 +69,7 @@ DISTFILES += ChangeLog \ TRANSLATIONS += translations/openhantek_de.ts # Program version -VERSION = 0.2.0-pre +VERSION = 0.2.0 # Destination directory for built binaries DESTDIR = bin diff --git a/openhantek/mainpage.dox b/openhantek/mainpage.dox index d5104c0..58ac6bb 100644 --- a/openhantek/mainpage.dox +++ b/openhantek/mainpage.dox @@ -38,19 +38,23 @@ You can set environment variables to set various build options (Done best by pre \section sec_firmware Installation of the firmware \subsection ssec_drivers Getting the Windows drivers -Before using OpenHantek you have to extract the firmware from the official Windows drivers. You can get them from the Hantek website (English translation). -\subsection ssec_dsoextractfw The firmware extraction tool -You need the tool dsoextractfw from the sourceforge page too extract the firmware. You have to install libbfd development files and build it by typing: +Before using OpenHantek you have to extract the firmware from the official Windows drivers. You can get them from the Hantek website (English translation) or automatically download them with the script fwget.sh. +\subsection ssec_extractfw The firmware extraction tool +You need the tool openhantek-extractfw from the sourceforge page too extract the firmware. You have to install libbfd development files and build it by typing:
 	$ make
 
-After building it, you have to place the DSO*1.SYS file into the same directory and run the built binary: +After building it, you can just run the fwget.sh script inside the openhantek-extractfw directory:
-	$ ./dsoextractfw
+	$ sudo ./fwget.sh /usr/local/share/hantek/
 
-This should create two .hex files. +You can also do it manually by placing the DSO*1.SYS file into the same directory and running the built binary: +
+	$ ./openhantek-extractfw 
+
+This should create two .hex files that should be placed into /usr/local/share/hantek/. \subsection ssec_firmware Installing the firmware -Place the extracted .hex files into /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.
+Copy the 90-hantek.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. diff --git a/openhantek/roadmap.dox b/openhantek/roadmap.dox index 3bff1a3..1ac93ed 100644 --- a/openhantek/roadmap.dox +++ b/openhantek/roadmap.dox @@ -10,17 +10,18 @@ Released May 30, 2010 \section sec_0_2 OpenHantek 0.2.0 -Planned October, 2010 +Released February 9, 2011
  • New USB routines
  • %Hantek DSO-2150 and DSO-5200 support
\section sec_0_3 OpenHantek 0.3.0 -Planned Q1/Q2, 2011 +Planned Q2/Q3, 2011
  • %Hantek DSO-2250 support
  • USB hotplugging
  • +
  • Improved zoom functionality
**/ -- libgit2 0.21.4