The webpage: https://circuitpython.org/board/espressif_esp32s3_box/ doesn't have a section Install, Repair, or Update UF2 Bootloader like it's 'brother' on page: https://circuitpython.org/board/espressif_esp32s3_devkitc_1_n8r8/ does.
For this reason I tried to build a port for the ESP32-S3-BOX in micropython/ports/espressif (because I wanted to create (also) a bootloader) however, unfortunately, did not succeed. The build succeeded without error but did not create the .bin neither .uf2 files.
The webpage:
https://circuitpython.org/board/espressif_esp32s3_box/doesn't have a sectionInstall, Repair, or Update UF2 Bootloaderlike it's 'brother' on page:https://circuitpython.org/board/espressif_esp32s3_devkitc_1_n8r8/does.For this reason I tried to build a port for the ESP32-S3-BOX in micropython/ports/espressif (because I wanted to create (also) a bootloader) however, unfortunately, did not succeed. The build succeeded without error but did not create the .bin neither .uf2 files.