EMS-ESP 3.6 on Lolin c3 Mini #1241
martinSezman
started this conversation in
General
Replies: 2 comments 9 replies
-
maybe try the latest code from dev and rebuild. I'm not at home this week so can't test unfortunately. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Hi! Background:
The offered option (to ignore that and flash the binary) resulted in a boot loop again:
Thanks&Regards |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I don't know what I doing wrong, but the ESMESP v3.6 don't boot on esp32 lolin c3 mini. Board is correct - verified by install tasmota and esphome.
EMS-ESP-3_6_0-dev_12-LOLIN_C3_MINI.bin firmware compiled and builded without issues myself by command "pio run -e lolin_c3_mini" on Debian 12.
Upload command on macOS:
esptool.py --chip esp32c3 --port /dev/cu.usbmodem14601 --baud 921600 --before=default_reset --after=hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size 4MB 0x8000 partitions.bin 0x0 bootloader.bin 0xe000 boot_app0.bin 0x10000 EMS-ESP-3_6_0-dev_12-LOLIN_C3_MINI.bin
on serial are following messages in the loop:
ESP-ROM:esp32c3-api1-20210207
Build:Feb 7 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0xd (SPI_FAST_FLASH_BOOT)
Saved PC:0x403d10fc
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fcd6100,len:0x38c
load:0x403ce000,len:0x6ac
load:0x403d0000,len:0x24e4
entry 0x403ce000
Any ideas, suggestions?
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions