platform-espressif32 icon indicating copy to clipboard operation
platform-espressif32 copied to clipboard

I upgraded the ESP32 PICO D4 firmware to ESP32 PICO V3 ,Has been unable to start

Open K-LG opened this issue 3 years ago • 6 comments

It keeps printing the following in a loop rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)

1663729015374 1663729223703 1663729268050

I hope you can help me. Thank you

K-LG avatar Sep 21 '22 03:09 K-LG

I suspect that there is no bootloader.bin file for ESP32 PICO V3

K-LG avatar Sep 21 '22 03:09 K-LG

You use a old platform framework. Pico is not supported there. Use latest platform!

Jason2866 avatar Sep 21 '22 07:09 Jason2866

@Jason2866 Thanks for your reply, I tried the 5.1.0 version and there were other problems

K-LG avatar Sep 21 '22 08:09 K-LG

I experienced Guru Meditation Error after using 5.1.0: image

K-LG avatar Sep 21 '22 09:09 K-LG

There are flash frequency issues I have tried to modify it, but I don't know whether it is normal board_build.f_flash = 40000000L

K-LG avatar Sep 21 '22 09:09 K-LG

It is your sketch or a used library causing the problems. I have a board with a pico v3 which does work without issues.

Jason2866 avatar Sep 21 '22 09:09 Jason2866

Hi @K-LG ! Does it work as expected in the Arduino IDE?

valeros avatar Oct 04 '22 11:10 valeros

Maybe this is related?

slaesh avatar Oct 28 '22 06:10 slaesh

This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Nov 27 '22 13:11 stale[bot]