LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-15-2003, 10:48 AM   #1
flamesrock
Member
 
Registered: Aug 2003
Distribution: Gentoo 2006.1
Posts: 405

Rep: Reputation: 30
Linux on A TI calculator?


I've been thinking about this lately. I have a TI-89 and a TI-83 plus. This is almost a purely conceptual topic, but here goes:

Would it be possible? Could the community actually port linux over to the calcuator turning it into some kind of a PDA, or has this been done?

Curiousity, mostly. But with everything that I've seen done to the system - 3d shooters, SNES games and everything else - it makes me wonder.
 
Old 09-15-2003, 01:06 PM   #2
QmanV2
LQ Newbie
 
Registered: Sep 2003
Location: /dev/null
Distribution: Redhat 7.3
Posts: 13

Rep: Reputation: 0
Interesting question...I would be interested in seeing if it could be done as well!
 
Old 09-15-2003, 02:55 PM   #3
EyesOnly
Member
 
Registered: Aug 2003
Location: The Netherlands
Distribution: SlackWare
Posts: 202

Rep: Reputation: 30
It would be real cool, but I don't think it is possible.

You can write some very amazing software for the TI calculators, but the main OS is, as far as i know, burned in the calculator. One cannot replace it.

Too bad...
 
Old 09-15-2003, 06:29 PM   #4
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
"Could the community actually port linux over to the calcuator turning it into some kind of a PDA,"

The project to do so already exists. It is called LinuxTI. Here is a link to a thread discussing LinuxTI.

http://www.linuxquestions.org/questi...hlight=linuxti

If the link does not work then search the forum for LinuxTI.
 
Old 09-15-2003, 07:33 PM   #5
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
Should be easy. I'm installing Gentoo on my garage door opener. It's compiling KDE at the moment. Should be finished in, ..let's see.., around 2175? Hope no-one wants to get the car out before then.
 
Old 09-15-2003, 07:48 PM   #6
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
Quote:
Originally posted by maroonbaboon
Should be easy. I'm installing Gentoo on my garage door opener. It's compiling KDE at the moment. Should be finished in, ..let's see.., around 2175? Hope no-one wants to get the car out before then.
lmao, wow, funny
________________
as for porting linux to the ti calculator, it seems possible, but
pointless as anything else then for fun, the ti calculators can run arbitrary code from user memory if tricked into doing so (look at www.ticalc.org) for information about this, but the os would take up most of the user memory leaving little space for the programs! unless you could implement SLIP or PPP networking and run the programs off a server
that and the small screen size would be prohibitive as well, as for using a ticalculator as a specialized data display, such as an uptime display, or a game stat display, etc...
 
Old 09-15-2003, 10:41 PM   #7
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
You know, that's a better idea for implementation frieza.

But that's a mighty expensive little display heheh.

Could be useful for something like maybe an mp3 player controller, attached to a laptop or something for use in a car.

Hmm...

-Shade
 
Old 09-16-2003, 08:12 AM   #8
EyesOnly
Member
 
Registered: Aug 2003
Location: The Netherlands
Distribution: SlackWare
Posts: 202

Rep: Reputation: 30
Quote:
The project to do so already exists. It is called LinuxTI. Here is a link to a thread discussing LinuxTI.
Yea, but they are also hacking into the electronics. They add some kind of expansion board to the calculator whit more RAM/ROM and an extra microprocessor. Than it could be done... But they dont got anything working yet, the sourgeforce project page says the project is still in 'planning' fase.
 
Old 09-16-2003, 09:11 AM   #9
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
Quote:
Originally posted by Shade
You know, that's a better idea for implementation frieza.

But that's a mighty expensive little display heheh.

Could be useful for something like maybe an mp3 player controller, attached to a laptop or something for use in a car.

Hmm...

-Shade
ya think? but not quite as expensive as some of these:
and these do less than a ticalc
http://www.matrixorbital.com/pages/default.asp
 
Old 09-16-2003, 09:27 AM   #10
EyesOnly
Member
 
Registered: Aug 2003
Location: The Netherlands
Distribution: SlackWare
Posts: 202

Rep: Reputation: 30
Quote:
using a ticalculator as a specialized data display, such as an uptime display, or a game stat display, etc...
for such implementations you are better of building the hardware yourself. A display and microcontroller, connected to a serial port, or maybe even USB. Cheaper (and easyer) than using a TI-calculator
 
Old 09-16-2003, 10:04 PM   #11
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
not really, all you have to write software in ti assembly that handles some vt100 like protocol with a serial or usb graphlink cable, then write software at the linux end to send information to the calc
 
Old 09-17-2003, 03:07 AM   #12
EyesOnly
Member
 
Registered: Aug 2003
Location: The Netherlands
Distribution: SlackWare
Posts: 202

Rep: Reputation: 30
OK, then using a TI is easier. But I was thinking about writing linux for the calculator! That is a lot harder, if not impossible.

But building it all yourself is still cheaper than using a TI calculator. And in my opinion also more fun!
 
Old 09-17-2003, 08:45 AM   #13
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
more fun true, much more fun, but not necesarily cheaper if you already have the calculator just my 2 cents
 
Old 10-05-2003, 01:50 AM   #14
flamesrock
Member
 
Registered: Aug 2003
Distribution: Gentoo 2006.1
Posts: 405

Original Poster
Rep: Reputation: 30
Yeah..this seems a bit more difficult than I had hoped. A lot of fun, but difficult.

I will check out linuxti..

plus..garage-door linux might be possible. Lets not give up hope on that

A single circuit is better than none at all
 
Old 12-14-2003, 06:28 PM   #15
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
An Open Source operating system has been announced for Texas Instrument 68k calculators.

http://www.ticalc.org/archives/files...319/31951.html

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux... on a graphing calculator drbroccoli Linux - Hardware 1 09-02-2005 03:22 PM
I need a calculator Starch Programming 5 02-14-2005 06:06 PM
Ideal Linux Calculator The Last Grok Linux - Software 7 10-14-2004 01:48 AM
A Calculator......... 320mb Programming 0 08-13-2004 04:55 PM
xvcd bitrate calculator for Linux ? Riichard Linux - Software 2 02-08-2004 02:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration