Skip to content

DFRobot/K10_Micropython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K10 Micropython Firmware Source Code

#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 :

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published