« Return to Thread: What can you do with Overo out of the box?

Re: What can you do with Overo out of the box?

by jpw3 :: Rate this Message:

Reply to Author | View in Thread

> Can someone please tell me what exactly you can do with the Overo
> straight
> out of the box? The gumstix website is a bit unclear. What programs
are
> included by default on the factory image? Is there anything like a web
> browser or video player or do all of these things need to be added as
> packages?

For the project we are using Overo on, we have installed a number of
packages, but have not needed to compile a kernel to get the
functionality we've needed.  We have compiled and run C and C++
programs; ran Java programs; used ssh; ran a Web server; setup
networking; ran vnc server; used PPP; talked with serial devices on
ttyS0 and ttyS2.

Here is what we've installed:

Setup "C" build environment:
opkg install gcc
opkg install gcc-symlinks
opkg install libc6-dev
opkg install binutils
opkg install make

Additional packages we installed to setup C++ build environment:
opkg install g++
opkg install g++-symlinks
opkg install libstdc++-dev
opkg install libstdc++6

Setup Java:
opkg install jamvm

Setup Apache web server:
opkg install apache2
opkg install apache2-doc

Best regards,

John


------------------------------------------------------------------------------
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

 « Return to Thread: What can you do with Overo out of the box?