-
Notifications
You must be signed in to change notification settings - Fork 126
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
logitech-usb-restore writes the bootloader as well as the firmware #3
Comments
FWIW it looks like on my logitech dongles the main bootloader is write-protected, but part of the bootloader extends into the datapage area and can be overwritten, so it might very well be brickable. The infopage configuration has the start of the protected area as page 0x3a and enables infopages (pages 0x3e and 0x3f). |
hi, i have signed bootloader of nrf24lu1p logitech cu-0007 and can't flash custom fw, do i need short P0.4 and P0.5 to bypass bootloader to flash custom firmware? |
I thought the signed bootloader only accepts signed firmware regardless of GPIO? |
I think i solved all issue in here of signed bootloader: https://twitter.com/drcrecovery/status/1671590705238781953?s=46 |
I think MouseJack was pretty powerful as you didn't need to disassemble the receiver :) Have you told Logitech about this? |
may we see a tutorial how to do it? I would appreciate help. thank you :) |
you can contact me via gmail or other social network: |
The vendor flash tool stops before 0x7000 to avoid writing the bootloader (which could fail) but
logitech-usb-restore
seems to write the entire hex file.The text was updated successfully, but these errors were encountered: