You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting multiple compile and now ld-linking errors when compiling the project. Either with Arduino or with IDF.
Now I wanted to flash the prebuild flash, but I don't know how to do that. I tried directly with the esptool, but this does not work.
Can I please ask you to elaborate on the following entry in the README:
"Step 1: Flash the sketch with flash size include SPIFFS option."
I tried to flash the binary with this command (flashing works!) butt then on the ESP32 it does not work:
esptool.py -p /dev/ttyUSB0 -b 460800 --before default_reset --after hard_reset --chip esp32 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x0000 mitsubishi2MQTT_ESP32DEV_IDF.bin
My hardware is a ESP32-WROOM-32 module (Is that incompatible with above image?)
The text was updated successfully, but these errors were encountered:
Dear Developer,
I am getting multiple compile and now ld-linking errors when compiling the project. Either with Arduino or with IDF.
Now I wanted to flash the prebuild flash, but I don't know how to do that. I tried directly with the esptool, but this does not work.
Can I please ask you to elaborate on the following entry in the README:
"Step 1: Flash the sketch with flash size include SPIFFS option."
I tried to flash the binary with this command (flashing works!) butt then on the ESP32 it does not work:
esptool.py -p /dev/ttyUSB0 -b 460800 --before default_reset --after hard_reset --chip esp32 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x0000 mitsubishi2MQTT_ESP32DEV_IDF.bin
My hardware is a ESP32-WROOM-32 module (Is that incompatible with above image?)
The text was updated successfully, but these errors were encountered: