Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

ARM application on ethernet

Status
Not open for further replies.

dave1987

Newbie level 5
Joined
Jul 13, 2009
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
mumbai
Activity points
1,334
hi!
i have an ARM kit PXA255 that is running linux in it. i connect it through serial port and lan cable and see it on minicom. i can transfer file through tftp but now i want to
remove serial port and access it only on ethernet and be able to transfer program
file and run it on board.

how can i do it??? I actually want to run a real time application which control
devices attached to board's serial port through remote pc.
 

You have to get NFS working on host and target after kernel booting.
--
Amr Ali
 

how to get this done?
do i need to install any software or is the utility provided with the board itself?
 

You have to recompile your target kernel with NFS enabled from under filesystems.
Share a directory on your host with NFS
Boot your kernel
Then mount the shared host directory to a directory on target using NFS
--
Amr Ali
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top