Skip to content
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

risc-v/esp32c3: linker script fix for mcuboot and wifi usage #14563

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fdcavalcanti
Copy link
Contributor

Summary

This PR modifies the ESP32C3 linker script to fix issue reported in #14151.
Also adds the brownout detector to flash section.

Impact

Fix issues related to device not booting when using MCUBoot and WiFi.

Testing

Tested on internal CI.
To verify manually:

  • ./tools/configure.sh -l esp32c3-generic:sta_softap
  • make menuconfig -> Enable CONFIG_ESPRESSIF_BOOTLOADER_MCUBOOT
  • make bootloader
  • make and flash.

Revert "risc-v/esp32c3: linker script fix for mcuboot + wifi usage"

This reverts commit 3de5d2021b3a4c5fb506863f7b4763b57f038432.

Testing no brownout detector

Reenabled brownout
@github-actions github-actions bot added Board: risc-v Size: S The size of the change in this PR is small labels Oct 30, 2024
Copy link
Contributor

@cederom cederom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @fdcavalcanti !! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Board: risc-v Size: S The size of the change in this PR is small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants