-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
CoreS3 #185
Comments
hi, do you mean one of your loadable apps bounces back to SD-Menu when you attempt to load it? it sounds like the action button is triggered before checkSDUpdater() is called, can you share the setup() code from that app? I just did a test with a basic example and it behaves normally, so I'll need more info to reproduce this issue e.g. library version, platform, core options (especially Partition Scheme). otherwise if you feel adventurous, the next release candidate is still being tested on the 1.2.8 branch |
Hi and thanks for getting back to me! I'll give that a go, to be honest it's actually the default apps from the SD Content. Maybe the apps themselves aren't compatible? I'll try with my own app later and see how it goes. Thanks again! |
oh right, the zip file in the readme has a few precompiled applications but they're only supported M5GO/M5Fire devices and use an outdated version of espressif arduino-esp32 core where OTA partitions have a different offset. I will remove this link from the readme, sorry for the confusion |
Ok good stuff, so it's just compatibility with the bundled apps then. I should have realised sooner to be fair. |
Just tried to compile 1.2.8 but got these errors (going to see if I can solve it) In file included from /Users/jay/Downloads/M5Stack-SD-Updater-1.2.8/examples/M5Stack-SD-Menu/main/main.cpp:1, exit status 1 Compilation error: 'Flash' has not been declared |
if you don't know how to update an arduino library from a repository I suggest you wait for the next release to pop in the library manager unless you want to contribute there's no need to use the 1.2.8 branch to create your SD-Menu binary or compile your SD-loadable applicationss |
Ok, I did update the library and those were the compile errors but never mind. Im actually attempting to get it working on this device for a project: https://github.com/Freenove/Freenove_Development_Kit_for_ESP32_S3 |
Freenove devkit does not seem to have a SD Card, I wouldn't recommend that board for a SD-Card based project 😉 |
It does indeed, built into the board
|
well good news then 👍 here's a roadmap to get M5Stack-SD-Menu to work on a Freenove devkit:
Freenove devkit is currently sold at ~65€ on amazon in my country but I already spent my monthly budget, so if you want this in october you'll have to either send me a unit or paypal me so I can purchase it myself and start working on a proof of concept. |
Thanks for that, I'll give it a try. If I can't manage it I'll arrange for one to be shipped to you :) |
Hi,
I've flashed the M5Stack-SD-Menu to my CoreS3 but when the bin file loads it just reboots back into the menu, any ideas?
Thank you for your work!
The text was updated successfully, but these errors were encountered: