0 Members and 1 Guest are viewing this topic.
What do you think of the idea of running a pdf reader on it?
Would it be usable ?
QuoteWhat do you think of the idea of running a pdf reader on it?Why not? The only question would be where to store them. But that's no problem if you want to have to use an usb drive the whole time.
QuoteWould it be usable ?Yes, I think so.Xpdf seems to be the right application to port.
When you say port ... you say compiling right ? Nothing hard or too long ?I'm running out of time on this matter ...
Usually `startx`, if the tool exists.
USB support is mostly working. The only thing missing is a USB PHY driver. The USB controller driver is currently unable to switch seamlessly between USB host and USB device mode because of this. Unfortunately, nothing much is known about the USB PHY.That's probably the same reason why sometimes USB devices aren't recognised in USB host mode - the USB PHY hasn't changed the USB hardware to host mode.To work around this, we get the Nspire OS to set the right modes in the USB PHY before booting Linux.For USB Host mode: insert a USB OTG cable's A end or a USB device into the calculator while still inside the Nspire OS before running the bootloader.For USB Device mode: connect the Nspire to a computer while in Nspire OS before running the bootloader.