How to install .bin to M5stickC Plus
-
I have done below
esptool.py --port COM4 -b 1500000 write_flash 0x00000 M5ZoomcontrollerPlus3.ino.m5stick_c.bin
But M5stickC Plus doesn't work with the sketch(.bin).
I think my command is wrong.
Could you kindly tell me how to write .bin to M5stickC Plus with esptool.py? -
Hi, you can take a look at the bottom of this thread: https://github.com/espressif/arduino-esp32/issues/3409
It seems you need to upload multiple files such as bootloader etc not just one file. -