Artila Matrix-512 Podręcznik użytkownika - Strona 15

Przeglądaj online lub pobierz pdf Podręcznik użytkownika dla Przemysłowy komputer PC Artila Matrix-512. Artila Matrix-512 17 stron. Linux arm9 industry box computer

To write the date information to RTC.
User can also use NTP client utility on Artila FTP to adjust the RTC time.
/ntpclient [time server ip]
4.9 SSH Console
Matrix-512 support SSH. If you use Linux computer, you can use SSH command to login Matrix-512.
The configuration of SSH and key are located at /etc/config/ssh
The key generation program is available on Artila FTP: /matrix and ipac/utility/ssh_keygen
User can copy this program to Matrix-512 to generate the key.
4.10 Install GNU Toolchain
Find a PC with Linux 2.6.X Kernel installed and login as a root user then copy the
arm-linux-3.3.2.tar.gz to root directory of PC. Under root directory, type following command to install
the Matrix-512 toolchain.
#tar zxvf arm-linux-3.3.2.tar.gz
4.11 Getting Started the Hello Program
There are many example programs on Artila FTP. To compile the sample you can use the Make file to
and type:
make
To compile and link the library. Once done, use ftp command
ftp 192.168.2.127
And bin command to set transfer mode to binary
ftp>bin
To transfer the execution file to Matrix-512 user disk (/disk) and use
chmod +x file.o
To change it to execution mode and
./file.o
to run the file.
‧11‧
Matrix-512 User Guide