Fez panda II not responding

Hi, after deploy my program to my board is stil working but never response another deploy or erase operation.

tried firmare update or erase program with mfdeploy and usbizi updater. latest deployed program have not a sleep method inside while method. how can i erase my last program? tried push loader and reset combination on fez update wiki but not worked for my case.

Thanks

Try re-installing TinyBooter. That should wipe everything clean.

as Ian said, go into bootloader mode and ERASE with the E command, replace the bootloader and TinyCLR and you should be fine.

…and add either a startup sleep or some idle time in the app so you don’t get into that again.