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

It's possible to create a not bootable application for ESP32-C2 #1071

Closed
bjoernQ opened this issue Jan 10, 2024 · 0 comments · Fixed by #2079
Closed

It's possible to create a not bootable application for ESP32-C2 #1071

bjoernQ opened this issue Jan 10, 2024 · 0 comments · Fixed by #2079
Assignees
Labels
bug Something isn't working chip:esp32c2 Issue related to ESP32-C2 chip
Milestone

Comments

@bjoernQ
Copy link
Contributor

bjoernQ commented Jan 10, 2024

We need to make sure to not use the bootloader's RAM, otherwise we can run into something like this

E (155) esp_image: Segment 2 0x403aeb10-0x403aec10 invalid: overlaps loader IRAM
E (163) boot: Factory app partition is not bootable
E (168) boot: No bootable app partitions in the partition table

When trying to boot

@jessebraham jessebraham added the bug Something isn't working label Jan 16, 2024
@jessebraham jessebraham added the status:needs-attention This should be prioritized label Jul 8, 2024
@tom-borcin tom-borcin removed the status:needs-attention This should be prioritized label Jul 15, 2024
@tom-borcin tom-borcin added the chip:esp32c2 Issue related to ESP32-C2 chip label Aug 13, 2024
@bjoernQ bjoernQ self-assigned this Sep 4, 2024
@bjoernQ bjoernQ added this to the 0.21.0 milestone Sep 4, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chip:esp32c2 Issue related to ESP32-C2 chip
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants