-
Notifications
You must be signed in to change notification settings - Fork 26
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
Info how to find and extract Logitec firmware #3
Comments
Firmware can be extracted from *.exe files (like RQR_024_005_00029.exe available from Logitech). Use some PE unpacker like ResEdit to extract *.hex file from FILES section. |
for reference, here are the latest firmwares from Logitech: I can get to the ihex files by downloading the Mac versions of the packages, and then doing a series of recursive extractions using 7z from Logitech Control Center.mpkg, Package, Payload |
2020 update: The standard Logitech Unifying Software would detect and work fine with the older Logitech dongle, firmware version RQR24.01.B0023, but would NOT detect any firmware upgrades for it. This DOWNLOAD has the tool that detected and updated the firmware to the B0036 firmware version. |
Trying to extract firmware from G402 update file. I'm stuck because of extracted file's unknown format. DFU Extension suggests STM DFU update tool (as mouse is equipped with STM32 MCU and update goes trough USB) but data structure differs. Need BIN to flash properly. I bielieve this DFU is "wrapped" with some update information and checksums in order to flash device properly. Anyone got experience with STM-based devices? |
Your README.md only say:
However, there is no reference or explanation where and how to find this file. Downloading the
Unifying Software
from the Logitec link and extracting theunifying250.exe
, there is no such HEX file. Please explain how to get the HEX file.The text was updated successfully, but these errors were encountered: