ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] How to run an application on Embedded Linux


From: Charles Krinke
Subject: Re: [Ltib] How to run an application on Embedded Linux
Date: Wed, 21 Jul 2010 07:15:01 -0700

Dear Casper:

You have a number of choices.

One is to run a tftp and/or an ftp server on a host on your network and use the tftp or ftp console programs on your ARM to copy files from & to another host. There are free tftp and ftp server programs available for download on the internet for windows systems).

Another is to use NFS to mount either your target to another Linux system or mount another Linux system via NFS to your target. Then you have two hosts (one a development system running Linux and the other your target) and you can "cp" files back and forth.

You can put a binary on an http site and download it with "wget" to your target.

You are already going down the USB path and that is a good one also.

Charles

On Wed, Jul 21, 2010 at 3:01 AM, casper iway <address@hidden> wrote:
Hello,

     I'm new to embedded linux and i have just built my first kernel and filesystem for my LPC3141 board after weeks of trying different things. I could already see the "address@hidden /]#", i'm using Tera Term software to display this.. I basically know some linux bash commands like 'ls','mkdir', etc... but only the basic ones.. My question is that how can i run an application of my development board now that i have linux on it?? I have no idea what to do next could someone please provide me the right way after having a linux kernel on the devlopment board???

I have a pre-built applications for my board, like blinking leds and maze on the lcd, but i don't know how to run these applications now that i have linux.. I could not even detect my USB stick now that i am in 'bash' prompt, before in the u-boot prompt i could access the usb stick using the command 'usb start', but i know this is not applicable when you are in the 'bash' prompt..

Hope someone could help me out these problems.. Thanks...

Casper

_______________________________________________
LTIB home page: http://ltib.org

Ltib mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/ltib



reply via email to

[Prev in Thread] Current Thread [Next in Thread]