-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to update my Hantek4032 #1
Comments
Same issue happens with the libusb driver. Any assistance would be highly appreciated! |
On second look, that flash ID seems to belong to this guy here: I tried to flash anyway, and after reporting a successful flash, it seems to have been bricked?
After a power cycle the device identifies as Hantek 4032L in Device Manager and sigrok both and even in lsusb in OSX, but fails to actually do anything. Also, fpga_get_ver.py now says Reset... and seems stuck without actually reporting the device version:
I tried burning various firmware versions, neither worked as of now... |
Two possible causes: 1. that unsupported flash requires some different handling, so the programming goes wrong or 2. your hardware is different (i.e. other FPGA size) so 4303/4304 bins are incompatible with it. Try reading out the flash with fpga_dump.py tool and compare the readout with the bin you’ve flashed. Btw, have you read out your original v4302 before update? |
I'm trying to use these tools to update my Hantek4032.
My current version is:
When trying to update:
The text was updated successfully, but these errors were encountered: