Advanced Card Systems Ltd. ACR880 Setup Manual Download Page 18

Document Title Here 

Document Title Here 

 

Document Title Here

 

eH880 and ACR880 SDE Setup Manual 

Version 1.4  

 

Page 18 of 20

[email protected]

www.acs.com.hk

Appendix A.1.3. Setting up Dynamic IP Address 

If it is necessary to setup the dynamic IP address for eH880 unit, input the following command to get 
the IP address from DHCP server: 

 

# udhcpc –b –i eth0 

 

Appendix A.2.  Setting up Network File System (NFS) Server 

Appendix A.2.1 PC Side 

The exported directories of NFS server are controlled by 

“/etc/exports”

 configuration file. To share 

the directory of Linux Server with eH880 unit, you need to edit the file. 

 

Sample contents of 

“/etc/exports”

 configuration file: 

/share1 192.168.1.0/24(ro) 
/share2 192.168.1.100(rw) 

 

For example, directory 

“/share1”

 can be shared by all devices with IP address starting with 

“192.168.1.xxx”

. Note that 

“192.168.1.0”

 is network address and 

“24”

 is the short form of 

“255.255.255.0”

 subnet mask. 

“ro”

 is used to share directory for read-only while 

“rw”

 is used to 

share directory for read/write. Directory 

“/share2”

 is only shared to the device that has an IP address 

equal to 

“192.168.1.100”

 for read/write. 

 

After editing the configuration file, restart NFS server for the changes to take effect. Input the following 
command to restart NFS server: 

 

# /etc/rc.d/init.d/nfs restart 

Appendix A.2.2 eH880 side 

In the eH880 unit, you can input the following command to use remote directory that is shared by NFS 
server. Assume that the IP address of Linux server is 

“192.168.1.10”

 

# mount –o nolock,rsize=1024,wsize=1024 192.168.1.10:/share1 /mnt/ext1 

 

You can change to directory 

“/mnt/ext1”

 by inputing 

“cd /mnt/ext1”

 command. 

 

Appendix A.2.3 NFS (Network File System) 

After logging in the device (telnet), user can mount a directory structure in his PC Linux to a directory 
in the device and then use "cp" command to copy files to another directory in the device. To mount a 
directory on the command prompt: 

 

"

mount -o nolock,rsize=1024,wsize=1024 xxx.xxx.xxx.xxx:/home/user /mnt/ext1

 
"

cp /mnt/ext1 /usr/local/rw

 

Summary of Contents for ACR880

Page 1: ...Subject to change without prior notice info acs com hk www acs com hk SDE Setup Manual eH880 and ACR880...

Page 2: ...re Document Title Here eH880 and ACR880 SDE Setup Manual Version 1 4 Page 2 of 20 info acs com hk www acs com hk Revision History Version Date Prepared By Description 1 4 06 October 2009 Richelle Arjo...

Page 3: ...racted Files 10 4 0 Device Connection to Host Computer 11 4 1 Ethernet 11 4 1 1 Cable Restrictions 11 4 1 2 RJ45 Cable Types 11 4 1 3 Login Information 12 4 2 RS232 12 4 2 1 Serial Port Configuration...

Page 4: ...of 20 info acs com hk www acs com hk Figures Figure 1 Cross Over Cable 11 Figure 2 Straight Cable 11 Figure 3 RJ45 Cables with Jacks Connected 12 Figure 4 Use the Cross over Cable for PC Host to Devi...

Page 5: ...and then downloaded to the eH880 ACR880 for testing and running This document describes the installation of the software tools on the PC Linux system and also the networking configuration between the...

Page 6: ...using computers and operating Linux OS Section 3 0 discusses the Linux OS limitations and requirements as well as the compiler instructions upon installation Section 4 0 lists the device s connectivi...

Page 7: ...programs using gcc GNU compiler collection at least in i386 PC systems Developers may use one of the following Linux distributions to develop eH880 software Debian based Linux operating systems empha...

Page 8: ...ument Title Here eH880 and ACR880 SDE Setup Manual Version 1 4 Page 8 of 20 info acs com hk www acs com hk 3 2 Compiler Installation Take Fedora as example 3 2 1 Login your Linux PC as root Location I...

Page 9: ...2 Incorporate the necessary files Go to the root directory by typing cd on the prompt Once inside the root directory copy the file arm linux gcc 3 4 1 tar bz2 to directory of your PC Linux 3 2 3 Extr...

Page 10: ...PC Linux with your own username 3 4 2 Copy Files Copy the file eH880 sdk yyyymmdd tgz where yyyymmdd is a date code to the installation directory 3 4 3 Extract Files Get into the installation directo...

Page 11: ...the RJ45 cable insert both ends of the cable jack to the designated ports found on each party From the command prompt or terminal prompt key in telnet device IP for Windows Linux or SSH IP for Linux 4...

Page 12: ...123 4 2 RS232 4 2 1 Serial Port Configuration Signal Level RS232 9 pin Baud Rate 115200 bps Data Bit 8 Parity None Stop Bit 1 Flow Control None Connect to the device using the RS232 9 pin serial port...

Page 13: ...ure The root file system is read only The eH880 ACR880 files are stored in the following directories usr local RO For read only files such as the unit name and serial number and other system files usr...

Page 14: ...o acs com hk www acs com hk PC Windows 5 2 Ethernet Connection 5 2 1 Device to PC Host Figure 4 Use the Cross over Cable for PC Host to Device Setup 5 2 2 Device to Hub Switch to PC Host Figure 5 Use...

Page 15: ...e device User can use an SFTP client to login with above login info the device and transfer files 5 3 3 NFS Network File Server The eH880 supports mounting NFS filesystem and so it is able to mount fo...

Page 16: ...127 0 0 1 Mask 255 0 0 0 UP LOOPBACK RUNNING MTU 16436 Metric 1 RX packets 0 errors 0 dropped 0 overruns 0 frame 0 TX packets 0 errors 0 dropped 0 overruns 0 carrier 0 collisions 0 txqueuelen 0 RX byt...

Page 17: ...add default gw 192 168 1 1 eth0 3 Input ifconfig command to show the configuration ifconfig eth0 Link encap Ethernet HWaddr 00 0B 51 00 0F FE inet addr 192 168 1 100 Bcast 192 168 1 255 Mask 255 255 2...

Page 18: ...subnet mask ro is used to share directory for read only while rw is used to share directory for read write Directory share2 is only shared to the device that has an IP address equal to 192 168 1 100...

Page 19: ...Memory Size in bytes VmSize Process State Stat and command line Command According to the man page of ps command the process state has the following meanings Process State Description D uninterruptible...

Page 20: ...endix A 4 Miscellaneous Information Appendix A 4 1 User ID and Password The unit is setup for the following user User ID root Password cdy123 Hence the user can login as root user to communicate with...

Reviews: