compile micropython-esp32 with latest esp-idf

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
UweS
Posts: 1
Joined: Sun Dec 17, 2017 7:21 pm

compile micropython-esp32 with latest esp-idf

Post by UweS » Mon Jan 08, 2018 5:13 pm

I am trying to compile the latest micropython version

commit 84035f0f78b7584961fb7092612194f093188071 (HEAD -> esp32, origin/esp32, origin/HEAD)

with the latest version of esp-idf

commit f9ad17eee45e6fb6c48ef72f8ff8aa1480bb2453 (HEAD -> master, origin/master, origin/HEAD)

compiling with no error (after some changes in sdkconfig.h) but during linking I got the following error

xtensa-esp32-elf-ld: build/application.elf section `.dram0.bss' will not fit in region `dram0_0_seg'
xtensa-esp32-elf-ld: region `dram0_0_seg' overflowed by 2968 bytes

Any hint what to do?

filipe22
Posts: 3
Joined: Sat Apr 22, 2017 4:16 am

Re: compile micropython-esp32 with latest esp-idf

Post by filipe22 » Tue Jan 30, 2018 5:11 pm

Read the instructions

https://github.com/micropython/micropyt ... orts/esp32

I have just followed them and compiled without an issue.

Filipe

Post Reply