Dominique Archambault

Results 3 comments of Dominique Archambault

I'm trying to build a fw for esp32s3 with 32MB. I cloned esp-idf and micropython (branch 1.22-release) I manage to build esp32 generic but when I set the target to...

Thanks when I do that, (make BOARD=ESP32_GENERIC_S3) it works fine indeed, but I have this problem when I modify boards/ESP32_GENERIC_S3/sdkconfig.board to create a firmware for a 32Mo card (ESP32-S3-DevKitC-1-N32R8V) $...

> @domix75 I see in the log it says `idf (5.3.0)`, I think this is probably the master branch of ESP-IDF, yeah? > > Micropython supports only particular ESP-IDF releases...