[removed]
Re: I found an exploit in boot1.5 4.4.0.8!
.
Last edited by parrotgeek1 on 08 Jan 2021, 01:24, edited 1 time in total.
-
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)- Posts: 749
- Joined: 29 Mar 2016, 01:22
- Location: This account is no longer used.
- Gender:
- Calculator(s):→ MyCalcs profile
Re: I found an exploit in boot1.5 4.4.0.8!
For a 1st release, I think you should keep things as they are.
For another release, yes I think you should support as many Boot2 versions as possible, of course if there is no size limit issue for both currently available and missing features.
With nBoot+ControlX, the only limit I had was the SDRAM capacity.
For another release, yes I think you should support as many Boot2 versions as possible, of course if there is no size limit issue for both currently available and missing features.
With nBoot+ControlX, the only limit I had was the SDRAM capacity.

-
critorAdmin
Niveau 19: CU (Créateur Universel)- Posts: 42247
- Images: 16707
- Joined: 25 Oct 2008, 00:00
- Location: Montpellier
- Gender:
- Calculator(s):→ MyCalcs profile
- YouTube: critor3000
- Twitter: critor2000
- GitHub: critor
Re: I found an exploit in boot1.5 4.4.0.8!
.
Last edited by parrotgeek1 on 08 Jan 2021, 01:24, edited 1 time in total.
-
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)- Posts: 749
- Joined: 29 Mar 2016, 01:22
- Location: This account is no longer used.
- Gender:
- Calculator(s):→ MyCalcs profile
-
critorAdmin
Niveau 19: CU (Créateur Universel)- Posts: 42247
- Images: 16707
- Joined: 25 Oct 2008, 00:00
- Location: Montpellier
- Gender:
- Calculator(s):→ MyCalcs profile
- YouTube: critor3000
- Twitter: critor2000
- GitHub: critor
Re: I found an exploit in boot1.5 4.4.0.8!
.
Last edited by parrotgeek1 on 08 Jan 2021, 01:24, edited 1 time in total.
-
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)- Posts: 749
- Joined: 29 Mar 2016, 01:22
- Location: This account is no longer used.
- Gender:
- Calculator(s):→ MyCalcs profile
Re: I found an exploit in boot1.5 4.4.0.8!
.
Last edited by parrotgeek1 on 08 Jan 2021, 01:24, edited 1 time in total.
-
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)- Posts: 749
- Joined: 29 Mar 2016, 01:22
- Location: This account is no longer used.
- Gender:
- Calculator(s):→ MyCalcs profile
Re: I found an exploit in boot1.5 4.4.0.8!
Not related.
I've seen you added an automatic overclock yesterday, coping the Nlaunch* and ControlX config :
https://github.com/parrotgeek1/TI-Nspir ... ecd6708508
https://github.com/parrotgeek1/TI-Nspir ... 9b3bc461c0
A problem is that this config is taylored for CM, and CX HW A-V.
Original CM and CX HW A-V config :
Base=264MHz
CPU=132MHz
AHB=66MHz
CM and CX HW A-V next AHB-safe config :
Base=198MHz
CPU=198MHz
AHB=66MHz
We can't significantly increase the AHB, since it then starts silently corrupting your NAND content.
It's hard to figure out the limit value, but I know 80MHz for exemple is not safe.
The CX CR4+ (HW W+) original config is different, and the AHB being very important for memory access I think you may be slowing down these calculators by setting the above config :
Base=312MHz
CPU=156MHz
AHB=78MHz
The next AHB-safe config for CX CR4+ (HW W+) would be :
Base=234MHz
CPU=234MHz
AHB=78MHz
But unfortunately, not all calculators are going to be safe at 234MHz, at least for CM and CX HW A-V. I've seen some being unstable at 210MHz.
You might need to check the hardware if possible, and use two different configs.
Another solution which might be ok would be to set the CR4+ (HW W+) original config on all devices.
I knew I would have had to to work on this for a ControlX update, if a Boot1 4.0 based nBoot had been released.
I've seen you added an automatic overclock yesterday, coping the Nlaunch* and ControlX config :
https://github.com/parrotgeek1/TI-Nspir ... ecd6708508
https://github.com/parrotgeek1/TI-Nspir ... 9b3bc461c0
A problem is that this config is taylored for CM, and CX HW A-V.
Original CM and CX HW A-V config :
Base=264MHz
CPU=132MHz
AHB=66MHz
CM and CX HW A-V next AHB-safe config :
Base=198MHz
CPU=198MHz
AHB=66MHz
We can't significantly increase the AHB, since it then starts silently corrupting your NAND content.
It's hard to figure out the limit value, but I know 80MHz for exemple is not safe.
The CX CR4+ (HW W+) original config is different, and the AHB being very important for memory access I think you may be slowing down these calculators by setting the above config :
Base=312MHz
CPU=156MHz
AHB=78MHz
The next AHB-safe config for CX CR4+ (HW W+) would be :
Base=234MHz
CPU=234MHz
AHB=78MHz
But unfortunately, not all calculators are going to be safe at 234MHz, at least for CM and CX HW A-V. I've seen some being unstable at 210MHz.

You might need to check the hardware if possible, and use two different configs.
Another solution which might be ok would be to set the CR4+ (HW W+) original config on all devices.
I knew I would have had to to work on this for a ControlX update, if a Boot1 4.0 based nBoot had been released.
-
critorAdmin
Niveau 19: CU (Créateur Universel)- Posts: 42247
- Images: 16707
- Joined: 25 Oct 2008, 00:00
- Location: Montpellier
- Gender:
- Calculator(s):→ MyCalcs profile
- YouTube: critor3000
- Twitter: critor2000
- GitHub: critor
Re: I found an exploit in boot1.5 4.4.0.8!
.
Last edited by parrotgeek1 on 08 Jan 2021, 01:24, edited 1 time in total.
-
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)- Posts: 749
- Joined: 29 Mar 2016, 01:22
- Location: This account is no longer used.
- Gender:
- Calculator(s):→ MyCalcs profile
Re: I found an exploit in boot1.5 4.4.0.8!
parrotgeek1 wrote:Does boot2 3.2.4.7 work correctly on HW-STUV, or only boot2 3.9.1?
Yes it works.
parrotgeek1 wrote:Also, does HW-O (CRII) drop any OS compatibility, or is it still compatible with 3.2.4.1237?
Same compatibility as HW-J (CR1) as far as I know.
-
critorAdmin
Niveau 19: CU (Créateur Universel)- Posts: 42247
- Images: 16707
- Joined: 25 Oct 2008, 00:00
- Location: Montpellier
- Gender:
- Calculator(s):→ MyCalcs profile
- YouTube: critor3000
- Twitter: critor2000
- GitHub: critor
Re: I found an exploit in boot1.5 4.4.0.8!
.
Last edited by parrotgeek1 on 08 Jan 2021, 01:24, edited 1 time in total.
-
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)- Posts: 749
- Joined: 29 Mar 2016, 01:22
- Location: This account is no longer used.
- Gender:
- Calculator(s):→ MyCalcs profile
Return to Native: Ndless, Linux, ...
Who is online
Users browsing this forum: ClaudeBot [spider] and 6 guests