Artila Matrix-512 사용자 설명서 - 페이지 15
{카테고리_이름} Artila Matrix-512에 대한 사용자 설명서을 온라인으로 검색하거나 PDF를 다운로드하세요. Artila Matrix-512 17 페이지. 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