π
<-
Chat plein-écran
[^]

KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

:32tins: :32tinsktpb: :32tinsktpn: :32tinscas: :32tinstpkc: :32tinstpktpb: :32tinstp: :32tinscastp: :32tinscmc: :32tinscx: :32tinscxcas:

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude Adriweb » 24 Avr 2015, 02:12

Interesting...
Regarding the status bar, it's something that could probably be "fixed" (force full refresh, rather) on the Lua side (platform.window:setFocus(false) platform.window:setFocus(true)), or the C side, it shouldn't be an issue.

I see a new boot loading screen that I have never seen before (or maybe my memory is failing me... but mine shows this, for instance)


Could you tell us what hardware revision it is ?
This is the last character of the serial number at the back of the calculator (actually, if you could give the whole group (like, X-XXXXX), it'd be nice.
Thanks.
Image

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
Avatar de l’utilisateur
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 80.1%
 
Messages: 14606
Images: 1216
Inscription: 01 Juin 2007, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Twitter/X: adriweb
GitHub: adriweb

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude Strontium » 24 Avr 2015, 03:26

P-1214T is my revision.

The different screens could be because yours is a CAS and mine isn't, but I don't know for sure.
Avatar de l’utilisateur
Strontium
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Prochain niv.: 66.7%
 
Messages: 10
Inscription: 21 Avr 2015, 07:52
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude Adriweb » 24 Avr 2015, 03:37

Nah, in this case, a recent CX CAS would should like yours + CAS, I suppose.

But that still doesn't really explain the weirdness seen in KhiCAS, however... Well, new HW-revs could have specific behaviours that Ndless doesn't get on well with, but... we certainly don't know much about it so far if that's the case :/
Image

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
Avatar de l’utilisateur
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 80.1%
 
Messages: 14606
Images: 1216
Inscription: 01 Juin 2007, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Twitter/X: adriweb
GitHub: adriweb

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude critor » 24 Avr 2015, 06:36

Hi Strontium,


Indeed, something's strange or new with your calculator.

Could you please dump it for us by sending and running the Ndless program Polydumper :
archives_voir.php?id=3829

It should generate some images in the ndless folder :
- manuf.img
- boot2.img
- diags.img
- os.img

Could you get and share the first three ones with us ?


And what's the "P-0000X" datestamp printed on the back at the right of the serial number ?


Regards.
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 41.8%
 
Messages: 41470
Images: 14480
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude Strontium » 24 Avr 2015, 07:15

The datestamp on the back says "P-1214T"

Heres the output of PolyDumper:
polydumper.zip
(1.11 Mio) Téléchargé 60 fois


Also, could you explain what boot1.img, boot2.img, diags.img, and manuf.img are?
Dernière édition par Bisam le 24 Avr 2015, 14:03, édité 1 fois.
Avatar de l’utilisateur
Strontium
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Prochain niv.: 66.7%
 
Messages: 10
Inscription: 21 Avr 2015, 07:52
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude Lionel Debroux » 24 Avr 2015, 07:28

* boot1.img is the first stage of the bootloader, which takes care of the initial display, advancing the progress bar to half, handling the maintenance menu key combo, etc.
* boot2.img is the second stage of the bootloader, which takes care of loading (decrypting and uncompressing) and launching the OS;
* diags.img is the diagnostics software, it contains code for interactive testing of the keyboard, screen, etc.
* manuf.img is the manufacturer data, which contains various pieces of information about the calculator, including the data structures used for displaying graphical content in the boot1 and boot2.

EDIT: now for some analysis of your files:
* your boot1 bears the 3.0.99 version number, nothing new;
* your boot2 bears the 3.9.1.34 version number, nothing to see here either;
* your diags bears the 3.9.1.37 version number, ditto;
* I'll let others analyze the manufacturer data.
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
Avatar de l’utilisateur
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Prochain niv.: 11.2%
 
Messages: 6859
Inscription: 23 Déc 2009, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: -
GitHub: debrouxl

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude Vogtinator » 24 Avr 2015, 09:25

I've seen that screen somewhere, but I don't remember where.

The manuf.img has bit 7 set at 0x81C, probably indicating a CXCR.
It may be that the compressed background image is a different one, I don't have a flash image here right now to compare them.
Avatar de l’utilisateur
VogtinatorPremium
Niveau 9: IC (Compteur Infatigable)
Niveau 9: IC (Compteur Infatigable)
Prochain niv.: 1.6%
 
Messages: 217
Inscription: 29 Mar 2014, 15:55
Genre: Homme
Calculatrice(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude critor » 25 Avr 2015, 06:14

Thank you very much Strontium.


Yeah the manuf had a new background, but the other files are normal.

I don't use OS 3.9, only 3.6 - which may be why I don't have such problem.
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 41.8%
 
Messages: 41470
Images: 14480
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude parisse » 02 Mai 2015, 17:29

Je viens de mettre en ligne la nouvelle version de khicas pour les nspire CX:
http://www-fourier.ujf-grenoble.fr/~parisse/calc/khicas.zip
Avec donc des flottants multi-precision (par ex. evalf(pi,30)) et de l'arithmetique d'intervalles (par ex. p:=[1.56..1.57]; exp(p)).
Il reste surement pas mal de bugs, mais j'espere avoir supprime les plus evidents...
Avatar de l’utilisateur
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)
Niveau 12: CP (Calculatrice sur Pattes)
Prochain niv.: 77.2%
 
Messages: 3502
Inscription: 13 Déc 2013, 16:35
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude Strontium » 04 Mai 2015, 00:15

:D That update fixed both of the issues I have been having!

Edit: A new bug has appeared. Clearing the history [menu>B>8] causes a crash. Not a huge deal since I don't use it often, but it exists. Also, the original crashing issue appears to still exist. When I went to see if it was still there after updating, I was able to open and close KhiCAS twice without having it crash. No clue what was going on there.
Dernière édition par Strontium le 04 Mai 2015, 00:28, édité 2 fois.
Avatar de l’utilisateur
Strontium
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Prochain niv.: 66.7%
 
Messages: 10
Inscription: 21 Avr 2015, 07:52
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

PrécédenteSuivante

Retourner vers News TI-Nspire

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 64 invités

-
Rechercher
-
Social TI-Planet
-
Sujets à la une
Comparaisons des meilleurs prix pour acheter sa calculatrice !
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
Phi NumWorks jailbreak
123
-
Faire un don / Premium
Pour plus de concours, de lots, de tests, nous aider à payer le serveur et les domaines...
Faire un don
Découvrez les avantages d'un compte donateur !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partenaires et pub
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
958 utilisateurs:
>944 invités
>10 membres
>4 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Autres sites intéressants
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)