百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
F

FZEasyMarauderFlash

> 编程语言
开源

轻松将 Marauder 烧写到 Flipper Zero Devboard 或 ESP32 上!

1.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

轻松将 Marauder 烧写到 Flipper Zero Devboard 或 ESP32 上!

# Easy Flipper Zero ESP32 Flash This is for easily flashing Marauder on an ESP32 or WiFi Devboard for a Flipper Zero! ## Windows Users: You have two prerequisites. You must install [Git for Windows from here](https://gitforwindows.org/). If you are flashing an ESP32 board, you need to install the [driver from here](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads) in order for your device to be recognized ## All other users: You have one prerequisite. You need to install `git` however you would on your system if you haven't already. ## It is now simple to install or update Marauder or Evil Portal on Linux, Mac OS X, or Windows. # How to use: * Ideally use a venv as it's best practice with any Python scripts, although it isn't required (Google it if you don't know what that is) * Step 0 only has to be ran once. (That doesn't mean it's okay to skip it unless you're running it again after having just used it) * Steps 1-4 are not necessary on AWOK boards 0) run `pip3 install -r requirements.txt`. 1) Press and hold the `BOOT` button on the module 2) While still holding `BOOT`, connect the devboard or ESP32 board via USB. 3) Press and release the `RESET` button. 4) Release the `BOOT` button. 5) run `python3 EasyInstall.py`. 6) Select the option of what you want to do ## This project was based on the Windows Marauder flasher batch script You can find it [here in UberGuidoZ's repo](https://github.com/UberGuidoZ/Flipper/blob/main/Wifi_DevBoard/FZ_Marauder_Flasher) ## About this script * This script pulls all of its resources from the proper Github repositories in order to make sure you are up-to-date. * The only dependencies it does not get by itself are the required Python modules and Windows tools. * This script should work on most devices that can run Python 3 and can access serial ports via USB. * Support for Evil Portal has been added! * As of Marauder Update 0.13.7, there is no more serial bin, it is unified, but the latest Marauder Companion App (7.0) is required to use it on your Flipper * AWOK v3 board support has been added! ## Compatible boards * Flipper Zero WiFi Devboard * ESP32-S2 (The ESP32 chip that is on the WiFi Devboard) * ESP32-S2-WROVER * ESP32-WROOM * ESP32 Marauder Mini * ESP32-S3 * All AWOK ESP32 Boards ## How to connect an ESP32-WROOM, WROVER, etc to the Flipper Zero ESP32 -> Flipper Zero TX0 -> RX RX0 -> TX GND -> GND 3v3 -> 3v3 ## Optional parameters There are now optional parameters * `-h` or `--help` - Show help * `-s` or `--serialport` For example, if you have a device you know is on `/dev/ttyUSB0`, you could specify it with `python3 EasyInstall.py -s /dev/ttyUSB0` or `python3 EasyInstall.py --serialport /dev/ttyUSB0` * Using this option will skip automatic detection of the serial port and will not try to identify the device * `-ps` or `--preselect` - Preselect an option of what you want to flash For example, if you want to flash a WiFi Devboard or ESP32-S2 without selecting from the menu, you could use `python3 EasyInstall.py -ps 1` or `python3 EasyInstall.py --preselect 1` ## Disclaimer: I am absolutely not resposible if you somehow manage to brick your device with this tool (especially if you did it using optional parameters) and I cannot help you fix it. ## Issues with flashing? Here are some steps to try: * Since I keep having to tell Windows users on Discord to install Python to use this... YOU HAVE TO INSTALL PYTHON IN ORDER TO USE PYTHON SCRIPTS!! IT'S IN THE WINDOWS STORE!!! * Ensure you have followed the steps above and installed any necessary prerequisites * Check that your computer can see the device. In Linux, run `lsusb`, on Mac run `system_profiler SPUSBDataType`, on Windows, open your Device Manager and look for it * Try a different cable * Try a different USB port * Check your permissions. On Linux, you may have to add yourself to whatever group owns the port. For example, `/dev/ttyUSB0` is typically owned by root and the dialout or uucp group (depending on your distro), find out which by running `ls -la /dev/ttyUSB0`, make note of the user and group that own it, then run `sudo usermod -aG group user` replacing group and user with the correct ones, then log out and back in. * Windows users: Can't find or communicate with your ESP32? Again, make sure the driver is installed, see above recommendations. * If you're using Windows, don't use Git Bash, it doesn't work well with this script. Instead, use Powershell, Windows Terminal, or CMD * On Windows and Python is acting strange? Uninstall it then re-install it via the Microsoft Store. * Make sure you're running the latest Python release! If you're on 3.8 when current is 3.11.3 for example, don't bother opening an issue until after you upgrade and try again. Don't try to use old stuff. * Still can't get it and don't understand CLI at all and can't even figure out how to cd? What are you even doing? This definitely isn't for you. Try using the ESP Flasher app on your Flipper Zero. ## TODO: * Even more code cleanup. * Add other popular ESP32 firmware * Maybe an official name change ## Contributors: * I GREATLY appreciate contributions and PRs, thank you! ## Acknowledgements: Disclaimer: Also includes Acknowledgements from the above linked repo from UberGuidoz as this wouldn't exist without the original project * [justcallmekoko](https://github.com/justcallmekoko/ESP32Marauder) for the AWESOME work in developing Marauder and porting it to the Flipper. * [0xchocolate](https://github.com/0xchocolate) for the Marauder companion plugin (now in [Unleashed](https://github.com/DarkFlippers/unleashed-firmware), [RogueMaster](https://github.com/RogueMaster/flipperzero-firmware-wPlugins), and [Momentum](https://github.com/Next-Flip/Momentum-Firmware).) * [Frog](https://github.com/FroggMaster) For initial scripting under the [Wifi Pentest Tool](https://github.com/FroggMaster/ESP32-Wi-Fi-Penetration-Tool) and inspiring the idea.
* [ImprovingRigmarole](https://github.com/Improving-Rigmarole) Initial (and continued) scripting of the batch Windows Marauder flasher and lots of testing.
* [UberGuidoZ](https://github.com/UberGuidoZ) Tweaking/Automating Frog's original, continued scripting, development, and testing. * [L0rd_K0nda](https://github.com/L0rdK0nda) from the Unleashed Flipper Zero Discord for testing this script for me * [SkeletonMan](https://github.com/SkeletonMan03) Creating this Python flasher in order to try to make a multi-os flasher since the Batch script obviously could not run on Linux or Mac OS X * [CorbanR](https://github.com/CorbanR) Forking and fixing instructions and adding a requirement needed for Mac OS X * [dchalm](https://github.com/dchalm) Forking and fixing mistakes I should have noticed. Thank you! * [Scorp](https://github.com/scorpion44/FZEasyMarauderFlash_ScorpBins) Compiling needed bins to be able to flash to ESP32-WROOM * [jacklythgoee](https://github.com/jacklythgoee) For getting a knockoff ESP32-WROOM and giving me info to be able to try to detect it so it could be flashed. * [Der Skythe](https://github.com/derskythe) For fixing extra quotes I added without noticing and his awesome work on Flipper Zero Firmware * [seeker7r4c3r](https://github.com/seeker7r4c3r) For adding the VID of the DrB0rk S3 Multiboard * [aafksab](https://github.com/aafksab) For fixing the Windows bug with the update option that was confusing me * [AWOK](https://github.com/AWOK559) For adding his boards, testing, pointing out bugs, and kind of forcing me to do much needed cleanup by doing so * [bigbrodude6119](https://github.com/bigbrodude6119/flipper-zero-evil-portal) For creating Evil Portal * [TalkingSasquach](https://github.com/skizzophrenic) For creating single file bins for Evil Portal

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Ideally use a venv as it's best practice with any Python scripts, although it isn't required (Google it if you don't know what that is)
  • •Step 0 only has to be ran once. (That doesn't mean it's okay to skip it unless you're running it again after having just used it)
  • •Steps 1-4 are not necessary on AWOK boards
  • •This script pulls all of its resources from the proper Github repositories in order to make sure you are up-to-date.
  • •The only dependencies it does not get by itself are the required Python modules and Windows tools.
  • •This script should work on most devices that can run Python 3 and can access serial ports via USB.
  • •Support for Evil Portal has been added!
  • •As of Marauder Update 0.13.7, there is no more serial bin, it is unified, but the latest Marauder Companion App (7.0) is required to use it on your Flipper
  • •AWOK v3 board support has been added!
  • •Flipper Zero WiFi Devboard

> 标签

Python

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言