Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.53 KB

File metadata and controls

37 lines (24 loc) · 1.53 KB

ESP32Marauder for ESP32-2432S024R with USB-C 🚀✨

ESP32 with 2.4-inch 240x320 LCD TFT Module and Touch 📺👆

ESP32-2432S024R

Tested on:

How to Setup

  1. Update TFT_eSPI/User_Setup.h:

    • Replace the contents of TFT_eSPI/User_Setup.h with the updated version. 📄🔄
  2. Download Files:

  3. Upload to ESP32-2432S024R:

    • Use USB-C to upload the files to your ESP32-2432S024R. 🔌💻

Pre-built Binaries

  1. Visit the Flasher Page:

  2. Flash the Binaries:

    • Flash the binaries included in the esp32_marauder/build/esp32.esp32.d32_pro/ folder in the following order:

      1. Bootloader - Address: 0x1000 🔑
      2. Partitions - Address: 0x8000 🗄️
      3. ESP32 Marauder Bin - Address: 0x10000 💽 Flashing Process
  3. Alternative Flashing Method:

    • You can also use the ESP32 Flash Download Tool to flash the binaries. 🛠️💻

Flashing Process