OtherCrashOverride / odroid-go-firmware

138 stars 31 forks source link

Using 4MB version of ESP32-WROVER #18

Closed pebri86 closed 6 years ago

pebri86 commented 6 years ago

Hi, I've ESP32 module with 4MB flash and 4MB psram lying around on my desk, and my plan is to use this for my copy of odroid-go.

Is it possible? if yes then how many apps could be fit on this module, and how can i achieve that? e.g change partition or what else.

best regard, thanks.

OtherCrashOverride commented 6 years ago

Only the ODROID-GO hardware is supported. The firmware currently uses the first 1MB of flash. The number of applications is limited to 4,096 due to the FAT32 file system on the SD card. The size of an application (.fw) determines whether it will fit in the internal flash.

There are currently no plans to support hardware other than ODROID-GO.

pebri86 commented 6 years ago

Ah thanks for your explanation, i'll close the issue.