Fool proof flashing tool (hopefully).. we're testing, so I don't have much confidence yet.
I couldnt break it tho? That should say alot.
Note
The web browser flasher is the recommended flashing method 👌
Powershell script instructions (legacy flashing method)
Flipper Zero:
- GPIO -> USB-UART Bridge -> Left navigation key
Baudrateis set to115200UART pinsset to13,14
End Game Module:
- Slide switch in middle position
Windows PC:
- Plug flipper zero into PC
- Right click
dirty_flasher.ps1- Run with powershell
- Follow on screen prompts
Windows PC:
- Plug T-Display S3 into PC using onboard USB-C port
- Right click
dirty_flasher.ps1- Run with powershell
- Follow on screen prompts
If powershell opens and closes immediately, this is probably caused by the script execution policy.
You can allow all scripts by launching powershell as administrator and running the following command: Set-ExecutionPolicy Unrestricted
For more information visit: learn.microsoft.com

