-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-S3 blinking yellow after flashing (ESPTOOL-764) #931
Comments
The flashing done by esptool went fine. So I'm sorry but we cannot do anything about this here. The issue is with your application. So please try to check your micropython project setup. We cannot help you with this. The registers were dumped because |
Thank you for the quick reply Roland! I understand what you are saying the problem is that I haven't written any code yet. I would like to start writing some code lol. There is no application or micropython project as you imply. All I have done is flash the firmware and the device is abort looping. The flashing is causing the abort . . . there is nothing else. The bord is brand new never used before. I was instructed to flash the device before attempting to write any microphyton . . . is that correct or can I go ahead and start the micropython tutorial? Kind regards |
The flashing was successful and the firmware got flashed. The abort is caused by running the firmware. SPI RAM initialization failed during boot. Is the bootloader fine? I'm sorry but I don't see any esptool issue here. |
Thank you for your help Roland and sorry for taking your time. I will try to investigate what is SPI RAM and the bootloader. I have no idea what that is or how it works. What would be your advice on how to proceed? Shall I buy another microprocessor? Which one would you recommend for a beginner? I just want to learn micropython lol If you think of anything else please let me know any help is greatly appreciated. |
@hydnum-repandum this repository contains everything you need to know to start using your devkit. Open the
Not needed. The ESP32-S3 is now widely supported in Arduino, ESP-IDF, MicrOpython and other projects from the community. |
Hi Roland Thank you again for your precious advice. Yes that is the tutorial that I am following. Mind you I didn't know they have a repository in github. They ask me to download the tutorial from their website. The tutorial I downloaded is not as comprehensive as the one here and as far as I can tell not the exactly the same. The problem with the freenove tutorial is that is mainly windows based. For example the chapter about installing the CH343 driver I had so many problems. There are 10 pages with screenshots for Windows and Mac there there is two line paragraph for Linux. After days and days of failing finally I got a replay from them. Just two words "Try this" and they pointed to a repository in github. What can I say they don't make you feel welcome and I am NOT going to install Windows lol. Anyway I am a bit lost a the moment not sure what I am going to do next. Still want to learn micrOpython hehe Have a great weekend!! |
Sorry I assumed it was Roland . . . Thank you Radim Karnis the reply is for you! 8) |
Operating System
Kubuntu 23.04
Esptool Version
esptool.py v4.7-dev
Python Version
3.11.4
Chip Description
ESP32-S3-WROOM
Device Description
I am not expert. I have just started with my first micro-controller . I bought the development board
"Freenove Basic Starter Kit for ESP32-S3-WROOM (Included) (Compatible with Arduino IDE)"
to learn microphyton. I have followed instructions to burn the firmware on the ESP S3. I didn't get any errors but the serial monitor shows that the device is rebooting continuously while blinking yellow.
Hardware Configuration
Nothing attached just the board connected by USB
How is Esptool Run
Running from Konsole (kubuntu 23.04)
Full Esptool Command Line that Was Run
python3 esptool.py --chip esp32s3 --port /dev/ttyCH343USB0 --baud 2000000 write_flash -z 0 ESP32_GENERIC_S3-20230426-v1.20.0.bin
Esptool Output
More Information
the serial monitor is displaying in a loop as follows:
ELF file SHA256: 1fc5db5094440301
Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xb (SPI_FAST_FLASH_BOOT)
Saved PC:0x420ff696
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0xf34
load:0x403c9700,len:0xc44
load:0x403cc700,len:0x2c78
entry 0x403c98f4
[0;31mE (253) psram: PSRAM ID read error: 0x00ffffff[0m
[0;31mE (254) spiram: SPI RAM enabled but initialization failed. Bailing out.[0m
[0;31mE (10) spiram: SPI RAM not initialized[0m
abort() was called at PC 0x420069e8 on core 1
Backtrace: 0x40375c5e:0x3fcee2a0 0x40383919:0x3fcee2c0 0x40389ea2:0x3fcee2e0 0x420069e8:0x3fcee350 0x4200720f:0x3fcee370
ELF file SHA256: 1fc5db5094440301
Rebooting...
...
Rebooting...
Other Steps to Reproduce
I use my Kubuntu 23.04 for flashing. I have not tried on any other O/S
I Have Read the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: