# K10_Micropython **Repository Path**: dfrobot/K10_Micropython ## Basic Information - **Project Name**: K10_Micropython - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-11 - **Last Updated**: 2025-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # K10 Micropython Firmware Source Code ```shell #Build script python3 make.py esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=ili9341 --usb-jtag --flash-size=16 #Flashing command The actual flashing command may vary depending on the build output. Please follow the specific instructions shown after compilation. /home/fary/.espressif/python_env/idf5.2_py3.8_env/bin/python -m esptool --chip esp32s3 -p /dev/ttyACM0 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 16MB --flash_freq 80m --erase-all 0x0 /home/fary/micropython/lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin # Burn font model # Install mpremote pip install mpremote #Burn (upload to device) mpremote connect /dev/ttyACM0 fs cp /home/haha/desktop/K10_Micropython/frozen_bin/font_big.bin : ```