You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When you install Upsilon on an n0110, you can install it on two slots. The problem is, that you cannot switch between both ("reset" button) without resetting the calculator and so deleting all files.
To Reproduce
Steps to reproduce the behavior:
Take an n0100
Install the Upsilon bootloader and an upsilon version on one slot
Go to one version, create a new python script, and write something inside to make sure you can recognize it
Close and re-open this version. The script doesn't exist anymore.
Expected behavior
When you can install to different OSes, it could be great also to switch between both without loosing all your data at each time you do that.
Device (please complete the following information):
The Python scripts are stored in RAM. When you press RESET, the RAM is cleared, which is intended.
There is already a pull request which would allow switching from any slot to the Upsilon slot without losing the storage (by backuping the storage in the SRAM, and not reseting the calculator). However, this requires cooperation from the slot, so this is only possible in one way, because we can't edit the slot.
Another solution is to back up the RAM storage into the flash (like for the Archive mode on TI calculators), but the flash has a limited cycle count and is read-only in some cases (when you are on the slot A, the slot B is locked). This solution would not be compatible with Epsilon.
Describe the bug
When you install Upsilon on an n0110, you can install it on two slots. The problem is, that you cannot switch between both ("reset" button) without resetting the calculator and so deleting all files.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When you can install to different OSes, it could be great also to switch between both without loosing all your data at each time you do that.
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: