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

Latest Sming install broke my code, how to install an old Sming release ? #2669

Closed
profjmer opened this issue Oct 2, 2023 · 10 comments
Closed

Comments

@profjmer
Copy link

profjmer commented Oct 2, 2023

How can i detect the Sming framework from logs ?
boot: ESP-IDF v4.4.3-360-g0a3cf0120e 2nd stage bootloader, is this the ESP-IDF installed version

cpu_start: Project name: Sming
cpu_start: App version: 4.0.0-rc4-497-gc3684aba, is this the Sming version installed
cpu_start: Compile time: Dec 27 2022 20:17:48

How can I get back those specific versions ?
Thanks

@slaff
Copy link
Contributor

slaff commented Oct 4, 2023

@mikee47 can you help here?

@mikee47
Copy link
Contributor

mikee47 commented Oct 4, 2023

Those numbers are generated by the ESP-IDF so don't related directly to Sming.
The compile time is perhaps the most useful - git history puts Sming at version 4.7.0.

@profjmer
Copy link
Author

profjmer commented Oct 4, 2023

I will try that version.
Thank you

@slaff
Copy link
Contributor

slaff commented Oct 4, 2023

Latest Sming install broke my code

@profjmer If you provide more information about what is broken then we might be able to help you to migrate to the latest version.

@profjmer
Copy link
Author

profjmer commented Oct 4, 2023

I can't provide valuable info, esp32 is always resetting.

@slaff
Copy link
Contributor

slaff commented Oct 5, 2023

@profjmer
Copy link
Author

profjmer commented Oct 5, 2023

I'll try, thanks

@slaff
Copy link
Contributor

slaff commented Dec 18, 2023

@profjmer closing due to inactivity. If you have the requested information paste it here and we might re-open the issue.

@slaff slaff closed this as completed Dec 18, 2023
@profjmer
Copy link
Author

profjmer commented Jan 5, 2024 via email

@mikee47
Copy link
Contributor

mikee47 commented Jan 5, 2024

I can't provide valuable info, esp32 is always resetting.

@profjmer If you're using a dual-core chip then it's probably the WDT as discussed here #2653.
Try running make sdk-menuconfig and setting FREERTOS_UNICORE=y, then make clean components-clean before rebuilding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants