Atmel website | ARM Community | AVR freaks | Technical Support
Banner
 FAQ •  Search •  Register •  Login 

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: how to install application software in embedded linux
PostPosted: Thu Jul 31, 2008 6:39 pm 
Offline

Joined: Thu Mar 13, 2008 9:12 pm
Posts: 19
I have installed

1. linux kernel
2. angstrom


How to install application? I have problems with mounting nfs. the current version of mount can not work. Someone suggest a older version.

Thanks in advance.
Rumi


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 01, 2008 5:39 am 
Offline

Joined: Thu Feb 28, 2008 5:37 am
Posts: 65
What specific problem are you facing in monunting nfs (error messages and the procedure you are following to mount nfs) :?:

What is your kernel version and on which board are you working :?:


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 01, 2008 5:17 pm 
Offline

Joined: Thu Mar 13, 2008 9:12 pm
Posts: 19
Hi, all,

I have problem in mouting nfs in my target board. My nfs server works very well, and I tested using other computer (no firewall problem). My linux kernel is 2.6.22, and nfs is included in the compilation.

when I mount it:
mount -t nfs 192.168.0.99:/.. /..

I got the error message:

mount: wrong fs type, bad option, bad superblock on 192.168.0.99:/home/rumi/nfsroot, missing codepage or helper program, or other error (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program) In some cases useful info is found in syslog - try dmesg | tail or so


Some people said nfs-common package are required. But the thing is, I don't know how install it in target board (no Apt-get in linux kernel).

I don't use nfs for root, is it a problem?

Any suggestion is highly appreciated.

Rumi


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 02, 2008 11:39 am 
Offline

Joined: Thu Feb 28, 2008 5:37 am
Posts: 65
I mount my rootfs using nfs at the boot time using the instructions given in
the book "building embedded Linux Systems" by Karim Yaghmour.

my bootargs is set as

mem=64M console=ttys0,115200 root=/dev/nfs rw nfsroot=10.1.0.43:/tftpboot/rootfs ip=10.1.0.44

There is an advantage of mounting the rootfs using nfs as I donot need to flash the new softwares to the nandflash, of course the same is in your case.

I just build the softwares using bitbake and copy the .ipk file to the mounted rootfs
folder on my pc. This way it also gets reflected on the rootfile system of the board
and I install it using the ipkg command.

you can do one thing download the software you want to install from the
http://www.angstrom-distribution.org/repo/
copy it to a pen drive, attach the pen drive to your board and mount it

to install .ipk package the command is
ipkg install <package name>

for more info. on ipkg refer
http://handhelds.org/moin/moin.cgi/Ipkg?action=highlight&value=Ipkg


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 05, 2008 10:34 pm 
Offline

Joined: Thu Mar 13, 2008 9:12 pm
Posts: 19
thanks.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: