Skip to content
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

Dumping k5 v2.01.32 firmware #105

Open
raburton opened this issue Nov 18, 2023 · 2 comments
Open

Dumping k5 v2.01.32 firmware #105

raburton opened this issue Nov 18, 2023 · 2 comments

Comments

@raburton
Copy link

I have a UV K5 (8) with firmware version 2.01.32 which doesn't appear to be in your collection. I'll happily dump it, but can't find any instructions on how to do that...

@amnemonic
Copy link
Owner

Hello, to dump firmware you have to be comfortable with opening the device and access these pins:
debug_port

Then you have to use debugging tools compatible with OpenOCD, For example raspberry pi pico with flashed Free-DAP or ST-Link etc. Then use command and config form this directory to run openocd. Then if there are no errors till this time you write in openocd console command:

dump_image uv_backup.bin 0 0x1FFFF

If you will have any troubles during process please let us know here. This will be perfect occasion to finally write tutorial for that 😉

@evyd13
Copy link
Contributor

evyd13 commented Jun 21, 2024

This would be needed to have an updated base firmware file for the mods, correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants