Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - shrear

Pages: 1 ... 9 10 [11] 12 13 14
151
Other Calculators / Re: Let's overclock Nspire to x2 or x4
« on: January 03, 2011, 08:24:22 am »
I have updated Hackspire with this info, could you please check I didn't write anything wrong?
looks correct to me

152
Other Calculators / Re: Let's overclock Nspire to x2 or x4
« on: January 03, 2011, 07:01:26 am »
Maybe TI has fixed the idle loop bug on OS 2.1 ?
Or maybe there is another parameter that has to be set...

changed base to 300 Mhz...





...esc





...screen still normal :) :)



Edit: Tested it Nspire is really another 4/3 faster

153
Other Calculators / Re: Let's overclock Nspire to x2 or x4
« on: January 03, 2011, 06:52:57 am »
I did just run nover with ndless 2.1
without having changed anything the nspire displays:

Base / CPU = 2
CPU / AHB = 2
Base / AHB = 4
Base = 240 Mhz
CPU = 120 Mhz
AHB = 60 Mhz

So Ti has made OS2.1 run the CPU at 4/3 of 2.0's speed and AHB  4 times faster

154
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 03, 2011, 06:03:28 am »
shrear, that's strange. Could you please try this update which brings full support, at least on nspire_emu?

done: installer+samples work now fine on the emu and the nspire

Edit: tested also several other programs, all work except Blockdude (but thats "normal" for now as I understand it)

155
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 02, 2011, 05:07:33 pm »
I have commited a version that installs on OS 2.1.0 but crashes in ndless_tests, there's probably a wrong address for one of the syscalls.
After ten reboots I downgraded back to 2.0 (with the emu I get three bars then reboot; on hw it's to fast to see the bars)

But it's nice to see ndless making progress direction 2.1 :)

156
Casio Calculators / Re: Prizm Wiki
« on: January 01, 2011, 03:12:10 pm »
you can't read it in the hex editor  because it is Unicode

added a "readable" file (readable if you can Korean)

157
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 29, 2010, 10:12:21 am »
I just noticed that I have no 7zip/bin either, should perhaps have verified that before posting...

158
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 29, 2010, 09:27:06 am »
Search under "Program Files" or "Program Files (x86)" for 7zip
(except you installed it manually somewhere else) 

159
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 29, 2010, 06:56:01 am »
-install Msys + Mingw
-install 7zip
-install Yagarto
-add the 7-zip folder and the yagarto "bin-folder"  to your "Path" variable (on W7: Control Panel\System and Security\System # Advanced system settings # Environment Variables )
(to add: write ";" after the existing "paths" and copy paste)


open Msys
write: cd <path to ndless directory>/tools
write: make

add the crated "bin folder" (/something/ndless/bin) to your path variables

write: cd <path to ndless directory>
write: make

if I didn't miss something it should now build.

160
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 29, 2010, 05:29:02 am »
Yes he did.
Maybe it's my English but what does that change ???

161
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 29, 2010, 04:54:26 am »
The following issue has been fixed:

  • Installation message replaced by a document format warning on real harware:
    The program loader is called before it is installed, earlier than on OS 1.7. The issue doesn't appear on nspire_emu.

I still get the format warning message. (I did "make clean", before the rebuild (revision 351) )
So this isn't fixed yet...

162
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 28, 2010, 12:39:45 pm »
Tests done all keys except arrowkeys( no miracle :( ), on and the key to the right of "9" (0x1A, 0x100) named "Frac" on hackspire work as they should for me.

163
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 28, 2010, 12:06:29 pm »
tested particles: +-are really +- on my Touchpat now.
Will do some more testing now.

164
Calculator C / Re: This program dosen't work...why??
« on: December 27, 2010, 01:16:07 pm »
Well big thanks to those who helped me.
I got my screen clean  :)

165
Calculator C / Re: This program dosen't work...why??
« on: December 27, 2010, 12:30:28 pm »
You only need "volatile" when writing to memory-mapped I/O ports. In this case, it will suffice to use *(unsigned*)b = a;

its listed under memory-mapped I/O ports at hackspire


And 0xF is actually a white pixel, might you have been expecting black?

OK that could be it


Pages: 1 ... 9 10 [11] 12 13 14