Page 1 of 1

芯片出厂程序报错

Posted: Thu May 23, 2019 4:53 pm
by bananas
:oops:ets Jun 82016 00:22:57

rst:0x10 (RTCWDT_RTC_ RESET), boot:0x17 (SPI_ FAST_ FLASH_ B0OT)flash read err, 1000ets_main.c 371

Re: 芯片出厂程序报错

Posted: Fri May 24, 2019 2:11 am
by ESP_Gargamel
从 log 上看,flash 里没有烧录程序。

如果你需要基于 esp32 做相关开发,请熟悉 esp-idf:https://github.com/espressif/esp-idf
以及 IDF 开发手册:https://docs.espressif.com/projects/esp ... index.html

如果你想用 AT,可参考:https://github.com/espressif/esp32-at

Re: 芯片出厂程序报错

Posted: Fri May 24, 2019 2:42 am
by bananas
IMG_20190523_230652.jpg
IMG_20190523_230652.jpg (4.9 MiB) Viewed 14078 times

Re: 芯片出厂程序报错

Posted: Fri May 24, 2019 2:44 am
by bananas
新的芯片不是一般会一直刷新log信息.我的芯片一直刷新以上信息

Re: 芯片出厂程序报错

Posted: Thu May 30, 2019 6:04 am
by ESP_Gargamel
从上图看,rom loader 已正常加载位于 flash 0x1000 中的二级 bootloader,但不确认为何没有后继 log。

请完整按照 https://docs.espressif.com/projects/esp ... index.html 的流程操作,先编译烧写 examples/get-started/hello_world,确认流程没有问题。