Matrix-500 User Guide
‧
13
‧
4.8 SSH Console
Matrix-500 support SSH. If you use Linux computer, you can use SSH command to login Matrix-500.
The configuration of SSH and key are located at
/etc/config/ssh
The key generation program is available on Artila FTP:
/matrix 5XX/utility/ssh_keygen
User can copy this program to Matrix-500 to generate the key.
4.9 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-500
toolchain.
#tar zxvf arm-linux-3.3.2.tar.gz
4.10 Getting Started with the Hello Program
There are many example programs on Artila FTP. To compile the sample you can use the Make file
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-500 user disk (/disk) and use
chmod +x file.o
To change it to execution mode and
./file.o
to run the file.
Summary of Contents for Matrix-500
Page 2: ......