How to build release like binary #9198
-
Hi, I build the esp32 build for the first time today and tried flashing it like I'm used to it with esptool but it didn't work. I tried finding a github action within the micropython repo that triggers the release build and contains the command but couldn't find something. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You need to use https://github.com/micropython/micropython/blob/master/ports/esp32/README.md#building-the-firmware |
Beta Was this translation helpful? Give feedback.
-
Oh Well. I shouldn't ask questions when I'm tired in the middle of the night. |
Beta Was this translation helpful? Give feedback.
You need to use
firmware.bin
which is the combined firmware that you're talking about. See instructions athttps://github.com/micropython/micropython/blob/master/ports/esp32/README.md#building-the-firmware