fix(build): adapt sdkconfig for ESP32-P4 partition and driver adjustments#22
fix(build): adapt sdkconfig for ESP32-P4 partition and driver adjustments#22Ghost64847 wants to merge 2 commits intoHighCodeh:mainfrom
Conversation
|
I’m going to close these two PRs for now just to help keep the project organized. Please take a look at these tips for your future contributions:
Thanks for the hard work! I'm looking forward to your updated PRs on the dev branch. :D |
|
I am very sorry for causing trouble for this project. I realised that I made a mistake in the Flash Memory Settings, so I reverted my subsequent changes. But there is one thing I need to report. When #define BL_LEDC_FREQ 5000, an ### ESP_ERROR_CHECK failed occurs: esp_err_t 0xffffffff (ESP_FAIL) at 0x40024ea0 abort() was called at PC 0x4ff0ba7d on core 0 |
|
weird, here i can use 5000 and works fine, maybe its something new in idf v5.5.3 who doesnt have on v5.5.1. Im going to test it and i return to you soon ok? |
|
Okay, I'm glad you noticed this issue. |
Description
Adapt the current firmware environment for ESP32-P4, including
sdkconfigupdates, partition resizing, and ST7789 display driver tweaks.Changes included according to CHANGELOG standard:
Related Issue: Fixes #22
Type of Change
Checklist
Hardware Testing Details
sdkconfigchanges, tested with ST7789 backlight adjusted to 4000Hz.