Quick Start Guide
taskit GmbH
6.3. Mounting the directory
You can mount the remote directory to
/mnt
on the target system by entering the following line into
the terminal:
mount -t nfs -o nolock 192.168.4.1:/develop /mnt
Where 192.168.4.1 is the IP-address if the remote PC and /develop the shared folder.
6.4. Copying a file
Now that you have mounted a directory you can copy files from or the the remote PC. To copy a
file from the remote PC to the user data partition /config you have to enter the following command
into the terminal:
cp /mnt/filename.fil /config
6.5. Starting an application
To start an application that is stored in the shared folder of the remote PC type the following lines:
cd /mnt
./application
For further instructions about configuring drivers and programming applications read the
LinuxGuide.
Page 15 of 15
Version 1.14