UpsilonNumworks / upsilon.js

Utility classes to interract with a Numworks calculator using WebUSB.
https://www.npmjs.com/package/numworks.js
MIT License
4 stars 2 forks source link

Start address outside of memory map bounds #3

Open Miniontoby opened 2 years ago

Miniontoby commented 2 years ago

So, to continue https://github.com/Omega-Numworks/numworks.js/issues/6#issuecomment-1272534558

I got this message when reading and writing to NW: "Start address 0x90000008 outside of memory map bounds" idk what to do with this...

Then this was the reply:

For the error of address, is it with Numwokrs.js or Upsilon.js, with which OS/version.

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

Yaya-Cout commented 2 years ago

I wanted to say the calculator's OS/version.

Miniontoby commented 2 years ago

I wanted to say the calculator's OS/version.

https://github.com/Omega-Numworks/numworks.js/issues/6#issuecomment-1253517108 -> I am running on Epsilon 19.5.0 ( bb3baa7 )

Yaya-Cout commented 2 years ago

That's the problem. What do you mean by “reading and writing” ? Are you talking about Python files ? Or flashing OSes ?

Miniontoby commented 2 years ago

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() {});
Miniontoby commented 1 year ago

@Yaya-Cout Are you going to respond? I am waiting 9 days already...

Yaya-Cout commented 1 year ago

I forgot to reply… To reply to your problem, Epsilon 19 is not supported for now…

Miniontoby commented 1 year ago

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