Skip to content

Jorenar/hantek-dso2k-flash-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hantek DSO2000 Flash Tool

CodeFactor Codacy Badge Quality Gate Status

Flash tool for Hantek DSO2000 oscilloscopes (DSO2C10, DSO2C15, DSO2D10, DSO2D15)

Might also work with other SPI NAND flash attached to a F1C100s/200s CPU (although untested).

Includes the ECC area, so the file will be slightly bigger than the theoretical flash size, e.g. for 1 Gbit (128 MiB), the file will be 132 MiB.

When writing, the input file size will be compared against the flash capacity, they should match or the operation will be aborted.

Usage

dsoflash detect            - Detect spi flash
dsoflash erase             - Erase spi flash
dsoflash read <file>       - Read spi contents into a file
dsoflash write <file>      - Write file to spi flash  (erase not required)

This is a fork of DavidAlfa's Dsoflash (available on Google Drive), which in turn was derived from xboot/xfel.