-
Notifications
You must be signed in to change notification settings - Fork 2
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
Start address outside of memory map bounds #3
Comments
I wanted to say the calculator's OS/version. |
Omega-Numworks#6 (comment) -> I am running on Epsilon 19.5.0 ( bb3baa7 ) |
That's the problem. What do you mean by “reading and writing” ? Are you talking about Python files ? Or flashing OSes ? |
This type of reading: let storage = await calculator.backupStorage(); And this type of writing: await calculator.installStorage(storage, function() {}); |
@Yaya-Cout Are you going to respond? I am waiting 9 days already... |
I forgot to reply… To reply to your problem, Epsilon 19 is not supported for now… |
It does work! But yeah now with the error of #4 no longer. Whilst I didn't change anything and didn't update anything. But yeah I did enable testmode because I needed it for my test, but I don't think that could have made it so... EDIT: It does work, @Yaya-Cout! But yeah the warning still there |
So, to continue Omega-Numworks#6 (comment)
Then this was the reply:
So here is my answer:
With Upsilon.js on a raspberry pi 4, so it is like debian on armv7.
I would like to know how to solve this error and mostly to know if this error is important to be fixed
The text was updated successfully, but these errors were encountered: