ESP32 unexpected error when flashing the 'factory' firmware #60
Unanswered
OGlushonkov
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am having troubles to flash the "factory" firmware on my ESP32-WROOM-32D board. It seems that the "base" one was installed correctly.. After installation I was getting these two lines repeating continuously in the log window:
![Snap2](https://private-user-images.githubusercontent.com/127408995/404679569-2fa38aef-d1f6-4430-b012-13c808f4c0e4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODQzODgsIm5iZiI6MTczOTM4NDA4OCwicGF0aCI6Ii8xMjc0MDg5OTUvNDA0Njc5NTY5LTJmYTM4YWVmLWQxZjYtNDQzMC1iMDEyLTEzYzgwOGY0YzBlNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQxODE0NDhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00MmE3MmRlMWEwMjg1MThkZTliNzg5NDhlZWE4Nzg0MzE5ZWEzODk1NWFkZjdjY2Q3MzJkY2Y0YzZkNjdlYWQ0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.EvI0l4frlJtrP1BkmTS-Rt9LjZNJOOpQUKrjJAez4xY)
[17:20:54]HyperHDR frames: 0 (FPS), receiv.: 0, good: 0, incompl.: 0, mem1: 0, mem2: 0, heap: 315444
[17:20:54]RGBW => Gain: 255/255, red: 176, green: 176, blue: 112
I unplugged and then connected back the ESP board, then tried to flash the second firmware but got the following error:
![Snap1](https://private-user-images.githubusercontent.com/127408995/404679587-27b847fe-2f39-45b2-b365-e2d80a0c3020.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODQzODgsIm5iZiI6MTczOTM4NDA4OCwicGF0aCI6Ii8xMjc0MDg5OTUvNDA0Njc5NTg3LTI3Yjg0N2ZlLTJmMzktNDViMi1iMzY1LWUyZDgwYTBjMzAyMC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQxODE0NDhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04NTgxN2YyYTA1NGY1ODVhM2IxZmJhMWJiZGFlYTBjNDM4ZmU3YzM0ZDMwNDFjM2Q0OGE1ZTBhYjMxNmIzM2ZmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.eyyVyBzItkKye15Du3u-bjVt0ai1mnzr_BdHdc7aJgA)
Unexpected error: The firmware binary is invalid (magic byte=FF, should be E9)
I tried to install it several time, first by following the Wiki guide to compile the project and create a "custom firmware" (without changing the code), then with the files from the Release page v9 (hyperspi_esp32_SK6812_RGBW_NEUTRAL.factory.bin)... with no success so far. I looked for similar cases online but didn't find any helpful information. What am I doing wrong? Could you please help me with this issue?
Thank you for your answers.
Beta Was this translation helpful? Give feedback.
All reactions