Hi everyone, I'm having trouble uploading data to my KinCony KC868-A6 v1.3SP board and would really appreciate some help.
This morning I got home and, to my disappointment, the board wasn’t working. I finally had time to try uploading my firmware again, but it’s not working.
Thanks in advance!
UPDATE:
With erase the and flash, the board started to work again. but i cant update any config on web server.
i cant flash with ESP32 DOWNLOAD TOOL.
the error occours.
This morning I got home and, to my disappointment, the board wasn’t working. I finally had time to try uploading my firmware again, but it’s not working.
- The board’s LED is on as usual.
- The USB connection is recognized by my computer.
- However, in the SPDownload tool, the board info doesn’t appear — it seems like it’s not being detected properly.
- I’ve tested four different USB cables (all confirmed to work for data transfer on my Samsung smartphone).
- I don’t have any sensors connected to the board right now.
- There were no power surges or electrical issues today, so I doubt the ESP32 is fried.
Thanks in advance!
UPDATE:
Code:
PS D:\Downloads\DEV KC686-A6\KCS_KC868_A6_V2.2.12> python -m esptool --chip esp32 --port COM7 erase_flash
esptool.py v4.8.1
Serial port COM7
Connecting....
Chip is ESP32-D0WD-V3 (revision v3.1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 2c:bc:bb:bf:69:5c
Uploading stub...
Running stub...
Stub running...
Erasing flash (this may take a while)...
Chip erase completed successfully in 0.0s
Hard resetting via RTS pin...
PS D:\Downloads\DEV KC686-A6\KCS_KC868_A6_V2.2.12> python -m esptool --chip esp32 --port COM7 --baud 115200 write_flash 0x0 KCS_KC868_A6_V2.2.12.bin
esptool.py v4.8.1
Serial port COM7
Connecting....
Chip is ESP32-D0WD-V3 (revision v3.1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 2c:bc:bb:bf:69:5c
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Flash will be erased from 0x00000000 to 0x001f4fff...
Compressed 2049248 bytes to 776667...
Wrote 2049248 bytes (776667 compressed) at 0x00000000 in 68.0 seconds (effective 241.1 kbit/s)...
File md5: dca5832fce0deaae24a324e292f9835d
Flash md5: f0930babe06a54de41f91c7b9e0ece89
MD5 of 0xFF is b4b16439163a7c79fe686aebc65ec0b9
A fatal error occurred: MD5 of file does not match data in flash!
With erase the and flash, the board started to work again. but i cant update any config on web server.
i cant flash with ESP32 DOWNLOAD TOOL.
the error occours.