ESP32-C3 fatal error on installing micropython #9881
Unanswered
ctvarlan
asked this question in
Hardware & Peripherals
Replies: 4 comments 2 replies
-
Hi there. What board are you using now? Have you tried using older esp tool? Try using version 3.3 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi,
Thank you for your response.
My board is ESP32-C3-DevKitM-1.
I just installed esptool 3.3, and I'll give it a try. I let you know how it
goes.
Thank you,
…On Tue, Nov 8, 2022 at 11:28 PM Rinaldi Jandrinata ***@***.***> wrote:
Hi there. What board are you using now? Have you tried using older esp
tool? Try using version 3.3
—
Reply to this email directly, view it on GitHub
<#9881 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACLTAYTIILDK4GVZBYZ6Z23WHMSARANCNFSM6AAAAAARZ4IPPI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I gave it a try with esptool 3.3. The flashing was smooth, but the surprise
came after.
At boot (I'm using Thonny), there is an infinite loop with this content:
Build:Sep 18 2020
rst:0x3 (RTC_SW_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
Saved PC:0x403d1232
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fcd6100,len:0xe3c
load:0x403ce000,len:0x6dc
load:0x403d0000,len:0x28ac
entry 0x403ce000
E (34) ESP-ROM:esp32c3-20200918
Build:Sep 18 2020
rst:0x3 (RTC_SW_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
Saved PC:0x403d1232
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fcd6100,len:0xe3c
load:0x403ce000,len:0x6dc
load:0x403d0000,len:0x28ac
entry 0x403ce000
E (34) ESP-ROM:esp32c3-20200918
Any clue?
Thanks a lot,
…On Wed, Nov 9, 2022 at 1:30 PM C.T. Varlan ***@***.***> wrote:
Hi,
Thank you for your response.
My board is ESP32-C3-DevKitM-1.
I just installed esptool 3.3, and I'll give it a try. I let you know how
it goes.
Thank you,
On Tue, Nov 8, 2022 at 11:28 PM Rinaldi Jandrinata <
***@***.***> wrote:
> Hi there. What board are you using now? Have you tried using older esp
> tool? Try using version 3.3
>
> —
> Reply to this email directly, view it on GitHub
> <#9881 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACLTAYTIILDK4GVZBYZ6Z23WHMSARANCNFSM6AAAAAARZ4IPPI>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***
> com>
>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, there.
I'm sorry that I couldn't test this because I don't have ESP32C3 revision 2, but these steps worked with ESP32C3 revision 3. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
The first try to put micropython on an older ESP32-C3.
The command is:
>esptool.py --chip esp32c3 --port COM4 --baud 460800 write_flash -z 0x0 esp32c3-usb-20220117-v1.18.bin
and the messages are:
esptool.py v4.3
Serial port COM4
Connecting....
Chip is ESP32-C3 (revision v0.2)
Features: WiFi, BLE
Crystal is 40MHz
MAC: 7c:df:a1:43:10:58
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
A fatal error occurred: esp32c3-usb-20220117-v1.18.bin requires chip revision 3 or higher (this chip is revision 2). Use --force to flash anyway.
I tried --force and the result is the same.
What should I do?
Thank you for your attention,
Beta Was this translation helpful? Give feedback.
All reactions