View Single Post
Old 01-02-2012, 06:35 PM   #24
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by sjheiss View Post
Thanks. I thought the .ipk was specially compiled for the Kindle, but I guess not.
The NSLU2 and the Kindle both use ARM cpu cores. NSLU2 console apps that use ncurses (or other text interface) do not need any changes to run from SSH or onscreen console. If you install apt-get, you can install programs from the full debian ARM repository. You can even install the BSD games collection that includes text-mode oldies such as adventure (colossal cave), trek, snake, tetris, and other classic text-mode favorites. Debian mplayer can play streaming videos on the Kindle eInk display by using aalib in an onscreen console (much better with tiny fonts). After you install gcc, you then can install even more linux goodies from source code with the "wget && tar xzvf && ./configure && make && make install" method.

Here is a list of all the current NSLU2 Optware packages:
http://ipkg.nslu2-linux.org/feeds/op...table/Packages

Here is a (compressed) list of armel (little-endian ARM) packages from the US mirror of only one of many Debian repositories:
http://ftp.us.debian.org/debian/dist...el/Packages.gz

More info on compiling linux source code for any linux system:
http://www.control-escape.com/linux/...stall-tar.html

Of course, all this stuff needs to be installed in a loop-mounted ext2 or ext3 file system.

Last edited by geekmaster; 01-02-2012 at 07:25 PM.
geekmaster is offline   Reply With Quote