Problem with "wrong chip" when building and flashing ESP-AT
Posted: Sun Jan 01, 2023 3:15 am
Hi All
I am using ESP-IDF 5 to build ESP-AT. All looks to be fine until I try to flash my ESP32-S2-WROOM.
I run python build.py install
where there are choices [1..3]
Platform name:
1. PLATFORM_ESP32
2. PLATFORM_ESP32C3
3. PLATFORM_ESP32C2
so I choose 1.
Module name:
1. WROOM-32
...
so I choose 1.
The build is fine
But when flashing it errors with
"A fatal error occurred: This chip is ESP32-S2 not ESP32. Wrong --chip argument?"
So it seems that the platform name may be wrong, but there is no possibility to enter ESP32-S2 anywhere.
What coudl be going wrong?
Thanks in advance.
Regards
Mark
I am using ESP-IDF 5 to build ESP-AT. All looks to be fine until I try to flash my ESP32-S2-WROOM.
I run python build.py install
where there are choices [1..3]
Platform name:
1. PLATFORM_ESP32
2. PLATFORM_ESP32C3
3. PLATFORM_ESP32C2
so I choose 1.
Module name:
1. WROOM-32
...
so I choose 1.
The build is fine
But when flashing it errors with
"A fatal error occurred: This chip is ESP32-S2 not ESP32. Wrong --chip argument?"
So it seems that the platform name may be wrong, but there is no possibility to enter ESP32-S2 anywhere.
What coudl be going wrong?
Thanks in advance.
Regards
Mark