-
Notifications
You must be signed in to change notification settings - Fork 7.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-P4 v1.0 Silicon idf.py flash issue. (IDFGH-14514) #15280
Comments
Thanks for update. I will try master branch and let u know status soon! I am switching from release/v5.4. |
@chegewara your recommendations have worked great to get around the boot issue with wrong chip id wrt to esp32p4 v1.0 silicon. But I still have issue after programming a 'getting_started/blink' project. I have pulled latest https://github.com/espressif/esp-idf.git and checked out the master branch. I set up env in root esp-idf directory.
Then navigated and opened 'examples/get-started/blink' project and build flash and monitor.
But now I get this issue after flashing and monitoring chip. Please see log files here. Im programming via direct USB-C via these lines okay.
Might my bootselect pins be an issue?
|
HI @csalinasonline Have you configured the console output to choose the "USB Serial JTAG"? |
Answers checklist.
General issue report
I am using esp-idf 5.4.
I have new ESP32-P4 v1.0 Silicon.
Before I had v0.1 Silicon. working on a prototype that mirrors most of the hardware on ESP32-P4-eval board.
But since changing to ESP32-P4 v1.0 Silicon i have issues programming this new chip.
I get this error "A fatal error occurred: bootloader/bootloader.bin requires chip revision in range [v0.1 - v0.99] (this chip is revision v1.0). Use --force to flash anyway."
Please look at my attached log file, old vs new silicon log, and sdkconfig below.
idf_py_flash_issue_012425.txt
sdkconfig.txt
The text was updated successfully, but these errors were encountered: