Page 1 of 1

ESP8685 micropython port?

Posted: Mon Jul 31, 2023 8:59 pm
by rapzakesp
Hi,

Is there any port there is easy to use with ESP8685 chip?
And how?
/Rapzak

Re: ESP8685 micropython port?

Posted: Mon Jul 31, 2023 9:45 pm
by ESP_igrr
You can use Micropython binaries for ESP32-C3. ESP8685 is basically an ESP32-C3 with Flash inside the package. The difference from ESP32-C3F* chip is that the package is smaller. From software perspective these differences don't matter, so ESP32-C3 binaries should work just fine.

Re: ESP8685 micropython port?

Posted: Wed Aug 02, 2023 2:59 pm
by rapzakesp
Hi,
I have been trying, but because i have a 2mbyte device, it is not working.

I have tried to copy the generic_c3_usb port and changed it to use the 2mbyte partition table with no luck.

I can start up, but the flash is not working.

/rapzak

Re: ESP8685 micropython port?

Posted: Wed Aug 02, 2023 3:39 pm
by rapzakesp

Re: ESP8685 micropython port?

Posted: Wed Aug 02, 2023 8:16 pm
by rapzakesp
Hi,

I got it working, think the change is correct.

I thought the partition and bootloader was merged into the file, which seems not to be the case.

/rapzak