EstebanFuentealba/MALVEKE-Flipper-Zero

add a single file .Bin for updating MALVEKE board with esp flasher

Closed this issue · 1 comments

the app "esp flasher" on flipper zero is compatable with the esp32-S2 so why not use it to update it?

Currently, MALVEKE can be updated through this link. This website is designed to upload and flash the files located here onto the ESP32-S2. Perhaps these same files will be useful for what you intend to do.
It's important to note that MALVEKE writes to the SPIFFS partition with necessary files for reading Game Boy Advance games.

{
chipFamily: "ESP32-S2",
parts: [
{ "path": "esp32_marauder.ino.bootloader.bin", "offset": 0x1000 },
{ "path": "esp32_marauder.ino.partitions.bin", "offset": 0x8000 },
{ "path": "boot_app0.bin", "offset": 0xE000 }, // otadata
{ "path": "MALVEKE.ino.bin", "offset": 0x10000 }, // app0
{
"path": "esp32_marauder.spiffs.bin",
"offset": 0x00310000
}
],
},