Step-by-Step Guide to your own Linux Application
•
107
Transferring the User Space Application to the Linux Coupler
WAGO-I/O-SYSTEM 750
Linux Fieldbus Coupler
5.7 Transferring the User Space Application to the Linux
Coupler
The user space application is copied into the
/targetfs
directory by the make
file. The /targetfs directory can be accessed via NFS (see chapter 5.11). The
/targetfs directory needs to be embedded into the Linux fieldbus coupler using
the mount command. It can now be directly executed on the coupler.
The user space application can also be copied into the Linux fieldbus coupler
via FTP and then be executed locally. To do so, enter the following on the host
PC.
> cd ~/uclinux-dist/user/newProg
> ftp 192.168.1.8
root (Benutzer)
wago (Passwort)
> cd /bin
> put newProg
> quit
Screenshot:
Fig. 5-4: Linux screen view after program download
p0860012