ondrah/dsoda
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
_ _ _ _ _ _
__| (_) __ _(_) |_ __ _| | ___ ___ __| | __ _
/ _` | |/ _` | | __/ _` | | / __|/ _ \ / _` |/ _` |
| (_| | | (_| | | || (_| | | \__ \ (_) | (_| | (_| |
\__,_|_|\__, |_|\__\__,_|_| |___/\___/ \__,_|\__,_|
|___/ written by Ondra Havel
Digital Soda is a simple frontend for the DSO-2250 USB oscilloscope.
Building dsoda
--------------
You will need standard development packages plus libgtk2.0-dev,
libgtkglext1-dev, and libusb-dev. The project should compile with
./configure && make && make install
Extracting firmare
------------------
In order to extract your firmware, find the DSO22501.SYS driver file and use it
together with extractor.pl. It generates the firmware file, second stage
loader, and suitable udev rules file in current working directory.
mingw32-binutils are required.