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 - Vogtinator

Pages: 1 ... 20 21 [22] 23 24 ... 83
316
TI-Nspire / Re: nGL - a fast (enough) 3D engine for the nspire
« on: August 22, 2014, 02:22:11 pm »
Not now, I'm busy with some other, more important projects and also other parts of my life.
It's open source and the code should be quite easy to understand, though.

317
General Calculator Help / Re: Help With 3.9
« on: August 22, 2014, 07:51:08 am »
Quote
The color models (TI-Nspire CX and CX CAS) cannot be downgraded in any way for now, even with an RS232 adapter and even if the hardware revision is A through I.
They can. Install boot2 3.10 and nlaunch, then you can install whatever OS you like to.

318
General Calculator Help / Re: Ti Nspire Security Bits
« on: August 22, 2014, 06:48:42 am »
Then it's the touchpad. There's only one mechanical button under it, so the position of your finger determindes which direction you press.

319
General Calculator Help / Re: Has anyone experienced this before?
« on: August 20, 2014, 02:25:42 pm »
Quote
So my ti nspire calculator was booting, and then all of a sudden the screen started to get lighter. A lot lighter. Terrifyingly lighter. I thought for a second that it was going to explode so I hit the reset button.   Everything went back to normal on next boot. It's not a problem anymore but I am curious if anyone else has experienced the same and what caused the problem.
Just some LCD timing errors. Nothing bad, really. It happens occasionally if nLaunch is installed.

320
General Calculator Help / Re: Ti Nspire Security Bits
« on: August 20, 2014, 02:24:10 pm »
Quote
My arrow keys are a bit buggy and I suspect that the rubber contacts need to be cleaned on the inside, however I do not have the special security bit required to open the device. Could someone link me to a page that sells them?
Torx works just fine, at least for the two screws at the bottom. The top screws are "single use" ones, which can't be taken out easily. Which calc model do you have?

321
Other Calculators / Re: Why is it impossible to downgrade from OS 3.9?
« on: August 20, 2014, 08:24:37 am »
But as I said, only possible on older calcs.

322
Other Calculators / Re: Why is it impossible to downgrade from OS 3.9?
« on: August 19, 2014, 06:33:04 pm »
nLaunch works on boot2 3.10.16 only, not higher, and this version of boot2 only works on HW < J.

323
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: August 19, 2014, 09:30:01 am »
For questions, we have a seperate thread:
Quote
http://www.omnimaga.org/ti-nspire-projects/nspire-linux-questions/
Which kernel are you using?

324
General Calculator Help / Re: Nspire Linux kernel panic
« on: July 27, 2014, 06:55:03 pm »
Then the filesystem image may be broken, e.g. some dynamlic libs missing.
What happens if you extract the initrd onto the flash drive?

325
General Calculator Help / Re: Nspire Linux kernel panic
« on: July 27, 2014, 03:05:14 pm »
Does /bin/sh work?

326
General Calculator Help / Re: Nspire Linux kernel panic
« on: July 27, 2014, 07:36:28 am »
Quote
If I mount /dev/sda and run <mountpoint>/sbin/init, init returns and doesn't display anything.
Then it seems to work. I don't know why it says it's unable to find an init binary. What happens if you specify "init=/bin/sh"?

327
General Calculator Help / Re: Nspire Linux kernel panic
« on: July 26, 2014, 04:11:04 pm »
What happens if you strart an initrd and mount /dev/sda1? Can you execute <mountpoint>/sbin/init?

328
TI-Nspire / Re: nGL - a fast (enough) 3D engine for the nspire
« on: July 26, 2014, 03:05:24 pm »
I made a video to demonstrate how it looks and runs on hardware, recorded in 1080p :P


329
Calculator C / Re: NspireIO - undefined reference problem- ndless-sdk
« on: July 25, 2014, 01:13:08 pm »
Quote
I'm using "ndless-v3.1-beta-r914-sdk" to build the code.
The latest is ndless-sdk v3.6 r990 or rather https://github.com/OlivierA/Ndless

Quote
Problem solved^^
cant use c routine in c++
You can. You just have to surround the declaration with extern "C" {}

Quote
char choice[1];
nio_printf(csl, "> ");         // wait for input
nio_fgets(choice,3,csl);      // store input in choice[]
return (int)choice[0];      // return choice
Buffer overflow? BTW: nio_getch()

Quote
If you set it to unsigned char, you may be able to use the second part of the ascii table, but i haven't tested it
Are there any usable keys which are >= 0x80? Also "char" is unsigned by default (on arm-none-eabi-gcc)

330
General Calculator Help / Re: Nspire Linux kernel panic
« on: July 25, 2014, 01:02:55 pm »
  • Unzipped image correctly?
  • Right partition given by "root=/dev/sdaX"?
  • Correct filesystem (ext4)?

Pages: 1 ... 20 21 [22] 23 24 ... 83