borne/notes.md
2025-11-30 19:02:20 +01:00

334 B

Notes

Mise en place micropython

esptool --port /dev/ttyACM0 erase-flash

cd tmp wget https://micropython.org/resources/firmware/ESP32_GENERIC_C6-20250911-v1.26.1.bin cd -

esptool --port /dev/ttyACM0 --baud 460800 write-flash 0 ./tmp/ESP32_GENERIC_C6-20250911-v1.26.1.bin

Webrepl

init via un run sur utils/webrepl_setup.py