LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Few quick questions to start my embedded system (https://www.linuxquestions.org/questions/linux-newbie-8/few-quick-questions-to-start-my-embedded-system-765976/)

belick 11-01-2009 07:41 AM

Few quick questions to start my embedded system
 
Hi hope you can answer few of my questions.

I am going to use an embedded board with a screen to design software in web style with php and mysql ect..

my questions are:

1. whats the best linux system for embedded system (fast loading and running)

2. Whats the best tool to run apache server on that system

3. Any info for mounting Linux on SD card

4. There is any system to pre run my index.php code on Linux?

Thanks ahead!

paulsm4 11-01-2009 03:36 PM

Short answer -

There is no "best Linux". You've got lots and lots of excellent choices.

You didn't mention what kind of processor you were going to use, how much RAM your system had, or whether or not you were familiar with Linux itself. These are all important considerations.

STRONG SUGGESTIONS:
1. Get a reasonably powered PC, and install a common desktop distro (SuSE Linux, Fedora, Ubuntu). This will be your "development platform".

2. Install the common development tools you'll need (Gcc, PHP, Perl; Apache, X Windows, MySQL, etc) on your development PC. Familiarize yourself with them. Mock up your actual web app on it.

3. Get a USB stick.
Try a "small linux" (DSL, Puppy Linux, XPUD, etc).
Get it to boot from the USB stick, and see how it works.

4. Based on what you've learned in steps 1) .. 3), you're going to be much likelier to make informed decisions about how to design your final system, and your project will be much more likely to succeed.

IMHO .. PSM

PS:
Good article:
http://distrowatch.com/weekly.php?issue=20090907

PPS:
http://www.handhelds.org/moin/moin.cgi/ApacheLinux
http://elinux.org/BeagleBoard
http://www.ibm.com/developerworks/li...ard/index.html

PPS:
If everything's going on a truly embedded device, then you might want to reconsider using MySQL, and use an "embedded database" (like Berkeley DB) instead:

http://en.wikipedia.org/wiki/Embedded_database


All times are GMT -5. The time now is 02:17 AM.