Search found 3 matches

by erong
Fri Jul 08, 2022 8:11 pm
Forum: ESP32 boards
Topic: Is UF2 firmware officially supported on esp32s2 or esp32s3 boards?
Replies: 2
Views: 1400

Re: Is UF2 firmware officially supported on esp32s2 or esp32s3 boards?

I would like to leverage uf2 to simplify the upgrade of micropython firmware. I have UM ProS2 board which come with the UF2 bootloader. However the uf2 firmware I downloaded from the site does not work on the board. Yes my understanding (from https://github.com/micropython/micropython/issues/8222 a...
by erong
Wed Jul 06, 2022 7:13 am
Forum: ESP32 boards
Topic: Is UF2 firmware officially supported on esp32s2 or esp32s3 boards?
Replies: 2
Views: 1400

Is UF2 firmware officially supported on esp32s2 or esp32s3 boards?

I would like to leverage uf2 to simplify the upgrade of micropython firmware. I have UM ProS2 board which come with the UF2 bootloader. However the uf2 firmware I downloaded from the site does not work on the board.
by erong
Sun Jan 23, 2022 11:12 pm
Forum: ESP32 boards
Topic: error v1.18 build esp32 GENERIC_SPIRAM with user modules
Replies: 1
Views: 3386

error v1.18 build esp32 GENERIC_SPIRAM with user modules

I am trying to build ESP32 GENERIC_SPIRAM board with st7789_mpy native driver. I build using the v1.18 branch, did it with esp-idf 4.2, 4.2.2 and 4.3.2. Here is the command I use to build. make USER_C_MODULES=~/st7789_mpy/st7789/micropython.cmake BOARD=GENERIC_SPIRAM -j 2 Here is the error I am gett...