Closed zrecore closed 5 years ago
Note, had to make a customized Micropython build from micropython/micropython repo wherein ports/esp32/modules/flashbdev.py
was modified to not use a hard coded 0x200000 size, ports/esp32/modesp.c
returned a lower flash user start address, and ports/esp32/partitions.csv
was set up to fit the app and fs data partitions within the 2MiB flash size.
...Maybe not relevant to this repo... so closing this ticket.
Espressif also makes the ESP32-D2WD with 2MiB of internal SPI Flash. Although I can get the official MicroPython binary to load, I can't get the file system working with the default config of 4MiB expected SPI Flash (obviously).
I'm not familiar with the partitioning. This is what I currently have in partitions.csv:
...Do I need to set any particular settings in
./BUILD.sh menuconfig
? It flashes, but the REPL prompt never loads.