First, configure Ubuntu9.10 Server 1. install the nfs server sudoapt-getinstallnfs-kernel-server2 on Ubuntu9.10. configure the server sudogedit/etc/exports in the open empty file, add the following sentence/opt/FriendlyARM/mini2440/root_qtopia * (rw, sync, no_root_sq
First, configure the Ubuntu 9.10 server.
1. Install the nfs server on Ubuntu 9.10
Sudo apt-get install nfs-kernel-server
2. Configure the server
Sudo gedit/etc/exports
In the open empty file, add the following sentence
/Opt/FriendlyARM/mini2440/root_qtopia * (rw, sync, no_root_squash)
/Opt/FriendlyARM/mini2440/root_qtopia is the shared directory * (rw, sync, no_root_squash) of Ubuntu 9.10. * indicates that all clients can mount the shared directory, rw indicates that the Client Connected to this directory has the Read and Write power to this directory, and no_root_squash indicates that the Client Connected to this directory is allowed to have the root identity of the host.
3. Start the service
Sudo/etc/init. d/nfs-kernel-server start
4. Install the serial port debugging software minicom (command line interface) or cutecom (graphical interface), and update the Code through the software source.
Sudo apt-get install minicom
Sudo apt-get install cutecom
The work on Ubuntu 9.10 is complete.