π
<-
Chat plein-écran
[^]

Installing CAS OS 3.6.0.546 on nLaunch(y) Problems

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

Installing CAS OS 3.6.0.546 on nLaunch(y) Problems

Message non lude pacificfils » 14 Sep 2014, 05:50

Whenever I try to install the CAS OS 3.6.0.546 on my TI Nspire CX using nLaunchy, I get the infamous clock of death:

Image

I have tried the diagnostics mode trick, however that showed no error. I have also tried removing and replacing the battery. That also did not work. I have also tried running with and without Ndless, no change.

The installation of the OS itself goes smooth and everything works well, it's just that it does not ever get past that clock. How can I fix this and still have Ndless?

AFAIK, all other CAS OSes work fine, I have yet to test the non-CAS 3.6.0.546 OS with nLaunchy.

My calculator has datecode P-0811C and is running Boot2 3.10.16.

I am from America, and I do not understand French at all. If possible, can you please reply in English? Thanks!!
Je suis originaire de l'Amérique, et je ne comprends pas du tout le français. Si possible, pouvez-vous s'il vous plaît répondre en anglais? Merci !!
Dernière édition par pacificfils le 14 Sep 2014, 07:14, édité 1 fois.
Avatar de l’utilisateur
pacificfils
Niveau 3: MH (Membre Habitué)
Niveau 3: MH (Membre Habitué)
Prochain niv.: 12%
 
Messages: 11
Inscription: 14 Sep 2014, 05:37
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: Installing CAS OS 3.6.0.546 on nLaunch issues

Message non lude critor » 14 Sep 2014, 07:04

It's normal - 3.6 CAS does not work on non-CAS calculators, even with Nlaunch.
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 42.3%
 
Messages: 41494
Images: 14630
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: Installing CAS OS 3.6.0.546 on nLaunch issues

Message non lude Lionel Debroux » 14 Sep 2014, 07:07

Chances are that it boils down to nullifying a single test followed by a branch, but nobody has published information about that.
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: Installing CAS OS 3.6.0.546 on nLaunch issues

Message non lude pacificfils » 14 Sep 2014, 07:10

Ah, but the README for v2.4 says so:

Code: Tout sélectionner
**** CX installation (see above for Clickpad and Touchpad) *****
----------------------------------------------------------------
0) backup all your documents from your Nspire on your computer

1) install the 3.1.0.16 boot2, usually known as "3.1".
   If you currently have OS 3.1.0.392, 3.2.0.1212, 3.2.0.1219 or 3.2.3.1233 you
   probably already have it. If you have installed any newer version without
   TNOC-ing it, you probably will not be able to easily install the 3.1.0.16
   boot2.
   Otherwise, install OS 3.1.0.392:
   CX CAS: http://ti-pla.net/a3718
   CX    : http://ti-pla.net/a3717

2) get a compatible OS. See
   http://tiplanet.org/forum/archives_list.php?id=OS+Nspire
   - NOTE: Not all TI-OSes are compatible with nLaunchy (but many are).
     OSes 3.1.0.392, 3.2.0.1219, 3.2.0.1233 and 3.6.0.546 are.
     For a full list of compatible OSes, check src/patch.c


Also, the code in patch.c says it support 3.6.0.546:
Code: Tout sélectionner
        case 0x10375620:    // TI-NspireCX-3.6.0.546/phoenix.raw
            patch_CXNCAS_3_6_0_546_extra();
            patch_CXNCAS_3_6_0_546_common();
        break;
        case 0x10376090:    // TI-NspireCXCAS-3.6.0.546/phoenix.raw
            patch_CXCAS_3_6_0_546_extra();
            patch_CXCAS_3_6_0_546_common();
        break;


I have posted a bug report, but this just seems to be weird. I know it's supported, the code's there.

I also downloaded the OS from here. Maybe a checksum/Boot2 failure?
Avatar de l’utilisateur
pacificfils
Niveau 3: MH (Membre Habitué)
Niveau 3: MH (Membre Habitué)
Prochain niv.: 12%
 
Messages: 11
Inscription: 14 Sep 2014, 05:37
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: Installing CAS OS 3.6.0.546 on nLaunch issues

Message non lude critor » 14 Sep 2014, 07:12

Yes, 3.6 CX CAS will run on a CX CAS, and 3.6 CX will run on a CX.

3.6 are supported, or you wouldn't have been able to reach the above screen.

It's not a bug, TI did add a new hardware check in OS 3.6, which prevents the 3.6 OS from running on a different model.
And nobody took the time to take care of this new check up to now.
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 42.3%
 
Messages: 41494
Images: 14630
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: Installing CAS OS 3.6.0.546 on nLaunch(y) Problems

Message non lude pacificfils » 14 Sep 2014, 07:15

Awe. Is there no way to bypass this? I am pretty familiar with *nix, so I might be able to do something...

If not, is there any sort of Ndless patch (even beta) for CAS OS 3.2.3?

I need Ndless, but I also need conics. This is a problem for me...
Avatar de l’utilisateur
pacificfils
Niveau 3: MH (Membre Habitué)
Niveau 3: MH (Membre Habitué)
Prochain niv.: 12%
 
Messages: 11
Inscription: 14 Sep 2014, 05:37
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: Installing CAS OS 3.6.0.546 on nLaunch(y) Problems

Message non lude critor » 14 Sep 2014, 07:21

There's no Ndless-able OS between 3.1 and 3.6.

If you need both CAS and 3.6 features, the only way for now is to install both OSes on your calculator, and to switch between them with Nlaunch.
Check this tutorial: viewtopic.php?f=57&t=11019
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 42.3%
 
Messages: 41494
Images: 14630
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: Installing CAS OS 3.6.0.546 on nLaunch(y) Problems

Message non lude pacificfils » 14 Sep 2014, 07:23

OK then. Thanks for your help. I'll just stay on 3.1 for now.

Maybe one day there will be Ndless for 3.2...

Until then, thanks for all the help!
Avatar de l’utilisateur
pacificfils
Niveau 3: MH (Membre Habitué)
Niveau 3: MH (Membre Habitué)
Prochain niv.: 12%
 
Messages: 11
Inscription: 14 Sep 2014, 05:37
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: Installing CAS OS 3.6.0.546 on nLaunch(y) Problems

Message non lude Lionel Debroux » 14 Sep 2014, 07:30

Maybe one day there will be Ndless for 3.2...

I think we can safely say that this will never occur, unless you do it yourself or find someone interested in investing a significant amount of development time on a largely outdated OS, all the more Ndless is not available for OS 3.9, hampering both school and non-school uses of the Nspire platform ;)

It would be far easier to use the publicly available OS decryption tooIs, reverse-engineer the OS binary to find the offending code in OS 3.6.0.546/550, and publish the result (which you'd better do anonymously :P), than to develop Ndless for OS 3.2.
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: Installing CAS OS 3.6.0.546 on nLaunch(y) Problems

Message non lude pacificfils » 14 Sep 2014, 07:33

Isn't the model number stored in the NAND memory?

Why don't we just have a patch to change that to match the CAS version?
Avatar de l’utilisateur
pacificfils
Niveau 3: MH (Membre Habitué)
Niveau 3: MH (Membre Habitué)
Prochain niv.: 12%
 
Messages: 11
Inscription: 14 Sep 2014, 05:37
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Suivante

Retourner vers Problèmes divers / Aide débutants

Qui est en ligne

Utilisateurs parcourant ce forum: Majestic-12 [Bot] et 24 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.
1330 utilisateurs:
>1301 invités
>24 membres
>5 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)