how to create binary file for esp32s3 board.
I tried but this error showing…
[5/5] idf (5.2.1)
CMake Error at /home/arunkumar/esp/esp-idf/tools/cmake/build.cmake:268 (message):
Failed to resolve component ‘esp_adc_cal’.
how to solve this.
. $HOME/esp/esp-idf/export.sh
git clone GitHub - lvgl/lv_micropython: Micropython bindings to LVGL for Embedded devices, Unix and JavaScript
cd lv_micropython
git submodule update --init --recursive lib/lv_bindings
make -C mpy-cross
cd ports/esp32
make submodules
make BOARD=GENERIC_S3
this is how i compiled