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

Write system log & traces to Partition 4, SPIFFS area #26

Open
smeisner opened this issue Nov 30, 2023 · 1 comment
Open

Write system log & traces to Partition 4, SPIFFS area #26

smeisner opened this issue Nov 30, 2023 · 1 comment
Labels
enhancement New feature or request triaged Once an issue has been reviewed, it will be marked as 'triaged'

Comments

@smeisner
Copy link
Owner

Looking at the ESP32 partition, there is a partition that can be used for logging;

 ## Label            Usage          Type ST Offset     Length
  4 spiffs           Unknown data     01 82 0x00c90000 0x00360000

Use this area to record ESP32 logging, including panic data.

@smeisner smeisner added the enhancement New feature or request label Dec 1, 2023
@smeisner smeisner mentioned this issue Dec 1, 2023
@smeisner
Copy link
Owner Author

smeisner commented Dec 1, 2023

@smeisner smeisner changed the title Write system log to Partition 4, SPIFFS area Write system log & traces to Partition 4, SPIFFS area Dec 4, 2023
@smeisner smeisner added the triaged Once an issue has been reviewed, it will be marked as 'triaged' label Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triaged Once an issue has been reviewed, it will be marked as 'triaged'
Projects
None yet
Development

No branches or pull requests

1 participant