Page 2 of 2
Re: Does the 24M or 26M crystal are suit ESP32?
Posted: Mon May 22, 2017 6:46 am
by ESP_igrr
When updating, don't forget to update submodules (git submodule update --init)
Re: Does the 24M or 26M crystal are suit ESP32?
Posted: Mon May 22, 2017 7:52 am
by Smartisan
hi,we are now use the old verson IDF,as you say it can autodetective the xtal,so we download flash it well,but when we reset the chip,it print sth on the UART helper,maybe it doesn't run and stop at anyplace,i attch it below.Please help me and give some suggestion.
Re: Does the 24M or 26M crystal are suit ESP32?
Posted: Mon May 22, 2017 9:17 am
by ESP_igrr
Seems like you don't have the partition table uploaded. Have you tried running 'make flash' to upload bootloader, partition table, and the application?
Re: Does the 24M or 26M crystal are suit ESP32?
Posted: Mon May 22, 2017 10:00 am
by Smartisan
OK,i try it again,thx