microsoft / pxt-maker

MakeCode target for "Maker" boards (beta)
https://maker.makecode.com/
Other
115 stars 80 forks source link

How to flash the espressif-esp32-devkit-c #356

Open louisvangeldrop opened 2 years ago

louisvangeldrop commented 2 years ago

All boards are flashed using the UF2 procedure. As far as I know there is no UF2 support for this board.

Since this board is on the list of Makecode supported boards, I am curious to know how to flash it.

louisvangeldrop commented 1 year ago

Flashing using this procedure:

  1. Use https://espressif.github.io/esptool-js/ as online flash tool
  2. 0x1000 bootloader.bin
  3. 0x8000 partitions.bin. I used the bootloader and partiitions files from the espruino esp32 binaries folder
  4. 0x10000 makecode.bin. The file that is generated by Makecode