[aprssig] Embeded LINUX display
Curt, WE7U archer at eskimo.comFri Feb 22 17:59:05 UTC 2008
- Previous message: [aprssig] Embeded LINUX display
- Next message: [aprssig] Embeded LINUX display
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, 23 Feb 2008, Andrew Rich wrote: > My question is about embeded LINUX devices. > > They say they run LINUX, but what does this mean ? > > Do they have the ability to run perl, MySQL and GD ? The places you'll most often have trouble with embedded devices is: *) Trying to write cache or temp files too often, wearing out your media. If the device uses flash memory only, then you need to write to RAM disk for your temp files instead. *) Graphics operations. A lot of the small devices run Maemo or Qtopia. You don't have X11 underneath, just Gtk on the one, or Qt on the other. Your apps need to be written to use the proper one. Perl should work if you have the memory for it. MySQL may work if you're careful about where and how often it's writing files. GD probably depends on X11 being present? -- Curt, WE7U: <www.eskimo.com/~archer/> XASTIR: <www.xastir.org> "Lotto: A tax on people who are bad at math." -- unknown "Windows: Microsoft's tax on computer illiterates." -- WE7U The world DOES revolve around me: I picked the coordinate system!
- Previous message: [aprssig] Embeded LINUX display
- Next message: [aprssig] Embeded LINUX display
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the aprssig mailing list
