[aprssig] Embeded LINUX display

Curt, WE7U archer at eskimo.com
Fri Feb 22 12:59:05 EST 2008


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!




More information about the aprssig mailing list