You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m currently working on a project that requires extracting or dumping OTA (Over-the-Air) firmware from a device CGD1. I've reviewed some documentation and attempted various methods, but I’m still facing challenges with the process. Could someone please provide detailed instructions or recommend tools and techniques for dumping OTA firmware?
The text was updated successfully, but these errors were encountered:
It is possible to read the firmware using a programmer.
OTA function does not support reading program dump.
For example, CGD1 thermometers have different chipsets: TLSR825x or nRF52xxx
For TLSR825x:
With OTA you can download a new program that will not erase the previous code.
Using this new program, read the old OTA program. Then restore the pointer to the start of the old OTA version. https://github.com/pvvx/TLSR825x_OTA_Flash_Hacker
I’m currently working on a project that requires extracting or dumping OTA (Over-the-Air) firmware from a device CGD1. I've reviewed some documentation and attempted various methods, but I’m still facing challenges with the process. Could someone please provide detailed instructions or recommend tools and techniques for dumping OTA firmware?
The text was updated successfully, but these errors were encountered: