Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI-Nspire => Topic started by: Menes on April 19, 2014, 04:00:16 pm

Title: USB external memory for nspire CX
Post by: Menes on April 19, 2014, 04:00:16 pm
Hi, I'm new in this forum and i was wondering if there is an already developed driver to use an usb memory with the nspire CX.
All i know is that some people manage to get the drivers to use a mouse and keyboard connected by the mini usb port (http://ndlessly.wordpress.com/2013/04/20/introducing-hidn-usb-hid-drivers/) it's a cool feature, but i think i would be more useful if we could use that mini usb port for storage, dont you think?
Title: Re: USB external memory for nspire CX
Post by: Streetwalrus on April 19, 2014, 04:15:10 pm
It indeed would be useful. I know Linux can use this but there's no Ndless program for Nspire OS storage.
Title: Re: USB external memory for nspire CX
Post by: Vogtinator on April 19, 2014, 05:09:55 pm
With Linux it's awfully slow: ~100kb/s. It would be quite hard to implement that, as you would have to write a USB storage class driver, a filesystem driver and hook it up to the OS.
Title: Re: USB external memory for nspire CX
Post by: Streetwalrus on April 19, 2014, 06:12:33 pm
Fortunately FAT12/16/32 are simple enough to implement. Less fortunately, USB drivers are a PITA.
Title: Re: USB external memory for nspire CX
Post by: GinDiamond on April 22, 2014, 04:38:05 pm
How was usb8x created? Its very fast, but of course in zilog z80 assembly, not ARM
Title: Re: USB external memory for nspire CX
Post by: Streetwalrus on April 22, 2014, 04:48:04 pm
Well, the ARM architecture is faster by nature and the Nspire has a much higher clock speed.
USB8x is a complete USB stack but on the Nspire we already have a working one. So only the equivalent of MSD8x is needed for that.
Title: Re: USB external memory for nspire CX
Post by: aeTIos on April 23, 2014, 12:28:01 am
How was usb8x created? Its very fast, but of course in zilog z80 assembly, not ARM
MSD8X isn't that fast. It's just the size of the programs that makes it appear fast. You don't wanna copy a 100 mb file with it.
Title: Re: USB external memory for nspire CX
Post by: GinDiamond on April 24, 2014, 12:24:10 pm
If only Linux could be installed easily by the novice user. Couldn't there be a premade folder for the Linux setup for the Nspire to download somewhere? Just download, copy over, and boot linux?