DIY Marauder32 for Flipper Zero
- https://www.amazon.com.au/Waveshare-Microcontroller-Development-ESP32-C6-WROOM-1-N8-Pre-soldered/dp/B0CKR4R5VM/ref=pd_sbs_d_sccl_2_1/357-3522599-0167826
- https://www.aliexpress.com/item/1005009047470115.html
- https://www.aliexpress.com/item/1005008319894687.html
- https://www.aliexpress.com/item/32787519908.html
- https://github.com/justcallmekoko/ESP32Marauder
- https://github.com/knightr1d3r007/DIY_ESP32_Marauder
- https://github.com/SkeletonMan03/FZEasyMarauderFlash
https://github.com/justcallmekoko/ESP32Marauder/ - Marauder 32
https://github.com/justcallmekoko/ESP32Marauder/wiki/ESP32%E2%80%90C5%E2%80%90DevKitC%E2%80%901 - ESP32 S5
https://docs.espressif.com/projects/esp-test-tools/en/latest/esp32/production_stage/tools/flash_download_tool.html - Flash Download Tool
- https://www.espressif.com/en/products/sdks/esp-at/overview
- https://docs.espressif.com/projects/esp-at/en/latest/esp32/index.html
- https://www.youtube.com/watch?v=svDDS6l1dEc
- https://www.youtube.com/watch?v=0bNW8atGQwc
- https://www.youtube.com/watch?v=OgvhRVefu9k
| SD Card | ESP32-C5 |
|---|---|
| MISO | GPIO2 |
| MOSI | GPIO7 |
| SCK | GPIO6 |
| CS | GPIO10 |
git clone https://github.com/justcallmekoko/ESP32Marauder.git
python c5_flasher.py
<insert USB cable into UART usbc port>
Hit y
(esp32) LKX31G04V9J:C5_Py_Flasher a1155344$ python c5_flasher.py
Installing missing package: pyserial
Requirement already satisfied: pyserial in /Users/a1155344/venvs/esp32/lib/python3.14/site-packages (3.5)
@@@@@@
@@@@@@@@ @@@@@ @@@@
@@@ @@@@@@@ @@@ @@@@@@@@
@@@@@@@@@@@@@ @@@@@ @@@ @@@@ @@@
@@@ @@@@@ @@@ @@@@@@ @@@
@@@ @@@ @@ @@@@ @@@
@@@@@@@@@@@@ @@ @ @@@ @@@ @@
@@@ @@@@@ @@ @@@ @@ @@@@@@@@@@@@@@
@@@ @@@ @@ @@@ @@@@@ @@@@
@@@ @@ @@@@ @@@ @@@
@@@@@ @@ @@@@ @@@
@@@@@@ @@ @@ @ @@@ @@@@
@@@ @@ @@ @ @@@@@@
@@@ @@ @@@ @@ @@@@@@@@@@@@@@@
@@@ @@@@ @ @@@@ @@@@@ @@@ @ @@@@ @@@ @@@
@@@ @@@@@@@ @@@ @@@@@@@@@@@@@@@@@@@ @@ @@@ @@@
@@@ @@@@@ @@@ @@@@@ @@@@ @@@@ @@@@@@@@@@ @@@@ @@@
@@@@ @@@@@@@@@@@@@@@@ @@@ @@@ @@ @@@@@@@@@@@@ @@@
@@@@ @@@@@@@@@@@@@@@@ @@@ @@ @@@@@@@@@@@@ @@@
@@@@@@ @@@@@ @@@ @@ @ @@ @@ @@@@ @@@@
@@@@@@@@@@@@@ @@@ @@ @@ @@ @@@@@@@@@@@
@@@@@@@@@@@@ @@@ @@ @@@ @ @@@@@@@@
@@ @@ @@@ @@ @@@
@ @@ @@ @@@
@@@ @@@
@@@
-- ESP32 C5 Flasher --
By AWOK
Inspired from LordSkeletonMans ESP32 FZEasyFlasher
Shout out to JCMK for the inspiration on setting up the C5
Waiting for ESP32-C5 device to be connected...
Detected ESP32-C5 on port: /dev/cu.usbmodem5A7A0352731
Bootloader: /Users/a1155344/repos/ESP32Marauder/C5_Py_Flasher/bins/bootloader.bin
Partitions: /Users/a1155344/repos/ESP32Marauder/C5_Py_Flasher/bins/partitions.bin
OTA Data: NOT FOUND
App (main): /Users/a1155344/repos/ESP32Marauder/C5_Py_Flasher/bins/esp32_marauder_v1_8_5_esp32c5devkitc1.bin
Ready to flash these files to ESP32-C5? (y/N): y
Flashing ESP32-C5 with bootloader, partition table, and application...
Warning: Deprecated: Choice 'default_reset' for option '--before' is deprecated. Use 'default-reset' instead.
Warning: Deprecated: Choice 'hard_reset' for option '--after' is deprecated. Use 'hard-reset' instead.
Warning: Deprecated: Command 'write_flash' is deprecated. Use 'write-flash' instead.
esptool v5.1.0
Connected to ESP32-C5 on /dev/cu.usbmodem5A7A0352731:
Chip type: ESP32-C5 (revision v1.0)
Features: Wi-Fi 6 (dual-band), BT 5 (LE), IEEE802.15.4, Single Core + LP Core, 240MHz
Crystal frequency: 48MHz
MAC: 3c:dc:75:ff:fe:81:61:18
BASE MAC: 3c:dc:75:81:61:18
MAC_EXT: ff:fe
Stub flasher running.
Changing baud rate to 921600...
Changed.
Configuring flash size...
Flash will be erased from 0x00002000 to 0x00006fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x00010000 to 0x0016efff...
Wrote 20464 bytes (12902 compressed) at 0x00002000 in 0.3 seconds (519.8 kbit/s).
Hash of data verified.
Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.0 seconds (571.7 kbit/s).
Hash of data verified.
Wrote 1436816 bytes (849144 compressed) at 0x00010000 in 12.7 seconds (901.8 kbit/s).
Hash of data verified.
Hard resetting via RTS pin...
Flashing complete!
(esp32) LKX31G04V9J:C5_Py_Flasher a1155344$




No comments:
Post a Comment