micropython/micropython-esp32

NodeMCU ESP32 Failed: rst:0x10 RTCWDT_RTC_RESET

KISSMonX opened this issue · 7 comments


rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371 
ets Jun  8 2016 00:22:57

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371 
ets Jun  8 2016 00:22:57

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371 
ets Jun  8 2016 00:22:57

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371 
ets Jun  8 2016 00:22:57

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371 
ets Jun  8 2016 00:22:57

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371 

uPyCraft V0.29 firmware works fine.

but, https://micropython.org/download#esp32 cannot work.

Always rst: 0x10(RTCWDT_RTC_RESET)

This repository is no longer used, the code has been merged into https://github.com/micropython/micropython

@dpgeorge Too bad you can't just turn off new issues.

Or maybe modify README.md with a big notice about it being moved -- I know there's one there now, but move all the other content of the current readme into another file, and just have a link to that from the main readme that only states "this is old..."

Ok, I updated the main description of the repo to point to upstream, and added ISSUE_TEMPLATE.md and PULL_REQUEST_TEMPLATE.md to also give a notice when new issue/PRs are opened. Hopefully that helps!

Ok, I updated the main description of the repo to point to upstream

git push?

Edit: Ah, main description, not the README.md.