From f47a4d051f78c6a85c417b09eb09e704d397e8b8 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sun, 14 Aug 2022 01:31:35 -0700 Subject: [PATCH] First write-up of instructions --- Wifi_DevBoard/FZ_Marauder_Flasher/ReadMe.md | 22 +++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/Wifi_DevBoard/FZ_Marauder_Flasher/ReadMe.md b/Wifi_DevBoard/FZ_Marauder_Flasher/ReadMe.md index b4371bf0..7c5d9f05 100644 --- a/Wifi_DevBoard/FZ_Marauder_Flasher/ReadMe.md +++ b/Wifi_DevBoard/FZ_Marauder_Flasher/ReadMe.md @@ -1,3 +1,21 @@ -Quick and easy flasher (and updater) for Marauder. +# Quick and easy flasher/updater for Marauder on the Wifi Devboard! -Coming soon: Black Magic (original debug firmware) flashing. +## Now it's as easy as 1, 2, 3 to install or update Marauder on Windows. + +1. Download and extract [the ZIP file](https://github.com/UberGuidoZ/Flipper/raw/main/Wifi_DevBoard/FZ_Marauder_Flasher/FZ_Marauder_v1.0.zip) above to the same directory.
+2. Hold `BOOT` on the devboard and plug it into your PC via USB directly.
+3. Double-click `flash.bat` from the extracted files and choose `Install` or `Update`. + +If you choose `Install` the script will locate your board and flash Marauder automatically!
+If you choose `Update` you'll be taken to the Marauder download location to grab a new version.
+(Simply download the BIN file as stated and stick it in the Marauder subfolder of the batch file.) + +**Current Marauder version included in the ZIP: v0.9.13.20220806 (current at release Aug 14, 2022)** + +The batch file is also included above individually for review and to track coming changes.
+*Coming soon: Black Magic (original debug firmware) flashing.* + +Acknowledgements:
+* [Frog](https://github.com/FroggMaster) (scripting and inspiring the idea)
+* [ImprovingRigmarole](https://github.com/Improving-Rigmarole) (Initial scripting and testing)
+* [UberGuidoZ](https://github.com/UberGuidoZ) (continued scripting, development, and testing)