Tip: Unlock locked devices with EBlink - Printable Version +- EmBitz (https://www.embitz.org/forum) +-- Forum: EBlink (https://www.embitz.org/forum/forum-3.html) +--- Forum: Scripts (https://www.embitz.org/forum/forum-7.html) +--- Thread: Tip: Unlock locked devices with EBlink (/thread-3.html) |
Tip: Unlock locked devices with EBlink - embitz - 27-04-2020 If you have a locked device it is rather simple to write an unlock script. You don't need all the flash functions and XML memory mapping because you don't need to use the flash (-F) or GDB (-G) module. Just write your script and us the "main" script function as your entry. ./EBlink -I stlink -S myUnlock |