Hi where how can I flash my marauder 32 to use my dev board?
1 Like
You can use esp_flasher app at Flipper.
- get binary files from GitHub - justcallmekoko/ESP32Marauder: A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
- FlashFiles/FlipperZeroDevBoard/esp32_marauder.ino.bootloader.bin
- FlashFiles/FlipperZeroDevBoard/esp32_marauder.ino.partitions.bin
- FlashFiles/FlashFiles/FlipperZeroDevBoard/boot_app0.bin
- get firmware bin. The last one:
-
Put the files to Flippers SD-card to /apps_data/esp_flasher/
-
Connect DevBoard to Flipper, press and hold right button at the DevBoard, press and release left button, release right button
-
run Apps => GPIO => ESP Flasher => Manual Flash
select files
- Bootloader = esp32_marauder.ino.bootloader.bin
- Part Table = esp32_marauder.ino.partitions.bin
- boot_app0 = boot_app0.bin
- FirmwareA = esp32_marauder_v0_13_9_20240227_flipper.bin
“FLASH”
4 Likes
Im pretty new at this. Is there anyway to explain it simpler. As if you were tell a kindergartener.
1 Like
You boss, looking for a guide everywhere. This helped alot! Thankyou!