19Fermer21
deleted2Le 08/07/2009 à 22:22
Test report, PedroM 0.82 RC3 (official build), TI89 HW2.
+ sending PedroM to its calculator,

Success ! The calc was under AMS 2.09, I have used FreeFlash and a fsigned ROM.

Note that the 'install tib' of this version doesn't work, in the same way that I described you in a mail today.
+ successful boot which shows the PedroM prompt,

Success.
+ test of the keyboard drivers:* test if what you input in your keyboard is print on the screen,

It does. The command line scrolls horizontally (nicer than before if I remember !), but the input buffer seems to be limited up to 40 chars.
* test of the [2ND] + key combination,

Combinations of all chars tested, success.
* test of the [DIAMOND] + key combination,

Success for the 3 chars accessible on a 89 keyboard (theta, infinite and underscore).
* test of the [SHIFT] + key combination,

Success. I get all chars in upper case. Note that ALOCK and SALCK seem to work fine.
* test of the auto repetition of the keys,

Failed. None of arrow keys and backspace want to auto-repeat. I got the same behavior in previous versions.
+ test of the handling of the screen* test of [DIAMOND] + '+' or '-' to change the contrast,

Success, from the lower level to the higher one and vice-versa.
* test of the [2ND] + 'ON' which shut down the calculator,

Success. [DIAMOND] + 'ON' works in the same way.
* test of the 'ON' which restarts the calculator,

Success.
+ test of the Flash Rom:* write a dummy file (Use the built in text editor to create one),

Done. Filename : abc. Text : test1.
* archive it using the arc command,

Success. 'ls -l' reports it to be in archive.
* reset PedroM (using the reset command,)* check that the file is still present and not corrupted,

Success. I can edit and 'cat' the file.
* create a new dummy file, archive it, and reboot,

Done. Filename : def. Text : test2.
* check that the files are still present and not corrupted,

Success. I can edit and 'cat' the two files.
* reformat the flash using the install format command,

Done.
* check that the files are missing,

'ls' says that no file remains.
* reset PedroM and check that the files are missing,

No file again.
+ test of the LINK:* send some files, and check that they were successfully loaded inside PedroM,

I have sended only asm programs. It usually works fine, but sometimes the behavior is strange. I use TiLP 2, the package provided in the Kevin's repository.

When it doesn't work :
- drag and drop a file to the 'variable' item of TiLP
- TiLP timeout in few seconds
- PedroM disp a message "Link. Reset ?"

- The "Ready" button on TiLP makes sometimes TiLP to timeout, and the calc displays the same message.

Nevertheless, usually, files transferts work correctly. I can browse the calc and see the files in the vat from my computer.
* get a screenshot of the calculator,

Success. if the calc displays the PedroM's prompt. It fails if some program is running (waiting for a keystroke with the ngetchx romcall).



I can run a simple asm program (68KP), kernel mode.
I keep my calc turned on in an infinite loop until the level of my batteries is sufficiently low to perform the end of the tests. It should happen very soon. Then I will be able to complete the test.

edit -> link tests done