-
Notifications
You must be signed in to change notification settings - Fork 58
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
Windows dumper #2
base: main
Are you sure you want to change the base?
Conversation
Awesome, thanks a lot! More than happy to merge once it's confirmed working! |
It works! |
Wow, awesome! I'll give it a try tomorrow and then merge! Thanks a lot |
Would it be possible to download the openocd code and binaries somehow, either with a submodule or a script etc, instead of having them checked in to the repository? |
Yes, not an elegant solution, just a proof of concept... baby steps... =) |
Awesome, starting to look great |
Nice work with the new scripts! Could you please remove the logs, binaries and non essential files from the commit? You can use |
My Ubuntu on WSL refused to work by using OpenOCD taken from standard repository (same issue with compiled Win version 0.10.0-0), xPack-OpenOcd and a Powershell script made the trick and I was able to download itcm_backup.bin.
Still having issues with complete flash image dump, I suppose there's something wrong within stm32h7x.cfg in OpenOcd folder...
Well, it's late, tomorrow I'll check.