-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
UiFlow2.0.bin Update error: 5 #20
Comments
Hi leorr, thanks for using and enjoying Launcher! I really appreciate this.. This issue occurs due to the partition size of UIFlow applications, it is larger then the OTA partition where Launcher install the applications.. I have an Idea on how to overcome that, so I'm putting it on the list of solutions to implement next week. Thank you very much for reporting! |
Ok, thank you very much, and again congratulations for your work, I will wait patiently, |
Hello @leorrr Try this test version of the Launcher... It is pointing to a Test Repo, so the firmwares may be outdated.. it is only for test.. If it is working, I'll publish the release next week |
It works very well, error 5 no longer appears and it can be installed after I played for a while on the uiFlow 2 page of m5Stack, and very well, I will continue testing and something comes up, I will let you know. |
Bad news....MicroHidra has stopped working, it can be installed but it does not start, the other bins that I have work fine... |
Hello, I've been testing the behavior of uiflow2 again and I've realized that despite being usable for making small pieces of code and uploading it through the USB connection, the system doesn't quite work well. The NVS storage (non-volatile storage), where credentials are stored to upload programs to the microcontroller from the cloud, seems to be inaccessible. Also, a menu that usually starts at the beginning to choose the type of connection (web or USB) and list the apps doesn't start either, probably because the NVS is not accessible. |
Actually the problem with UIFlow is that I couldn't install the vfs storage that cames with the UIFlow, because it comes in a different partition.. I learned how to install spiffs partition though, but this nvs is quite of a challange.. I implemented a way to "erase" the fvs filesystem, so the problem when swapping apps won't happen, but the price for this is losing all data you have saved in the nvs partition, so if you create a file in microhydra, stored in the flash memory, it will be lost when you install other application. I was able to connect UIFlow into the computer and make a simple program work.. it doesn't show any fancy boot screen or anything, but works.. test this version and tell me if the problem you reported still exists. |
Hello again! I've tried out this new version... UIFLOW2 works, and Microhydra does too. The only detail I suppose you should be aware of is that when you reinstall UIFLOW, the main.py file, if it was there, I guess it's due to the file deletion system NVS, isn't as neat as UIFLOW's exclusive setup, but the truth is that testing UIFLOW without losing the functionality of other applications like MicroHydra is more than satisfactory. A detail of what happens when the boot.py file is executed. Thank you very much, and again congratulations for your work |
Problems when trying to install UIFlow2.0.bin,
"Update error: 5",
any ideas......
Greetings and congratulations for your great work.
The text was updated successfully, but these errors were encountered: