-
Notifications
You must be signed in to change notification settings - Fork 5
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
strange behaviours #3
Comments
@muziofg thank you for your bug report! Does it say "bus fail" or "bus fault" ? For me, sounds quite familiar to this issue here: flipperdevices/flipperzero-firmware#3927 About the second issue: Damn, that should not happen! I always connect to the app with the
|
Commit c0d6c6e should solve this problem by only accepting |
"bus fault", sorry |
Also I can get around this by using CTRL+J thanks in advance |
Hmm, it's possible that the active BT stack uses too much RAM. So there is not enough left for the uPython app to start. Unfortunately this leads to a Bus Fault at the moment. Again, thanks for the feedback - I'll see what I can do about it.
Ah, great - glad that you found such a simple solution! |
I've updated to 1.5 today I think you can run the app, what is your configuration? |
@muziofg yes, it seems that the application became a bit more unstable 😢 But the core developers are working on this issue, see flipperdevices/flipper-application-catalog#522 for details. I usually start the application over the serial CLI, but same here - success rate is about 80%. I also shutdown any background tasks (like Bluetooth or Subghz) to have as much RAM space as possible. |
The goal of the app is run script without an external device
However, how do I stop background tasks?
|
I updated the app to the latest version available at https://lab.flipper.net/apps/upython excited at the idea of being able to use an interactive shell.
but I have encountered two strange behaviours:
One, non fatal, happens when upython is launched and Flipper already has a /dev/ttyACM0 connected and used by a terminal client; App and device crashing immediately (reporting "bus fail").
Another, very strange and makes feature unusable is: how to confirm and execute an interactive command? return key won't work inside py shell. I've tried with "screen" and "putty" terminal client without success
The text was updated successfully, but these errors were encountered: